[android-porting] Re: [android-building] Android ICS on ARMv5

2012-01-19 Thread Nicu Pavel
Hi, You'll probably had better chance discussing this on android-porting, actually. Well I did send to both groups, haven't seen much of official replies on android-porting group lately, that's why I sent to android-building too. Thanks, Nicu -- unsubscribe:

Re: [android-porting] Frame Buffer Issue

2012-01-19 Thread Sam Berro
Try Arun's suggestion and report back to us. I am interested in this as well. On Wed, Jan 18, 2012 at 12:05 AM, Pawan pawan.s.rath...@gmail.com wrote: Hi Sam, Thanks for reponse. Can you please explain me tad more that what shall I do, so that I can see what ever is running on LCD at the

[android-porting] Re: Gprs interface to android

2012-01-19 Thread Sai Chaitanya Chitneedi
Hi sudheer, The error is bcoz rild is asking ril for a request it doesn't know how to handle. In the reference-ril.c or whatever your ril library file is, Look for the function static void onRequest (int request, void *data, size_t datalen, RIL_Token t) it will have a switch case statement with

[android-porting] Re: Android boot hangs on freescale imx51

2012-01-19 Thread Phillip
Hi! It seems that the shell has already started. enabling adb adb_open # usb 2-1.6: new high speed USB device using fsl-ehci and address 3 usb 2-1.6: configuration #1 chosen from 1 choice scsi0 : SCSI emulation for USB Mass Storage devices So try to type 'logcat' and see what the Android

[android-porting] External SD card not mounting for MDP device

2012-01-19 Thread NARAYANA
Hi, I'm using MDP8655 device and it has internal ( which can be ejected), and also has external slot for another SD card. Only the internal SD card is mounting, not able to mount the external SD card. Also don't have the schematic for the device, so don't know for which GPIO's the external SD card

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Does it crash at a different point each time or does it die after the same request every time?If the usb wasn't getting disconnected, judging by the random point on crash, i would have said if might be a buffer read error. But if usb is getting disconnected as well, it might be different problem.

[android-porting] Re: Android boot hangs on freescale imx51

2012-01-19 Thread Chaitanya
Hi jrey, What dev platform are you using. What does the display show? if there is no display then what makes you think it hanged.It's done freeing mem blocks. The log looks normal. The boot is completed and adb is available. Did you start using adb. what do your adb logs tell you? What you posted

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread venkat k raju
Hi Sai Chaitanya Chitneedi, can you check it my issues is it my thinking was correct ot not ! On Thu, Jan 19, 2012 at 1:18 PM, Sai Chaitanya Chitneedi chaitanya.nom...@gmail.com wrote: Sorry i forgot to attach. The attachment here. On Thu, Jan 19, 2012 at 1:17 PM, Sai Chaitanya

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread venkat k raju
Hi Sai, i think some problem with software reset issues!! android application or reference-ril.so i don't know... please check this log message. reset means the application will send AT+CFUN something like this right.. that time my modem was get resetting then usb was disconnecting ... AT

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Hi Venkat, Reset is not necessary. But i don't think it is happening voluntarily. Did you modify and reduce the log. If not, the things got worse compared to your last log herehttps://rowboat.googlegroups.com/attach/bd54dcd92e285509/minicom_radio_usb.txt?view=1part=4. You didn't get response for

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Sai Chaitanya Chitneedi
Hi Devindrappa, The log shows none of the scripts are working. correctly. The log is continued and i can't make out which error is for which script. Could you please empty the log everytime before running a a script. That way i will know which error is for which script. In the attached log i

[android-porting] Re: GSM on Gingerbread-2.3.4

2012-01-19 Thread Devindrappa Handraki
Hi Chaitanya, Thanks for your reply, please look at the attached ppp.log and suggest me where i am wrong. Thanks and Regards, Devindrappa On Wed, Jan 18, 2012 at 10:57 PM, Sai Chaitanya Chitneedi chaitanya.nom...@gmail.com wrote: Hi Devindrappa, 1. Please send new ppp-log and go through