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 10-22-2010, 09:47 PM   #976
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Settings => [MENU] => "Restart"
NiLuJe is offline   Reply With Quote
Old 10-22-2010, 11:17 PM   #977
gehusi
Junior Member
gehusi began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Unfortunately I had to reset my K3 to the factory settings. It was basically unusable with the screensaver freezes and battery drains I experienced since jailbreaking and installing the hacks. I don't know for certain if the jailbreak was responsible, but I will report back after further use if the issue continues (meaning the jailbreak had nothing to do with it). If all seems well however, I don't see any other explanation for the problems I was experiencing. Stay tuned...
gehusi is offline   Reply With Quote
Old 10-23-2010, 02:43 AM   #978
Calleja
Enthusiast
Calleja began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Oct 2010
Device: Kindle Paperwhite 2
Quote:
Originally Posted by NiLuJe View Post
Settings => [MENU] => "Restart"

Awesome, that worked like a charm.. the screens are definitely randomized now... thanks! Appreciate your hard work and patience on these hacks.
Calleja is offline   Reply With Quote
Old 10-23-2010, 03:52 AM   #979
RexGalore
Connoisseur
RexGalore doesn't litterRexGalore doesn't litter
 
Posts: 58
Karma: 142
Join Date: Oct 2010
Device: Kindle 3
Quote:
Originally Posted by gehusi View Post
Unfortunately I had to reset my K3 to the factory settings. It was basically unusable with the screensaver freezes and battery drains I experienced since jailbreaking and installing the hacks. I don't know for certain if the jailbreak was responsible, but I will report back after further use if the issue continues (meaning the jailbreak had nothing to do with it). If all seems well however, I don't see any other explanation for the problems I was experiencing. Stay tuned...
A question to you gehusi: Are you using the original Amazon Kindle case? If so that could be the cause of your problems. It was for me!

Turns out they had some bad batches of those cases and they cause the Kindle to freeze and the battery drained very fast. The new Kindle has some ports in the holes that the case attaches to, for feeding power to the case with lamp and one seems to be a diagnostics port. The case somehow shorts these out or something similar.

So if you have a case try without that one!
RexGalore is offline   Reply With Quote
Old 10-23-2010, 11:01 AM   #980
vladm
Junior Member
vladm began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2010
Device: K3g
ssh client on kindle?

Hi,

I've just installed jailbreak on my kindle 3g and as far as I understand (I'm new to this whole thing), installing usbnet will give me ability to connect to my kindle via ssh and provide some basic unix shell commands.

My question is - will it provide me with shell right on the kindle screen? Basically, I want to be able to use kindle as ssh _client_ and be able to connect from it to other servers.

thanks!

-- vlad
vladm is offline   Reply With Quote
Old 10-23-2010, 11:33 AM   #981
Rinzwind
Connoisseur
Rinzwind began at the beginning.
 
Posts: 96
Karma: 16
Join Date: Oct 2010
Location: Netherlands
Device: Kindle 3G UK 3.03
Quote:
Originally Posted by vladm View Post
Hi,

I've just installed jailbreak on my kindle 3g and as far as I understand (I'm new to this whole thing), installing usbnet will give me ability to connect to my kindle via ssh and provide some basic unix shell commands.

My question is - will it provide me with shell right on the kindle screen? Basically, I want to be able to use kindle as ssh _client_ and be able to connect from it to other servers.

thanks!

-- vlad
Well sort of; you will not get a command prompt and have to do it all from the text input box.

There is an ~exec command that you can use to launch scripts on the Kindle and you can use the "launchpad" script (see elsewhere in this forum on MR.com) to create shortcuts from the Kindle keyboard. So to use the Kindle as a client would require you to ~exec a script that lets you connect to all those servers and you can assign that to "shift x" on the HOME page.
Rinzwind is offline   Reply With Quote
Old 10-23-2010, 01:24 PM   #982
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@vladm: Not really, no, there is no terminal emulator on the Kindle.

The exec private command, once active, is just that, a very, very, very primitive non-interactive exec() call with minor output feedback.
NiLuJe is offline   Reply With Quote
Old 10-23-2010, 03:02 PM   #983
vladm
Junior Member
vladm began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2010
Device: K3g
Quote:
Originally Posted by NiLuJe View Post
The exec private command, once active, is just that, a very, very, very primitive non-interactive exec() call with minor output feedback.
I see. what a pity - Kindle could be a great tool for traveling unix admins otherwise
vladm is offline   Reply With Quote
Old 10-23-2010, 05:38 PM   #984
tjulisen
Junior Member
tjulisen began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2010
Device: kindle
I installed the hacks and Chinese can be perfectly displayed on my kindle 3 right now. However, most Chinese txt files cannot be opened. The weirdest thing is some files could be opened in the beginning, then after you read a few pages, then a message which reads 'the file cannot be opened' shows up, and you cannot open that file any more.

