Skip to content

Instantly share code, notes, and snippets.

View vdbhb59's full-sized avatar
📺
Songs & Books 4ever

vdbhb59 vdbhb59

📺
Songs & Books 4ever
View GitHub Profile
@vdbhb59
vdbhb59 / adb.md
Created November 8, 2023 18:29 — forked from maheshmnj/adb.md
Adb Push file to phone from laptop

adb push (Send data from Desktop to Target phone)

adb push ~/Desktop/notifications.drawio ./storage/emulated/0/Download
e.g
$ adb push ~/Documents/workspace/mobile-app/build/app/outputs/flutter-apk/app-release.apk ./storage/emulated/0/Download

image

@vdbhb59
vdbhb59 / Android platform tools
Created January 3, 2021 17:15 — forked from Shourai/Android platform tools
Latest android platform tools (ADB and Fastboot) Raw
Ever wanted to download adb or fastboot without having to download the whole of Android Studio?
...but didn't want to download executables from some random warez site?
Good news this week:
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
@vdbhb59
vdbhb59 / tweaked_default.prop
Created August 26, 2020 19:55
Unsecure, Permissive, Tweaked Prop File, HTC/Samsung/*, Capable Of Being Both As default.prop And/Or build.prop (just remove duplicates from the original file, favouring this version)
#unsecure
androidboot.selinux=permissive
drm.service.enabled=false
keyguard.no_require_sim=true
persist.adb.notify=0
persist.android.strictmode=0
persist.cne.feature=0
persist.security.ams.enforcing=0
persist.selinux.enforcing=0
persist.service.adb.enable=1