Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
template:kttools [2025/05/04 01:45] – created lnrc | template:kttools [2025/06/17 07:03] (current) – lnrc | ||
---|---|---|---|
Line 8: | Line 8: | ||
For F-03B, the top folder directory is " | For F-03B, the top folder directory is " | ||
< | < | ||
+ | |||
+ | **SPECIAL INSTRUCTIONS FOR EARLY FUJITSU PHONES** | ||
+ | |||
+ | Early Fujitsu phones often lack .jam files. These files need to be recreated by Keitai Tools. | ||
+ | To recreate the .jam files, you will need to set up the environment with the following commands | ||
+ | |||
+ | For Windows: | ||
+ | < | ||
+ | venv\Scripts\activate.bat | ||
+ | pip install construct scsu</ | ||
+ | For Linux: | ||
+ | < | ||
+ | source venv/ | ||
+ | pip install construct scsu</ | ||
+ | After setting up the environment, |