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 02-05-2016, 05:05 PM   #361
ikeboy
Junior Member
ikeboy began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Dec 2014
Device: kt2
Quote:
Originally Posted by Branch Delay View Post
If you get it to work, please post your device and language settings. Think we have PW3 and Voyage verified so far.
KT2 90c606 5.6.5 English worked on Linux.

I wrote up a step-by-step guide at https://www.reddit.com/r/kindle/comm...new_jailbreak/, which might help people.

Last edited by ikeboy; 02-05-2016 at 05:14 PM.
ikeboy is offline   Reply With Quote
Old 02-05-2016, 05:06 PM   #362
Gabbb
Enthusiast
Gabbb began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Feb 2011
Device: Paperwhite 3
I have a hard time making the dns man in the middle thing work with my router, however I have an android phone and I can run a webserver on it (not on port 80, but someone else did with 8000 already!?) so would it be somehow possible to use the android host file to do the dns thing for me?

Or to simplify it. Use host file on android to make "a" 208.113.182.154 and then just use the mobile hotspot option?

Last edited by Gabbb; 02-05-2016 at 05:09 PM.
Gabbb is offline   Reply With Quote
Old 02-05-2016, 05:12 PM   #363
CalbertAmu
Connoisseur
CalbertAmu began at the beginning.
 
Posts: 86
Karma: 28
Join Date: Feb 2016
Device: Kobo Aura One
I am despairing over my failure to understand. I'm sorry.

So in terminal I am assuming the root folder is system, because I cannot find mnt/us

After extracting the jb.zip, i see jb file of kind 'unix executable'. I'm assuming that is the jb.sh you're referring to.

I was told in another forum that if I didn't know how to setup a DNS I could use

sudo create_ap --redirect-to-localhost -n wlan0 MyAP
sudo python -m SimpleHTTPServer 80
CalbertAmu is offline   Reply With Quote
Old 02-05-2016, 05:16 PM   #364
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 CalbertAmu View Post
- - - -
After extracting the jb.zip, i see jb file of kind 'unix executable'. I'm assuming that is the jb.sh you're referring to.
- - - -
Yes, my error, I will go back and correct my posts.
Thanks a lot.
knc1 is offline   Reply With Quote
Old 02-05-2016, 05:23 PM   #365
shamanNS
Wizard
shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.shamanNS ought to be getting tired of karma fortunes by now.
 
Posts: 1,125
Karma: 12345678
Join Date: Feb 2010
Location: Serbia
Device: Kindle PW5, Kobo Libra 2, Kindle PW1
Quote:
Originally Posted by Gabbb View Post
I have a hard time making the dns man in the middle thing work with my router, however I have an android phone and I can run a webserver on it (not on port 80, but someone else did with 8000 already!?) so would it be somehow possible to use the android host file to do the dns thing for me?

Or to simplify it. Use host file on android to make "a" 208.113.182.154 and then just use the mobile hotspot option?
This is what I did, used my rooted Android phone (edited the hosts file, added my public IP adress) + WiFi hotspot, only difference is that I've hosted the files on my PC (with Windows 8.1 and ActivePython installed) via Python command, and on my router I've forwarded port 80 to my PC's static local IP. Connected my Kindle to mobile hotspot signal and it worked. Had to input ";fc-cache" when prompted to do so...

Last edited by shamanNS; 02-05-2016 at 05:30 PM.
shamanNS is offline   Reply With Quote
Old 02-05-2016, 05:25 PM   #366
Cinisajoy
Just a Yellow Smiley.
Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.Cinisajoy ought to be getting tired of karma fortunes by now.
 
Cinisajoy's Avatar
 
Posts: 19,161
Karma: 83862859
Join Date: Jul 2015
Location: Texas
Device: K4, K5, fire, kobo, galaxy
I just want to say thank you to Branch Delay, knc1, and eschwartz for taking the time to do this.
Cinisajoy is offline   Reply With Quote
Old 02-05-2016, 05:31 PM   #367
GeorgeGab
Junior Member
GeorgeGab began at the beginning.
 
Posts: 1
Karma: 34
Join Date: Jan 2016
Device: PW3
Thank you very much BD . Working here. PW3.

