View Single Post
Old 07-31-2013, 04:57 AM   #48
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by iivann View Post
I recently bought Kindle 4 NT, install some stuff from here. Now I trying to set data/time with wifi ON, but when I open Kual and load BBB filter my wifi connection not work. I try to connect but kindle never connected.
If I remove BBB filter or load default firewall I got message that my kindle is not authorized to test... and I must to install devcerts_install.bin again to enable KUAL, CR3...

What I am doing wrong?
Wifi not connecting to anything -
Try adding:
WIFI_NO_NET_PROBE
filename (may be an empty file) to the root of USB storage (at the same top level as /documents, not inside of /documents).

Getting the date/time from the Amazon time servers -
With the BBB filter enabled, that is just not going to happen (unless I messed up very badly ).

Setting date/time: There is a button for that (tm) -
Install the KUAL ntpdate button, that one uses public ntp servers and/or public ntp networks. The defaults should "just work" but they can be changed by the user.

Now this ntpdate button and KUAL-V2.0 do not like each other -
There is a dangling comma in the json file.
Just remove the one comma at the end of the "Items" list.

I.E: /extensions/helper2/bin/menu.json
make it look like this (no comma after the { .... } in the menu item list):
Code:
{
    "items": [
        {
        "name": "Helper",
        "priority": 0,
        "items": [
            {"name": "Set DateTime from Server", "priority": 1, "action": "bin/ntpdate.sh"}
        ]
        }
    ]
}
I must remember to fix that in my posted button archive!
Really sorry about that, but my mind is on semi-permanent holiday, I keep forgetting to update that json file.

- - - -

Unrelated to the above -

The disappearing devcerts -
I recall seeing reports of that posted here, I do not recall the solution.

Is your Kindle registered?
If not, register it, see if that makes the problem go away.
NOTE: It is "normal" (by lab126 standards) to trash the devcerts file when you change the registration status.
You will have to replace them (once) after any change to the registration.
knc1 is offline   Reply With Quote