Skip to content

Instantly share code, notes, and snippets.

View CZB666-wdnmd's full-sized avatar

CZB666-wdnmd

View GitHub Profile
@CZB666-wdnmd
CZB666-wdnmd / gist:877b15f9680c00fefe30b564e1ce4707
Created January 29, 2024 13:56
fastboot getvar and dmesg
(bootloader) battery-soc:6%
(bootloader) battery-soc-ok:yes
(bootloader) battery-voltage:3774 mV
(bootloader) enter-reason:n/a
(bootloader) erase-block-size:0x1000
(bootloader) hw-revision:MP1.1
(bootloader) is-logical:pad1:no
(bootloader) is-logical:vbmeta:no
(bootloader) is-logical:vbmeta_system:no
(bootloader) is-logical:vbmeta_vendor:no
@CZB666-wdnmd
CZB666-wdnmd / android-backup-apk-and-datas.md
Created November 1, 2023 05:31 — forked from AnatomicJC/android-backup-apk-and-datas.md
Backup android app, data included, no root needed, with adb

Backup android app, data included, no root needed, with adb

adb is the Android CLI tool with which you can interact with your android device, from your PC

You must enable developer mode (tap 7 times on the build version in parameters) and install adb on your PC.

Don't hesitate to read comments, there is useful tips, thanks guys for this !

Fetch application APK