[android-porting] Re: music player crash

2009-05-20 Thread kumar
rd for id 0 W/KeyCharacterMap( 246): Using default keymap: /system/usr/keychars/ qwerty.kcm.bin D/dalvikvm( 149): GC freed 310 objects / 13392 bytes in 236ms On May 14, 9:32 pm, Yi Sun wrote: > COuld you send out logcat output? > > > > On Thu, 2009-05-14 at 15:03 +0530,

[android-porting] Re: vold mounting multiple sd cards

2009-05-21 Thread kumar
You were successful in automounting sdcard through vold? Please share your idea as we are facing similar problem. Not abler to auto mount sdcard. On May 11, 5:26 pm, riazrahaman wrote: > I  was going through the vold source code and found that vold is > written in a way tomountmore than one sdc

[android-porting] alsa support in android

2010-02-11 Thread kumar
Has anyone integrated alsa support in Android Eclair? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] touchscreen support.

2009-05-21 Thread sathish kumar
I have added touchscreen support but the calibration is not proper. my LCD resolution is 640x480. Has anyone tried touchscreen on different resolution LCDs? sathish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] init process unknown instruction call

2009-06-03 Thread sathish kumar
strace log of Android init process gives unknown system call. Have anyone faced such issues while porting Android different platforms? -- sathish --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/gro

[android-porting] Re: How to use external modem in emulator

2009-06-03 Thread Rakesh Kumar
I am able to connect emulator with an external modem. My modem is connected to PC at port /dev/ttyS0. And with the command "emulator -radio /dev/ttyS0", its working. Thanks Rakesh On Wed, Jun 3, 2009 at 5:39 PM, David Turner wrote: > > On Wed, Jun 3, 2009 at 11:24 AM, sram wrote: > >> >> Hi >

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
quot;ATD123445" > ttyS0 > ?? if not what are the commands you are using>> > Sram > > On Thu, Jun 4, 2009 at 10:07 AM, Rakesh Kumar wrote: > >> I am able to connect emulator with an external modem. My modem is >> connected to PC at port /dev/ttyS0. >> A

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
know the steps to make calls?? > > > > On Thu, Jun 4, 2009 at 1:13 PM, Rakesh Kumar wrote: > >> You can make the call using the emulator dialer. And when you make the >> call to your external modem than you can see the logs of incoming call using >> adb shell. >

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
d given the commands echo "ATD1234;" > > /dev/ttyS0 can you let me know whether this is correct or not. > can you let me know your ways of calling too. > > On Thu, Jun 4, 2009 at 2:25 PM, Rakesh Kumar wrote: > >> phone pn means what? I am using a external modem >>

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
i switched my Motorola Phone to USB Modem mode and tried on >> Widnwos >> > environment using AT commands could able to call. and tried on Linux >> > environment too and its working fine. But from the Android not able to >> make >> > any calls. >> > The

[android-porting] Re: How to use external modem in emulator

2009-06-04 Thread Rakesh Kumar
(0-2) but when i tried to set the > value to 1 then its giving error. > as i installed the SDK only , then after changing the file reference-ril.c, > need to compile right? > then create theSDK once again? > > > > On Thu, Jun 4, 2009 at 3:11 PM, Rakesh Kumar wrote: > >

[android-porting] External modem with zoom2 board

2009-06-08 Thread Rakesh Kumar
Hi, I want to connect an external modem with zoom2 board. Please tell me how can I connect it and on which port? Thanks Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-port

[android-porting] ppp daemon not starting

2009-06-11 Thread Rakesh Kumar
Hi, When I am trying to connect to GPRS. I am getting an error related with ppp daemon, because of which ppp0 interface is not getting created. Can somebody look at the following logs and tell me what is the problem here. D/AT ( 720): AT> AT+CGQREQ=1 D/AT ( 720): AT< OK D/AT

[android-porting] android Boot up issue

