Skip to content

Instantly share code, notes, and snippets.

View bienpx224's full-sized avatar
πŸ’­
I may be slow to respond.

Brianβ˜€οΈ bienpx224

πŸ’­
I may be slow to respond.
View GitHub Profile
@slavafomin
slavafomin / 0-get-address-transactions.ts
Last active February 13, 2025 19:03
TON (TonWeb) β€” get address transactions in JavaScript (TypeScript)
import TonWeb from 'tonweb';
import {
BatchLoadedHandler,
getAddressTransactions,
HttpErrorHandler,
TransactionDiscoveredHandler,
} from './address-transactions';
@AnatomicJC
AnatomicJC / android-backup-apk-and-datas.md
Last active April 26, 2025 18:36
Backup android app, data included, no root needed, with adb

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

Note: This gist may be outdated, thanks to all contributors in comments.

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 !

@Pulimet
Pulimet / AdbCommands
Last active April 26, 2025 13:51
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.
@sabpprook
sabpprook / gist:3a05cdaa0a2bab91de35a9de5d3bd2cf
Created September 19, 2016 23:27
Android ID change via ADB shell
adb shell content query --uri content://settings/secure --where "name=\'android_id\'"
adb shell content delete --uri content://settings/secure --where "name=\'android_id\'"
adb shell content insert --uri content://settings/secure --bind name:s:android_id --bind value:s:7373de1e9e9670c2