10. Install on Device
For real, this is the last step!
We're going to download the APK we just built directly on to our phone now, but we need to get our local IP address
ip a | grep inet
orip a | grep 192.168.
Note: if you see a
/24
or/16
after the local IP address you can ignore it. We just want the192.168.X.XXX
In your terminal start a simple python server
python3 -m http.server
On your GrapheneOS device, open a web browser and go to your local IP address and port 8000
192.168.X.XXX:8000
The files in that directory should be listed.
Click the .apk to download it.
Open/install the .apk
Stop the python server by typing
Ctrl + C
Close the browser and you should now see shSMS as an app installed on your device.
Can you believe it?? You've got some top-notch patience if you made it all the way here, but it's totally worth it! You just added another layer between you and the data-controlling 'man'. These text messages belong to you and you should have the right to choose who sees them. So pat yourself on the back and grab a snack because you deserve it!
Last updated