Quote:
Originally Posted by CalbertAmu View Post
if I didn't know how to setup a DNS I could use...
You do not need linux at all. Easiest way is just rename your PC to "a" (PC must be on same network with kindle ofc.) and run some webserver. Apache works well enough.
GeorgeGab is offline   Reply With Quote
Old 02-05-2016, 05:34 PM   #368
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 GeorgeGab View Post
Thank you very much BD . Working here. PW3.



You do not need linux at all. Easiest way is just rename your PC to "a" (PC must be on same network with kindle ofc.) and run some webserver. Apache works well enough.
Whoot!
Simplest way yet.
Nice to know that works. (I really should have thought of it myself )
knc1 is offline   Reply With Quote
Old 02-05-2016, 05:34 PM   #369
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by CalbertAmu View Post
I am despairing over my failure to understand. I'm sorry.

So in terminal I am assuming the root folder is system, because I cannot find mnt/us

After extracting the jb.zip, i see jb file of kind 'unix executable'. I'm assuming that is the jb.sh you're referring to.

I was told in another forum that if I didn't know how to setup a DNS I could use

sudo create_ap --redirect-to-localhost -n wlan0 MyAP
sudo python -m SimpleHTTPServer 80
Root folder:

/mnt/us is what the Kindle OS sees it as.

On your computer, it will be:
E:\ if you are on Windows
/media/Kindle or /media/$USER/Kindle if you are on linux
/Volumes/Kindle if you are on OSX (I think).

create_ap is linux only.
`python -m SimpleHTTPServer 80` is one of the simplest ways to start a webserver, but any type of webserver will work.
eschwartz is offline   Reply With Quote
Old 02-05-2016, 05:36 PM   #370
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
And some Linux GUI file managers just show it as "Kindle" (the fat32 volume name).
knc1 is offline   Reply With Quote
Old 02-05-2016, 05:45 PM   #371
HumanSlayer
Junior Member
HumanSlayer began at the beginning.
 
Posts: 3
Karma: 34
Join Date: Feb 2016
Device: PW2
So somebody asked me in pm how i did in on Win7.
but more easy ways has been posted

Last edited by HumanSlayer; 02-05-2016 at 06:51 PM.
HumanSlayer is offline   Reply With Quote
Old 02-05-2016, 05:47 PM   #372
Gabbb
Enthusiast
Gabbb began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Feb 2011
Device: Paperwhite 3
The android host file change worked, successful jailbreak. Thanks guys! (G090 G105...)
Gabbb is offline   Reply With Quote
Old 02-05-2016, 05:48 PM   #373
Neru
!!!
Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.Neru knows the way to San Jose.
 
Neru's Avatar
 
Posts: 115
Karma: 54482
Join Date: Jan 2016
Location: Lithuania
Device: Boox Note 2, Boox i86
I'm getting "the selected appilation count not be started' error (i've just entered 208.113.182.154 to my browser and then fallowed steps but i didnt do anything with "a" and hosts file, does it makes a difference)? Thanks.
Neru is offline   Reply With Quote
Old 02-05-2016, 05:50 PM   #374
CalbertAmu
Connoisseur
CalbertAmu began at the beginning.
 
Posts: 86
Karma: 28
Join Date: Feb 2016
Device: Kobo Aura One
After I moved the jb file to volumes/kindle, can't I simply go on knc1's provided IP? 208.113.182.154 leads to to the page from my computer's browser.

python -m SimpleHTTPServer 80 gives to a long error list.
CalbertAmu is offline   Reply With Quote
Old 02-05-2016, 05:53 PM   #375
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 Neru View Post
I'm getting "the selected appilation count not be started' error (i've just entered 208.113.182.154 to my browser and then fallowed steps but i didnt do anything with "a" and hosts file, does it makes a difference)? Thanks.
Makes all the difference in the world.
BD posted earlier today that the domain name **MUST** be 'a'.
Although just above you will see that someone else got domain name = jb. (the folder name) /a to work.
knc1 is offline   Reply With Quote
Reply

Tags
jailbreak, jailbreaking


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
KINDLE DEAL: Released: A Story of God’s Power Released in Pro Baseball ($ gospelebooks Deals and Resources (No Self-Promotion or Affiliate Links) 0 07-14-2011 09:12 PM
iPad iPad jailbreak released scottjl Apple Devices 25 05-08-2010 02:20 PM


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


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