forked from opa334/Dopamine
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1: fix the issue that may cause some apps to crash on jailbroken state 2: fix the issue that some apple apps may not be launched on non-jailbroken state (have to launch the app once on jailbroken state to fix it) 3: fix the issue that crane and some other tweaks not working correctly on 1.0.8 (If you have used 1.0.8 for a fresh jailbreak, please reinstall the rootide core package in sileo) 4: fix the issue where some apps installed in the trollstore may detect jailbreak
- Loading branch information
Showing
8 changed files
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |
Binary file modified
BIN
-1008 Bytes
(100%)
Dopamine/Dopamine/bootstrap/bootstrap-iphoneos-arm64.tar.zst
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
DEVICE=root@localhost | ||
PORT=5500 | ||
DEVICE=root@iphone11.local | ||
PORT=22 | ||
|
||
ssh $DEVICE -p $PORT "rm -rf /var/mobile/Documents/Dopamine.tipa" | ||
scp -P$PORT ./Dopamine/Dopamine.tipa $DEVICE:/var/mobile/Documents/Dopamine.tipa | ||
ssh $DEVICE -p $PORT "rm -rf /rootfs/var/mobile/Documents/Dopamine.tipa" | ||
scp -P$PORT ./Dopamine/Dopamine.tipa $DEVICE:/rootfs/var/mobile/Documents/Dopamine.tipa | ||
ssh $DEVICE -p $PORT "/var/jb/basebin/jbctl update tipa /var/mobile/Documents/Dopamine.tipa" |