Android/adb/shell: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2020

  • curprev 15:2315:23, 1 February 2020Pf talk contribs 1,358 bytes +1,358 Created page with " == useful commands i Android 8.0.0 == Get IMEI: <nowiki>adb shell 'service call iphonesubinfo 1 | grep -o "[0-9a-f]\{8\} " | tail -n+3 | while read a; do echo -n "\u${a:4:4}..."