Re: [android-porting] Re: about the way enter the recovery mode

2013-09-16 Thread yarra vivek
well in few devices you can, using a hardware keys in combination. vivek On Sep 16, 2013 8:42 PM, "shridutt kothari" wrote: > Hi xyaw, > > Currently there is no another way to reboot in to recovery than these two > and both are only available to shell, root access respectively. > > Thanks, > Sh

[android-porting] Changing the layout of the AlertDialog

2013-09-16 Thread P Chitty
I am working on changing the look of the *BluetoothPairingDialog* from * package/Settings/* BluetoothPairingDialog is an AlertDialog, and I was able to change the theme *by changing the theme attributes* from *Settings/AndroidManifest.xml* and from *framework/base/core/res/res/value/styles_devi

[android-porting] Adding video playback support with software codecs and software opengl

2013-09-16 Thread Pranav Tipnis
Hello everyone, I am trying to get video playback running on our board which does not have mali support (HW accelerated graphics). Before adding hardware codec, I was trying to get it working with software omx codecs. What is the procedure for this? Do we have to add YUV support in default gra

[android-porting] Re: about the way enter the recovery mode

2013-09-16 Thread shridutt kothari
Hi xyaw, Currently there is no another way to reboot in to recovery than these two and both are only available to shell, root access respectively. Thanks, Shridutt Kothari Impetus Infotech shriduttkoth...@gmail.com On Monday, May 13, 2013 11:29:11 PM UTC+5:30, xyaw Li wrote: > > I know that th