I thought i'd share this bash script i've written because i struggled quite a bit when i had to run theos on my iPhone 5.
Install theos like you would normally and then create a file in /bin/ and name it: uptheos (<-- can be any random name )
Inside this file add this code:
#!/bin/bash
sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' /usr/bin/perl
ldid -s /usr/bin/perl
sed -i'' 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' /usr/bin/rsync
ldid -s /usr/bin/rsync
(You need ldid or lone (but change the ldid to a ldone if you'd use ldone)
Now enter MobileTerminal and type
su
Password: alpine
And give our file permissions:
chmod 775 /bin/uptheos
Now simply run it by typing
uptheos
Great, now you can create a theos tweak on A6 + processors by typing
/var/theos/bin/nic.pl
(It also works with libstubhook )
This tool mainly is used for a tutorial i've been planning to release since a while now.
Install theos like you would normally and then create a file in /bin/ and name it: uptheos (<-- can be any random name
Inside this file add this code:
(You need ldid or lone (but change the ldid to a ldone if you'd use ldone)
Now enter MobileTerminal and type
And give our file permissions:
Now simply run it by typing
Great, now you can create a theos tweak on A6 + processors by typing
(It also works with libstubhook
This tool mainly is used for a tutorial i've been planning to release since a while now.
Proud to be a Miner...