This is a package for eopkg
for the Hopper Disassembler.
sudo eopkg bi https://gist.githubusercontent.com/bmwalters/d453feb913492c23df06d78820fee4d7/raw/pspec.xml
sudo eopkg it hopper-disassembler-*.eopkg;sudo rm hopper-disassembler-*.eopkg
Aaren | |
Aarika | |
Abagael | |
Abagail | |
Abbe | |
Abbey | |
Abbi | |
Abbie | |
Abby | |
Abbye |
This guide assumes you have previous experience with hactool and messing with your NAND. You aren't supposed to blindly copy commands in this, so read before pasting!
Also, the Python sections require Python 2.7 and pycrypto.
sd:/Nintendo/contents/private
in a hex editor./save/8000000000000043
in a hex editor.This assumes you already successfully ran flash.sh | |
enter fastboot mode (hold volume up and plug a usb-cable in) | |
cd to the directory where you downloaded the hybris-recovery.img | |
fastboot flash recovery hybris-recovery.img | |
fastboot boot hybris-recovery.img | |
There should pop up a text on the phone-screen with instructions and an ip | |
run telnet THE_IP_FROM_THE_TEXT | |
there should be a recovery-menu now | |
select factory-reset | |
After that it should reboot into sailfish-os (don't worry about the errors while factory-reseting) |
Instructions on how to install a terminal-emulator and get root in the sailfish-x test build (the build is from vknecht) | |
1) Boot into sailfish-os and download thumbterm from here https://openrepos.net/content/hbp/thumbterm (you won't be able to install it yet) | |
2) Boot into hybris-recovery (fastboot boot hybris-recovery.img) and select shell | |
3) cd /tmp | |
4) mkdir mnt | |
5) mount /dev/sailfish/root mnt | |
6) mount /dev/sailfish/home mnt/home | |
7) chroot mnt | |
8) passwd |