From b03b61f5e76daa9cda5d5f1c2854fc8a30fbb11e Mon Sep 17 00:00:00 2001 From: Archimax <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Sun, 26 Jan 2025 11:46:52 -0500 Subject: [PATCH] Add troubleshooting section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 845216a..f1af1e5 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,21 @@ Reboot the device. You'll boot into verified mode. Once you have your server run - Set HTTPS IP to the IP you used to host the proxy server. - Resume setup and your device will unenroll. +## Troubleshooting + +
+ During building, everything starting from root was copied into original! + + Please run ``git pull`` on your local copy. This bug has been fixed. +
+ +
+ My device says "Can't reach Google"! + + - Make sure your device and the server are connected to the same network + - If that didn't work, powerwash your device and re-run the modified shim, and keep the server running. +
+ ## Credits - [MunyDev](https://github.com/MunyDev) - Creating this exploit - [Archimax](https://github.com/EnterTheVoid-x86) - Cleaning up get_original_data.sh and inshim.sh + README changes