Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Kobo Reader > Kobo Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 01-26-2017, 03:21 PM   #421
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by kido.resuri View Post
Anyway, there are actually 3 possible UpgradeTypes.
1 - Let's the user decide to update or skip it, and there is an option to view the release notes. If the user accepts the update, it will act as UpgradeRequired type.
2 - (UpgradeRequired) This type downloads and "prepares" the update (by unziping it), and lets the user decide to install it now or later. If the user selects later, then the update is done upon next boot. (KoboRoot.tgz sits in .kobo untill next restart.)
3 - (UpgradeForced) This type will download, prepare and install the update without asking the user. The install is done by a reboot, I guess the usual way, but without user interactions.
This sounds reasonable.
tshering is offline   Reply With Quote
Old 01-26-2017, 03:29 PM   #422
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by nook_nerd View Post
Hi,

Thanks for trying to explain.. Luckily, with my backups, was easy to re-setup..
The evening before the behaviour, I had downloaded a reserved book via Overdrive on the Kobo, so had turned on wifi to get it. I usually don't leave wifi on, but i did forget to turn it off after getting the book, then i fell asleep.

When i woke up next morning, it was in the registration menu..

I figure it must have gotten a push of the 4.2.8283 latest(even tho i had already installed it the day after release).. Is there any setting i can put in the conf files that would disable it from accepting the push update when wifi is on?

Thanks,
John Feole
Since I do not exactly understand how it could have happened that the FW update got installed, I do also not know how to prevent such a thing from happening.
Once the FW update is downloaded to the device, KSM is supposed to prevent it from getting installed. This seemed to have failed in your case.
Among GeoffR's patches, there is one (Block WiFi firmware upgrade) that prevents downloading the FW. If you want to apply this patch, read carefully the warning.
tshering is offline   Reply With Quote
Advert
Old 01-26-2017, 05:41 PM   #423
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by kido.resuri View Post
I missed that thread(s) discussing affiliates, but maybe I'll do a search on it. I just tested for Beta and Kobo, so don't know the others.

Anyway, there are actually 3 possible UpgradeTypes.
1 - Let's the user decide to update or skip it, and there is an option to view the release notes. If the user accepts the update, it will act as UpgradeRequired type.
2 - (UpgradeRequired) This type downloads and "prepares" the update (by unziping it), and lets the user decide to install it now or later. If the user selects later, then the update is done upon next boot. (KoboRoot.tgz sits in .kobo untill next restart.)
3 - (UpgradeForced) This type will download, prepare and install the update without asking the user. The install is done by a reboot, I guess the usual way, but without user interactions.
I don't think Kobo use type 1 any more. I think they stopped using when they changed to the tiled home page. Type 2 is what they usually, and I don't think I have seen type 3. Except that that is what effectively is done if the update is found during the daily auto-sync.
Quote:
So if KSM is set to handle the updates, then nickel's update shouldn't bypass this mechanism, even with forced upgrade.
I'm not sure what you mean by that. If KSM is handling the update, then nickel won't get a chance to do anything with them.
davidfor is offline   Reply With Quote
Old 01-27-2017, 03:15 AM   #424
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by davidfor View Post
I'm not sure what you mean by that. If KSM is handling the update, then nickel won't get a chance to do anything with them.
The assumption is that in any kind of update (forced/required) the step of extracting the content of KoboRoot.tgz and copying files from the upgrade folder is done by the rcS. If this is the case, KSM can prevent this from happening without consent of the user. So nickel can download the update zip, extract KoboRoot.tgz and so on from it, can decide whether there is enough space to install it, but not more. My question is whether the assumption holds.
tshering is offline   Reply With Quote
Old 01-27-2017, 04:18 AM   #425
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by tshering View Post
The assumption is that in any kind of update (forced/required) the step of extracting the content of KoboRoot.tgz and copying files from the upgrade folder is done by the rcS. If this is the case, KSM can prevent this from happening without consent of the user. So nickel can download the update zip, extract KoboRoot.tgz and so on from it, can decide whether there is enough space to install it, but not more. My question is whether the assumption holds.
I'm pretty sure nothing has changed with handling of KoboRoot.tgz. I have only noticed one possible change in the way the beta's I've been getting have been installed. The change is that two or three times, the device has started the install without prompting. This might be the "UpgradeForced", but the other devices did prompt. And, each time, the device went to sleep during the download. I have a feeling that waking triggered the install, but I haven't done the experiments to prove it.
davidfor is offline   Reply With Quote
Advert
Old 01-28-2017, 06:01 AM   #426
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by davidfor View Post
I'm pretty sure nothing has changed with handling of KoboRoot.tgz.
I hope you are right.
tshering is offline   Reply With Quote
Old 01-28-2017, 11:02 PM   #427
sk2003
Enthusiast
sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.
 
