[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-20 Thread Jack stone
David Turner , thank for your reply. And now my /dev/ttyVSP0 can't be opened in android, if it is opened ,then kernel panic. It' s big problem. By the way, if /dev/ttyVSP0(a char device map to uart 0) driver works well, i just need to implement reference-ril.c, such as(1) change the Open()

[android-porting] Re: Can't open /dev/ttyVSP0 in mainloop() which located in reference-ril.c,why???????

2009-02-20 Thread David Turner
On Fri, Feb 20, 2009 at 9:10 AM, Jack stone lsb6...@sina.com wrote: David Turner , thank for your reply. And now my /dev/ttyVSP0 can't be opened in android, if it is opened ,then kernel panic. It' s big problem. mmm, it certainly means a buggy driver in your kernel. There is no way a user

[android-porting] Re: sensor HAL in cupcake

2009-02-20 Thread pramod gurav
On Thu, Feb 19, 2009 at 7:03 PM, pramod gurav pramodfo...@gmail.com wrote: Hi there I am trying my hands on sensors HAL in cupcake. As I can see HAL implementation has changed a lot in cupcake. The sensor HAL sources have gone from hardware/libhardware/. I could know that there is space

[android-porting] Re: Touchscreen Driver Issues on PXA platform

2009-02-20 Thread Mark Wang
for Android, during the startup and initialization, Android will scan the devices listed in /dev/input/ and open them. So I think it shouldn't be caused by Android. In kernel, the input devices registered successfully will be displayed in /dev/input. As your information output, you should check

[android-porting] AddDataSink custom MIO Decode Node

2009-02-20 Thread AJAY
Hi , I need to write a custom MIO node based on my hardware capabilities for decoding and rendering video. This will reduce the datapath (skiping OMXDecoderNode ) SourceNode -- Custom_MediaOutputNode -- HW The above should be the new datapath. If the custom MIO node, indicates the

[android-porting] Where I can put some pictures to display in GALLERY app on emulator or real device?

2009-02-20 Thread max
Hi All, I am using the latest code from GIT, I wanna to display some pictures in GALLERY app, but I don't know where/which folder I can put those pictures. Is there anyone known of this? Max --~--~-~--~~~---~--~~ unsubscribe:

[android-porting] Re: About the HOME key in the latest android source code

2009-02-20 Thread twebb
On Feb 20, 10:17 am, Jean-Baptiste Queru j...@android.com wrote: This is the default behavior of android until it's been provisioned, which is designed such that users can be forced to go through a setup phase before they can fully use the device. The SDKs are built with a silent setup

[android-porting] Re: About the HOME key in the latest android source code

2009-02-20 Thread Jean-Baptiste Queru
I only see LOCAL_MODULE_TAGS := foo in http://android.git.kernel.org/?p=platform/development.git;a=blob;f=apps/SdkSetup/Android.mk;h=b89baaf8f5838fe4bf90b15ec22e654f395198ac;hb=master and my suggestion is to replace that line with the one I mentioned. JBQ On Fri, Feb 20, 2009 at 8:51 AM, twebb

[android-porting] Re: Android Booting Problem

2009-02-20 Thread Rizvan S
Saroj, Please try to give rw perm on sd card as saiyram wrote in last mail. If you still have problem, try to run 'zygote' and 'runtime' manually and not init directly. You can see that steps in this mail chain, I sent to saiyiram few days back. Also use strace to start runtime ( its

[android-porting] How to enable USB Mass storage?

2009-02-20 Thread ebmajor
Dear all, I'm trying to use my USB mass storage (8GB USB memory stick) on Android. But I can not enable it. Obviously USB power is not turned on. (My USB memory stick has power indicating LED) I'm very wondering why USB power is not turned on!! I've tried almost everything I can, but I failed.

[android-porting] Re: timer_create problem

2009-02-20 Thread henry.lon...@gmail.com
Hi David: It looks like it's still not in the main yet. Can you please do me a favor to send the patch to me? Thanks! On Feb 17, 1:20 am, Girish htgir...@gmail.com wrote: Hi David, Can this bug be updated in both cupcake and open source ? Can you send the quick fix for a solution

[android-porting] Questions on ramdisk, userdata, and system img files

2009-02-20 Thread MBethDev
Hi, I'm new to Android development and recently I've been playing with the emulator and the applications, etc, and overall just getting to know the internals of the code. My main goal though is understanding the porting aspect of it on an actual embedded device. Anyway, on to my question. I

[android-porting] Re: turning off android power management

2009-02-20 Thread neo . drizzle
Just do following on ur debug terminal echo WAKE_LOCK_SUSPEND /sys/power/wake_lock This will disable system wide suspend .. -Girish On Feb 20, 2009, at 1:13 AM, pavan savoy pavan.sa...@gmail.com wrote: humn, thanks... but tell me .. what if I disable the kernel PM itself... that will