Re: [android-porting] Android Dual Screens

2010-10-05 Thread Robin Gujjar
You can chekc the ODROID Git also for above requirement . they have implement the same feature which is neeeded by you. On Mon, Oct 4, 2010 at 4:11 PM, Deva R r.deva...@gmail.com wrote: I wanted to connect two displays to Android - One through HDMI TV and other one status LCD panel. HDMI

Re: [android-porting] Android BT subsystem sleep

2010-10-05 Thread Robin Gujjar
try to check motorola open source release ( on there web site or u may try to chek qualcomm code also bluesleep.c (BT4020) i do not remeberr exact name now ) for there linux based code . i do not remember the link now . May be in android git for MSM or Motorola git On Tue, Oct 5, 2010 at 12:39

[android-porting] How to simulate SD card on Android 2.2

2010-10-05 Thread Colin
Hi there, The SD driver on our embedd system is not ready, and many APs cannot work without SD card. How do I simulate SD card on Froyo? I had successfully done this on Android 2.1 by these commands, but they don't work on Android 2.2: mount -o bind /root/test /sdcard chmod 777 /sdcard

[android-porting] Running Froyo on 2.6.35 kernel

2010-10-05 Thread Praveen Paneri
Hi All, I have froyo up and running on 2.6.32.9 kernel on my system. I have been trying to run the same with 2.6.35 kernel taken from google. I added OneNand,Display,PM(wakelock and earlysuspend),UART and USB support. My linux is booting fine with cramfs. When I tried froyo(with YAFF2

[android-porting] System.img Load Problem

2010-10-05 Thread Nomi
already idle off AndroidRuntime START CheckJNI is ON Could not find end-of-central-directory in Zip 01-01 00:03:01.505: Unable to process classpath element '/system/framework/framework.jar' --- registering native functions --- Native registration unable to find class

Re: [android-porting] Android BT subsystem sleep

2010-10-05 Thread Pavan Savoy
bluesleep.c does seem really out-dated.. since then the linux PM has changed and android also has this suspend/resume .. which I don't think bluesleep will help out in. one more thing to note is ... what are the interfaces that your bluetooth chip has to the apps processor ? is it just uart? or

Re: [android-porting] Android BT subsystem sleep

2010-10-05 Thread Robin Gujjar
On Tue, Oct 5, 2010 at 9:25 PM, Pavan Savoy pavan.sa...@gmail.com wrote: bluesleep.c does seem really out-dated.. since then the linux PM has changed and android also has this suspend/resume .. which I don't think bluesleep will help out in. i worked on this chip 2 year back when android

[android-porting] Re: Porting to FPGA (Newbie)

2010-10-05 Thread Rehmet
Feel free Sweetu. On Oct 4, 7:13 pm, Sweetu tvagh...@gmail.com wrote: Hi rehmat, I am also on the same boat. I would like to port android on NIOS II as well. Any luck so far for you? Please let me reply. On Oct 2, 7:18 pm, Rehmet rgnurrah...@gmail.com wrote: Dear Chris, What should I

Re: [android-porting] How to simulate SD card on Android 2.2

2010-10-05 Thread Deva R
vold gets /sdcard path from vold.fstab, can you try modifying there?? /data/build/l27.6/device/ti/blaze$ cat vold.fstab | grep /mnt/sdcard dev_mount sdcard /mnt/sdcard auto /devices/platform/mmci-omap-hs.0/mmc_host/mmc1 -- Regards, Deva www.bittoggler.com On Tue, Oct 5, 2010 at 2:50 PM, Colin

[android-porting] Re: Google Android and Mediatek Processor?

2010-10-05 Thread PreZl@
Somewhere I read that it takes at least ARM9 processor. Is this correct? Which processors are recommended for good work of Android? -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] JNI interface permission

2010-10-05 Thread neeloor2004
Hi I am working for an oem I have access to full Android source. I wrote some JNI interface which is called from Android Connection Manager. This JNI interface has to do some operation in C level [open file, create UNIX socket etc..]. But these operations are failed with error permission denied

Re: [android-porting] Re: Google Android and Mediatek Processor?

2010-10-05 Thread Deva R
Which processors are recommended for good work of Android? Lots of development platforms are available, you can choose based on ur requirement., From what i work, u'll get ready android ports and community support for omap series., http://elinux.org/Android_on_OMAP

Re: [android-porting] Streaming on Android using HTTP at Opencore level

2010-10-05 Thread Deva R
opencore/android/playerdriver.cpp = creates nodes of source/decoder/sink, and playback sequence continues with them. In Opencore playerdriver - setDatasource() call, track handle is obtained based on whether source is regular file or http/rtsp stream

Re: [android-porting] Mechanism for working with new hardware after docking

2010-10-05 Thread Sean McNeil
This is all handled by the init program. Check it out. It even loads binary blobs. On 10/4/2010 11:02 PM, Great White Pin Geek wrote: I'm wondering what the proper way is to dynamically load/integrate device drivers for hardware that becomes available when a device is docked. For example,

[android-porting] porting 3G modem in Android to transfer data

2010-10-05 Thread binh nguyen
Hello everybody, I am new guy in Android. Now, i have one project about porting 3G modem in Android to transfer. Please give me some idea to do it. Thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting