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
@maheshmnj
maheshmnj / adb.md
Last active November 8, 2023 18:29
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

Linux:

timedatectl set-local-rtc 1 --adjust-system-clock

Windows:

  • Navigate to the following key in the left pane of the registry editor:
@Shourai
Shourai / Android platform tools
Created January 8, 2017 20:51
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