[android-porting] Re: [rowboat] working on am3703

2011-08-28 Thread Amit Pundir
On Sun, Aug 28, 2011 at 4:25 PM, venkat k raju wrote: > Hi all, > > i got new board which doesn't dsp processor. AM3703 > > please suggest me how to get android source and configure & build procedure > . > > Afaik you already have rowboat-gingerbread.xml manifest cloned. Do a "repo sync" and run

Re: [android-porting] Enabling OpenGL ES 2.0

2011-08-28 Thread John Villar
Worked like a charm!! Now i have my proper OGL ES 2.0 development platform :) thank you Amit. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: unlocking screen for adb?

2011-08-28 Thread x414
You can try “adb shell input keyevent 82”, waiting for your feedback~ On Aug 25, 5:59 pm, Shanth Murthy wrote: > how to unlock the screen from adb shell command, without user having to tap > and slide it on the screen... needed to automate some test cases, so > required it. > > Thanks, > Shanth

[android-porting] How to use external mic for video recording?

2011-08-28 Thread Sam
Dear all, I found the default audio source for video recording is from internal mic. Even if i use plug the headset with system detection of headset, the system still uses internal mic for video recording. I was wondering the behavior for recording is fixed on internal mic, no matter how we attach

[android-porting] working on am3703

2011-08-28 Thread venkat k raju
Hi all, i got new board which doesn't dsp processor. AM3703 please suggest me how to get android source and configure & build procedure . -- thanks&Regards k.v.raju -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: RIL porting on Begaleboard

2011-08-28 Thread prajith
Hi LEON G100/G200 Manufacturer - UBLOX AT commands for Sim presence,Network Registration(AT+CREG?) are not getting triggered from Java Layer(RILJ). As a result i am not able to make calls ,send SMS since the application layer is not informed about the network registration and sim presence. Any i