Posts: 28
Karma: 2072578
Join Date: Jan 2017
Device: Kobo Aura H2O
KSM 8 is amazing, and so is koreader but... KSM 8 seems to become inaccessible when Wifi is enabled on nickel. In that, if Wifi is enabled and I switch to KSM and back again, the kbmenupngs just become normal png files. I can't use them to enter KSM, only view them.

What I did: I switched to KSM using exit_nickel while Wifi was enabled, and I got the "turn Wifi off message" when I went to boot back into nickel. I chose yes. When I went back into nickel, the Wifi icon disappeared, but reappeared after I did a restart.

And when I went to my Library to enter KSM again, the icon went back to being a .png! I had to reflash the root zip. This happens every time I go into KSM while Wifi is enabled.

I'm on 13.19.5761 on a Kobo Aura H2O. Is this normal behaviour? Is it not possible to use KSM while Wifi is running in nickel? Will downgrading to an older firmware fix this?

Last edited by sk2003; 01-29-2017 at 01:03 AM.
sk2003 is offline   Reply With Quote
Old 01-29-2017, 07:15 AM   #428
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by sk2003 View Post
KSM 8 is amazing, and so is koreader but... KSM 8 seems to become inaccessible when Wifi is enabled on nickel. In that, if Wifi is enabled and I switch to KSM and back again, the kbmenupngs just become normal png files. I can't use them to enter KSM, only view them.

What I did: I switched to KSM using exit_nickel while Wifi was enabled, and I got the "turn Wifi off message" when I went to boot back into nickel. I chose yes. When I went back into nickel, the Wifi icon disappeared, but reappeared after I did a restart.

And when I went to my Library to enter KSM again, the icon went back to being a .png! I had to reflash the root zip. This happens every time I go into KSM while Wifi is enabled.

I'm on 13.19.5761 on a Kobo Aura H2O. Is this normal behaviour? Is it not possible to use KSM while Wifi is running in nickel? Will downgrading to an older firmware fix this?
Maybe there is something that is not related to wifi at all. Did you do the following?
  1. select "tools" > "activate" > "set runmenu settings.msh" > "always"
See the first post of this thread. If you did not do this the device boots every second time directly into nickel, and than the pngs do not have any specific function.
If we can exclude this possibility we can look for other causes.
tshering is offline   Reply With Quote
Old 01-29-2017, 10:21 AM   #429
sk2003
Enthusiast
sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.
 
Posts: 28
Karma: 2072578
Join Date: Jan 2017
Device: Kobo Aura H2O
Quote:
Originally Posted by tshering View Post
Maybe there is something that is not related to wifi at all. Did you do the following?
  1. select "tools" > "activate" > "set runmenu settings.msh" > "always"
See the first post of this thread. If you did not do this the device boots every second time directly into nickel, and than the pngs do not have any specific function.
If we can exclude this possibility we can look for other causes.
Alright, I will try that, thanks! I just got my Kobo yesterday and I've never owned an e-reader, so I'm extremely new to this. In any case, I'm planning to keep Wifi off from now on because I don't use it, so it's not a huge deal to me. KSM and Koreader are great! No stupid "connect to computer?" message with KSM, I can just directly connect.

