template:ktdumper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
template:ktdumper [2025/09/13 21:51] lnrctemplate:ktdumper [2025/09/13 21:53] (current) lnrc
Line 4: Line 4:
  
 ==== Ktdumper Command Line ==== ==== Ktdumper Command Line ====
-  - Make sure your phone is connected to the PC (if using WSL, you will need to bind your USB device)+  - Make sure your phone is connected to the PC with a debug cable. If using WSL, you will need to bind your USB device. The easiest way to do this is with [[https://gitlab.com/alelec/wsl-usb-gui/-/releases|wsl-usb-gui]].
   - Download the [[https://github.com/ktdumper/ktdumper|ktdumper repository]] from Github   - Download the [[https://github.com/ktdumper/ktdumper|ktdumper repository]] from Github
   - Navigate to the main ktdumper folder, where the code will be executed.   - Navigate to the main ktdumper folder, where the code will be executed.
   - You can execute the following commands   - You can execute the following commands
   * NAND (contains user data, downloads, etc.) <code>sudo ./ktdumper.sh [insert phone model] dump_nand</code>   * NAND (contains user data, downloads, etc.) <code>sudo ./ktdumper.sh [insert phone model] dump_nand</code>
-  * NOR <code>sudo ./ktdumper.sh [insert phone model] dump_nor</code>+  * NOR (usually default data, sometimes user data if the phone does not have nand) <code>sudo ./ktdumper.sh [insert phone model] dump_nor</code>
   * JAVA Folder (only works on select Mitsubishi/Fujitsu phones) <code>sudo ./ktdumper.sh [insert phone model] dump_java</code>   * JAVA Folder (only works on select Mitsubishi/Fujitsu phones) <code>sudo ./ktdumper.sh [insert phone model] dump_java</code>
  
  • template/ktdumper.txt
  • Last modified: 2025/09/13 21:53
  • by lnrc