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 03-14-2014, 09:52 AM   #1
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Wikipedia on unregistered device

I have a PW2 and chose not to register it. However I am now missing the "Wikipedia" feature when selecting a word. Why is this bound to a registration and is there any way to circumvent this, i.e. fetch the data from Wikipedia?
peterson is offline   Reply With Quote
Old 03-14-2014, 10:03 AM   #2
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
It just is. I guess it's an incentive to register. Any particular reason not to do so?
HarryT is offline   Reply With Quote
Advert
Old 03-14-2014, 10:09 AM   #3
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by peterson View Post
I have a PW2 and chose not to register it. However I am now missing the "Wikipedia" feature when selecting a word. Why is this bound to a registration and is there any way to circumvent this, i.e. fetch the data from Wikipedia?
It's because this line in config.xml of wikipedia.acx:
Code:
<kindle:requiresRegistration>true</kindle:requiresRegistration>
Kindle doesn't communicate directly with Wikipedia, it uses these two Amazon service points:
Code:
https://wiki-acx.amazon.com/V1/wiki
https://wiki-acx.amazon.co.uk/V1/wiki
It should be easy to change the parameter to false and rebuild the ACX, if you want to give it a try.
dsmid is offline   Reply With Quote
Old 03-14-2014, 10:28 AM   #4
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Quote:
Originally Posted by harryt
It just is. I guess it's an incentive to register. Any particular reason not to do so?
Primarily to prevent data exchange with Amazon (at least I hope that there is no data exchange when the device is unregistered). They do not need to know what I am reading, or have access to e.g. deleting books, as happened in the past if I recall the news correctly.

