[android-porting] Re: I want to Know how many times Android rebooted.

2013-10-16 Thread Pratik Rathod
Hi Punnet, Create a script which does execute this command "echo rebooted >> /system/reboottest." and execute this script on each boot from android's init scripts. Check init scripts "service" command. You can achieve with it. https://github.com/android/platform_system_core/blob/master/init/rea

[android-porting] Re: I want to Know how many times Android rebooted.

2013-09-30 Thread shridutt kothari
Hi Punith, you may find this file useful: /system/core/rootdir/init.rc Thanks, Shridutt Kothari Impetus Infotech Limited shriduttkoth...@gmail.com On Thursday, June 20, 2013 1:16:10 PM UTC+5:30, Puneet B wrote: > > Hi Guys. > > I have working sd card which boots Android successfully. > > now i