[android-developers] dlopen can not find the .so file

2009-08-21 Thread yosemite
Hi, I built some .so file for the Android system. But when I tried to open it with dlopen("foo.so", RTLD_LAZY), the system hanged and it shows something like: " V/dalvikvm( 57): HeapWorker is awake V/dalvikvm( 57): Called 0 finalizers V/dalvikvm( 57): Enqueued 0 references D/dalvikvm-heap(

[android-developers] Re: log info, pls help

2009-08-10 Thread yosemite
le· stick together > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Aug 4, 9:56 pm, yosemite wrote: > > > thanks. Could you please give me

[android-developers] Re: log info, pls help

2009-08-04 Thread yosemite
obile· stick together > The views, opinions and statements in this email are those of the > author solely in their individual capacity, and do not necessarily > represent those of T-Mobile USA, Inc. > > On Aug 4, 11:16 am, yosemite wrote: > > > > > Hi, > > >

[android-developers] log info, pls help

2009-08-04 Thread yosemite
Hi, I made some changes to the Android source code and rebuilt a system.img file. After that, I use fastboot flash system system.img to flash my Android Developer phone. However, there is a crash during the loading process. Is there any way I can read the log for this kind of crash? Thanks a lot.

[android-developers] frame buffer in Android

2009-07-15 Thread yosemite
Hi, In Linux, we can get the framebuffer directly by "open("/dev/fb0", O_RDWR);" Is there any way I can call the similar fuction via JNI in Android or how can I access the frame buffer directly in Android? Thanks. -M --~--~-~--~~~---~--~~ You received this mess