[android-porting] Gadget porting to x86

2011-03-07 Thread Swan
If I want to port gadget to x86, what should I do? I found there is no udc fit to x86 in android. Does anyone give some advice? Thanks. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: JNI_CreateJavaVM failed errors. porting on s3c6410

2011-03-07 Thread fadden
On Mar 6, 6:27 am, Nate H wrote: >  I am trying porting gingerbread on mini6410(s3c6410 inside).  And I use NFS > filesystem on the board.  Now I get some JNI_CreateJavaVM failed errors, and > some process exit when system start up. I use ps command to check process, I > can't find zygote. Is ther

[android-porting] Re: How to build only libreference-ril

2011-03-07 Thread Maffiou
Normally, if you load /build/envsetup.sh (and you've already built the dependencies to link against) then you should be able to run mm in you reference-ril folder and push the resulting lib on your image with adb push (well adb remount, adb push, adb shell sync, adb reboot in that order...). M.

Re: [android-porting] How to build only libreference-ril

2011-03-07 Thread Joerie de Gram
Hi Daniele, On Mon, Mar 7, 2011 at 12:15 PM, paldan wrote: > Is it possible to build only the RIL related part of the platform? Try 'mmm hardware/ril/reference-ril/' or simply 'mm' from the reference-ril directory itself. Joerie -- unsubscribe: android-porting+unsubscr...@googlegroups.com web

[android-porting] How to build only libreference-ril

2011-03-07 Thread paldan
Hello, I have to add some features to the standard libreference-ril, so I'm changing various files inside android-2.1_r2/hardware/ril/reference-ril/ To speed up the development process I would like to build only the library and not the whole platform, but I cannot find a makefile for doing that.

[android-porting] Re: Changing TelephonyManager and being compliant to the CDD

2011-03-07 Thread Torsten
Hi Bjarke, You're in the grey zone here as you have already indicated The CDD clearly states that the specification "refers specifically to hardware related to placing voice calls and sending SMS messages via a GSM or CDMA network" Since you don't intent to use GSM/CDMA, you don't quality to ena

[android-porting] Re: RIL Issue for Making GSM call

2011-03-07 Thread Maffiou
There can be multiple reason for the incoming call not working... I don't think it is linked to your commenting of the SIM_IO (but I could be wrong!)... Does the call drop as you try to answer it or just by itself? What modem do you use? I would check the documentation to make sure it supports the

[android-porting] GB, Moving the status bar to the bottom, HC-style.

2011-03-07 Thread samuelhalff
Hi, I'm trying to get my Gingerbread status bar to move to the bottom of the screen. But the framework is different in GB, and I'm quite lost.. The idea is to quickly access status-bar-added soft buttons on a hard- button-less device. I've read the source code for hours, and found a few interstin

[android-porting] Which kernel version for android-2.3.3_r1?

2011-03-07 Thread Elvis Dowson
Hi, I'd like to port android-2.3.3_r1 to my target hardware, and would like to know which kernel version I can use? Will android-omap-2.6.38 work? I'd like to use the latest kernel version, not necessarily the official supported version, that is known to run android-2.3.3_r1. Elvis Dowson