[android-developers] How to capture/log Android phone reboot cause

2014-06-10 Thread Jitesh dedhiya
Hi All, While developing my android custom ROM, I need to know that - is there a way to log or capture the cause of android reboot, whether user manually powered off / rebooted the devices or wether system_server got restarted by adb kill or it was watchdog who restarted the device. Help

[android-developers] change first and last name of keystore

2014-06-10 Thread Live Happy
how I can change the first and last name of the keystore -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: How to use google play services google plus sign in/out buttons in my own activity?

2014-06-10 Thread Vrashabh Irde
Hi, Sorry, but were you able to resolve this. I get the same error, and I ve followed all the steps On Thursday, 30 May 2013 16:12:51 UTC+5:30, Fran wrote: Hi! I am trying to use the Google Plus sign in/out buttons in my own Settings activity within my app, but I have found no way to do

Re: [android-developers] ArrayIndexOutOfBoundsException when decrypting file

2014-06-10 Thread Nikolay Elenkov
On Sat, Jun 7, 2014 at 6:52 AM, gnugu rho...@gmail.com wrote: Hi I am getting the following exception, when decrypting a file on Android based on user supplied password: Caused by: java.lang.ArrayIndexOutOfBoundsException: src.length=1024 srcPos=1008 dst.length=16 dstPos=16 length=16