Skip to content

Instantly share code, notes, and snippets.

View madanadam's full-sized avatar

Mehmet Akif madanadam

View GitHub Profile
@madanadam
madanadam / android-backup-apk-and-datas.md
Created March 11, 2023 12: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

@madanadam
madanadam / gist:8aa9c1e4439accab03796f3e2513f62f
Created January 20, 2022 07:52 — forked from francesco-carrella/gist:9916979
Ubuntu - Fix splash screen with proprietary drivers
This is soultion how to fix no splash screen in Ubuntu after nvidia proprietary driver installation. It's no matter what Ubuntu version you use, it should work anyway.
Open your terminal and type
sudo apt-get install v86d
Then
sudo gedit /etc/default/grub
Find this line