[android-porting] Re: invoking pppd from RIL and from command prompt led to different results

2011-05-31 Thread freakingtux
Hello On Friday, May 27, 2011 4:54:00 PM UTC+2, paldan wrote: Same problem here. Using adb logcat for main, I read the following log: E/pppd( 1017): This system lacks kernel support for PPP. This could be because E/pppd( 1017): the PPP kernel module could not be loaded, or

[android-porting] Key Map issue while porting from Android 2.3 to 3.1

2011-05-31 Thread nirmaalu
Hi, We were using a product specific KeyLayout(.kl) and KeyCharacterMap(.kcm) files for the Android 2.3 based product. Input Keys are captured from IR and written to the /dev/uinput device. When we ported to the Android Honey Comb(3.1) we are facing issues with the kl and kcm files. Android is

[android-porting] Suggest book or paper for porting android

2011-05-31 Thread W.Steven
Hi, I am beginner, I wanna porting android to my device. I need some books for it. Thanks. W.Steven -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] heap error while using traceview

2011-05-31 Thread venkatesh yadav
Hi, I added the start and stop tracing calls to get the preloadClasses time. Debug.startMethodTracing(/data/trake); Log.i(TAG, !@beginofpreloadClasses()); preloadClasses(); Log.i(TAG, !@endofpreloadClasses()); Debug.stopMethodTracing(); But i am getting this error: C:\Documents and

[android-porting] GSM and RIL: network registration problem

2011-05-31 Thread Adrien
Hi, I have been trying for some time to use a GSM modem on android but every time i solve a problem, another one appears. ***sighs*** I am able to boot android with the modem attached, the RIL starts talking to it and i have several things happening: the modem can detect all the operator

[android-porting] How to add own App in Source Android

2011-05-31 Thread spurwa
Can anyone tell me how to add the app on the Android Open Source Code. I've tried the way given by www.source.android.com, how to add applications, compile and produce files in the form of extension *.apk, but apk file is not successfully generated... Please give me guidance on how to add my own

[android-porting] Re: how to log from devkit8000 to logcat

2011-05-31 Thread Gopi
Hi All, I got the logs listed in logcat from devkit.It s simply like connecting ur device and testing through the USB port. I did it in linux. Open ur eclipse platform and in DDMS your device ll be listed. Thank you. On May 30, 1:41 pm, Gopi gopi4...@gmail.com wrote: Hi,      Can anyone guide

[android-porting] Re: invoking pppd from RIL and from command prompt led to different results

2011-05-31 Thread paldan
Hello, On 31 Mag, 13:17, freakingtux kees.jongenbur...@gmail.com wrote: So perhaps I was not particularly clear in my previous post. You need a set of permissions to access the ppp device and at set of capabilities to be allowed to do things like creating interfaces. The capabilities in

[android-porting] Re: GSM and RIL: network registration problem

2011-05-31 Thread Adrien
For now i resolved the problem by replacing AT+COPS=3,0;+COPS?; +COPS=3,1;+COPS?; +COPS=3,2;+COPS? with AT+COPS=3,0;+COPS? It does the trick... for now :) On 31 mai, 10:56, Adrien ferre.adr...@gmail.com wrote: Hi, I have been trying for some time to use a GSM modem on android but every time

[android-porting] Setup ppp

2011-05-31 Thread Adrien
Hi, I need to use ppp in Froyo. I need some pointers on how to do this. What i know for now: === init.rc === Need to add setprop ro.radio.use-ppp yes service pppd_gprs /etc/ppp/init.gprs-pppd user root group radio cache inet misc disabled Thing is i don't have

Re: [android-porting] Setup ppp

2011-05-31 Thread Hamilton Vera
Greetings, you may use this script: hamilton@saygon:../out/target/product/XXX/system/etc$ cat init.gprs-pppd #!/system/bin/sh # An unforunate wrapper script # so that the exit code of pppd may be retrieved # this is a workaround for issue #651747 #trap /system/bin/sleep 1;exit 0 TERM

[android-porting] Re: Wifi and Gingerbread

2011-05-31 Thread Cyberworm
Using a modified su program I finally got root access. Wifi still isn't working. Is there no one who can help me? On 17 Mai, 20:10, Cyberworm cybaw...@gmail.com wrote: Hi all, I'm trying to portGingerbreadto my OpenPandora device (seehttp://www.openpandora.orgfor details). Keyboard and

[android-porting] android eclair suspend disable help

2011-05-31 Thread Manoj Kumar
hey everyone can anyone please tell me how to disable screen off/lock and suspend in android eclair thanks Manoj -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting