View Single Post
Old 11-11-2020, 09:39 PM   #8
unrznbl
Member
unrznbl began at the beginning.
 
Posts: 19
Karma: 10
Join Date: Feb 2020
Device: kindle dxg and touch
KindleTool seems to be working!

I set to epoch with `date -s 1605147285` and it set it to somewhere near the log file title of `'all_logs as of Sat Apr 05 15.14.04 GMT 1986.txt`.

Is there a way I can output to a file to log the output of say `date -h` or `date +%s`? Or get that into the "all_logs" next time I do `;dm`?
Quote:
libre:~/tmp/kindle-dx$ kindletool create ota -d dxg -p luigi setdate.sh > setdate.bin
Building OTA V1 (FC02) update package 'standard output' for 1 device:
Kindle DX Graphite
With the following flags: Min. OTA: 0, Target OTA: MAX, Optional: 0.
a setdate.sh <-
a setdate.sh.sig
z a update-filelist.dat.sig a update-filelist.dat
libre:~/tmp/kindle-dx$ cat setdate.sh
echo "setting date to something fairly accurate to get KUAL working again"
date -s 1605147285
The setdate.bin is accepted and updates successfully and changes the date, just not sure what the number means exactly. (yet)
unrznbl is offline   Reply With Quote