[android-porting] Re: Interfacing to a PIC Microcontroller

2009-10-08 Thread -chew-
adb implementation seems capable of addressing this requirement. But I guess the porting the adb host side to the controller requires a lot of work on the Android phone's side (adb device). I'm planning to maybe make a separate daemon that would behave like adb (maybe on the communication protocol

[android-porting] Re: RIL: s_listen_event is not triggered

2009-10-08 Thread Xingwen Huang
any idea? please On Wed, Sep 30, 2009 at 10:18 AM, simon wrote: > hi, all experts: > my log: > D/AT ( 29): AT< +CREG: 1, "247C", "0E26", 0 > D/RIL ( 29): in onUnsolicited *reference-ril.c*** > D/RIL ( 29): unsol_response_network_state_changed > D/RILC( 29): sendR

[android-porting] Re: What options to enable in kernel config for android support?

2009-10-08 Thread mizmit1222
Hi, There's a Documentations/android.txt in your kernel directory. Regards, On 10月8ζ—₯, 午後10:21, montamer wrote: > Hi > Im new to android and > Im trying to compile android for a omap processor > i did a git clone and checkout the "origin/android-omap-2.6.29" branch > I did a defconf of the boar

[android-porting] Re: How does FW upgrade work without erasing user data?

2009-10-08 Thread Dianne Hackborn
Only system.img is updated. The contents of userdata.img is by definition the user's data, and if you replace it you replace the user's data. You don't include it as part of an update, and you don't put anything you want to be able to update in it. Typically the stock device images has a basical

[android-porting] How does FW upgrade work without erasing user data?

2009-10-08 Thread Mr. INTJ
Hi, I'm trying to understand what happens under the covers when *end- users* upgrade their device firmware from Android ver. X to X+1 (regardless of whether they initiate the action, or their carrier sends the update OTA). I'm working on an Android based device, and I need to understand how this

[android-porting] Re: Customizing Android UI behaviour

2009-10-08 Thread Dianne Hackborn
You can take the standard home app and customize it however you want. Honestly, if you are running on something with a slow refresh rate, you might want to consider doing a completely different home UI, since I suspect the standard one is far from optimal for such a thing (with the sliding panes l

[android-porting] How to enable camera on OMAP 34x-II (ZOOM) device

2009-10-08 Thread Alexander
My OMAP Android release is RLS25.12rc0. A problem occurs, when I try to open applications, that uses camera (Camera, Camcorder): Camera application show the black screen instead the capture and Camcorder is fail on start with exception (com.android.camera is stopped unexpectedly). The system was

[android-porting] Re: mp3 Licensing issues

2009-10-08 Thread Disconnect
For legal questions you need a lawyer, not a mailing list. On Thu, Oct 8, 2009 at 9:36 AM, mvniekerk wrote: > > Android uses the openCORE media framework. Are all devices that uses > Android licensed to use the Fraunhofer Gesellschaft's mp3 > technologies? > E.g. say for instance Company A makes

[android-porting] Customizing Android UI behaviour

2009-10-08 Thread Gilles TALIS
I am planning to use android on a device with slow refresh rate display. I was wondering whether it was possible to bring up the apps menu without sliding the apps menu pull-tab, just with a long-press menu button for instance. Ideally, this long press action would directly show the apps menu wit

[android-porting] Integration of Hardware Video Codec

2009-10-08 Thread Android Developer
Hi, Can some one give the detailed procedure to integrate Hardware video codec instead of a software codec? Please provide the information asap. Regards Android Developer --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: htt

[android-porting] Re: Interfacing to a PIC Microcontroller

2009-10-08 Thread -chew-
Also trying to accomplish the same objective. I've been trying to investigate other possibilities of capturing incoming USB (maybe hook the URB's) data in Android. I know that kernel build in Android does not support the "Enable Loadable Module Support" kernel config and it has no USB host or OTG

[android-porting] Re: mp3 Licensing issues

2009-10-08 Thread Jim Huang
2009/10/8 mvniekerk : > Android uses the openCORE media framework. Are all devices that uses > Android licensed to use the Fraunhofer Gesellschaft's mp3 > technologies? > E.g. say for instance Company A makes an handheld device, are they > immediately licensed to use this product or should Company

[android-porting] mp3 Licensing issues

2009-10-08 Thread mvniekerk
Android uses the openCORE media framework. Are all devices that uses Android licensed to use the Fraunhofer Gesellschaft's mp3 technologies? E.g. say for instance Company A makes an handheld device, are they immediately licensed to use this product or should Company A interact with Fraunhofer for

[android-porting] What options to enable in kernel config for android support?

2009-10-08 Thread montamer
Hi Im new to android and Im trying to compile android for a omap processor i did a git clone and checkout the "origin/android-omap-2.6.29" branch I did a defconf of the board and enabled the following options "CONFIG_ANDROID = y CONFIG_ANDROID_BINDER_IPC = y CONFIG_ANDROID_LOGGER = m CONFIG_ANDRO

[android-porting] Re: Adding FLV support to media palyer

2009-10-08 Thread siva
Also, Dave in another post explains better http://groups.google.co.in/group/android-framework/browse_thread/thread/d3f242356375effa/44d88801c76fcfd3?hl=en&q=codec#44d88801c76fcfd3 Sorry, I could have read through these posts before posting, in fact I spent 2-3 days searching different groups/sou

[android-porting] Not able to connect A2DP device, after connecting and disconnecting smart phone on android.

2009-10-08 Thread BHEEMSEN KULKARNI
Hi, I am using android donut filesytem. First I am connecting the smart phone device(Samsung i637 Jack) and after that disconnecting the smart phone device. Then when I try to connect the "Nokia BH-103 A2DP headset" it fails to connect. Any idea? Thanks in Advance: Please find below logs: D/BT