[android-porting] DalvikVM Crashes while accessing env-GetObjectMethod

2011-08-11 Thread halli manjunatha
HI All, I am trying to call the JAVA methods from C++ layer and following is my problem, Crash message: E/dalvikvm( 2687): JNI ERROR (app bug): accessed stale local reference 0x3825 (index 9 in a table of size 0) E/dalvikvm( 2687): VM aborting Observation: Actually JNI layer is trying to

[android-porting] Android Device Booting Log Customization for Mature Product,not for Engineering

2011-08-11 Thread tommy.hong
Hi,List! I want to know if there are some good reference for Android Device Booting Log Customization.From Device Power on,Kernel Logo,Android Logo to Android Luncher and ACTION_BOOT_COMPLETED,Most Guys use boot logo,Kernel Logo,Android Logo (replace initlogo.rle),Three logos/Several logs

[android-porting] Re: Android Device Booting Log Customization for Mature Product,not for Engineering

2011-08-11 Thread tommy.hong
Android Device Booting Logo Customization for Mature Product,not for Engineering 2011/8/11 tommy.hong hongjiuj...@gmail.com Hi,List! I want to know if there are some good reference for Android Device Booting Log Customization.From Device Power on,Kernel Logo,Android Logo to Android Luncher

[android-porting] Re: Android: Effect of Changing PictureSize on Zoom

2011-08-11 Thread artsylar
I hope there is someone to whom we could consult about this problem of ours. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Audio effects reverb issue

2011-08-11 Thread brian
Dear Eric: I can't get your explanation for the attenuation on the reverb tail Because according the source code, the 12dB headroom is reserved on the reverb head, not the tail And the LVREV_OUTPUTGAIN_SHIFT is on the reverb tail to compensate the gain back. Could you help to descirbe more