[android-porting] Re: Binder thread migration

2011-10-29 Thread Glenn Kasten
AFAIK, as Dianne said the thread is simply scheduled by binder. It's up to the kernel's scheduler to decide when it's actually executed, and there's no guarantee it is "immediate". On Oct 27, 11:21 pm, Nitin Mahajan wrote: > On Thu, May 12, 2011 at 3:30 AM, Dianne Hackborn wrote: > > The thread

Re: [android-porting] Using OMX HW encode/decode with Android

2011-10-29 Thread Luca Piccarreta
Hi Riasat, the APIs you mention won't probably do what you need. You can build a command line app (shell access *does* usually give you access to hw codecs) but no hope from java / jni. You can use hw codecs, have a look at ffmpeg head, but don't tell anyone because they're not public APIs, but jus

[android-porting] Re: Is there any guideline for Android Porting?

2011-10-29 Thread Leo
Thanks , I'll try it right now. On Oct 28, 10:04 am, 070 wrote: > i am also a newbie to android-portingin my mind, you should do at > least several steps. > > 1, follow the tutorial onhttp://source.android.com/source/index.html > to download source, setup your envirenment, compile android sou

[android-porting] <0>Kernel panic - not syncing: Attempted to kill init!

2011-10-29 Thread 070
Recently ,i am porting Android to HP Veer, which kernel is 2.6.29. Since linux kernel 2.6.29 has already include Andrdoid staging drivers, i just changed the configs of android to y. then i use NFS to hold Android files.. After kernel boot into Android, i just saw the word "Android_" on the phone

[android-porting] ZTE Blade hardware is same as Micromax_A60

2011-10-29 Thread Shibaa987
Hi friends, I am having one micromax A60 android 2.1 phone. I have checked and found that Micromax A60 hardware and that of ZTE Blade is all the same, with some Part number differences. The only difference i found is the display type. That of MicromaxA60 is LDPi and Blade is MDPI. Can u please

[android-porting] GPS altitude has problem

2011-10-29 Thread Tong Vuu
Hi all, I have created an HAL for my GPS module via serial inteface (/dev/ ttyS4). I integrated it into Android successfully. However, it didn't report altitude information to Android application layer although it works fine with latitude and longitude. My application just only get the fix infor