[android-porting] Re: PIN / Password screen has no forgot password button

2011-02-01 Thread Soumya
Hi Android Team, Can someone shed some light regarding this matter. The reason why I am asking is that if the user sets PIN / Password lock and forgets it then he/she will not have any fallback like Pattern lock. Was there any intention from Android Team behind such design? On Jan 31, 11:26 pm,

Re: [android-porting] Android NDK: x86-4.2.1 libsupc++ support

2011-02-01 Thread David Turner
On Tue, Feb 1, 2011 at 4:13 PM, Subramani Venkatesh wrote: > Hi, > I am porting an application to Android x86 platform There is no such thing for now, though we're working on it :-) > , while porting I > understood that my application depends on Android libsupc++ support > for exception handli

Re: [android-porting] Opencore AAC decoder issue

2011-02-01 Thread Deva R
opencore plays regular aac files. try "super convertor" to convert mp3-file/audio-streams-in-video-file to aac file. (link - http://www.erightsoft.org/GetFile.php?SUPERsetup.exe , trivial to use) use it with opencore. or u can get some samples over google, http://www.google.com/search?q=filetype:

Re: [android-porting] Android release process

2011-02-01 Thread Deva R
>Does Android release happen from publically viewed Master branch of repo/git ? ya, public source release happens on android public repo at android.git.kernel.org > So, if I have Android repo cloned on my machine and I am regularly pulling > it. If some day, Google releases next version of Androi

[android-porting] android factorytest mode

2011-02-01 Thread Tiago Maluta
I'm checking the possibilities to validate my board through some tests. Looking at documentation I read about factorytest mode where I can analyze - individually - different subsystems of android framework. I did not find documentation a steps to enter in this mode. My initial step was use ADB to "

[android-porting] Re: android support for 18bpp lcd display

2011-02-01 Thread Paul L.
I am doing LCD bring-up also, thought I would chime in. For those of you require 18bit support, are you certain your LCD controller is capable only with 18bit output (ie there are only 6 pins for each of R, G, B), and is indeed reading from packed 18bit in memory? The display controllers I have w

[android-porting] third party drivers

2011-02-01 Thread sodjas
Hi all, I've already posted this to android-internals group hope here will get my answers :) "I'm a 100% BUT really motivated newcomer :) who would like to finally find a solid tutorial on what is the common way to solve the following situation: 1. I have a beagleboard 2. there are official Andr

[android-porting] Re: [beagleboard] Re: TI Android FroYo DevKit V 2.2 for Beagle XM and AM37x/DM3730 EVMs

2011-02-01 Thread Xianghua Xiao
I probably am missing something. In the released manifest I saw: but on rowboat's website it is "packages-apps-gallery3d", I had to change 3D to 3d to checkout, anyone else has seen the same thing? Xianghua On Mon, Jan 31, 2011 at 1:29 PM, MaNu wrote: > Hello, > > Release notes and user guide

[android-porting] Opencore AAC decoder issue

2011-02-01 Thread jaanda
Hi I am trying to hack AAC decoder and trying to understand its working..I have built opencore linux and testing it...I am facing a problem with test vectors...Can anyone suggest wat the exact format fo input streams sgoul be to test AAC decoder and how to generate them as appare

[android-porting] Android release process

2011-02-01 Thread Viral Mehta
Hi, I was little curious about Android Release process. Does Android release happen from publically viewed Master branch of repo/git ? So, if I have Android repo cloned on my machine and I am regularly pulling it. If some day, Google releases next version of Android, will HEAD of my cloned repo a

[android-porting] Android NDK: x86-4.2.1 libsupc++ support

2011-02-01 Thread Subramani Venkatesh
Hi, I am porting an application to Android x86 platform, while porting I understood that my application depends on Android libsupc++ support for exception handling, I verified for this library in NDK prebuilt directory, I did not find it, may I know the procedure to build it using Android NDK? Reg

[android-porting] Re: How to add Pre-loaded Application?

2011-02-01 Thread Hank
I believe my target is for ARM because I have successfully loaded the ROM onto my Nexus One. On Feb 1, 8:18 am, Deva R wrote: > Hi, > "generic" target means its built to be run on x86 emulator. > can you build for ARM target (so as it can be made run on Nexus One)?? > > > > On Mon, Jan 31, 2011 a

Re: [android-porting] code for different android versions

2011-02-01 Thread Deva R
we have platform version available in build system but not passed to GCC, so as to use it in your source. you can process this in Android.mk and send a CFLAG macro to your source. PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.2.1 there might be a trivial way that i'm not aware of, but a suggest

Re: [android-porting] Re: How to add Pre-loaded Application?

2011-02-01 Thread Deva R
Hi, "generic" target means its built to be run on x86 emulator. can you build for ARM target (so as it can be made run on Nexus One)?? On Mon, Jan 31, 2011 at 8:40 PM, Hank wrote: > My app is being installed into the generic product. How do I go about > loading this generic system onto my Nexus O