Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-15-2017, 11:24 AM   #106
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
[root@kindle root]# cat /mnt/us/extensions/WebLaunch/settings.js
var settings = {
url: '10.10.10.1:3000',
title: 'MobileRead',
hideStatusbar: true,
enableWireless: true,
powerButtonClose: true,
enablePreventScreenSaver: false
};
[root@kindle root]#
cepics is offline   Reply With Quote
Old 11-15-2017, 11:30 AM   #107
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 415
Karma: 750442
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
Try to modify it this way:
Code:
var settings = { 
	url: 'http://10.10.10.1:3000', 
	title: 'MobileRead', 
	hideStatusbar: true,
	enableWireless: true,
	powerButtonClose: true,
	enablePreventScreenSaver: false
};
encol is offline   Reply With Quote
Old 11-15-2017, 11:46 AM   #108
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by encol View Post
Try to modify it this way:
Code:
var settings = { 
	url: 'http://10.10.10.1:3000', 
	title: 'MobileRead', 
	hideStatusbar: true,
	enableWireless: true,
	powerButtonClose: true,
	enablePreventScreenSaver: false
};
Code:
var settings = { 
	url: 'http://10.10.10.1:3000', 
	title: 'MobileRead', 
	hideStatusbar: true,
	enableWireless: true,
	powerButtonClose: true,
	enablePreventScreenSaver: false
};
[root@kindle bin]#
application error, impossible to run selected application on the kindle and no message in the terminal
cepics is offline   Reply With Quote
Old 11-15-2017, 12:03 PM   #109
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 415
Karma: 750442
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
I'm not sure, but i think it's something related to the http port.
Maybe WebLaunch does not support ports different from the standard (80)?
encol is offline   Reply With Quote
Old 11-15-2017, 12:18 PM   #110
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by encol View Post
I'm not sure, but i think it's something related to the http port.
Maybe WebLaunch does not support ports different from the standard (80)?
can I do a test to answer your question?
cepics is offline   Reply With Quote
Old 11-15-2017, 12:30 PM   #111
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 415
Karma: 750442
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
Try to set this url:
Code:
http://portquiz.net:666
encol is offline   Reply With Quote
Old 11-15-2017, 12:58 PM   #112
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by encol View Post
Try to set this url:
Code:
http://portquiz.net:666
Code:
[root@kindle bin]# cat /mnt/us/extensions/WebLaunch/settings.js
var settings = { 
	url: 'http://portquiz.net:666', 
	title: 'MobileRead', 
	hideStatusbar: true,
	enableWireless: true,
	powerButtonClose: true,
	enablePreventScreenSaver: false
};
[root@kindle bin]# ./start.sh
[root@kindle bin]#
I tested over home wifi, phone tethering wifi and RPI Access Point wifi....


but no news, always the same error.....

Last edited by cepics; 11-15-2017 at 01:19 PM.
cepics is offline   Reply With Quote
Old 11-15-2017, 01:42 PM   #113
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 cepics View Post
[root@kindle root]# cat /mnt/us/extensions/WebLaunch/settings.js
var settings = {
url: '10.10.10.1:3000',
title: 'MobileRead',
hideStatusbar: true,
enableWireless: true,
powerButtonClose: true,
enablePreventScreenSaver: false
};
[root@kindle root]#
probable not the best choice of ports:
https://www.speedguide.net/port.php?port=3000
for all of those reasons, it is a good chance it is being blocked somewhere in your local system.
knc1 is offline   Reply With Quote
Old 11-15-2017, 01:49 PM   #114
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 415
Karma: 750442
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
try to set a "standard" url (i.e http://www.google.com)

Last edited by encol; 11-15-2017 at 02:29 PM.
encol is offline   Reply With Quote
Old 11-15-2017, 03:42 PM   #115
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by knc1 View Post
for all of those reasons, it is a good chance it is being blocked somewhere in your local system.
what do you mean for local system?

the OpenPlotter developer's decided that port (I don't know why) and I don't know if I can change it.

the RPI3 works like an Access point; with my phone I can join that wifi and open that address (10.10.10.1:3000/@signalk/instrumentpanel/)

with the kindle don't...(with WIFI_NO_NET_PROBE I can join the "no internet network" but no way to open that page)

after uninstalling WebLaunch, I (re)done all the " Originally Posted by PaulFreund # WebLaunch # " procedure, leaving untouched the settings.js file (I have just renamed it), but it crash also forwarding the www.mobileread.com site

where is the problem?