2009-06-16 Thread muneendra kumar
Hi all, Iam using imx31 on my custom board. Iam using the latest PDK(3stack) board ,android bsp as my reference. I ahve all appliaed the patches provided by freescale and built my android image with the below command "make PRODUCT-imx51_3stack-eng " I changed BoardConfig.mk to Then turn on BO

[android-porting] USSD feature on Android

2009-06-26 Thread Rakesh Kumar
Hi, I am working on USSD feature on Android. USSD data is coming as Unsolicited response whem I am giving AT+CUSD command. Now , Please help me how to handle these data. Thanks & Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@go

[android-porting] Re: Internet Access on ANDROID

2009-07-05 Thread Rakesh Kumar
Hi, This solution is for wired(Ethernet) or wireless internet(GPRS). Thanks Rakesh 2009/7/6 Terry Z > > Hi vinary > My android can get to Internet. > 1)i use DHCP at start up, > 2)use "setprop net.dns1 "cmd to set the address of DNS server. > Goodluck > > On 7月3日, 下午12时36分, Vinay R Rao

[android-porting] images not shown in true colour

2009-07-06 Thread sathish kumar
Hi I'm facing this issue for sometime. Android image viewer or images from webistes on browser are not showing true colours. Images appear blue. red colour is completely absent. Has anyone faced such a problem? I'm not very sure it is a codec problem. --~--~-~--~~~---

[android-porting] New lib compile

2009-07-15 Thread Rakesh Kumar
Hi, I want to add a new external library in the Android. Please tell me the procedure to add and compile new library in android. Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/

[android-porting] pthread lib problem

2009-07-27 Thread Rakesh Kumar
Hi, I want t use pthread raead/write lock functions like "pthread_rwlock_rdlock" , "pthread_rwlock_destroy" etc in my code. But android pthread lib does not support them, in my view. Please tell me is there any alternative to this or not? Thanks Rakesh --~--~-~--~~~--

[android-porting] Re: pthread lib problem

2009-07-30 Thread Rakesh Kumar
pthread_rwlockattr_*** > 3. pthread_barrior_*** > 4. pthread_barrior_attr_*** > 5. pthread_spin_*** > > Hope it helps. > > Thks, > GeunSik Lim. > > On 7월28일, 오후3시08분, Rakesh Kumar wrote: > > Hi, > > I want t use pthread raead/write lock functions like > > &qu

[android-porting] Android on solaris

2009-08-03 Thread Rakesh Kumar
Hi friends, I want to port android on Solaris operating system. Please help me, What are the changes I need to make in android?. And what should be my approach? Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegr

[android-porting] Re: Android on solaris

2009-08-03 Thread Rakesh Kumar
> probably make *huge* changes to the C library. I'm not even sure that > Solaris has all the features requested for this kind of work. > > Or are you talking about the ability to build Android on Solaris instead? > > > On Mon, Aug 3, 2009 at 9:28 AM, Rakesh Kumar wrote: >

[android-porting] Re: ppp daemon not starting

2009-08-06 Thread Rakesh Kumar
as you. > > I also modifed the "property_service.c" refering to the above link. > > but I still have the same issue and pppd failed to run because of > "init: sys_prop: Unable to start service ctl [pppd_gprs]". > > Edwardlee > > On Jun 12, 10:38 pm, Michael

[android-porting] Ashmem on android

2009-08-09 Thread Rakesh Kumar
Hi, Somebody, please explain me "What is the meaning of Pin and Unpin of pages in Ashmem?". Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~--

[android-porting] Dalvik virtual machine

2009-09-23 Thread Rakesh Kumar
Hi All, I want to port dalvik virtual machine on Solaris operating system. Please tell me "What are the changes need to done for this?". Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups

[android-porting] Dalvik virtual machine build on x86

2009-09-29 Thread Rakesh Kumar
Hi All, I want to build Dalvik on x86 platform. Please tell me the procedure to build Dalvik for x86 and run it. How can I use the scripts present at this link http://code.google.com/p/dvk Regards Rakesh --~--~-~--~~~---~--~~ unsubscribe: androi

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-29 Thread Rakesh Kumar
d x86 > > > > On Tue, Sep 29, 2009 at 3:24 PM, Rakesh Kumar wrote: > >> >> I am sorry but I am not able to find any idvk.sh file. >> >> Rakesh >> >> >> On Tue, Sep 29, 2009 at 3:08 PM, Rakesh Kumar wrote: >> >>> Hi All, >>&g

[android-porting] Dalvik virtual machine build on x86

2009-09-29 Thread Rakesh Kumar
Hi All, I have prepared the installer.img file. And the result of sfdisk -l installer.img is for C/H/S=*/256/63 (instead of 12/255/63). And on this basis I have made the following installer.vmdk file # Disk DescriptorFile version=1 CID=b01deebc parentCID= cre

[android-porting] Re: Dalvik virtual machine build on x86

2009-09-30 Thread Rakesh Kumar
Hi, Please tell me the procedure to create the vmdk file. Thanks Rakesh On Wed, Sep 30, 2009 at 11:56 AM, Rakesh Kumar wrote: > Hi All, > I have prepared the installer.img file. And the result of sfdisk > -l installer.img is > for C/H/S=*/256/63 (instead

[android-porting] Dalvik virtual machine

2009-10-01 Thread Rakesh Kumar
Hi Avatar, I am able to build Dalvik on Linux, but I am interested to build it on Solaris operating system. Please guide me "How can i do it?". Thanks Rakesh --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: h

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-05 Thread Rakesh Kumar
Hi Avtar, Please help me in your third point "Run and test". Are you able to run any application on the Dalvik virtual machine using your approach?. And please tell me the changes that are required to run an application. Regards Rakesh On Wed, Jul 15, 2009 at 3:15 PM, Avtar Singh wr

[android-porting] Re: Announcement: [New project] Build and run only Dalvik

2009-10-09 Thread Rakesh Kumar
Hi Avtar, Currently you are using Bionic to build the Dalvik. Please help me If I want to use glibc to build dalvik. How should I proceed? On Wed, Jul 15, 2009 at 3:15 PM, Avtar Singh wrote: > > Hello folks, > > I have been working on a set of scripts that would isolate Dalvik >

Re: [android-porting] Re: sensor HAL in eclair

2010-03-04 Thread chetan kumar
Thank you.. One more thing is same is applicable to compass/light sensor/proximity sensor or any conversion is required ? On Thu, Mar 4, 2010 at 2:09 PM, WoW wrote: > From my experience, i only report raw data. SensorManager will use the > data you report to calculate the angle and do the rotati

Re: [android-porting] Re: sensor HAL in eclair

2010-03-04 Thread chetan kumar
light sensor and proximity. > > The sample HAL implementation can be found here. > > http://android.git.kernel.org/ > > > On 3月4日, 下午4時47分, chetan kumar wrote: > > Thank you.. > > One more thing is same is applicable to compass/light sensor/proximity &

[android-porting] Dalvik test cases failure

2010-04-08 Thread Rakesh Kumar
Hi friends, I am trying to run the dalvik test cases on the desktop using the script "run-all-tests". And I am getting this error /usr/bin/dx : unrecognized parameter: [1] (use -help to get usage information) build exit status: 1 Please tell me "What is the reason for this?" Thanks

[android-porting] Status bar notification problem

2010-04-28 Thread Rakesh Kumar
Hi friends, I am working on zoom2 board. There status bar is coming in full screen . But the content of the status bar like "No service notification" is coming in half screen. Please tell the solution of this problem. Thanks & Regards Rocky -- unsubscribe: android-porting+unsubscr

Re: [android-porting] Status bar notification problem

2010-04-30 Thread Rakesh Kumar
picked the zoom release from? >> - post logcat if u saved one.. >> >> thanks, >> deva >> >> On Wed, Apr 28, 2010 at 3:47 PM, Rakesh Kumar >> wrote: >> > Hi friends, >> > I am working on zoom2 board. There status bar is com

[android-porting] keyboard refresh issue

2010-04-30 Thread Rakesh Kumar
Hi friends, When I switch between Android keyboard and Japanese keyboard, sometimes keyboard is not refreshing. Please help me out in finding the the reason behind it or where can i found the source code for it. I am working on eclair 2.1 branch. Thanks & Regards R

[android-porting] Japanese IME option enable

2010-05-03 Thread Rakesh Kumar
Hi, Please tell me "How to enable Japanese IME on andoird 2.1?". Do we need to build the source code with some flag? Thanks & Regards Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Two camera on Android

2010-05-06 Thread Rakesh Kumar
Hi All, Please tell me "Does Android support two camera on an hardware?" Thanks & Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] InputMethod feature problem

