[android-porting] Android HAL understanding

2011-01-18 Thread Dudero
Hallo, I found a tutorial which explains the Android HAL by an LED-example: (found on: http://blog.csdn.net/hongtao_liu/archive/2010/12/07/6060734.aspx) LED-Manager-LED-Service-LED-HAL-LED-Kernel-Driver My question is now: why does the java-service load this shared library: static{

Re: [android-porting] Android HAL understanding

2011-01-18 Thread Deva R
hi, Why come the other Android own hardware-services without this? since its mokoid demo library, no other app or service required/loaded it. a library should be loaded (either prelinked or run time when needed) when a process is running., so as to use library calls. for eg, take mediaserver

Re: [android-porting] Re: NFC Smart poster and Tag reader

2011-01-18 Thread murilo aj
Hallo, 1.read tags from other devices/posters I imagine that we are considering in this case a passive tag, whose the reader(device) send a RF and get one answer, like a sonar. I really don't know if a usual android has this technology. About it, I think the android has a Wi-Fi Antenna,

[android-porting] override pthread.h of bionic by the one in toolchain

2011-01-18 Thread vikas
hi all, i need to use an application which uses pthread_setcancelstate , pthread_cancel and pthread_testcancel which are not supported in default pthread.h available in bionic/libc/include. rather i am able to compile my application using makefile and setting the CC to

Re: [android-porting] Re: Touch screen calibration apk

2011-01-18 Thread Chinmay S
Hi Dako, The touchscreen is comparatively stable component. - Its response doesn't vary over time/temp. - Response of individual screens (same model,make) do not differ largely. But, different touchscreen-models differ in their response. Also, what matters is the actual mounting of the

[android-porting] porting Android GPS

2011-01-18 Thread Danny Wu
Hello, I m porting the Androind GPS, however, there seems something wrong in my android what the RPS seems does not exist. I have added chmod 0777 / dev/oncrpc in the common/init.rc but it seems no works. The following messages are my logcat, please teach me how to solve it, Thanks a lot!

[android-porting] help me please.Compile Android kernel

2011-01-18 Thread Pongchai Tangbowonweerakun
Hello everybody i am beginner learning android porting to mini2440 board. i am clone android source code project from http://gitorious.org/android-mini2440 .i am try learning compile android from manual but i don't understand.help me for instruction how to compile android to mini2440 please.Thank

Re: [android-porting] Re: problems with ALSA

2011-01-18 Thread Murali K. Vemuri
Hello group, Its been a while since I had a word with the group. Finally I have to say, my AUDIO is working. If interested, please read through. 1. I am not sure if anybody remembered my h/w configuration, I have connected WM8993 Audio Codec on OMAP3530 MCBSP2. 2.for the Serial CLK (BCLK) LR

[android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread BiX
Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.32. However, I'm getting this warning: Warning: unable to open an initial console. init: /init.rc: 149: invalid option 'root' init: cannot open '/ initlogo.rle' init: cannot find '/system/etc/install-recovery.sh', disabling

[android-porting] Surfaceflinger die during upgradation from froyo to gingerbread

2011-01-18 Thread lavanya
Hi all, Can anyone help me in solving surfaceflinger getting died. 6[2.837854] init: service_start service = ueventd 6[2.837878] init: service_start service = servicemanager 5[2.856944] init: starting 'servicemanager' 6[2.857369] init: service_start service = vold 5[2.857453]

[android-porting] Re: integrating Xvid code in to open core

2011-01-18 Thread sk
Thanks for that ,, i tried that way also,can u send the doc for how to intergrate codec(Like where all i need to change) ? On Jan 3, 2:46 pm, sk skredd...@gmail.com wrote: Hi I am new toandroidi want to integrate newcodec(XVIDCodecto PV opencore ( in the OMX folder) framework help me where

[android-porting] Gingerbread: sensors hal porting

2011-01-18 Thread Sam
Dear all Now, I am working on gingerbread sensors hal porting. I find my SensorService thread continue runing but other android service can not work. It seems SensorService hold the android system. Do anyone have ideas about this problem ? Thanks~~ -- unsubscribe:

Re: [android-porting] Surfaceflinger die during upgradation from froyo to gingerbread

2011-01-18 Thread Deva R
Unable to open zip '/system/media/bootanimation.zip': No such file or directory BootAnimation::readyToRun() end Process Sending signal. PID: 82 SIG: 9 seems logo contents are missing and died., can u check that path and file? or, probably gb source

Re: [android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread Deva R
was 2.3 port working on beagle board earlier? try with minimal init.rc also, check init with more traces enabled ( change LOG_DEFAULT_LEVEL system/core/init, via loglevel in init.rc) On Tue, Jan 18, 2011 at 2:43 PM, BiX bixt...@gmail.com wrote: Hi, I'm booting Android 2.3 on BeagleBoard with

Re: [android-porting] Re: integrating Xvid code in to open core

2011-01-18 Thread Deva R
opencore docs are available in android source tree iteslf (./external/opencore/doc , link http://git.omapzoom.org/?p=platform/external/opencore.git;a=tree;f=doc;hb=refs/heads/p-froyo ) you might want to start with omx_core_integration_guide.pdf On Tue, Jan 18, 2011 at 4:38 PM, sk

Re: [android-porting] How to remove android-2.2.1 screen lock feature

2011-01-18 Thread Deva R
to boot without lock and stay unlocked.. deva@ubunt:/data/build/android_omap4/froyo/frameworks/policies/base$ git diff diff --git a/phone/com/android/internal/policy/impl/KeyguardViewMediator.java b/phone/com/android/internal/policy/impl/KeyguardViewMediator.java index c255041..c602c1b 100644 ---

Re: [android-porting] Re: Touch screen calibration apk

2011-01-18 Thread Zdravko Stoychev
Hi there. My initial request was basen on the personal experience backed up by similar reports by various forums' users. I saw screen with not working area - roughly 1 centimeter from the bottom. Twice. I also saw screen where touching is shifted with few centimeters up, or down. I am not saying

[android-porting] Gingerbread porting

2011-01-18 Thread hardik patel
Hi, I am working on OMAP 3630 zoom3 board. I am doing kernel 2.6.35 porting for this board for Ginger bread version. While booting my Kernel uImage on board i got carsh on mediaserver service see below log. MMC1 Initalization OK 2954888 bytes read ## Booting image at 81c0 ... Image Name:

[android-porting] wifi driver on gumstix overo

2011-01-18 Thread podgib
Hi I'm attempting to port android to a gumstix overo board. Everything is working except the wifi. On boot, I get the following error message: mmc1: new SDIO card at address 0001 libertas_sdio mmc1:0001:1: firmware: requesting sd8686_helper.bin libertas: can't load helper firmware libertas:

[android-porting] Re: minimal system server which can display GUI

2011-01-18 Thread Andrew Prunicki
I suggest you try to get to the minimal set by experimenting with emulator. It will shorten your time greatly - no need to flash to the device, just start up the emulator. That being said, you could simply remove product packages to get down to the minimal set. Checkout the make files in

Re: [android-porting] wifi driver on gumstix overo

2011-01-18 Thread manish shakya
check out this thread http://groups.google.com/group/rowboat/browse_thread/thread/4e6371130044cfa8/f60fa5767fc62e31?lnk=gstq=hedwin#f60fa5767fc62e31 -- Manish Shakya http://www.manishshakya.com.np -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: How can I android Market app for ginger bread

2011-01-18 Thread Colin
Can I hack and move an android market apk from another commercial device to my platform just for development purpose? I searched on the internet and found that many people try to install android market on the emulator. Thanks and regards, Colin On 1月17日, 上午4時00分, Dianne Hackborn

[android-porting] webkit modification question

2011-01-18 Thread AppCoder
I'm asking an OEM to add some reporting hooks to the Webkit code. They have lawyers in Japan that think that the android webkit version is only LGPL and they'd have to release source and ways to link everything again. I think the Webkit code in android has both the BSD license and the LGPL in the

[android-porting] why delete .odex file for no-sign application when build odex?

2011-01-18 Thread Hyung-Dae
I have some question about odex build. When I build android including ODEX build, I have shown removing the prebuilt application(eg.GMS packages) and odex file including certificate variant as PRESIGNED without re-sign, after then copy only apk from system/app directory to

[android-porting] Re: Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread BiX
Sorry I'm new to Linux and Android. I followed this article http://blog.sola-dolphin-1.net/archives/3171603.html for Android 2.3 There was no successful porting at all. I'm not sure how to run with minimal init.rc The only loglevel I see in init.rc is 'loglevel 3', am I supposed to change it? I

Re: [android-porting] Re: Touch screen calibration apk

2011-01-18 Thread Chinmay S
Hi, Also, there have been significant changes in how Android handles the touchscreen-events in Gingerbread. If you working on gingerbread, then you might want to have a look at this thread. http://groups.google.com/group/android-porting/browse_thread/thread/08158b8069a01382/8b2aa8d41336b077

[android-porting] how to add omx decoders into stagefright of gingerbread

2011-01-18 Thread alex
Hi Sparks, I have read the source code of stagefright in gingerbread, and find that stagefright has two methods to use codec: 1. direct software codec called in OMXCodec class 2. OMX plugins I have heard that in froyo, stagefright shares opencore's omx codec plugins. however, gingerbread

[android-porting] about the samsung android git address

2011-01-18 Thread alex
Hi Luca, You said in one of a thread: It's been really, really hard, but I got through it, looking at source from kernel and omx component (from samsung nexus 2 android tree, if I'm not mistaken). The second part is even funnier, you must de-tile the decoded frame! BTW, can you point me to the

Re: [android-porting] Unable to open an initial console (Android 2.3 on BeagleBoard)

2011-01-18 Thread Amit Pundir
On Tue, Jan 18, 2011 at 2:43 PM, BiX bixt...@gmail.com wrote: Hi, I'm booting Android 2.3 on BeagleBoard with kernel Linux-2.6.32. However, I'm getting this warning: Warning: unable to open an initial console. init: /init.rc: 149: invalid option 'root' init: cannot open '/