[android-porting] Early boot process of the Android G1 dev phone

2008-12-31 Thread FranckLefevre
Does anybody know if there is somewhere a doc explaining the early boot sequence of the Android dev phone ( G1 ) ? Does the ADP use uboot ? How to take the hand on it when the bootloader start, before the launching of the kernel ? May be this doc could also describe how to completely reflash th

[android-porting] Re: 128MB runtime heap for Asus eee target

2008-12-31 Thread Yang, Chen
Dima: Thanks for your explanation. It looks reasonable. Would you like to give some more information on the scenarios(applications) that demand large memory in managed heap? I am interested to know. I have tried the maps application got from the emulator and put under resolution of 800x6

[android-porting] Re: access to wpa_supplicant

2008-12-31 Thread >> Jith911
I also faced this problem.. 1. Check the path that you gave in supplicant.conf and the one that is there in hardware/libhardware/wifi/wifi.c. Both should match.. 2. eth1 should have appropriate persmissions. so in the supplicant.conf ctrl_interface_group should be system. On Dec 8, 1:05 pm, "Mik

[android-porting] android: building for dream fails

2008-12-31 Thread twebb
I followed the instructions at http://source.android.com/documentation/building-for-dream and the build failed with the following error: make: *** No rule to make target `vendor/htc/dream/proprietary/akmd', needed by`out/target/product/dream/system/bin/akmd'. Stop. Is something broken or did I

[android-porting] Re: android: building for dream fails

2008-12-31 Thread Brian Swetland
[twebb ] > I followed the instructions at > http://source.android.com/documentation/building-for-dream > and the build failed with the following error: > > make: *** No rule to make target `vendor/htc/dream/proprietary/akmd', > needed by`out/target/product/dream/system/bin/akmd'. Stop. > > Is

[android-porting] Re: android: building for dream fails

2008-12-31 Thread twebb
>> Is something broken or did I miss a step? > > 5. in vendor/htc/dream/ there is a script that must be run (from that > directory) to extract some proprietary binaries from your device.* Yes, I see that I overlooked that - thanks. So without an actual HTC Dream phone, I won't be able to run th

[android-porting] Re: FM application on Android.

2008-12-31 Thread pavan savoy
I was kind of hoping the framework would have an open transport layer as such. Like the transport layer be left for us developers to implement. May be a generic transport layer such as reading & writing from UART is helpeful. But could also be done say via I2C or USB or via bluetooth HCI socket la

[android-porting] Re: android: building for dream fails

2008-12-31 Thread Brian Code
Another example of supporting a target and some of the build targets, you can check out the Android on the Openmoko Freerunner at http://git.koolu.orgin the platform/vendor/neo/freerunner.git project. In addition, we have created a manifest file for the Openmoko Freerunner. This locks down particu

[android-porting] Re: I am booting the rootfs of android by nfs,but it stopped somewhere.

2008-12-31 Thread clem
Thanks for your help,but It haven't worked yet.No "userdd" command in my ubuntu.There is a simular command named "useradd",but when I executed "useradd -u 1000 android_system",it said "uid 1000 is not unique" and seemed didn't work. I think the problem is in my init file.The console messages stop

[android-porting] Re: FM application on Android.

2008-12-31 Thread Dave Sparks
If the radio output is exposed as an audio input to AudioFlinger, it makes it easy to take advantage of all the features of the media framework. Not sure how to expose the tuning controls, though. I don't know much about the hardware drivers, you might want to ask on android-kernel about that. O

[android-porting] Re: FM application on Android.

2008-12-31 Thread pavan savoy
Ok. Thank you. So I can expect the FM application to do everything the media player does right, Say I want to record something, or I want to transmit something, or even extreme cases such as I want to hear it over bluetooth ? Am I right in this regard ? regards, Pavan On Wed, Dec 31, 2008 at 12:

[android-porting] Motorola A810 with Android

2008-12-31 Thread sathishp...@gmail.com
Hi, Please provide information to port android on motorola A810 model. I have seen some videos on you tube but not able to understand the same. Please help. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google

[android-porting] Re: FM application on Android.

2008-12-31 Thread Dave Sparks
Not exactly. Handling FM as an audio input would enable these features, but additional software would be required. Recording would be straightforward, and would work just like recording from the microphone input. Routing to BT would require some additional code. An application could route the au

[android-porting] Why does my init file can not work?

2008-12-31 Thread clem
I think kernel is ok,it printed a lot of information and stopped after printing that information ... Freeing init memory:xxK Now it is the turn for executing init,right?But it stopped. How does the init file work?simple execute init.rc or init.goldfish.rc? --~--~-~--~~~

[android-porting] Re: Why does my init file can not work?

2008-12-31 Thread clem
It's my cmdline。Is there any errors?pls check it.Thanks! Kernel command line:root=/dev/nfs nfsroot=10.10.0.1:/rootfs_andr ip=10.10.0.2:10.10.0.1:10.10.0.1:255.255.255.0:www.google.com:eth0:off console=ttyAMA0 mem=128M init=/init --~--~-~--~~~---~--~~ unsubscribe: an