/portalChestPlusPlus

Edit Blockheads instances from rooted android through ADB and /proc/

Primary LanguageC++GNU General Public License v3.0GPL-3.0

portalChest++

Edit Blockheads instances from rooted Android devices through ADB and /proc/

Building

Typing "make" in a terminal should compile and run the program. If there are any build issues, please make an issue about it!

Requirements

  • ncurses
  • g++
  • rooted Android device
  • adb installed

How to:

Run "adb devices" and check if you have only 1 device connected. The program gets the first device found from "adb devices".

Make sure the device also has root and it accepts ADB shell by running adb shell -n "su 0 echo hi" and accepting the superuser prompt

TODO:

  • Figure out /proc/ editing on Android
  • Optimize code, find better way to execute superuser command through ADB
  • Item swap menu with a good item selector