[android-porting] Re: Can't read our data from USB audio device (/dev/snd/dsp)

2010-11-03 Thread Vincent
Right, dmesg shows "cannot submit datapipe for urb 0, error -28: not enough bandwidth" when it stuck in read(...); It seems to be a printout from usbaudio.c On 2 Nov, 05:25, Chris Stratton wrote: > On Oct 27, 5:43 am, Vincent wrote: > > > I am trying to read out data fr

[android-porting] Standby lockscreen, the coordinate of the lock associated icon how to change?

2012-09-28 Thread Vincent
android soft version 4.0.3 LCD 1024x600 on the lockscreen, i wanna modify the coodinate ot the lock icon, and move up some dip I find this file keyguard_screen_lock.xml, this parts http://groups.google.com/group/android-porting

[android-porting] Android access GPIO

2012-11-02 Thread vincent
(enable general GPIO) using menuconfig, then rebuild it? Vincent -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: Does Android use ARM Jazelle tech?

2008-11-12 Thread Vincent
of ARM in the wild because the advanced variants of > the chips (that have all the other needed features) just tend to have this > feature thrown in as the common Java ME VMs (what you normally see running > on these mobile platforms) do often support it. -J > > -----

[android-porting] Does Android use ARM Jazelle tech?

2008-11-12 Thread Vincent
Hi, Does Android use ARM Jazelle tech? I've swept the source code, didn't find it. If there's no jazelle, why 926EJ? Is ARMv5E+MMU enough? Regards, Vincent --~--~-~--~~~---~--~~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.co

[android-porting] Re: [Android kernel build error]

2009-12-13 Thread Vincent RD
Hi all, This problem I have solved by referring this discussion. http://groups.google.com/group/android-kernel/browse_thread/thread/9b0975d78a28112/797162bf5cd9d459?lnk=gst&q=bad+value#797162bf5cd9d459 Briefly, I do 4 commands as following... git branch goldfish origin/android-goldfish-2.6.27 gi

[android-porting] how to run tests about dalvik in android source code Options

2010-09-09 Thread vincent chen
Hi All, My platform is android1.6, Now I'd like to test the dalvik using the program which in source code, I try to run sometimes,but not successful. the error prompt is "dx: can't find dx.jar" thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

[android-porting] how to run tests about dalvik in android source code Options

2010-09-09 Thread vincent chen
Hi All, My platform is android1.6, Now I'd like to test the dalvik using the program which in source code, I try to run sometimes,but not successful. the error prompt is "dx: can't find dx.jar" thanks -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.goo

[android-porting] Re: System Android.bp cannot link vendor library

2020-03-30 Thread vincent becker
Hi, Correct, system libraries cannot link to vendor librairies, it is well described here : https://source.android.com/devices/architecture/vndk/build-system Since Android O, the system checks dependencies of this type between modules. You could try to set vendor_available flag, or keep your lib

[android-porting] Re: Unable to get the Android source code.

2008-12-25 Thread vincent Kor
Are you using proxy of network? Please set the correct proxy of network:--) On Wed, Dec 24, 2008 at 1:07 PM, Androind wrote: > > Hi All, > 1) can any body tell me the size of Android source approximately ?? > 2) Is Ubuntu desktop edition enough to get and work with android > source ??? > 3)

[android-porting] Sensors: file descriptor closed

2009-04-23 Thread Xavier-Emmanuel VINCENT
Hi, I work with the latest version of cupcake. I have developped a sensors.c following the sensors.h explanations. It works fine but just once. What I mean is, I can start an application using the sensor, but as soon as I leave it, I can't use the sensor anymore. Actually, I have found the file