View Single Post
Old 04-12-2013, 04:04 AM   #100
Antoinekamel
Addict
Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.Antoinekamel ought to be getting tired of karma fortunes by now.
 
Antoinekamel's Avatar
 
Posts: 278
Karma: 2511467
Join Date: Feb 2012
Device: ABC W p2
Exit issue resolved in Kindle Touch! (?)

I've tested the solution below with my Touch and my Paperwhite, seems to work on both, and without side effects. Now KOReader exits normally and the Kindle home screen is shown completely, with menu bar. Two steps, all inside the "koreader" folder:

Spoiler:
ONE: Change the following function on reader.lua (line 176 or a little more) with the following:

Code:
function FileManager:onClose()
		os.exit()
		return true
	end
TWO: Change the default Kindle language to English (US).

Last edited by Antoinekamel; 04-12-2013 at 04:17 AM.
Antoinekamel is offline   Reply With Quote