[android-porting] Re: NullPointerException thrown while initializing Ljava/lang/System

2013-01-17 Thread Kai Meyer
On Saturday, January 12, 2013 12:15:45 AM UTC-7, Kai Meyer wrote: I'm trying to follow these instructions: http://davanum.wordpress.com/2007/12/04/command-line-java-on-dalvikvm/ I've got the CmdLine.jar generated, but I get a NullPointerException thrown. This is on Fedora 17 x64 host, and

[android-porting] Re: android music player can't play mp3 format file

2013-01-17 Thread Daniel Padilla
One of your problems is : Invalid CTL AndroidOutandInvalid CTL AndroidIn You should have a /system/etc/asound.conf file. In that file you will see some definitions for the output and input device. If you see AndroidPlay change it to AndroidOut, AndroidRecord -

[android-porting] Re: Touchscreen input ignored

2013-01-17 Thread marco garzuoli
hello, You had a solution for this problem? Il giorno martedì 8 gennaio 2013 11:03:31 UTC+1, Matthias Flock ha scritto: Hi, I'm using a new eGalax touchscreen on our own android version running on a beagleboard-xM. I got the driver working and the screen is registered by android:

[android-porting] Re: UVC Camera Porting

2013-01-17 Thread abhishek jain
Hello, I have been struggling with an issue related to v4l enabling in Android Kernel. Please suggest me appropriate place to post my question i found this email for contacting on linux-media website. I am trying to connect external UVC camera with android device. What i have done so far ,

Re: [android-porting] Re: touchscreen calibration with .idc files

2013-01-17 Thread Perry Nally
Do you have the example? I'm trying to do this same thing, but I don't know what file this would be in before compiling. Thanks for your help. On Wednesday, November 28, 2012 6:04:11 AM UTC-7, Matthias Brugger wrote: My modest experience on this is, was me ending up to change the x/y

[android-porting] Re: touchscreen calibration with .idc files

2013-01-17 Thread Perry Nally
So do I just run the patch like this? Sorry I'm not familiar with patching in linux. Can you help me out with what you'd use? [type] patch frameworks-base.patch [ENTER] Othersise I'll just manually make the changes since there are multiple files to edit. But what does the +++ and --- mean