Quote:
Originally Posted by dsmid View Post
It's because this line in config.xml of wikipedia.acx:
Code:
<kindle:requiresRegistration>true</kindle:requiresRegistration>
Kindle doesn't communicate directly with Wikipedia, it uses these two Amazon service points:
Code:
https://wiki-acx.amazon.com/V1/wiki
https://wiki-acx.amazon.co.uk/V1/wiki
It should be easy to change the parameter to false and rebuild the ACX, if you want to give it a try.
I will give this a try (first I'll have to check out how to actually do that :-) I suppose https://wiki.mobileread.com/wiki/Kindle_Touch_ACX applies to the PW2 as well?)
peterson is offline   Reply With Quote
Old 03-14-2014, 11:47 AM   #5
Akirainblack
abibliophobic
Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.Akirainblack ought to be getting tired of karma fortunes by now.
 
Posts: 220
Karma: 219708
Join Date: Aug 2012
Device: KV jailbroken
LoL, I've just read up on Amazon deleting books. Of all the books to delete they had to pick that one. ROFLMAO!! They can't have thought about the irony of removing it.
Akirainblack is offline   Reply With Quote
Advert
Old 03-14-2014, 11:49 AM   #6
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by peterson View Post
I will give this a try (first I'll have to check out how to actually do that :-) I suppose https://wiki.mobileread.com/wiki/Kindle_Touch_ACX applies to the PW2 as well?)
Yes, it does.
See this thread to get started:
https://www.mobileread.com/forums/sho....php?p=2786844
dsmid is offline   Reply With Quote
Old 03-14-2014, 12:33 PM   #7
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by Akirainblack View Post
LoL, I've just read up on Amazon deleting books. Of all the books to delete they had to pick that one. ROFLMAO!! They can't have thought about the irony of removing it.
Ancient history. No point in getting stressed about it.
HarryT is offline   Reply With Quote
Old 03-14-2014, 12:37 PM   #8
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Quote:
Originally Posted by dsmid View Post
Yes, it does.
See this thread to get started:
https://www.mobileread.com/forums/sho....php?p=2786844
Ah, this is very helpful. The wiki page did not quite work out, the code signer was not able to update the acx-file for some reason. With your scripts it works, I am assuming the required key is already on the device via other means?

As for the Wikipedia ACX: unfortunately setting requiresRegistration to false does not work, now I get "The selection application could not be started. Please try again." (if I change it back to true and re-create/sign the .acx file, I get the "requires registration" again so I believe that it is not a problem with the way I updated it).

Apparently the services does actually require a registered device (possibly checked on the server side). So the only option would be to re-implement the functionality.
peterson is offline   Reply With Quote
Old 03-14-2014, 01:08 PM   #9
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by peterson View Post
Ah, this is very helpful. The wiki page did not quite work out, the code signer was not able to update the acx-file for some reason. With your scripts it works, I am assuming the required key is already on the device via other means?
The original websigner didn't work on Linux due to a problem with creating temporary file.
My version is fixed.
The public key is actually installed to Kindle as a part of AcXE.

Quote:
Originally Posted by peterson View Post
Apparently the services does actually require a registered device (possibly checked on the server side). So the only option would be to re-implement the functionality.
Can you try gtranslator.acx ? It has requiresRegistration set to false as well and doesn't use Amazon services.
dsmid is offline   Reply With Quote
Old 03-14-2014, 01:44 PM   #10
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Quote:
Originally Posted by dsmid View Post
The original websigner didn't work on Linux due to a problem with creating temporary file.
My version is fixed.
The public key is actually installed to Kindle as a part of AcXE.


I didn't install it

Quote:

Can you try gtranslator.acx ? It has requiresRegistration set to false as well and doesn't use Amazon services.
Both gtranslator and wikipedia give me "No network detected. Please check your connection and try again.". On the console I can ping any network I want, the experimental browser also works fine.
peterson is offline   Reply With Quote
Old 03-14-2014, 01:54 PM   #11
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
Quote:
Originally Posted by peterson View Post
Both gtranslator and wikipedia give me "No network detected. Please check your connection and try again.". On the console I can ping any network I want, the experimental browser also works fine.
Try to find places in .js files where the network connection is checked and "no_network" error is fired and make it ignore the false error.
dsmid is offline   Reply With Quote
Old 03-14-2014, 02:31 PM   #12
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Quote:
Originally Posted by dsmid View Post
Try to find places in .js files where the network connection is checked and "no_network" error is fired and make it ignore the false error.
I disabled in wikipedia.js two instances and afterwards it worked. I believe the relevant line was
Code:
if (connectivityObject.isConnected())
, so there seems to be an issue verifying that the network is connected ?!

Remembering Disabling_Wifi_network_validation I added the file, but this by itself did not solve the issue.
peterson is offline   Reply With Quote
Old 03-14-2014, 02:48 PM   #13
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
I suppose the connectivity check is done by sending some sort of "ping" with your registration id to an Amazon service.

I'm glad it works after all.
dsmid is offline   Reply With Quote
Old 03-14-2014, 03:31 PM   #14
peterson
Connoisseur
peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.peterson ought to be getting tired of karma fortunes by now.
 
Posts: 74
Karma: 889004
Join Date: Mar 2014
Device: Kindle PW2
Quote:
Originally Posted by dsmid View Post
I suppose the connectivity check is done by sending some sort of "ping" with your registration id to an Amazon service.

I'm glad it works after all.
Thank you very very much for your help!
peterson is offline   Reply With Quote
Old 03-15-2014, 03:43 AM   #15
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
You may like this Wikipedia ACX patch: It add's a "Search Google" link to the result box.
Very handy when Wikipedia doesn't know about the search string or when you actually need to Google it instead.

The patch should be applied on a js-beautified source.
Attached Files
File Type: zip wikipedia.acx.googlesearch.patch.zip (1.8 KB, 233 views)
dsmid is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
no longer unregistered Genre fan Introduce Yourself 4 12-08-2013 12:04 AM
Reference Wikipedia: Wikipedia articals on universe and astronomy, V1.0, 04 May 2013 ghero ePub Books 10 05-05-2013 04:03 PM
Unregistered Paperwhite pietro99 Amazon Kindle 20 01-08-2013 05:04 PM
K2 2.0 unregistered homamk Amazon Kindle 2 05-09-2011 12:02 AM
Reference Wikipedia: SOS Children 2006 Wikipedia CD hn_88 BBeB/LRF Books 0 01-29-2008 12:23 PM


All times are GMT -4. The time now is 04:41 PM.


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