[android-porting] Re: Join android wilhelm project

2013-12-11 Thread Glenn Kasten
frameworks/wilhelm is the pathname of the git repository for 2 APIs: - Android native audio based on OpenSL ES - Android native media based on OpenMAX AL OpenSL ES is recommended for lower-latency audio output. For audio input and normal latency audio output, I recommend

Re: [android-porting] Re: porting CUPS to android

2013-12-11 Thread mz
where do you start to port cups to android? On Thursday, November 28, 2013 6:35:17 PM UTC+1, doron sandroy wrote: hi all i need CUPS build for android 4.xx. wear i can download files. thinks doron. בתאריך יום שבת, 21 בספטמבר 2013 05:06:52 UTC+3, מאת wei ke: Dear All, I have ported

[android-porting] Documentation for init.rc

2013-12-11 Thread Kamil Nawrot
Hi, I want to ask somebody about proper documentation of init process and init.rc scripts. Right now I'm trying to port 4.2.2 Android to some new device and I had faced some problem with init.rc. Looking to /system/core/init/readme.txt I can be informed that there are few triggers for actions:

Re: [android-porting] Re: Removing blank screen between Boot Splash screen and boot animation

2013-12-11 Thread Syed Mohammed, Khasim
To add to Maninder's input. Also check if you are turning off/on the display controller in Linux driver, if there is another off/on of the controller or reset of the controller then comment that out. Just do all the necessary configurations in the bootloader itself. Regards, Khasim On Sat, Dec

[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

[android-porting] Re: AOSP porting and maintaining local changes

2013-12-11 Thread Vishveshwar
On Wednesday, December 11, 2013 9:50:36 PM UTC+5:30, Subodh Nijsure wrote: 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