EDIT: just tried it out, and your solution works! But I wish I could get rid of the "Wifi is enabled!" message. Is there any way to do so? Also, it keeps asking me if I want to switch Wifi off when I go into nickel. Is it possible to disable that message as well? I always choose no.

Thanks!

Last edited by sk2003; 01-29-2017 at 10:25 AM.
sk2003 is offline   Reply With Quote
Old 01-29-2017, 12:05 PM   #430
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by sk2003 View Post
EDIT: just tried it out, and your solution works!
Iam glad it was that simple!
Quote:
Originally Posted by sk2003 View Post
But I wish I could get rid of the "Wifi is enabled!" message. Is there any way to do so?
The reason is to prevent battery train when somebody forgets to switch wifi off, especially since KSM does not have a sleep function. Therefore, there is no option provided to switch this message off. But since large parts of KSM consist of sh scripts, one can customize a lot oneself. The concerned file is /adds/kbmenu/onstart/start_nickel.sh.
Quote:
Originally Posted by sk2003 View Post
Is there any way to do so? Also, it keeps asking me if I want to switch Wifi off when I go into nickel. Is it possible to disable that message as well? I always choose no.
The original reason was that nickel did not check on start whether wifi is on. Therefore, it was not possible to switch off the already runnig wifi in nickel, and nickel could also not use it (since there occurred an error when it tried to stat wifi that was already on). But now there is another reason to switch wifi off before entering nickel. Since one of the more recent updates nickel freezes when it is started and wifi is already on. So for these newer FWs it would be reasonable to switch wifi off automatically, without asking the user.

Last edited by tshering; 01-29-2017 at 12:23 PM.
tshering is offline   Reply With Quote
Old 01-29-2017, 12:25 PM   #431
sk2003
Enthusiast
sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.sk2003 ought to be getting tired of karma fortunes by now.
 
Posts: 28
Karma: 2072578
Join Date: Jan 2017
Device: Kobo Aura H2O
Quote:
Originally Posted by tshering View Post
Iam glad it was that simple!
The reason is to prevent battery train when somebody forgets to switch wifi off, especially since KSM does not have a sleep function. Therefore, there is no option provided to switch this message off. But since large parts of KSM consist of sh scripts, one can customize a lot oneself. The concerned file is /adds/kbmenu/onstart/start_nickel.sh.
The original reason was that nickel did not check on start whether wifi is on. Therefore, it was not possible to switch off the already runnig wifi in nickel, and nickel could also not use it (since there occurred an error when it tried to stat wifi that was already on). But now there is another reason to switch wifi off before entering nickel. Since one of the more recent updates nickel freezes when it is started and wifi is already on. So for these newer FWs it would be reasonable to switch wifi off automatically, without asking the user.
Thanks for the explanations. Sadly, I'm not able to find start_nickel.sh anywhere in kbmenu_user, or anywhere else on the device. I did find ksm_ini_options.txt, nickel_conf_options.txt and nightmode_conf_options.txt in confoptions, but none of them have any entries that let you disable the Wifi message.

Are you saying I have to create a script called start_nickel.sh with code to prevent the Wifi message from coming up? Sure wish I could code right now.
sk2003 is offline   Reply With Quote
Old 01-29-2017, 12:32 PM   #432
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by sk2003 View Post
Thanks for the explanations. Sadly, I'm not able to find start_nickel.sh anywhere in kbmenu_user, or anywhere else on the device. I did find ksm_ini_options.txt, nickel_conf_options.txt and nightmode_conf_options.txt in confoptions, but none of them have any entries that let you disable the Wifi message.

Are you saying I have to create a script called start_nickel.sh with code to prevent the Wifi message from coming up? Sure wish I could code right now.
Sorry, I forgot to mention. This part of KSM is on the system partition (not on the user partition).
There are several possibilities to get a file onto the system partition, one is to use the update mechanism with KoboRoot.tgz. In order to copy files from and to the system partition you can use dropbear (if you install PBChess, KSM's usbNet makes use of PBChess' .) Another way is described here.

