[android-porting] Re: Error at Boot up. Hangs at splash screen

2010-10-18 Thread Vinay
Hi Alan, I'm actaully trying to replace the application Launcher with my custom HOME application. With the following setting in the manifest file of my application: category android:name = android.intent.category.HOME, I did get the option to select between Launcher and my custom application.

[android-porting] Default Camera Application in Video mode crashing in 2.1 and 2.2

2010-10-18 Thread Sasa Sasa
Hi, Has anybody have any update on this? Regards Sasa -- Forwarded message -- From: Sasa Sasa sasak.1...@gmail.com Date: Wed, Oct 13, 2010 at 12:31 PM Subject: Default Camera Application in Video mode crashing in 2.1 and 2.2 To: android-porting@googlegroups.com Hi, The

[android-porting] Re: what to do with hciattach for USB bluetooth?

2010-10-18 Thread Lay
Hi, Thank you. I have tried to add the lines below to my init.rc file. However, the result is still the same. service hciattach /system/bin/hciattach -l user root group bluetooth net_bt_admin misc disabled oneshot Whenever I try to enable Bluetooth on the UI, I get the messages below;

[android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Lay
Dear Android experts, I am experimenting with adding USB HSDPA dongle to Android. I am not sure if anyone has done it. The USB host is already working as the USB dongle can be detected. To get HSDPA working, do I need to modify the RIL portion? Is pppd needed? I am totally at a loss on how to

[android-porting] Segmentation fault while testing Opencore Unit Test Apps

2010-10-18 Thread journeyer
Hello List! I'd like to ask for help for trouble-shooting my problem __; I am now trying to test Opencore with it's Unit Test Apps. Among hundreds of those tests, I use simple play-pause-stop test. What I actually need to test is the 'PVPlayerTrackSelectionInterface'. So I added some additional

Re: [android-porting] Re: what to do with hciattach for USB bluetooth?

2010-10-18 Thread Pavan Savoy
Can you try commenting out the rfkill and the hciattach from the bluedroid? leave only the bluetoothd to start on turning on bluetooth yes, I agree the current android's bluedroid is not easy for the USB bluetooth devices, but it shouldn't be too difficult either... On Mon, Oct 18, 2010 at

Re: [android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Hamilton Vera
Hi there, check the drivers that linux uses when you plug your device, you may start there. About RILD http://hvera.wordpress.com/2010/10/14/android-on-imx51evk-with-3g-modem/ Please provide more information, so we can provide a better support. []'s Hamilton Vera On Mon, Oct 18, 2010 at

Re: [android-porting] Using USB HSDPA dongle on Android

2010-10-18 Thread Ming-Ta Yu
Probably. It depends on the dongles. Some dongles only allow you to use ppp to communicate with them but some can behave like the network interface cards. I think RIL should still be needed for both cases. On 10/18/2010 04:58 PM, Lay wrote: Dear Android experts, I am experimenting with

Re: [android-porting] Re: LCD can not work

2010-10-18 Thread l l
Hello, After I changed the LCD' settings it can work during the Linux Kernel start. But after Android start the LCD can not show anything. I am troubling what's wrong. 2010/8/9 l l android...@gmail.com Thank you for you reply. I mounting the root filesystem by NFS and I have /system in

[android-porting] I have some problems of porting an embedded database to Android platform.

2010-10-18 Thread Jihoon Son
Hi. I have an ongoing project to port an embedded database to Android platform. The goal of this project is to compare performances of SQLite and my database. The development is under Android version Froyo 2.0. In the project, the SQLite APIs are kept and they call APIs of my database. But,

[android-porting] Browser is suddenly crashed without any debug info

2010-10-18 Thread Wayne Lin
Hi All I meet a problem that Browser is suddenly crashed without any debug info. [Steps] 1. launch Browser and go to Google homepage. 2. click news 3. select one news 4. When it finish loading, press back 5. repeat 2~4 steps continuously. [Result] Browser is crashed without any info. I

[android-porting] BMA150 Accelerometer Eclair 2.1

2010-10-18 Thread Mehran
1. My kernel driver for BMA150 is working. 2. Also, sensors.default.lib latest for BMA150 is working 3. I can access accelerometer in application. and can read accel data from it. my problem is that, the builtin OS module SETTINGSSOUND N DISSPLAYORIENTATION; when checked, do not work. any help?