[android-porting] Query on omap zoom2 MUX - why not in kernel mode

2010-02-23 Thread ShivaP
Hi all, This is query specific to Omap Zoom2 android from the link: https://gforge.ti.com/gf/project/omapandroid/wiki/?pagename=modem service mux /system/bin/gsm0710muxd -v -s /dev/ttyS0 -b 460800 -n 3 -m advanced when the mux is started, it would create 2 pseudo slave terminal /dev/ pts/0 and

[android-porting] porting accelerometer sensor

2010-02-23 Thread abukustfan
Hi, I try to port a accelerometer sensor to my target board. Modified a sensor library base on http://android.git.kernel.org/?p=platform/hardware/htc/dream.git;a=tree Target board can found my sensor(/dev/input/event2) on boot. D/SensorManager( 859): found sensor: LIS3LV02D Accelerometer,

[android-porting] Porting Wifi driver on Android

2010-02-23 Thread Gaan
Hi everyone, I'm porting wifi driver (Ralink chip) on Android 2.0.1 board. first of all I made some modifies (1) modify build/target/board/generic/BoardConfig.mk add HAVE_CUSTOM_WIFI_DRIVER_2 := true (2) Android using wpa_supplicant to management wifi. Make sure

[android-porting] JUnit Testing for Phone Application

2010-02-23 Thread Jags
We have implemented JUnit test cases for Phone application using Contacts test cases as a reference. 1. Added 'tests' directory under Phone directory with Android.mk. AndroidManifest.xml and src res folders for test cases. 2. Updated Android.mk in Phone directory to pick Android.mk in tests

[android-porting] SDK add-on with additional library

2010-02-23 Thread Wesley
I'm trying to create a SDK add-on including some new Java APIs. The library is being compiled and installed to the device system.img when I do the device build. However, I'm having trouble setting up the add-on makefile so the library is sent to the libs directory of the add-on. Does anyone have

[android-porting] Eclair port for MSM7k

2010-02-23 Thread mahantesh Hunagund
Hi, I am trying to port Android Eclair on Qualcomm Msm7k chipset. I have built image file with limited capabilities. I am using Linux 2.6.29. But, Linux kernel is not booting up. *Basically kernel un-compression didn't happen.* I just checked the code Head.S assembly code is invoking kernel

[android-porting] Sample Plugin for Android Webkit

2010-02-23 Thread Kokki
Hi, I would like to add a sample plugin to the webkit available in android and to access the plugin functions from the java script. Is it possible to write a dummy plugin and attach it with the webkit. any one has any idea? please help. With Regards kokki. -- unsubscribe:

[android-porting] Re: Problem when trying to on Bluetooth under Beagleboard

2010-02-23 Thread Paturi
Hi, Can anyone please help me out in solving the bluetooth issue on beagleboard. Bluetooth is not getting on from GUI. At kernel level it is working good I can able to scan other bluetooth devices using hcitool. From GUI it is unable to on bluetooth because it is unable to open

[android-porting] running emulator build on actual platform

2010-02-23 Thread Ajay
Hi, I am running an Android image built for the emulator on an actual ARMv6 platform. Although it does work perfectly well, i am curious if i am taking a performance hit due to that. I wonder if the android emulator has a incomplete support for the ARM instruction set and the prebuilt toolchain is

[android-porting] Re: wpa_supplicant issue

2010-02-23 Thread Gaan
Hi everyone, I got the similar situation. and I tried what Brandon said. I modify wpa_supplicant.conf #ctrl_interface=DIR=/data/system/wpa_supplicant GROUP=system ctrl_interface=DIR=/data/system/wpa_supplicant GROUP=wifi but the same result occurred. I use Ralink usb wifi rt3070sta.ko. and I

Re: [android-porting] Porting Wifi driver on Android

2010-02-23 Thread Deva R
- are u sure wpa_supplicant binary is placed in /system/bin of android filesystem? - make sure you have wpa_supplicant launch script in init.rc (like below) service wpa_supplicant /system/bin/wpa_supplicant \ -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf disabled or manually start

Re: [android-porting] Re: Problem when trying to on Bluetooth under Beagleboard

2010-02-23 Thread Deva R
Hi, you need to modify init.rc like below, to give access on rfkill0-state to bluetooth. #bluetooth power up/down interface chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chmod 0660

Re: [android-porting] running emulator build on actual platform

2010-02-23 Thread Deva R
emulators wont be cycle accurate like real hardware though :P app development will be lot easier though. if you are curious about comparing performaces, refer this thread where performance of a game on emulator-vs-target is discussed

Re: [android-porting] Eclair port for MSM7k

2010-02-23 Thread Deva R
i guess you are left with starting kernel.. from bootloader. not sure whats broken, but when i get stuck at this level (not like logs as below..), - usually debug port mismatch between bootloader, kernel and filesystem init. make sure all are aligned in bootloader config, kernel defconfig, and

[android-porting] opencore test cases issue

2010-02-23 Thread Umang Gupta
Hi Guys , I am facing problems while running opencore test cases using : command : pvplayer_engine_test -test L Android branch : Eclair Omap Zoom2 board test cases are running fine as per log : pvplayer_engine_test -test L SDK Labeled: PVDEV_CORE_RELEASE_6.506.4.1 built on 20090312