[android-porting] Re: General Porting Information

2009-08-26 Thread hari uppalapati
Please refer to http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board regards Haritha On Wed, Aug 26, 2009 at 6:21 AM, Al Gambardella agam.em...@gmail.comwrote: Hello, I am interested in experimenting with Android. I would like to port Android to some hardware I have but I

[android-porting] Re: Email app on Android Emulator

2009-07-29 Thread hari uppalapati
Did you enable IMAP on your gmail account Please do the following settings to make IMAP enable on android. In your Gmail settings enable IMAP On emulator **open the *Email* application.Press the menu button , go to 'Your accounts' page, select *Next* Enter your full Gmail address and password,

[android-porting] Re: Board up problem

2009-06-16 Thread hari uppalapati
Refer to http://labs.embinux.org/index.php/Android_Porting_Guide_to_Beagle_Board regards Haritha On Mon, Jun 15, 2009 at 6:11 AM, Sreehari anumanubhas...@gmail.com wrote: Hi Experts, I am fresher in android porting. I got the android sources from git repositories.I build the sources

[android-porting] Re: is there any document for porting ??

2009-04-29 Thread hari uppalapati
refer to http://labs.embinux.org On Wed, Apr 29, 2009 at 3:20 AM, wangjun796 wangjun...@gmail.com wrote: hello evryone i want to porting android to our handset but i do not know how to start ??anybody help me ?thanks very much --~--~-~--~~~---~--~~

[android-porting] Re: Fw:porting android to omap3 evm

2009-04-28 Thread hari uppalapati
hi Cindy If you want different logo to be displayed instead of android logo try by making following changes in android build. android-logo-mask.png is in frameworks/base/core/res/assets/images and this image is used by surface flinger to

[android-porting] Re: Porting on Beagle Board (init Error)

2009-04-16 Thread hari uppalapati
hi try with the following bootargs setenv bootargs console=ttyS2,115200n8 noinitrd root=/dev/mmcblk0p2 video=omapfb:mode:1280x...@50 init=/init rw rootdelay=1 nohz=off regards Haritha 2009/4/15 Skuld skul...@gmail.com Dear Rupesh: My manifest file are form Android.git.kernel.org. Can't I

[android-porting] Re: Segmentation Fault

2009-04-13 Thread hari uppalapati
Try using the following command. #out/host/linux-x86/bin/emulator -system out/target/product/generic/ -kernel prebuilt/android-arm/kernel/kernel-qemu” if you get error Like cannot find userdata-qemu.img export ANDROID_PRODUCT_OUT (as given below) and try again. export