[android-porting] Re: Port jellybean to Android

2013-07-17 Thread Vishveshwar
On Saturday, July 13, 2013 1:33:47 PM UTC+5:30, Shanjit Singh wrote: Hi, I am trying to port Android (Jellybean) onto the beagleboard. I am a student and intend to modify the source I downloaded from AOSP https://android.googlesource.com/platform/manifest -b android-4.0.1_r1 and then

[android-porting] Dalvik test 036-finalizer has nondeterminism

2013-07-17 Thread Cyker Way
Hi, When I was testing dalvik using the builtin test case 036, it sometimes reports a failure: diffs --- expected.txt2013-07-15 19:14:11.882971385 -0400 +++ output.txt 2013-07-17 03:10:06.851318460 -0400 @@ -1,8 +1,8 @@ wimp: wahoo gc -finalizer executed: wahoo

[android-porting] Unable to play the video in android ....

2013-07-17 Thread Puneet B
once i got android home screen... i tried to play the video.. but video is playing for 2 seconds then giving error like unable to play the video ... IN console i am getting ... [119.644859]init: starting 'media' [ 119.781219] binder: release 716:716 transaction 20323 in,

Re: [android-porting] Port jellybean to Android

2013-07-17 Thread Shanjit Singh
Saket, Thanks for your reply. Though I have build android apps before, I am a newbie in android-porting. I am still trying to establish my learning base in the field and hence my questions could be obscure. Why don't I put down everything I know and you could probably just say yes/no (or

[android-porting] Re: There is no Dalvik Java Heap configuration for xhdpi with 1G RAM device

2013-07-17 Thread Jonathan Clavin
What's wrong with phone-xhdpi-1024-dalvik-heap.mk? Isn't that what you need? The Galaxy Nexus is a xhdpi device with 1 Gig of RAM, and it uses that https://android.googlesource.com/device/samsung/tuna/+/android-4.2.2_r1.2/device.mk (line 203) -- -- unsubscribe:

[android-porting] How to Add new sensor support in Android sensor framework?

2013-07-17 Thread shashi pal
hello all, Can some one please guide me towards any documentation threads that can explain how a new sensor support can be added in android sensor framework? i ll be gratefull to u. Regards, shashi -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: How to Add new sensor support in Android sensor framework?

2013-07-17 Thread ffxx68
i can suggest to start from the examples found in the AOSP-supported device, e.g. $ cd device/moto/stingray/sensors $ ls -l total 84 -rw-r--r-- 1 ffxx68 ffxx68 4795 2012-12-21 19:45 AccelerationSensor.cpp -rw-r--r-- 1 ffxx68 ffxx68 1595 2012-12-21 19:45 AccelerationSensor.h -rw-r--r-- 1 ffxx68