[android-porting] JNI run time error even I use same code and lib as Android source code.

2009-02-22 Thread Jerry Yang
Hi, all Now, I am trying to verify the JNI in Android java platform. I am using HTC G1 phone. I write a simple .c file to make a hello.so and a simple hello.java file to load the library. My story is like below: 1. create hellolib.c file and compiled to a hellolib.so create a folder in create a he

[android-porting] Re: x86- what to provide instead of /dev/block/sdb2 when running in Virtual Box?

2009-02-22 Thread Avtar Singh
> Hope it helps! Bingo! It is now running in VirtualBox. Thanks a lot! Avtar --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~-

[android-porting] dalvik profiling

2009-02-22 Thread vinay harugop
hi, Are there any method for thread profiling of Dalvik.. Any one tried using oprofile for Dalvik since it needs agent startup options to be given. thanks, -vinay --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gr

[android-porting] Re: WVGA panel working with Android

2009-02-22 Thread mizmit1222
Hi, This patch may be helpful. http://review.source.android.com/Gerrit#change,1552 On Feb 21, 8:14 pm, trac-er wrote: > The Android code is hard coded to BGR565.  It does not seem to respect > RGBA888.  I did a quick fix and actually got RGBA888 working quite > well with a WVGA panel.  The puls

[android-porting] Cheap sell nike,adidas,AFI,max,Jordan,bape,Timberland, sandal etc

2009-02-22 Thread kiugtr
Our company cheap sell china nike sneaker and clothing ,.such as:air Jordan,air fronce1,air max360,air max90,air max91,air max95,air max360,nike dunk SB,nike shox R3 R2 R4 R5 OZ NZ TL,Gucci,prade,james,timberland,bape,women sandal,man sandal. Fashionable clothing such as:ed hardy t-shirts CA t-shi

[android-porting] Re: Is it a timer_settime runtine's problem ?

2009-02-22 Thread Eric
Thanks for David Turner's quick response :) Could you tell me the source code location when you confirm it's real a defect and fix it ? Thanks again . On Feb 22, 9:02 pm, David Turner wrote: > Looks like a bug in the implementation, I'll look into it > > On Sun, Feb 22, 2009 at 11:04 AM, Eric

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

2009-02-22 Thread Chen Yang
How about the result using the installer.img directly as mentioned in the post: http://groups.google.com/group/android-porting/msg/fe85782f1bc3ad2f -- Chen On Sun, Feb 22, 2009 at 8:56 PM, MacknZ wrote: > > I started installer.vdi in virtualbox, it just print "Grub Loading > stage2" and stopped

[android-porting] Re: Is it a timer_settime runtine's problem ?

2009-02-22 Thread David Turner
Looks like a bug in the implementation, I'll look into it On Sun, Feb 22, 2009 at 11:04 AM, Eric wrote: > > In www.opengroup.org/onlinepubs/95399/functions/timer_settime.html > , it says "If the it_value member of value is zero, the timer shall be > disarmed." > > But in my code above, the

[android-porting] Re: Questions on ramdisk, userdata, and system img files

2009-02-22 Thread David Turner
On Sun, Feb 22, 2009 at 6:04 AM, MBethDev wrote: > > Thanks David. Very informative. > > So say I modified the android code, added some functionality or tweaks > in there, build and generate those three images (ramdisk, system, > userdata), if I want to test or verify these changes on a real dev

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

2009-02-22 Thread MacknZ
I started installer.vdi in virtualbox, it just print "Grub Loading stage2" and stopped ,no error. And I press F12 on start ,but the menu is not like follow: 0: sys_loader 1: recovery 2: std_boot (* default selection) but like this: detected hard dis

[android-porting] Re: Is it a timer_settime runtine's problem ?

2009-02-22 Thread Eric
In www.opengroup.org/onlinepubs/95399/functions/timer_settime.html , it says "If the it_value member of value is zero, the timer shall be disarmed." But in my code above, the timer will not be disarmed but expired immediately. Why? Does some one can help me? thanks. On Feb 21, 11:13 pm, Er

[android-porting] Re: turning off android power management

2009-02-22 Thread Yu, Max A
Setting the "Screen off time" to "never" in "Settings->Sound and Display" also works. From: android-porting@googlegroups.com [mailto:android-port...@googlegroups.com] On Behalf Of neo.driz...@gmail.com Sent: 2009年2月21日 13:24 To: android-porting@googlegroups.com S

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-22 Thread vishal bhoj
have u checked with the permissions o f the filesystem ? R u booting over nfs or sdcard? On Sun, Feb 22, 2009 at 2:43 PM, Abhishek Srivastav < srivastaabhis...@gmail.com> wrote: > > > Hello Everyone, > > I am trying to boot android in our Custom board. This board is very > similar to that of OMAP

[android-porting] Re: ADB over TCP IP on OMAP Board.

2009-02-22 Thread Abhishek Srivastav
Hello Everyone, I am trying to boot android in our Custom board. This board is very similar to that of OMAP3EVM from Mistral. But when I attempt to boot I am getting a Kernel panic while executing init ie init=/init. I am able to boot the Kernel when I change init the bootargs ie init=/system/b