[android-porting] Re: Platform Development Kit link?

2012-06-29 Thread Subodh Nijsure
Watching - http://www.youtube.com/watch?v=UGJbPPjANKA google folks say PDK will only be available for OEMs. so if I have say Pandaboard I wouldn't be able to hack using PDK? -Subodh On Wednesday, June 27, 2012 10:58:21 AM UTC-7, Karim Yaghmour wrote: > > > Was just watching the Google I/O keyno

[android-porting] Including third party certificates in a custom rom

2013-11-12 Thread Subodh Nijsure
I am building ROM for a dedicated hardware platform which runs Android. On this platform we run our applications and we will allow some third party partner applications to be installed (not via google play). Where should I copy the certificates from these third party app developers so that apps

[android-porting] How to pre-define settings values for custom ROM build

2013-11-23 Thread Subodh Nijsure
When creating custom ROM is there a good way to create ROM image that has settings such as say screen timeout, adb usb enabled, etc. Or should one run a system to have settings.db file with right values and have it handy when building ROM and copy that "stashed" copy of settings.db file to /data/

[android-porting] AOSP porting and maintaining local changes

2013-12-11 Thread Subodh Nijsure
Hi, Not specifically code "porting" question but more question of managing local changes to AOSP repo for specific hardware platforms. We are porting AOSP to our custom hardware and we need to maintain our changes in our local repository. Our baseline code comes from code-aurora project for Qualc

[android-porting] Re: Android PPP data session not starting.

2013-12-14 Thread Subodh Nijsure
You are sure you have enabled these options in your kernel config? CONFIG_PPP=y CONFIG_PPP_BSDCOMP=y CONFIG_PPP_DEFLATE=y CONFIG_PPP_ASYNC=y CONFIG_PPP_SYNC_TTY=y On Friday, December 13, 2013 2:46:04 AM UTC-8, Bruno De Paoli wrote: > > Hi, > > I've ported a third-party RIL driver to our platform

[android-porting] What is the order of bionic/android uses various prop files?

2013-12-17 Thread Subodh Nijsure
I am looking at the bionic/libc/include/sys/_system_properties.h and it defines couple of locations where properties are defined. #define PROP_PATH_RAMDISK_DEFAULT "/default.prop" #define PROP_PATH_SYSTEM_BUILD "/system/build.prop" #define PROP_PATH_SYSTEM_DEFAULT "/system/default.prop" #de

[android-porting] Re: Android based on linux 3.10 kernel

2014-01-15 Thread Subodh Nijsure
Google is in powerful position to nudge the SOC vendors to push their code changes to linux-arm, rather than allowing push to android.googlesource that gives SOC vendors way to circumvent going the linux-arm way? -Subodh On Tuesday, January 14, 2014 7:29:51 AM UTC-8, Glenn Kasten wrote: > > G