View Single Post
Old 01-16-2018, 04:02 PM   #6
cryptocoryne
Member
cryptocoryne began at the beginning.
 
cryptocoryne's Avatar
 
Posts: 19
Karma: 10
Join Date: Jul 2014
Location: stupidville, Florida
Device: DXG (B009), K4 (9023), PW1 (B024), KT2 (90C6)
Some progress on the PW1...

In this 5.6.1.1 firmware search_bar.js is one monstrous line and changing the consts does have some effect:

The kual button to "replace store button" sets:
Code:
const F="file:///mnt/us/documents/KUAL-KDK-2.0.azw2";
and nothing happens.

If I change F to aK, the search bar at the top disappears altogether:
Code:
const aK="file:///mnt/us/documents/KUAL-KDK-2.0.azw2";
(I found aK="store" by searching the long line and figured it would probably do something.) Gotta copy this search_bar.js to PC and study it a bit after wrapping the lines.... Such fun!
cryptocoryne is offline   Reply With Quote