Is there any way to know when I flashed my last custom ROM?
Atleast a smart way to find the approximate date/time using some logs deep down in my android would be good.
Answer
Try the following in Terminal Emulator or ADB shell:
su
ls -l /system/
The date stamps on the read-only files/directories are the time they were created, i.e. approximately when the ROM was installed.
No comments:
Post a Comment