-in my kindle touch 3g
-in the WebLaunch app
-in the http://10.10.10.1:3000/@signalk/instrumentpanel
-in my access point (I don't think so because my phone work)
-in my local system (?????)
-in my english
-in my mind (problem? which problem? ther's no problem! it's better to leave all these dozens of pages in my browser )

is there another way to run an html5 page http://10.10.10.1:3000/@signalk/instrumentpanel/ full screen on kT 3G?

I think "KindleWiFiSignalKdisplaying" could be an amazing OpenPlotter implementation ....


Last edited by cepics; 11-16-2017 at 01:01 AM.
cepics is offline   Reply With Quote
Old 11-15-2017, 07:45 PM   #116
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
You can not reach that address over the Internet.
It is reserved for local network (private network, not public Internet use only).

Yet you say you can reach it from another device.
So from that device, do a tcptraceroute command and post the results.

Quote:
Originally Posted by whois
NetRange: 10.0.0.0 - 10.255.255.255
CIDR: 10.0.0.0/8
NetName: PRIVATE-ADDRESS-ABLK-RFC1918-IANA-RESERVED
NetHandle: NET-10-0-0-0-1
Parent: ()
NetType: IANA Special Use
OriginAS:
Organization: Internet Assigned Numbers Authority (IANA)
RegDate:
Updated: 2013-08-30
Comment: These addresses are in use by many millions of independently operated networks, which might be as small as a single computer connected to a home gateway, and are automatically configured in hundreds of millions of devices. They are only intended for use within a private context and traffic that needs to cross the Internet will need to use a different, unique address.
Comment:
Comment: These addresses can be used by anyone without any need to coordinate with IANA or an Internet registry. The traffic from these addresses does not come from ICANN or IANA. We are not the source of activity you may see on logs or in e-mail records. Please refer to http://www.iana.org/abuse/answers
Comment:
Comment: These addresses were assigned by the IETF, the organization that develops Internet protocols, in the Best Current Practice document, RFC 1918 which can be found at:
Comment: http://datatracker.ietf.org/doc/rfc1918
Ref: https://whois.arin.net/rest/net/NET-10-0-0-0-1

Last edited by knc1; 11-15-2017 at 07:47 PM.
knc1 is offline   Reply With Quote
Old 11-16-2017, 10:50 AM   #117
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by knc1 View Post
You can not reach that address over the Internet.
It is reserved for local network (private network, not public Internet use only).
when I try to join http://10.10.10.1:3000/@signalk/instrumentpanel, I'm connected to the RPI access point wifi
if I type this page on the raspberry browser I can reach it)

if I connect the kindle to home wifi, with WebLaunch I can't reach neither the mobileread site (default options in the setting.js file)

Quote:
Originally Posted by knc1 View Post
Yet you say you can reach it from another device.
So from that device, do a tcptraceroute command and post the results.
I will find out how do a tcptraceroute with one of the machine available at home (mac osx sierra, win vista, iphone, RPI3, maybe a pc running Ubuntu)




Last edited by cepics; 11-16-2017 at 12:46 PM.
cepics is offline   Reply With Quote
Old 11-16-2017, 07:09 PM   #118
lucasmpr
Enthusiast
lucasmpr began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jul 2017
Device: Kindle
Have you tried my fork?

If you're Using a KT3 I'm sure it works. I have many of them working.

The Paul Freund version does not work on newer kindles. I worked many weeks to make it work.

The only question I have: Can you open your link with the "Experimental Browser"?

Last edited by lucasmpr; 11-16-2017 at 07:15 PM.
lucasmpr is offline   Reply With Quote
Old 11-17-2017, 01:53 AM   #119
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by lucasmpr View Post
Have you tried my fork?

If you're Using a KT3 I'm sure it works. I have many of them working.

The Paul Freund version does not work on newer kindles. I worked many weeks to make it work.

The only question I have: Can you open your link with the "Experimental Browser"?
I think my Kindle is not a KT3 but erlier (B010........)

I can't join that link neither with the "experimental browser"

cepics is offline   Reply With Quote
Old 11-17-2017, 02:06 AM   #120
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by knc1 View Post
Yet you say you can reach it from another device.
So from that device, do a tcptraceroute command and post the results.
is it a good os x version of tcptraceroute?

http://macappstore.org/tcptraceroute/

once installed, I join the wifi access point of the RPI and on osx terminal I type:

Code:
 sudo tcptraceroute http://10.10.10.1:3000/@signalk/instrumentpanel/
this is the output
Code:
Bad destination address: http://10.10.10.1:3000/@signalk/instrumentpanel/
is it the right argument for tcptraceroute?

cepics is offline   Reply With Quote
Reply

Tags
launcher add-ons, mesquite, webapp


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 10:39 AM.


MobileRead.com is a privately owned, operated and funded community.