[android-porting] about android prelink:does not have a hash table!

2010-10-03 Thread Oliver
I have problem over this issue too. I wanna to disable it because I wanna port android to a new architecture. when i was doing this,I get the following error: target Prelink: liblog (out/target/product/pkunote/symbols/system/lib/ liblog.so) out/host/linux-x86/bin/apriori --prelinkmap

[android-porting] Android Dual Screens

2010-10-03 Thread Abhilash
Folks, I wanted to connect two displays to Android - One through HDMI TV and other one status LCD panel. HDMI port will show the android desktop screen and other appliactions. Status LCD will only show device notifications like Power ON, Power OFF, Bluetooth ON, Ethernet ON etc. Can anyone

Re: [android-porting] Android Dual Screens

2010-10-03 Thread Karthik Kannappan
I believe TI has done some work on this... supporting OMAP. Don't know if the OMAP git contains such code. On Oct 3, 2010 8:49 AM, Abhilash abhilashk@gmail.com wrote: Folks, I wanted to connect two displays to Android - One through HDMI TV and other one status LCD panel. HDMI port will

[android-porting] Android Porting Training in India

2010-10-03 Thread The Mister D
Hello everyone! Please excuse me if my question does not belong to this group. I am pretty much new to Android world and recently started to look into learning porting Android to different devices. However I have not had much luck. Is there any institute in India (any region) who conducts

[android-porting] Manual IP address setting in RIL.

2010-10-03 Thread Maffiou
Hi everyone, I'm new here, and new to Android too (it probably shows)... I've looked a bit through the post history, but I can't find the answer to my issue so, here goes (hopefully someone will be charitable enough to tell me what I'm doing wrong): In a project I'm working on, I end up

[android-porting] Android BT subsystem sleep

2010-10-03 Thread wikijone
hi guys, At my develop platform smdk6410, with Android eclair sytem run on it, BT subsystem run well. But a significant bug is that when i push power button to turn on sleep system, the system will deep sleep, next push power button with wakeup, but now BT subsystem is not running, everything

[android-porting] How to create Core Dump

2010-10-03 Thread Raghu
hi all, i have created native process in android env. some time my process is crashing. with the ADB logs i am not able to find the root casue. also not able to generate Core Dump. can you guys pls help in creating core dump. thank you, Raghu -- unsubscribe:

Re: [android-porting] Android BT subsystem sleep

2010-10-03 Thread Pavan Savoy
you might want to check up on the any chip enable GPIO connected to your BT chip or the UART connected to BT, might have gotten reset because of the system wide suspend... On Sun, Oct 3, 2010 at 11:55 PM, wikijone wikij...@gmail.com wrote: hi guys, At my develop platform smdk6410, with Android