Skip to content

Instantly share code, notes, and snippets.

View TheAirBlow's full-sized avatar
🤓
nerd emoji

TheAirBlow TheAirBlow

🤓
nerd emoji
View GitHub Profile
@TheAirBlow
TheAirBlow / readme.md
Last active May 5, 2026 18:56
Samsung Multi-Disabler by hand on Linux

Samsung Multi-Disabler by hand

This tutorial is made for Linux users (it may not work on WSL).
It is instuction how to to everything Samsung Multi-Disabler does by hand.
It is handy if you want to make installing TWRP easier (no recovery override),
or just to make a playground for toying with Android.
Package android-tools should be installed, and your device should be connected.
Also, this is only for Samsung, do not try this on any other device.

Step 1: Prepare

Convert sparse image to raw ext4 image, create mount point directories, mount raw ext4 images.

@TheAirBlow
TheAirBlow / code.js
Last active October 27, 2021 15:07
TestEdu Hack
list_answers();
function list_answers()
{
console.log("==== NORMAL EXERCISES ====");
vinq.forEach(function callback(currentValue, index, array) {
index++;
console.log("Excercise " + index + ":");
hack_normal(index);
});