Re: [android-porting] changing gsm modem in android RIL

2011-06-22 Thread Mahesh Ingle
Hi, I can write/read AT commands and response from the shell prompt using a plane c program, but my android logo of gsm coverage itself does not show any coverage. so i suspect that the android system yet somehow could not detect the presence of my modem. @ Mahesh @ “You

Re: [android-porting] Where to send kernel patches?

2011-06-22 Thread David Turner
Hello, On Wed, Jun 22, 2011 at 1:30 AM, Jason killert...@gmail.com wrote: I'm wondering if anyone can point me in the right direction to submitting a kernel patches for Android. I'm working on improving support for the w8001 (see my original mail at

Re: [android-porting] changing gsm modem in android RIL

2011-06-22 Thread hedwin
With logcat -b radio you can see what going on in the communication with the GSM modem. Possiblity is that reference-ril uses commands not supported by your modem. On Wed, Jun 22, 2011 at 8:26 AM, Mahesh Ingle mri...@gmail.com wrote: Hi, I can write/read AT commands and response from the

Re: [android-porting] Need info on stagefright codecs

2011-06-22 Thread Harish V
Start by looking into OMXCodec.cpp and follow any codec... On Wed, Jun 22, 2011 at 8:58 AM, James Coggan james.cog...@gmail.comwrote: Guys, Help me out here, Im porting cyanogenmod to a gingerbread already tablet, ive got everything working but the codecs How to make stagefright loads the

[android-porting] Re: Standby/suspend code in Android

2011-06-22 Thread Diego
On Jun 21, 10:01 pm, Dianne Hackborn hack...@android.com wrote: It also tells the kernel about wakelocks being held by user space, so the kernel knows when it can't put the CPU to sleep due to wakelocks. Ok, thank you for your help. The wakelock mechanism is clear to me. So it's the kernel

[android-porting] Clickable regions of the screen

2011-06-22 Thread rohit
Please warn me if I am posting this to a wrong group. I want to know how is the information regarding clickable areas of the screen stored with the screen. Like, there are many clickable areas on a screen.When I click on any area which is not clickable then nothing happens.The input handler

[android-porting] PPP and data connection

2011-06-22 Thread Adrien Ferré
Hi I wanted to know which version of d do you have if you are using it to get data connection (i have ppp 2.4.3). I am having a lot of troubles trying to use pppd with the chat scripts. The connection seems to be up, be the ip-up and ip-down scripts never get called, no matter what