[android-porting] Re: android on imx 51

2010-02-04 Thread Android Zaurus
Hi, I've ported donut and eclair to i.MX515 based smartbook, Sharp NetWalker. http://androidzaurus.seesaa.net/article/130268081.html My patches in github may be helpful for you to get some ideas how to port on to your hardware. On 2月4日, 午後10:39, pawan wrote: > can u  help me i want to know how

[android-porting] Re: Resistive touch screen not working on android-1.6

2010-01-26 Thread Android Zaurus
Hi, My case was "not reporting pendown becomes 0." http://androidzaurus.seesaa.net/article/96581331.html Hope this helps you a bit. On 1月26日, 午後11:28, தங்கமணி அருண் wrote: > Hi > > What is your platform and till which point have you debugged this issue? > > > Mine is  imx233 EVK.and i am receiv

[android-porting] Re: Reducing Boot time

2010-01-12 Thread Android Zaurus
Hi, Android has benchmark function for booting up, called bootchart. Refer mydroid/system/core/init/README.BOOTCHART. Following is the result when I tried it on my Zaurus C3000. http://androidzaurus.seesaa.net/article/111434080.html Cheers, On 1月13日, 午前8:55, linux newbie wrote: > Thanks for qu

[android-porting] Re: pxafb

2010-01-07 Thread Android Zaurus
Hi, I've not seen such an error message so far. Here's my patch. http://androidzaurus.seesaa.net/article/105551643.html Written way ago though, it still woks fine for me. Cheers, On 1月8日, 午前10:19, linux newbie wrote: > Hi, > > Our target is based on PXA255 and in order to support Android, I mo

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-06 Thread Android Zaurus
an i download this patch from any link or is it necessary to use > git . > > Thanks > Abhri. > On Mar 5, 1:56 pm, Android Zaurus wrote: > > > Hi, > > > Recently I ported Android to OMAP3EVM. I know I'd better write tips on > > my blog, but I'

[android-porting] Re: porting android to OMAP 3530 EVM

2009-03-05 Thread Android Zaurus
Hi, Recently I ported Android to OMAP3EVM. I know I'd better write tips on my blog, but I'm kind busy for now. Followings are basic tips how I ported. 1) Kernel http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary 2) Android Patch diff -urN vanilla-2.6.27/ cupcake/kerne

[android-porting] Re: Help: Boot failed when enabled Android_Power in 2.6.24 on Marvell Board

2009-01-16 Thread Android Zaurus
Hi, Qingzhan I ported Android 1.0 atop of Angstrom 2007.1 stable, which uses Kernel 2.6.24 and it works fine on my Zaurus C3000 (PXA270). Here's the patch of power.c between mydroid/kernel and Angstrom kernel tree. http://pastebin.com/m6f01141c But, as you mentioned, ANDROID_POWER may not be a

[android-porting] Re: Android-X86 upon ThinkPad Series

2009-01-13 Thread Android Zaurus
Hi, Did you set a bootable flag to your target partition? I'm not sure though, it sounds like your BIOS doesn't recognize your USB HDD as a boot device. Good luck. On 1月13日, 午前12:06, Samuel wrote: > [Title] > Enabling android-x86 upon ThinkPad Series with miscellaneous functions > > [Summary]

[android-porting] Re: Android1.0 on to s3c6400 + Home sceen Lock

2009-01-13 Thread Android Zaurus
Hi, [Home] key lock appears when system is "provisioned". It's a matter of database in Android. Copy /data/data/com.android.providers.settings/databases/settings.db to your Linux PC and open it with SQLite3. $ sqlite3 settings.db sqlite> select * from "system" where name="device_provisioned"; I

[android-porting] Re: Can Android run on 64M RAM ?

2008-12-30 Thread Android Zaurus
Hi, My Zaurus C3000 has 64MB RAM and can run Android. But it seems to be a bit short of RAM. When multiple web pages are opened in browser, all the other applications including launcher are killed by low memory killer. 64MB is not practical as a real product. I guess 96MB or 128MB is minimum re

[android-porting] Re: Debugging Android C++ source code

2008-12-23 Thread Android Zaurus
trick. Cheers, On 12月24日, 午後3:02, chn wrote: > Thanks for the reply > > Where exactly can I find the gdbserver? Is it included with the source > code, so that I can build it using -g option in some make file? > > Regards > CHN > > On Dec 24, 5:39 am, Android Zaurus

[android-porting] Re: Debugging Android C++ source code

2008-12-23 Thread Android Zaurus
There's prebuilt gdbserver in cupcake branch. It should work either Android 1.0 or cupcake, I guess. On 12月22日, 午後1:23, chn wrote: > Hi, > > How to do I debug (Single-Step) through the android C++ source code? I > found a thread discussing about this but was left incomplete. > > http://groups.

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2008-12-23 Thread Android Zaurus
I agree with freedom. And recommend Ubuntu 8.04LTS instead of Ubuntu 8.10 for now. On 12月24日, 午前9:29, freedom wrote: > Using gcc-4.2 instead of gcc-4.3 should help avoid modifying source, > that is > $ TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true > CC=gcc-4.2 CXX=g++-4.2 make

[android-porting] Re: How to launch emulator from the built source?

2008-12-23 Thread Android Zaurus
Hi, A couple of ways you can try; 1) "make sdk" and you will get your own SDK. 2) Download SDK and replace img files with your build. Cheers, On 12月23日, 午後11:47, rams wrote: > Hi All, > > I have downloaded the Android Sources using the repo tool. > Built the image. Now I have the following fi

[android-porting] Re: Android port for beagle(OMAP3530)- Code Released

2008-12-17 Thread Android Zaurus
Hi, Great job you have done and thank you very much for sharing code and information. I have a quick question about performance of Android on BeagleBoard. Would you please post the number of msec per frame, which is shown [API Demos] - [Graphics] - [OpenGL ES] - [Sprite Text] ? Mine, a Zaurus