Hey! This version of Kaiware is deprecated. Don't worry though, I'm rewriting it with the same features plus a lot more! Check it out over here: github.com/NothingSpecialDev/kaiware
Note: Very much a work in progress
Make sure you have the following dependencies installed:
- nodejs
version = 16
(if you manage your nodejs versions with nvm or fnm, you can just runnvm use
orfnm use
in the repo folder respectively) - adb
- Clone repo
npm install
- Connect your phone to your computer and make sure it shows up with
adb devices
- Forward if you haven't done so already.
adb forward tcp:6000 localfilesystem:/data/local/debugger-socket
npm start