Last edited by tshering; 01-29-2017 at 12:44 PM.
tshering is offline   Reply With Quote
Old 01-30-2017, 12:38 AM   #433
whoops
Junior Member
whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.whoops is less competitive than you.
 
Posts: 6
Karma: 14588
Join Date: Jan 2017
Device: Kobo Aura One
EDIT: NM, looks like I was able to delete the breaking change by going to "Handle Update" within KSM. Thanks!!

Hi, after installing KSM08, I was going to load the KoboRoot.tgz for the Kobo Aura One KSM update, but I accidentally loaded the KoboRoot.tgz from koreader.

This seems to have deleted everything in /mnt/onboard (ls -la /mnt/onboard via ksm terminal shows nothing). Most of the scripts for KSM that run off /mnt/onboard/.adds fail obviously and nickel won't load. Can't get USB or USBNet working.

Am I screwed or is there a way to recover from this without having to rip open the Kobo?

Last edited by whoops; 01-30-2017 at 12:54 AM.
whoops is offline   Reply With Quote
Old 01-30-2017, 03:46 AM   #434
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by whoops View Post
EDIT: NM, looks like I was able to delete the breaking change by going to "Handle Update" within KSM. Thanks!!

Hi, after installing KSM08, I was going to load the KoboRoot.tgz for the Kobo Aura One KSM update, but I accidentally loaded the KoboRoot.tgz from koreader.

This seems to have deleted everything in /mnt/onboard (ls -la /mnt/onboard via ksm terminal shows nothing). Most of the scripts for KSM that run off /mnt/onboard/.adds fail obviously and nickel won't load. Can't get USB or USBNet working.

Am I screwed or is there a way to recover from this without having to rip open the Kobo?
Hi whoops,
This must have been a terrifying experience. I am glad it finally went well. Several things were happening. I try to give some explanations:
1) When KSM detects an update file (KoboRoot.tgz) it adds a new entry to the main menu "handle update".
2) When there is an update file in .kobo and you try to start nickel from KSM, KSM refuses to start nickel and asks the user to handle the update first. When nickel is started (without KSM) and it detects an update, it reboots the reader (this is part of nickel's normal update process).
3) The basic KSM 8 is not able to handle usb and wifi on Kobo Aura One. The KSM update for Aura one was provided to fix this. If KSM (without the update) tries to enable usb, it prepares this by unmounting /mnt/onboard, and loading two modules, but failes to load one of the modules on Aura One. Unfortunately, there is no error handling and /mnt/onboard remains unmounted, and the one module that was loaded remains loaded. The result in your case was that you did not see /mnt/onboard, and that you could not enable usbNet.

I hope you enjoy your KA1 and KSM nevertheless.

Last edited by tshering; 01-30-2017 at 03:50 AM.
tshering is offline   Reply With Quote
Old 02-09-2017, 02:10 PM   #435
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
FYI, I just installed the full 4.2.8432 update package on a Kobo C. Everything went well, that means no problem with KSM, Koreader, nickel.
Edit: Did the same with the (simple/old model) Glo. Same result

Last edited by tshering; 02-09-2017 at 02:23 PM.
tshering is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo-Adding alternative readers using Kobo Start Menu Ken Maltby KOReader 75 01-10-2020 01:35 PM
Kobo Start Menu tshering Kobo Developer's Corner 918 10-12-2017 02:32 PM
Kobo Start Menu 07 tshering Kobo Developer's Corner 644 03-02-2017 06:40 AM
QT Browser for Kobo Start Menu? gloriousglib Kobo Developer's Corner 1 05-24-2014 03:59 AM
Calibre start menu icon Cy1clown Calibre 1 02-06-2010 02:10 PM


All times are GMT -4. The time now is 10:17 PM.


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