1.6 KiB
Install TrollStore with a SSH Ramdisk (Linux and macOS only)
-
download this tar and extract it https://github.com/opa334/TrollStore/downloads/latest/TrollStore.tar
-
run
git clone https://github.com/verygenericname/SSHRD_Script --recursive && cd SSHRD_Script
-
run
./sshrd.sh <latestipswlinkhere>
-
run
./sshrd.sh boot
the device should start verbosing and say OK in ascii -
in a new terminal window, run
iproxy 2222 22
-
In the previous window, run
ssh -p2222 root@localhost
, the pass is alpine -
Now, in the same window, run
mount_filesystems
, if a error occurs please make a issue in the SSHRD_Script repo -
Run
cd /mnt2/containers/Bundle/Application
-
For the app you would like to replace, run
grep -r "<appname>" .
- you can put something like Tips, must be a deletable system app
-
look for a filepath that looks like .//.app
-
run
cd <udid>/<appname>.app
-
run
mv <appname>appname <appname>_TROLLSTORE_BACKUP
-
Now, in another terminal window, cd into the folder of the tar you extracted earlier
-
Run
scp -P222 PersistenceHelper root@localhost:/mnt2/containers/Bundle/Application/<udid>/<appname>.app/<appname>
-
Run
scp -P222 trollstorehelper root@localhost:/mnt2/containers/Bundle/Application/<udid>/<appname>.app/trollstorehelper
-
In the window you sshed into the phone in, run
chown 33 <appname> & chmod 755 <appname> trollstorehelper
,chown 0 trollstorehelper
, and runreboot
, your phone will reboot into iOS -
Open up the app you replaced, it should show some buttons like install trollstore, click install trollstore
-
TrollStore is installed!