[android-porting] device configuration information

2011-07-07 Thread ceat2...@yahoo.de
Hi, can someone tell me which file android is using to compare with the qualifiers in the alternative resource directory? The reason why i want to know it, is because im trying to get smaller icons for the apps. So i will get for example instead of 3 rows of apps 5 rows. But right now after

Re: [android-porting] Porting procedure from FROYO to GB

2011-07-07 Thread jagan
Which target your chosen? Regards, Jagan On Tue, Jul 5, 2011 at 9:50 AM, UMESH AKKUR umesh.ak...@gmail.com wrote: Hi All, I am new to android!!! I just want to understand porting procedure from FROYO to GB. Regards Umesh A R -- unsubscribe: android-porting+unsubscr...@googlegroups.com

[android-porting] RE: ram console on android

2011-07-07 Thread der Mart
Hi, i have the same question. I'm trying to enable ANDROID_RAM_CONSOLE_EARLY_INIT but i can't find any documentation on the net. I tried to specify the adress and size of the ram_console device which is actually present on my device but then kernel isn't booting anymore (cannot get any debug

[android-porting] Re: Debugging Dalvik start-up / JarVerifier problem on x86-64 Linux build

2011-07-07 Thread Stephen Kell
You may be able to just remove the assertion for your purposes. For some reason a thread in the running state is trying to change to running, i.e. it's a do-nothing operation that just wastes time. It also represents a potential problem in that a bit of code that was assuming it was in some

[android-porting] no 'print' member in ResTable?

2011-07-07 Thread jimmyZ
I have worked on porting the Android 2.2 to PPC platform. It complains that there is no print member in the ResTable. However, it should have it. Do I miss anything in the configuration or something else? Here is the error message: TARGET_BUILD_APPS

[android-porting] Re: device configuration information

2011-07-07 Thread freakingtux
Hi On Thursday, July 7, 2011 12:27:31 PM UTC+2, ceat...@yahoo.de wrote: Hi, can someone tell me which file android is using to compare with the qualifiers in the alternative resource directory? The reason why i want to know it, is because im trying to get smaller icons for the apps. So