View Single Post
Old 11-12-2024, 05:27 PM   #12
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,934
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
adbtime.exe is a little program of mine. Just like this it sets the time to a fraction of a second. The text that comes back is the confirmation of the Android what it thinks the time is.
Code:
C:\>adbtime
Tue Nov 12 22:19:01 UTC 2024
If your device is really rooted, you can directly get a root prompt (#).
Code:
C:\>adb shell
#
If it isn't you get the shell prompt ($)
Code:
C:\>adb shell
$
If you are using Magisk (or something related) you can:
Code:
C:\>adb shell
$ su
#
Renate is offline   Reply With Quote