Anyone can help me with this problem? Thanks.
tjulisen is offline   Reply With Quote
Old 10-23-2010, 06:23 PM   #985
flamshun
Junior Member
flamshun began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2010
Device: Kindle 3
Quote:
Originally Posted by jetfin View Post
Merci mon ami!

Updated successfully to 3.03!

-I'll be making a LOT more backups often after this...
hey jetfin,

Just want to know what is the correct way to back up the files. In the kindle disk when connected to USB, I 've only got "documents", "Music" and "audio" folder". Can anyone give me a hint what I should backup before I make any modification to my orignal kidnle 3G. I'm currently using original kindle 3G 3.0.2 B00A unjailbreak and planning to jailbreak with 3.0.3 and install chinese duokan. How should I start? Thanks~
flamshun is offline   Reply With Quote
Old 10-23-2010, 06:35 PM   #986
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@flamshun: jetfin's case is a bit particular, he was using usbnetwork, and messed with the system rootfs without taking note/making backups relating to his changes.

Most users should only bother with backuping their documents folder & collections (system/collections.json).

The jb/ss/fonts hack from this thread *do NOT* make any potentially problematic changes to the system rootfs, so there's no need for more involved backups.

Last edited by NiLuJe; 10-23-2010 at 06:37 PM.
NiLuJe is offline   Reply With Quote
Old 10-23-2010, 08:08 PM   #987
Stonecold
Connoisseur
Stonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enough
 
Stonecold's Avatar
 
Posts: 95
Karma: 500
Join Date: Oct 2010
Location: Davis, CA
Device: Kindle 3 (B006)
Question

Quote:
Originally Posted by NiLuJe View Post
There's been other changes to the update script that prevents the same kind of workaround used in the K2 case, so, for now, no.

Also, just to make it clear: If you already had jailbroken your Kindle, it's still jailbroken after the 3.0.3 update, and all your hacks still work. The only thing broken is the *install* of the jailbreak on a *vanilla* 3.0.3 Kindle.
This may sound like a stupid question, but what's a "vanilla" Kindle?
Stonecold is offline   Reply With Quote
Old 10-23-2010, 08:10 PM   #988
buzzhd
Junior Member
buzzhd began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Sep 2010
Device: Kindle 3
--where can I find nice screensaver files? after JB, my folder shows only one made by NiLuJe along with default ones in backup folder?

--how can I switch between different fonts?

Thanks.
buzzhd is offline   Reply With Quote
Old 10-23-2010, 08:20 PM   #989
Stonecold
Connoisseur
Stonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enoughStonecold will become famous soon enough
 
Stonecold's Avatar
 
Posts: 95
Karma: 500
Join Date: Oct 2010
Location: Davis, CA
Device: Kindle 3 (B006)
You can find some really nice custom Kindle screensavers on my blog. Just find the post called "Custom Kindle screensavers" or something in the "Technology" catagory. Right-click on the picture(s) that you want and press "Save as". The images are 600*800 custom-dithered 4-bit greyscale GIF images.
Stonecold is offline   Reply With Quote
Old 10-23-2010, 09:33 PM   #990
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@Stonecold: http://en.wikipedia.org/wiki/Vanilla_software

@buzzhd:

* There's also a huuuuuge thread over on KindleBoards.

* You did read the first post, did you?
NiLuJe is offline   Reply With Quote
Reply

Tags
fonts, fw3, hack, jailbreak 3.1, niluje's hacks, screensavers, usbnet


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
USB network can't connect Slusho64 Kindle Developer's Corner 22 01-23-2013 09:00 PM
USB Network help? XxKryoxX Kindle Developer's Corner 6 12-31-2012 08:47 AM
Is there a hacks to install Time to read feature in other Kindles ? Biberkopf Kindle Developer's Corner 1 11-27-2012 04:08 PM
Hacks DXG Font hacks ? nimblem Amazon Kindle 2 09-21-2010 03:35 PM
Font Hacks wildchild06241 Introduce Yourself 5 06-24-2010 08:08 PM


All times are GMT -4. The time now is 08:21 PM.


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