View Single Post
Old 04-28-2022, 07:00 AM   #100
winter_clothes
Junior Member
winter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipsewinter_clothes can illuminate an eclipse
 
Posts: 1
Karma: 8376
Join Date: Apr 2022
Device: Kindle PW3
So, I was having the same problem of getting started not triggering the reboot.

I am using the PW3-5.13.7.zip file.

I noticed inside the zip file there is a file 'manifest.json', in that json file there were two config options 'compatible_locales' that were set only to 'en_GB'. Once I changed those to accept 'en_US' also (my device locale) the getting started reboot worked!

You need to change:

```
"compatible_locales": ["en_GB"]
```

To:

```
"compatible_locales": ["en_GB", "en_US"]
```

Both times it appears for the US locale.

Once you have done this and created a new zip file you can update 'demo.json' to use the md5sum.
winter_clothes is offline   Reply With Quote