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
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
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.
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
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.
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
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
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
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