9

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.

Irfan
  • 2,921
  • 6
  • 32
  • 48

1 Answers1

6

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.

Chahk
  • 19,505
  • 3
  • 56
  • 80