# On-device (Manual)

{% hint style="warning" %}
This guide requires a procursus jailbreak (eg, Odysseyra1n, Taurine, Dopamine, palera1n, meowbrek2) due to img4tool not being available for other jailbreaks.&#x20;
{% endhint %}

## Prerequisites

* `img4tool`&#x20;
* NewTerm (from [Chariz](https://repo.chariz.com)) or SSH access

## Steps

1. Launch NewTerm or login using SSH
2. run `dd if=/dev/disk1 of=dump.raw bs=256 count=$((0x4000))`
3. run `img4tool --convert -s dumped.shsh dump.raw`

By default, NewTerm 2 starts in `/var/mobile`. Your blob will be located there as the dumped.shsh file.\
\
To get the generator required to use this blob, either open the file with a text editor and find the generator key at the end of the file or run this command: `cat dumped.shsh | grep "<string>0x" | cut -c10-27`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shouganai.gitbook.io/ios-stuff/blobs/onboard-blobs/jailbroken/on-device-manual.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
