You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jailbreaking/WinterBreak/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Winterbreak/Mesquito does NOT work on firmware `5.18.1` and beyond.
36
36
If you face any issues, please check the [troubleshooting](#troubleshooting) section
37
37
38
38
{: .note}
39
-
If your Kindle is running a firmware version lower than `5.18.1` and **is not yet registered**, make sure to follow [these steps to prevent your Kindle from automatically updating](../prevent-auto-update/) before registering your device with Amazon. This will help you avoid an automatic firmware update during the registration process.
39
+
If your Kindle is running a firmware version lower than `5.18.1` and **is not yet registered**, make sure to follow [these steps to prevent your Kindle from automatically updating](../prevent-auto-update.html) before registering your device with Amazon. This will help you avoid an automatic firmware update during the registration process.
40
40
41
41
## Installation Guide
42
42
@@ -57,7 +57,7 @@ If your Kindle is running a firmware version lower than `5.18.1` and **is not ye
@@ -23,76 +23,120 @@ Filling the Kindle's storage (leaving only 20-50 MB free) prevents the device fr
23
23
24
24
You can use a simple script to fill your Kindle's storage with dummy files, leaving only a small amount of free space. This script is available in the [Kindle-Filler-Disk GitHub repository](https://github.com/bastianmarin/Kindle-Filler-Disk/) along with other useful scripts for Windows, macOS, and Linux.
25
25
26
-
### Step-by-Step Tutorial
27
-
28
-
#### 1. Put Your Kindle in Airplane Mode
29
-
30
-
- On your Kindle, swipe down from the top to open Quick Actions.
31
-
- Tap the **Airplane Mode** icon to enable it. This will disconnect Wi-Fi and prevent updates during the process.
32
-
33
-
#### 2. Connect Your Kindle to Your Computer via USB
34
-
35
-
- Use a USB cable to connect your Kindle to your computer.
36
-
- Wait for the Kindle to appear as a USB drive.
37
-
38
-
#### 3. Download the Disk Filler Script
39
-
40
-
- Go to the [Kindle-Filler-Disk GitHub repository](https://github.com/bastianmarin/Kindle-Filler-Disk/).
41
-
- Download the appropriate script for your operating system:
42
-
-**Windows:**`kindle_disk_filler.ps1`
43
-
-**macOS/Linux:**`kindle_disk_filler.sh`
44
-
45
-
#### 4. Run the Script
46
-
47
-
##### On Windows:
48
-
49
-
- Copy `Filler.ps1` to the root directory of your Kindle (the main folder you see when you open the Kindle drive).
50
-
- Open **PowerShell** in the folder containing `Filler.ps1`.
51
-
- Tip: In File Explorer, hold **Shift** and right-click in the folder background, then select "Open PowerShell window here".
52
-
- Or, click the address bar, type `powershell`, and press Enter.
53
-
- If you get an execution policy error, you can bypass it by running:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
60
-
.\Filler.ps1
61
-
```
62
-
- Follow the on-screen prompts to select how much free space to leave (20 MB is recommended).
63
-
- The script will create files in a folder called `fill_disk` on your Kindle until only the specified free space remains.
64
-
65
-
##### On macOS/Linux:
66
-
67
-
- Copy `Filler.sh` to the root directory of your Kindle (the main folder you see when you open the Kindle drive).
68
-
- Open a terminal in the folder containing `Filler.sh`.
69
-
- Make the script executable (if needed):
70
-
```sh
71
-
chmod +x Filler.sh
72
-
```
73
-
- Run the script:
74
-
```sh
75
-
./Filler.sh
76
-
```
77
-
- Follow the on-screen prompts to select how much free space to leave (20 MB is recommended).
78
-
- The script will create files in a folder called `fill_disk` on your Kindle until only the specified free space remains.
79
-
80
-
#### 5. Safely Disconnect and Verify Storage
81
-
82
-
- Eject your Kindle from your computer.
83
-
- On your Kindle, go to **Settings > Device Options > Device Info** (or similar).
84
-
- Check that the available storage is **20 MB or less**.
85
-
86
-
#### 6. Register Your Kindle
87
-
88
-
- With storage nearly full, connect to Wi-Fi and register your Kindle to your Amazon account.
89
-
- The device will not be able to download updates due to lack of space.
90
-
91
-
#### 7. Enable Airplane Mode Again
92
-
93
-
- Immediately after registration, enable **Airplane Mode** to prevent any update attempts.
94
-
- Proceed with the next jailbreak steps (such as WinterBreak).
95
-
> **Important Note:** After filling your Kindle's storage, check its contents in the **main folder** (root directory) and delete any files ending with `.bin` or named `update.bin.tmp.partial`. These files are automatic update attempts by the Kindle and should be removed to prevent the device from trying to install an update when you free up space.
<p>On your Kindle, go to <strong>Settings > Device Options > Device Info</strong> (or similar).</p>
95
+
<p>Check that the available storage is <strong>20 MB or less</strong>.</p>
96
+
<img src="./Prevent/final.png"/>
97
+
</div>
98
+
</div>
99
+
<div class="step">
100
+
<h2>7. Register Your Kindle</h2>
101
+
<div class="stepContent">
102
+
<p>With storage nearly full, connect to Wi-Fi and register your Kindle to your Amazon account. The device will not be able to download updates due to lack of space.</p>
103
+
</div>
104
+
</div>
105
+
<div class="step">
106
+
<h2>8. Enable Airplane Mode Again</h2>
107
+
<div class="stepContent">
108
+
<p>Immediately after registration, enable <strong>Airplane Mode</strong> to prevent any update attempts.</p>
109
+
<p>Proceed with the next jailbreak steps (such as WinterBreak).</p>
110
+
<p class="highlight">
111
+
<strong>Important Note:</strong> After filling your Kindle's storage, check its contents in the <strong>main folder</strong> (root directory) and delete any files ending with <code>.bin</code> or named <code>update.bin.tmp.partial</code>. These files are automatic update attempts by the Kindle and should be removed to prevent the device from trying to install an update when you free up space.
0 commit comments