2010-05-06 Thread Rakesh Kumar
e. I have fixed the problem, but I want to understand the reason to use sequence number. Why can't we use a constant sequence number as done in case of MSG_SHOW_SOFT_INPUT case in handlemessage function in inputMethodManagerService.java file. Thanks & Regards Rakesh Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] pdf download problem

2010-05-11 Thread Rakesh Kumar
Hi, I am not able to download pdf files in android 2.1. Please help me. Thanks & Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Android Boot time reduction

2010-05-12 Thread Rakesh Kumar
Hi, Please correct me if I am wrong. Can we reduce the booting time by writing the code in assembly which copies the kernel and file system of android to memory. Thanks & Regards Rakesh On Tue, May 11, 2010 at 8:41 PM, Deva R wrote: > As Dianne mentioned, its more appropriate to profile reg

Re: [Omapandroid-discussion] [android-porting] pdf download problem

2010-05-13 Thread Rakesh Kumar
gt; *Subject:* Re: [Omapandroid-discussion] [android-porting] pdf download > problem > > > > log? > is it in a phone or dev platform? > what connectivity used - wifi/3G? > > On Tue, May 11, 2010 at 5:47 PM, Rakesh Kumar > wrote: > > Hi, > I am not able to downlo

[android-porting] download problem

2010-05-17 Thread Rakesh Kumar
Hi, Is anybody able to download any type of file from the net. I am not able to download any pdf or doc. Thanks Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] download problem

2010-05-19 Thread Rakesh Kumar
reader/ (free) > <http://code.google.com/p/droidreader/>http://www.gdocs.mobi/ (paid) > > Matthew > > > ------ > *From:* Rakesh Kumar > *To:* Matthew M Levitt > *Sent:* Tue, May 18, 2010 12:12:06 AM > *Subject:* Re: [android-porting] downlo

Re: [android-porting] Android Boot time reduction

2010-05-20 Thread Rakesh Kumar
Hi , Anyone achieved any success in this case? Thanks Rocky On Sat, May 15, 2010 at 5:42 AM, Akash Choudhari wrote: > Hi Tim, > > I have measured much better numbers on our Zoom platform. From what I > remember, it was less than 1 minute for the whole boot, upto Wallpaper > > - Akash > > O

Re: [android-porting] Android Boot time reduction

2010-05-23 Thread Rakesh Kumar
Please give me some pointers for reducing Android boot time. Thanks & Regards Rocky On Mon, May 10, 2010 at 5:32 PM, Ashu wrote: > Hi, We are working on Android boot time reduction. > We use OMAP3430 Board as our Hardware. Android version is 1.6 Donut. > > We used bootchart to visualize boot pat

