[android-porting] Re: A request for people creating custom Android systems

2009-11-14 Thread kingrz
AMD_SINGLE.bin and A250img.bin have been dissambled. Experimental kernels are almost compiled. Come and help us to improve the chances to port ANDROID on the LG ARENA. On Nov 11, 11:09 am, kingrz raoul.zivo...@inet.hr wrote:  Android onLGKM900ARENA If you want to help or see how is going the

[android-porting] Re: A request for people creating custom Android systems

2009-11-11 Thread Dan Raaka
All the builds with the same build fingerprint are binary wise equal. I am curious to know does this information from the /system/etc/ permissions/*.xml - all of it gets transmitted back to market server from every single device or happens only for the first device with that build fingerprint.

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-11 Thread Dianne Hackborn
The fingerprint doesn't matter, market sends the list of libraries on the device. I believe the market app didn't start doing this until 1.6, though, so you wouldn't get this on 1.5. On Wed, Nov 11, 2009 at 4:30 PM, Dan Raaka danra...@gmail.com wrote: All the builds with the same build

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-11 Thread dan raaka
I meant to say .. I tested it on a 1.5 - works. -Dan On Wed, Nov 11, 2009 at 10:35 PM, Dianne Hackborn hack...@android.comwrote: The fingerprint doesn't matter, market sends the list of libraries on the device. I believe the market app didn't start doing this until 1.6, though, so you

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-10 Thread dan raaka
You answered my Q in your last sentence. Thanks :) -Dan On Mon, Nov 9, 2009 at 3:25 PM, Dianne Hackborn hack...@android.com wrote: Sorry I don't understand what you are asking. When you set up the configuration for your build, you can decide whatever files you want in your system image, so

[android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread Dan Raaka
Where do you get the information about these extended libraries from the a OEM build ? -Dan On Oct 7, 9:53 pm, Dianne Hackborn hack...@android.com wrote: Hi all, I would like to make a request for the people who are making custom builds of Android for users to install on their phones. If

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread Dianne Hackborn
As the PlatformLibrary shows, you place an xml file in /system/etc/permissions which defines the library, and the system picks this up. For example Google's maps library is in the file /system/etc/permissions/com.google.android.maps.xml with the contents: ?xml version=1.0 encoding=utf-8?

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread dan raaka
I understand the system inclusion part but currently in build submissions for approval process, there is now where one specifies details of additional libraries included in the build. My question is how do you get this info then? I am guessing .. permissions file from the build is sent to from

Re: [android-porting] Re: A request for people creating custom Android systems

2009-11-09 Thread Dianne Hackborn
Sorry I don't understand what you are asking. When you set up the configuration for your build, you can decide whatever files you want in your system image, so you would just have your library's XML file included. When market runs, it asks the system what shared libraries are available (which is