[android-porting] Issue with Zygote initialization after migrating host to Ubuntu 12

2012-06-13 Thread ffxx68
After upgrading my host to Ubuntu 12 and successfully rebuilding android, after isntallation on device, the system boot loops into this error: I/Zygote ( 147): Preloading classes... D/dalvikvm( 147): GC_EXPLICIT freed 47K, 78% free 232K/1024K, external 0K/0K,

[android-porting] dhcp fails on ethernet and wlan0 in android 4.0

2012-06-13 Thread swaraj
Hi, Can anyone suggest me, why dhcp fails on ethernet and on wifi when dhcp service is started from init.rc. But its working fine when dhcpcd -B wlan0/eth0 command is given manually. Dhcp is not starting during start up and when started manually it works. D/wpa_supplicant( 1753): State:

[android-porting] Re: Video seeking in CTS test cases (android.media.cts.MediaPlayerTest#testvideoSurfaceResetting)

2012-06-13 Thread streamer
I also meet this issue. 在 2011年12月30日星期五UTC+8上午6时18分16秒,Gabriel Beddingfield写道: We've run into an issue where a CTS test case is failing because seeks do not happen immediately. I think the test case should be updated, but how do I go about that?

Re: [android-porting] How to make proper ip-up file for ppp0 interface.

2012-06-13 Thread Vikas KM
Hi, The Browser checks for the ActiveNetworkInfo .. and if its false it throws that error... Does the NetworkDataTarcker or MobileDataTracker know that net is available? ConnectivityManager CM; CM =

[android-porting] Porting Android ICS to Huawei ascend G300 -U8818

2012-06-13 Thread Bhanushali Ashwin N
Hi ALL, I had successfully compiled the android ICS source code. I want to port android ICS to Huawei which comes with android 2.3.6 os version .My questions are 1) Is it possible to do porting? 2) If it is possible then how device will be affected? Please Help Me I am struggling for more than

[android-porting] Re: Android 4.0.4 IMX53 wifi GUI issue

2012-06-13 Thread swaraj
The OS is working good on IMX53 but i'm facing issues with dhcp On Friday, June 8, 2012 8:58:10 PM UTC+5:30, Weston Weems wrote: Sorry I dont have your answer for you, but how well does the os itself perform on the IMX53? On Wednesday, June 6, 2012 5:35:43 AM UTC-7, swaraj wrote: Hi,

[android-porting] Re: NFC on ICS

2012-06-13 Thread Karthikeyan Palaniswamy
uses-permission android:name=android.persmission.NFC/ put this in AndroidManifest.xml file. Cheers KP Op dinsdag 12 juni 2012 16:19:51 UTC+2 schreef Luccio het volgende: Hi, i am developing an application which use nfc reader (read the tag to allow the access to application ),

[android-porting] Re: NFC on ICS

2012-06-13 Thread Glenn Kasten
This is not the right group for that. Try android-developers group or stack overflow. Here are a few starter links http://developer.android.com/intl/fr/guide/topics/nfc/index.html http://developer.android.com/intl/fr/reference/android/nfc/package-summary.html

Re: [android-porting] dhcp fails on ethernet and wlan0 in android 4.0

2012-06-13 Thread Robert Greenwalt
Is it possible that dhcp_do_request isn't passing an interface? You could instrument that function in dhcp_utils.c and see what it's trying to do. You could also instrument the dhcpcd to log its args and see if it's receiving an interface. Lastly, is it possible an interface is being specified

[android-porting] Re: Porting ICS 4.x on HP Touchpad?

2012-06-13 Thread Gürdal Örüklü
You can build ICS (CM9 flavor) yourself using the instructions found on http://rootzwiki.com/topic/15586-guide-build-your-own-cm9-for-touchpad/ The plain vanilla ICS source code does not have any HP Touchpad specific source code or binaries. Cyanogenmod version is what you need Gurdal On

Re: [android-porting] Re: Android 4.0.4 IMX53 wifi GUI issue

2012-06-13 Thread Sathish Kumar
Hi swaraj, I would like to port the android 4 ics. I didn't find the source, could you tell me from where you got the Source and the procedure for porting. Regards Sathish On 13-Jun-2012 10:56 PM, swaraj swara...@gmail.com wrote: The OS is working good on IMX53 but i'm facing issues with dhcp

Re: [android-porting] Re: Android 4.0.4 IMX53 wifi GUI issue

2012-06-13 Thread Sathish Kumar
i.MX53 QSB. On Thu, Jun 14, 2012 at 9:51 AM, Swaraj swaraj.vutt...@redpinesignals.comwrote: ** Tell the board for which you have to build android? On 06/14/2012 08:10 AM, Sathish Kumar wrote: Hi swaraj, I would like to port the android 4 ics. I didn't find the source, could you tell