From 87984ad718657e440642c4d884cf3110dcf06ef0 Mon Sep 17 00:00:00 2001 From: Nathan <87825638+verygenericname@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:23:29 -0400 Subject: [PATCH] Update install_with_sshrd.md --- install_with_sshrd.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/install_with_sshrd.md b/install_with_sshrd.md index 90288b0..9f9709c 100644 --- a/install_with_sshrd.md +++ b/install_with_sshrd.md @@ -16,9 +16,23 @@ 8. Run `cd /mnt2/containers/Bundle/Application` -9. For the app you would like to replace, run `grep -r "appname" .` - - you can put your own shsh for the second argument, although option +9. For the app you would like to replace, run `grep -r "" .` + - you can put something like Tips, must be a deletable system app -10. Depending on the app you chose, doesn't have to be tips, a look for a filepath that looks like /appname.app +10. look for a filepath that looks like .//.app -11. run `cd /appname.app +11. run `cd /.app` + +12. run `mv appname _TROLLSTORE_BACKUP` + +13. Now, in another terminal window, cd into the folder of the tar you extracted earlier + +14. Run `scp -P222 PersistenceHelper root@localhost:/mnt2/containers/Bundle/Application//.app/` + +15. Run `scp -P222 trollstorehelper root@localhost:/mnt2/containers/Bundle/Application//.app/trollstorehelper` + +16. In the window you sshed into the phone in, run `reboot`, your phone will reboot into iOS + +17. Open up the app you replaced, it should show some buttons like install trollstore, click install trollstore + +18. TrollStore is installed!