Skip to content

Instantly share code, notes, and snippets.

View leviathanaxeislit's full-sized avatar
🎯
Focusing

Chandra Prakash S leviathanaxeislit

🎯
Focusing
View GitHub Profile
@leviathanaxeislit
leviathanaxeislit / AdbCommands
Created November 6, 2019 05:19 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@leviathanaxeislit
leviathanaxeislit / miui-fastboot-howto.rst
Created December 13, 2018 11:24 — forked from j-jith/miui-fastboot-howto.rst
How to flash MIUI Fastboot ROM from Linux

How to flash MIUI Fastboot ROM from Linux

  • Download the ROM suitable for your device from the MIUI site and extract the downloaded archive
  • Download and extract the Android SDK Platform Tools
  • Make sure adb and fastboot (components of platform-tools) are in your
@leviathanaxeislit
leviathanaxeislit / git-apply-patch.md
Created November 24, 2018 15:37 — forked from emmanueltissera/git-apply-patch.md
Generate a git patch for a specific commit

Creating the patch

git format-patch -1 <sha>
OR
git format-patch -1 HEAD

Applying the patch

git apply --stat file.patch # show stats.
git apply --check file.patch # check for error before applying

@leviathanaxeislit
leviathanaxeislit / project_names.md
Created November 3, 2018 11:31
Naming schemes for projects, versions and server names