![]() |
#76 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2017
Device: kindle keyboard
|
![]()
Do you know is it supposed to work with K3?
And is it possible to fix that? Just now when I click on WebLaunch button in KUAL it just exits from KUAL. I could check logs but do not know where to find them. |
![]() |
![]() |
![]() |
#77 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Please do the following: Go to first post, read it. Ask yourself: "Is a K3 a touchscreen device?" = = = = = Can it be ... Go to first post, read it. Follow link to source. Read the README. Learn that it is a Kindle WAF. Go to sticky: "Where do I start" Click. Scroll down, click: "WAF" Review information available on "WAF" Decide if you can make it work on a K3, note that you may have to review the information available on the K3 in the master index also. = = = = Translation: I don't know, but you could find out for yourself as easily as I could. My WAFG: No. https://wiki.mobileread.com/wiki/Kin...bkit_Subsystem Edit: I win, I posted the answer first. WAF applications depend on system resources first introduced in the series 5.x firmware. Meaning they can not be supported by the **Kindle** system on earlier than touchscreen devices. I'll leave the "DIY answer" hints above in this post as an inspiration to others. Last edited by knc1; 03-30-2017 at 10:37 AM. |
|
![]() |
![]() |
Advert | |
|
![]() |
#78 | |||||
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
Quote:
Quote:
I don't see any up-to-date resources about WAFs and kindle programming using html/js. That's why I'm wondering if there's a better solution nowadays, and I'm not searching for something that is dead. Quote:
I'm trying to make an app work that was not packaged nor written for my device. Quote:
Quote:
|
|||||
![]() |
![]() |
![]() |
#79 | |
Just a Yellow Smiley.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,161
Karma: 83862859
Join Date: Jul 2015
Location: Texas
Device: K4, K5, fire, kobo, galaxy
|
Quote:
There is a good chance an app that isn't designed for your device won't work on your device. Might I ask what the app you are trying to install is designed for. |
|
![]() |
![]() |
![]() |
#80 | |
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
Quote:
I just want a full-screen browser. And then prevent the screensaver from happening. Weblaunch seems exactly what I need. |
|
![]() |
![]() |
Advert | |
|
![]() |
#81 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
If all you want is the ability to display a single page, full-screen this is it. It is a WAF, not a re-purpose of the "Experimental Browser". Now that we know you are working with a KT3 - Would you share what firmware version you want this to work with? (Yes, as you can see from the directory tree, that will make a difference also.) |
|
![]() |
![]() |
![]() |
#82 |
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
I dont want to browse, I want to use my kindle as a wall dashboard with information that gets updated by ajax (or websockets if its supported, I dont think so) from time to time. Maybe do a full screen refresh from time to time (In my experimental browser experience when the information changes we get artifacts sometimes).
I'm actually on 5.8.0. I don't think I need any features from anything above that. If I'm having the work of rewriting it. Its best to make this work on the newer version 5.9.2, as it will be more future-proof. |
![]() |
![]() |
![]() |
#83 | |
Just a Yellow Smiley.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,161
Karma: 83862859
Join Date: Jul 2015
Location: Texas
Device: K4, K5, fire, kobo, galaxy
|
Quote:
|
|
![]() |
![]() |
![]() |
#84 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
You must have an "in" with Amazon/Lab126 if you have a copy of 5.9.2 for your KT3. I would like to have a copy, even if it is only a 'preview' build. The most recent KT3 firmware now released from Amazon is 5.8.10. https://www.amazon.com/gp/help/custo...deId=202065490 |
|
![]() |
![]() |
![]() |
#85 |
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
Oh, okay, my mistake. I made some assumptions that I shouldn't have.
I got a KT2 with 5.9.2, then I got the idea to make this project happen. Discovered they removed the ~ds command so I couldn't make the screen stay on all the time. As there's no jailbreak for the moment, I didn't see a way of making my dashboard with this. So I recently bought a KT3. I was thrilled to see it was in 5.8.1, so I did the jailbreak as fast as I could, hoping that v. 5.9.2 wouldn't be auto-updated to my device and ruin my project. I'm sorry I don't have the preview version. I didn't knew that each device had its own update schedule. (That's why I'm searching for 5.9.2 image on amazon and I can't find it) I think I'm going for 5.8.0 then (KT3 factory?), and I'll block OTA's so it dont get updated. You got any advices on how to start porting it? When I try to run WebPack I got the message "The application cannot be started" (Which I find normal as its made for an older version and not updated for the last 4 years). Do you know if there's any kind of log that may hint where's the problem? I was thinking about comparing Kindle.js / Logging.js and all other imports from 4 years (probably factory KT) hoping to find some different classes / function names that got changed by the years. The another way of proceeding, would be to trying to build a "sample WAF project" and add the functions one by one until I can find the one that made this break. If you have any insights I would be grateful Last edited by lucasmpr; 07-22-2017 at 05:59 PM. |
![]() |
![]() |
![]() |
#86 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
DO NOT run the factory-use-only firmware build after you finish jail breaking.
It was never intended to be used 'in the field' by customers. Install one of the versions of customer firmware builds. See: Current jail break, step #7, open spoiler. All of those could be jailbroken again if something went wrong during your testing. There are new firmware versions than those I list. But there has never yet been a 5.9.<anything> for the e-ink Kindles. 5.8.9.0.2 was the previous 'current' firmware and I think your '.8' pair of keys is not working. Those version numbers use periods as field separators, not as decimal points, it isn't a floating point number. (Amazon is the only people I can think of that uses five fields. The rest of the world gets along with only three.) |
![]() |
![]() |
![]() |
#87 | |
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
Quote:
I'm going for 5.8.7.0.1. Just finished installing everything again Now some logs. Did an ;dm and I'm trying to make sense of the parts with WebLaunch. Spoiler:
If I'm right, it seems the app is killed here: 170722:202815 mesquite[7741]: E com.PaulFreund.WebLaunch:JunoApplicationManager::h andleLifeCycleTransitions:Failed to complete a lifecycle transition. Lifecycle hook returned false. propertyName=go,responseProperty=goresult: 170722:202815 cvm[6086]: I StatusBarController:Information::reverting to cached app state in statusbar 170722:202815 winmgr[5254]: I WindowManager:handleAppLaunchFail:unpause display and clear timeouts: 170722:202815 mesquite[7741]: I def:mesquite:main:exiting mesquite main Ok, managed to find some interesting things. There's two WAF's js systems. wafjs and the newer kindle.js. Looks like the registration of the commands where outdated, now they need a file:// to start an mesquite application. I'm creating a barebone app and I'll add the functionalities that I need Last edited by lucasmpr; 07-22-2017 at 10:38 PM. |
|
![]() |
![]() |
![]() |
#88 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Aug 2017
Device: kindle touch
|
I am really interested about your findings, i came to this forum as i get the same error message when i try to launch the extension.
I hope you'll be able to sort it out ! |
![]() |
![]() |
![]() |
#89 |
Enthusiast
![]() Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
|
Yeah I managed to make it work to some extent.
Enough for what I'm making. I couldn't make the statusbar go away, and for the moment there's no way to leave the application. (except connecting by ssh and typing the commands. I didn't put the prevent screen saver feature either, its really a barebone for the moment. |
![]() |
![]() |
![]() |
#90 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Aug 2017
Device: kindle touch
|
Nice to know that you were able to look into it !
Thanks for the Update ! |
![]() |
![]() |
![]() |
Tags |
launcher add-ons, mesquite, webapp |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[PB 622] Browser icon disappeared from Applications folder | Roddy | PocketBook | 1 | 11-16-2012 07:11 AM |
Kindle Fire Web Browser will likely allow for web based games. | sirmaru | Kindle Fire | 10 | 11-15-2011 02:55 PM |
602 web browser | nel | PocketBook | 8 | 06-14-2011 08:25 AM |
web browser | bZkindle | Sony Reader | 8 | 05-04-2011 09:13 AM |
FullScreen on Kindle Browser | SunLight | Amazon Kindle | 7 | 10-11-2010 04:30 PM |