[android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
Hi All, I have compiled my simple "hello world" application from android arm tool chain (mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin) *$ agcc hello.c -o hello *Now I am trying to run hello world application on android emulator form using sdcard mount . and I am getting the followin

Re: [android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
t make easier to help you. You can > > try to compile the program statically: > > > > agcc hello.c -static -o hello > > > > In this way you avoid to have wrong library links. > > > > Regards, > > > > Rogerio > > > > 2010/5/25 akhilesh kumar &

Re: [android-porting] Hello World C program using Android Toolchain Issue

2010-05-25 Thread akhilesh kumar
m statically: > > *agcc hello.c -static -o hello* > > In this way you avoid to have wrong library links. > > Regards, > > Rogerio > > 2010/5/25 akhilesh kumar > >> >> Hi All, >> >> I have compiled my simple "hello world" application from

[android-porting] how to create create directory in android file system

2010-05-27 Thread akhilesh kumar
Hi All how to create create directory in android file system, I am getting the following error. [r...@localhost ]# adb shell #su # mkdir /lib mkdir failed for /lib, Read-only file system # -- Thanks, Patel -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.go

[android-porting] Need help on verifying Bluetooth DUN Tethering on zoom2

2010-07-11 Thread chetan kumar
Hi All, I have refered to below site and enabled bluetooth DUN tethering on zoom2 http://code.google.com/p/android/issues/detail?id=1416 any one please let me know how to verify Bluetooth DUN tethering(zoom2 communication with ubuntu machine through DUN) Thanks in advance. Rgds Chetan -- unsu

[android-porting] Multiple audio stream on android

2010-07-12 Thread Rakesh Kumar
Hi, I want to add multiple audio support in android. Means I want to play one song on speaker and another on bluetooth headset simultaneously. Please give some pointers on it. Thanks & regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goog

Re: [android-porting] Need help on verifying Bluetooth DUN Tethering on zoom2

2010-07-12 Thread chetan kumar
o support DUN. > > -Subbu > > On Mon, Jul 12, 2010 at 10:43 AM, chetan kumar wrote: > > Hi All, > > > > I have refered to below site and enabled bluetooth DUN tethering on zoom2 > > http://code.google.com/p/android/issues/detail?id=1416 > > > > any

[android-porting] Pulseaudio on android

2010-07-22 Thread Rakesh Kumar
Hi, I want to play two audio streams simultaneously on Android. And for this I thinking to port Pulseaudio on Android. Please help me is it possible to port pulseaudio on Android. Thanks & Regards Rakesh -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

[android-porting] ASLA multiple stream at a time

2010-07-29 Thread Rakesh Kumar
Hi, Can ALSA be used to play two audio files at a time on two different speakers? Thanks & Regards Rocky -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Choosing Hardware for Android

2010-11-08 Thread Abhay kumar
bscribe: > android-porting+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-porting > -- Abhay kumar (+91)9008854418 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Android on Nokia E63

2010-11-08 Thread Abhay kumar
.com/group/android-porting > -- Abhay kumar (+91)9008854418 -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] smdk6410 kernel booting problem

2011-01-20 Thread Manoj Kumar
i am porting on android for the first time Its samsung smdk6410 board, kernel ver - 2.6.29 the u-boot is working now, i flashed u-boot and kernel on nand using dnw tool but when i reset the board i am getting some error messages like this : 4194304 bytes read: OK NAND read: device 0 offset 0xb

[android-porting] Re: smdk6410 kernel booting problem

2011-01-21 Thread Manoj Kumar
make any progress please post your status. > thanks in advance. > -lb > > > > > > > > On Thu, Jan 20, 2011 at 4:02 AM, Manoj Kumar wrote: > > i am porting on android for the first time > > Its samsung smdk6410 board, kernel ver - 2.6.29 > > > t

[android-porting] creating virtual gps

2011-03-14 Thread vinay kumar
Hi all , I have to implement gps hal for virtual gps device . can any one suggest me simple hal implementation for gps , and call flow of java to jni and lowlevel layers. I have to hardcode my location details in one file and i have to retrive the values from that file through and

[android-porting] arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-14 Thread Kumar Mohanty
I m tring to build Froyo 2.2 code in ubuntu10.10(64 bit sytem) but Froyo code for 32 bit butI am getting error like prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -mthumb- interwork -o out/target/product/generic/obj/lib/crtbegin_dynamic.o -c bionic/libc/arch-arm/bionic/crtbegin_dynam

[android-porting] LIbhardware

2011-03-14 Thread vinay kumar
Hi All, If any one know how lib hardware work , could u please explain me . Thanks & Regards Vinay -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-15 Thread Kumar Mohanty
ok cn you tell me what are the multilib needed to built this code On Mar 14, 8:20 pm, Ashwin Bihari wrote: > You've installed all the multilib support? I use a Ubuntu 10.10 64-bit > system and it has no problem building Android.. > > Regards > -- Ashwin > > On Mon, Mar

[android-porting] Re: arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-16 Thread Kumar Mohanty
n you help me out from this problem On Mar 15, 8:57 pm, Ashwin Bihari wrote: > Check out: > > http://blog.codepainters.com/2010/10/27/compiling-android-sdk-on-ubun... > > Regards > -- Ashwin > > On Tue, Mar 15, 2011 at 1:23 AM, Kumar Mohanty wrote: > > ok cn you tell

[android-porting] Re: arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

2011-03-17 Thread Kumar Mohanty
On Mar 16, 9:45 am, Kumar Mohanty wrote: > I checked all package installation and found every thing is correct > only but I am unable understand why is > it giving same error > I build this up to 4 times but still I have same problem > I dont know why it is like that > >

[android-porting] need help in android eclair build

2011-04-19 Thread Manoj Kumar
i am trying to build android eclair version and i am getting some build error /**log file ***/ Build android for smdk6410 [[[ Build android platform ]]] make -j1 PRODUCT-sec_smdk6410-eng =

[android-porting] Re: need help in android eclair build

2011-04-21 Thread Manoj Kumar
d 'acp.c' > > On Apr 20, 8:25 am, Manoj Kumar wrote: > > > > > > > > > > > i am trying to build android eclair version and i am getting some > > build error > > /**        log file > > **

[android-porting] Re: need help in android eclair build

2011-04-22 Thread Manoj Kumar
Hi, this is my android.mk file i think it is correct but pls chk -- # Copyright 2005 The Android Open Source Project # # Custom version of cp. LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_

[android-porting] building android for ARM

2011-05-02 Thread Manoj Kumar
hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp <= build/tools/acp/acp.c cc: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 1 P

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
ck your CROSS_COMPILER settings . > > > []'s > > > Hamilton Vera > > > On Sun, May 1, 2011 at 11:51 PM, Manoj Kumar wrote: > > > hi, I'm trying to build android for ARM but see the following error. > > > Has anyone observed the problem.

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
; > This will select the device your want to build, the '-eng' at the end tells > the build environment to build an engineering release > > - m -j > > This will start the build process. The -j speaks for itself > > So no issue about how to figure out how to get the sy

[android-porting] android eclair bsp building on arm board

2011-05-13 Thread Manoj Kumar
Hi, I am building android eclair 2.1 for my smdk6410 board. Kernel image "zImage" == 2.6.29 uboot 1.3.4 When i run the image(ramdisk-uboot.img, system.img) i get this error message "init: Unable to open persistent property directory /data/property errno: 2" and the screen is stuck at welcome scr

[android-porting] android eclair system image problem

2011-05-17 Thread Manoj Kumar
hi, I am running android eclair BSP on my SMDK6410 board. I am using kernel version 2.6.29 I get "stuck at the welcome screen with Android written on the screen and a blinking underscore". This is the portion of log which shows something is missing:- [2.828120] s3c-rtc s3c-rtc: setting system

[android-porting] android eclair image ----> icon problem and what is safe mode

2011-05-18 Thread Manoj Kumar
Hi, I am running android eclair on smdk6410 board (Samsung). The main screen shows safe mode and the size of the icons is very large. I tried to change the screen resolution from 320x240 to 240x320 in video/samsung/s3cfb_ltv350qv.c file but it is still same,also the touchscreen is 90 degree shift

[android-porting] android 2.1 screen resolution and orientation

2011-05-23 Thread Manoj Kumar
hi, i need to change the screen resolution to 240x320 and then correspondingly the screen orientation from landscape to portrait. can anyone please suggest which files have these settings in android eclair 2.1. i am using LTV350QV.c and default configuration in that is 320x240. thanks Manoj --

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-23 Thread Manoj Kumar
not). You can grep more information about the > orientation in this group. > > Jack > > 2011/5/23 Manoj Kumar : > > > > > > > > > hi, > > > i need to change the screen resolution to 240x320 and then > > correspondingly the screen orientation from landscap

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-24 Thread Manoj Kumar
ng to the > change in your screen resolution. e.g. if you screen resolution is > changed from 320x240 to 240x320, your new touch width size should be > old_TOUCHSCREEN_SIZE_WIDTH * 240 / 320 and old_TOUCHSCREEN_SIZE_HEIGHT > * 320 / 240 for new height. > > Hopefully, it can solv

[android-porting] Re: android 2.1 screen resolution and orientation

2011-05-24 Thread Manoj Kumar
abs_y according to the > change in your screen resolution. e.g. if you screen resolution is > changed from 320x240 to 240x320, your new touch width size should be > old_TOUCHSCREEN_SIZE_WIDTH * 240 / 320 and old_TOUCHSCREEN_SIZE_HEIGHT > * 320 / 240 for new height. > &

[android-porting] android 2.1 wi-fi driver integration

2011-05-26 Thread Manoj Kumar
hi everyone, I am trying to integrate my vendor specific wi-fi driver in android 2.1 can you please help me with the process what changes i need to make do i need to add "wpa_supplicant" configurations or any other such thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] android eclair suspend disable help

2011-05-31 Thread Manoj Kumar
hey everyone can anyone please tell me how to disable screen off/lock and suspend in android eclair thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] nand booting for android 2.1

2011-06-16 Thread Manoj Kumar
Hi, I am porting android 2.1 for my smdk6410 board.The Uboot vesion is 1.3.4 (size of uboot image about 324KB) I have done booting from SD card and its working fine. I can write this uboot in the nand (1 Gb, Hynix nand) on the board using usb and then i can boot from nand also. Here is the issue

[android-porting] android shell and adb

2011-07-06 Thread Manoj Kumar
hi, can anyone please tell me how to enable shell prompt and adb in android when my android filesystem was not working i had a log message : [adb_function_enable] adb_function => (enabled) but now my android filesystem is working and i don't get any adb log messages pls tell where i can find the

[android-porting] Re: android eclair system image problem

2011-07-12 Thread Manoj Kumar
m usb or any external drive? > > -Tapan > > On May 16, 8:31 pm, Manoj Kumar wrote: > > > > > > > > > hi, > > > I am running android eclair BSP on my SMDK6410 board. I am using > > kernel version 2.6.29 > > I get "stuck at the we

[android-porting] regarding low memory killer

2011-07-28 Thread sandeep kumar
th regards, Sandeep Kumar Anantapalli, -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] application to call /system/bin/ts_calibrate

2011-09-27 Thread Manoj Kumar
Hey, I am working on android 2.1 version for my SMDK6410 board. I wanted to do touch calibration on my device so i used "android- tslib" code available online and made the necessary changes. I am able to create the "ts_calibrate" file in /system/bin and it is working fine. Now my requirement is

[android-porting] whats the first STAIR to learn the androids?

2011-10-12 Thread naresh kumar
hello all, i know j2SE(core java) , then wts the 1st step to learn ANDROIDS... plz suggest me -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: How to change Android Home screen code at framework

2011-12-23 Thread manish kumar
I am trying to get rid of the dialer and the browser icons from the home screen. Can someone please show some pointers in this regard. Also what all does the Launcher app contain? Does it include all the apps to be launched on startup? Thanks, Manish Kumar On Nov 22, 2:47 pm, songzz wrote

[android-porting] How to change Android Home screen

2011-12-23 Thread manish kumar
I am trying to get rid of the dialer and the browser icons from the home screen(The ones at the bottom of the screen and not the shortcut ones). Can someone please show some pointers in this regard. Cheers, Manish Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] How to put break points in native java code

2012-01-06 Thread manish kumar
Hi, I am building the ICS 4.0.3 and would like to put break points in the native java code(not the native applications but the system code). Can anyone please point to some useful ways to do this. Thanks, Manish Kumar -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Replace Launcher2 with a custom app in ICS 4.03

2012-01-10 Thread manish kumar
" and also removed Launcher2 app from the source code to make it the default app to be launched on boot time. Also how can i replace the home screen UI. When the system boots up and is in locked state it still shows the default home screen. Can anyone please help me on this one. Thanks, Ma

Re: [android-porting] Re: how to unlock screen using keyboard

2012-02-09 Thread Goutam Kumar
Hi, To unlock the screen using keyboard, you need #F1 button, generally it is mapped with Menu button. Regards, Goutam 2012/2/9 Alvin Wong > Hi, > > I recall I heard someone saying that double-click on the POWER key > will unlock the screen and I've seemed to tried this once in 2.2, but > I ca

Re: [android-porting] running a script from init.rc

2012-04-24 Thread sathish kumar
follow how debuggerd service is called. it will work. and add oneshot On Wed, Apr 25, 2012 at 6:16 AM, HV wrote: > Hi All, > > I'm trying to initiate a script as a service from init.rc (running ICS), > but it doesn't seem to work. Here is what I have: > > > service my_sh /system/b

[android-porting] Android demo image is not working with 7 inch LCD

2012-05-09 Thread Siva kumar
Hi all, I have problem in making demo image woking with t inch LCD in devkit8000. The Android demo image is provided by the manufacturer in CD. In the CD in linux/demo/android/ i got the following image MLO u-boot.bin_4.3 u-boot.bin_7 uImage_5.6 RFS.tar.bz2 u-boot.bin_5.6 uImage_4.3

Re: [android-porting] Re: Android 4.0.4 IMX53 wifi GUI issue

2012-06-13 Thread Sathish Kumar
Hi swaraj, I would like to port the android 4 ics. I didn't find the source, could you tell me from where you got the Source and the procedure for porting. Regards Sathish On 13-Jun-2012 10:56 PM, "swaraj" wrote: > > The OS is working good on IMX53 but i'm facing issues with dhcp > > > On Frida

Re: [android-porting] Re: Android 4.0.4 IMX53 wifi GUI issue

2012-06-13 Thread Sathish Kumar
i.MX53 QSB. On Thu, Jun 14, 2012 at 9:51 AM, Swaraj wrote: > ** > > Tell the board for which you have to build android? > > > On 06/14/2012 08:10 AM, Sathish Kumar wrote: > > Hi swaraj, > I would like to port the android 4 ics. I didn't find the source, could

Re: [android-porting] eGalax with usbtouchscreen driver

2012-06-29 Thread Goutam Kumar
Hi Luccio, Please share and look into the kernel log. I feel the USB TS device is getting detected as generic usb hid device. If yes then this need to correct and enable driver for your device. For eGalax support is already available. Regards, Goutam On Thu, Jun 28, 2012 at 5:42 PM, Luccio wrot

[android-porting] GPRS Connection problem with sim300 modem

2012-07-01 Thread Siva kumar
Hi all, I got s3c6410 Arm development Board. It has been ported with Android 2.3. This board has SIM300 GSM modem.When i tried to connect to internet through GPRS i found APN was missing. By searching through internet i added APN settings manually. I got the symbol G with arrows up down in th

[android-porting] Re: [rowboat] Camera has stopped unexpectedly

2012-07-02 Thread Goutam Kumar
Hi Raju, Please the registered camera module name in kernel log. As it is showing in logcat is "*OV3640 3-003c*". Either camera module name is mis-matched or condition to used during entity validation section need to modify for ov3640 camera. Regards, Goutam On Mon, Jul 2, 2012 at 11:40 AM, venk

  1   2   >