[android-porting] splash screen

2012-05-31 Thread Luccio
Hi, Where can i change the splash screen of ics ? Best Regards. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Segfault on Dexopt

2012-05-31 Thread Giveen
I am so close I can taste it, lol. I'm getting this segfault. Anyone point me in the right direction, gets a virtual beer. I did point my dalvik to /data/dalvik-cache using 'dalvik.vm.dexopt-data-only=1' in build.prop --- beginning of /dev/log/system I/Vold( 88): Vold 2.1 (the reveng

[android-porting] Android support SPP(Serial Port Profile)?

2012-05-31 Thread Kingpotato
My question is very simple. Does android support SPP(Serial Port Profile)? Or android support Rfcomm socket emulation for SPP? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] CTS Revision 2.3 R14

2012-05-31 Thread Fabien Duvoux
Hi, The last commit in CTS project is mandatory for our project to be able to pass CTS and is not included in CTS 2.3 R13 When will be delivered the next version of CTS (R14) ? Is it fix delay ? Thank you, Fabien -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://gro

[android-porting] ICS Build errors

2012-05-31 Thread Luccio
Hi, what is the problem ? build/core/base_rules.mk:166: *** external/tslib-1.0: MODULE.TARGET.SHARED_LIBRARIES.input already defined by external/bluetooth/bluez/input. Stop. ps: i attached the tslib android.mk file in wich i added "LOCAL_MODULE_TAGS := optional" for the input module -- unsu

[android-porting] Android port occasionally hard freezes during postDelayed reschedule

2012-05-31 Thread Ronnyek
I'm working with an android 2.3.1 port for some hybrid freescale imx53 hardware and running into some problems. I've got code in an app running in the os that does effectively the very same thing as below. private Runnable mUpdateTimeTask = new Runnable() { public void run() { final lo

[android-porting] how to parse radio_dump files

2012-05-31 Thread PSK
I have Nexus S Android phone, I see some radio_dump files under / sdcard. I would like know how to read this dumb and identify crashes etc. This is also observed whenever the phone reboots abruptly. In general I need to know how to parse these dump files and get required information out of it. It

[android-porting] Re: splash screen

2012-05-31 Thread Ronnyek
Which splash screen? On most hardware that are at least 3 diff places you can do it. 1) Bootloader u-boot allows you to supply a RLE bitmap to use as a boot image. 2) Linux kernel will let you use simple bitmaps as splash images 3) You can modify stock progress indicator in bootanimation.c (

Re: [android-porting] how to parse radio_dump files

2012-05-31 Thread Robert Greenwalt
The radios on android devices are not part of android and don't come from google. They are proprietary. The dump files vary by modem maker and we don't know how to interpret them either. R On Thu, May 31, 2012 at 12:26 PM, PSK wrote: > I have Nexus S Android phone, I see some radio_dump files