Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Aaren
Aarika
Abagael
Abagail
Abbe
Abbey
Abbi
Abbie
Abby
Abbye
@jakibaki
jakibaki / README.md
Last active October 26, 2018 16:34 — forked from bmwalters/README.md
Hopper solus package

Hopper Disassembler package for Solus

This is a package for eopkg for the Hopper Disassembler.

Installation

sudo eopkg bi https://gist.githubusercontent.com/bmwalters/d453feb913492c23df06d78820fee4d7/raw/pspec.xml
sudo eopkg it hopper-disassembler-*.eopkg;sudo rm hopper-disassembler-*.eopkg
@jakibaki
jakibaki / 0-GUIDE.md
Created June 18, 2018 14:44 — forked from khang06/0-SD-GUIDE.md
Switch SD Dumping 101

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.

Obtaining Your SD Seed

  1. Open sd:/Nintendo/contents/private in a hex editor.
  2. Copy the hex representation of it and put it somewhere for later.
  3. Mount your NAND's SYSTEM partition.
  4. Open /save/8000000000000043 in a hex editor.
@jakibaki
jakibaki / instr
Created September 17, 2017 14:28
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