[android-porting] Re: Setup ppp

2013-05-13 Thread ffxx68
Hi Vishveshwar, thanks a lot for this useful pointer! I'm porting the approach to my platform, following that tutorial from TI. I still have a doubt. Thought not explicitly mentioned there, should we remove the "no-RIL" option in init.rc? setprop ro.radio.noril yes What is the effect of th

[android-porting] Re: Setup ppp

2013-05-13 Thread ffxx68
Thanks Vishevar for the very useful pointer. I still have a few doubts though My modem is an internal ZTE MF-212 one and when powered up (by GPIO switching in kernel) it immediately appears as /dev/ttyUSB0 to /dev/ttyUSB2, so, no need to use usb_modeswitch in my case. I still have a few do

[android-porting] Re: How to disable android uid and gui check

2013-05-13 Thread shridutt kothari
Hi, You need to modify the file http://androidxref.com/4.2.2_r1/xref/system/extras/su/su.c and remove the check. On Monday, December 3, 2012 1:30:03 PM UTC+5:30, Üye Olduğum wrote: > > Hi; > > I want to disable android uid and guid check. How can I do? > -- -- unsubscribe: android-porting+un

[android-porting] Re: Android kernel on Omap 3630/Palm Pre 2

2013-05-13 Thread Mayank Madan
I dont have other files :( the link on the websites wont let me download and the post on other thread had the link to the files of the project, "Android On Pre" and not pre2 On Friday, April 12, 2013 1:44:08 AM UTC+5:30, abcd efgh wrote: > > Hi. > > I was able to download other files due to a po

[android-porting] Re: [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-05-13 Thread shridutt kothari
1. You need to register your aidl file of service in framework/base/android.mk 2. than you need to copy all_java_files & all_aidl_file in the framework/base/yourdirectory/java/ 3. and you need to add entry of yourdirectory in build/core/pathmap.mk file where the entry of "core \" is made let

[android-porting] Re: Include an android library in an android project with mm

2013-05-13 Thread shridutt kothari
hi everyone, same question from my side also. On Wednesday, March 20, 2013 3:31:22 AM UTC+5:30, Jeremy Blanchard wrote: > > Hi everyone, > > I have an android library ("is library" checked on eclipse) that i'd like > to include in my android android project. (like seen there : > http://develop

[android-porting] Re: Adding new module to android framework

2013-05-13 Thread shridutt kothari
Hi Prasad, Texas has explained this in very good way here @ http://processors.wiki.ti.com/index.php/Android-Adding_SystemService. I have tested the procedure. Some useful related links for this are : https://github.com/CyanogenMod/android_frameworks_base/commit/88fff90131f54d45dc496c45127ac1d16a

Re: [android-porting] Re: Android kernel on Omap 3630/Palm Pre 2

2013-05-13 Thread Waters Pu
in attachment. this AoP.sh increase rom to 1G , keep your phone have enough space to android . 2013/5/12 Mayank Madan > I need Aop.sh too :) > > > On Friday, April 12, 2013 1:44:08 AM UTC+5:30, abcd efgh wrote: >> >> Hi. >> >> I was able to download other files due to a posting on another thre

[android-porting] Re: Android device as BT Headset

2013-05-13 Thread shridutt kothari
hi Ramya, Bluez has support for BT Headset but android does't have BT headset_HS mode. On Wednesday, April 10, 2013 4:27:16 PM UTC+5:30, ramya mohan wrote: > > Hi, > > I am Ramya. > > I am trying to make my omap based Android(ICS) device to behave as a BT > Headset. > > Does Android Bluez have

[android-porting] about the way enter the recovery mode

2013-05-13 Thread xyaw Li
I know that there are two ways to enter the recovery mode by "adb reboot recovery" from another PC or by the cmd "boot-recovery" in /cache/recovery/command. Is there any way to enter the recovery mode after next reboot by Terminal in the local without root privileges? (How to enter recovery m