Possible solution to skip OOBE (out of box experience on Kindle Scribe 5.16.2).
Haven't been tested. I am not responsible for any damage to your Kindle if you try.
JB is required to do this, which might be possible after installing JB in demo.
Using command
Code:
lipc -a -v > lipc.txt
I was able to get these lines:
Code:
com.lab126.booklet.home
...
r Int oobeInitiated [0]
...
w Str deleteOOBETutorial
...
w Str deleteOOBE
(Fair warning: do NOT post the resultant file from this command, it has ALL credentials and personal info).
So, it
might be possible to read status (it is 0 in this example) with:
Code:
lipc-get-prop com.lab126.booklet.home oobeInitiated
and change parameters with:
Code:
lipc-set-prop com.lab126.booklet.home deleteOOBETutorial 1
lipc-set-prop com.lab126.booklet.home deleteOOBE 1
although, it says `str` (string), so probably not `1` as the value.
I am not going to test this anytime soon though