[android-porting] How to change static Opening Logo kernel Android

2012-01-07 Thread skywalker
Hi, I want to change Opening logo in kernel android on my device with image, right now my opening logo is still only text not image, because in kernel I only saw small linux kernel image logo. if it's enable only show small linux kernel logo in top left, I want to change it with bigger image in the

[android-porting] device not going into fastboot mode

2012-01-07 Thread NARAYANA
Hi, Even after flashing the appropriate modem binaries I was not able to put my device into fastboot mode to flash boot, system and userdata images. Pl, help me. Regards, vishnu -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] DexOpt errors.

2012-01-07 Thread Rudolf Tammekivi
I'm trying to port ICS 4.0.3 to my device, I got Android logo, but dalvikvm fails because DexOpt doesn't odex the files? I made the build with "eng" flag, and it did not include dexopt to build, so I manually added it with "make dexopt". Logcat log of dalvik is in the attatchment (6kb). -- uns

[android-porting] Re: Interface GPRS8000 to Devkit8000

2012-01-07 Thread Chaitanya
If what you mean is how to port support for the gprs8000, start by porting the RIL. edit the init.rc to make a ppp link. On Jan 5, 6:39 pm, Devindrappa Handraki wrote: > Hi all, > > I ported Android Gingerbread on Devkit8000 successfully, now i want to > interface GPRS8000 to Devkit8000, i don't

[android-porting] Re: Need help in Bluetooth reverse tethering

2012-01-07 Thread vijay Badawadagi
any updates to this, still not able to get the PANU role functional :( Hi, > > We are able to get Bluetooth tether on ICS in NAP role, things like > connecting PC to the tethered device and browse, but the reverse is not > working. BT enabled device in PANU role is not working, i cannot browse >

[android-porting] Disabling WiFi on boot

2012-01-07 Thread Samuh
We are experimenting with a custom hardware which is running Gingerbread 2.3.4 version of Android. When the device boots up, WiFi Service enables Wifi by default. We want to force disable it on boot and surrender control of Wifi to the application layer. What would be the easiest way to do this?