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 06-09-2015, 05:20 PM   #316
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 trekk View Post
I didn't check every menu entry, but e.g. executing the db integrity check still rotates the screen 90° to the left. Tested on Glo HD.
Thank you for telling. I was not aware that it ever did. Does the device become unresponsive to touch too? I will try to fix this in the next update. I guess, this problem might now occur each time a progress animation is shown.
Setting avoidPickel to true might "solve" the problem, but then you will again see the lines spread over the whole screen instead of the progress animation.
tshering is offline   Reply With Quote
Old 06-09-2015, 05:43 PM   #317
boriar
Evangelist
boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.
 
boriar's Avatar
 
Posts: 407
Karma: 314204
Join Date: Jan 2015
Device: bq Avant XL, Kobo Aura H2O, Onyx Boox M96C Plus
Quote:
Originally Posted by tshering View Post
I hope this script does what you want. Use it at your own risk. Edit the values in the first block of the script and copy the script to .adds\kbmenu\scripts_intern\kobo_diverse.
Thanks! I will try as soon as posible.
boriar is offline   Reply With Quote
Old 06-09-2015, 05:53 PM   #318
boriar
Evangelist
boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.
 
boriar's Avatar
 
Posts: 407
Karma: 314204
Join Date: Jan 2015
Device: bq Avant XL, Kobo Aura H2O, Onyx Boox M96C Plus
Quote:
Originally Posted by tshering View Post
Thank you for telling. I was not aware that it ever did. Does the device become unresponsive to touch too? I will try to fix this in the next update. I guess, this problem might now occur each time a progress animation is shown.
Setting avoidPickel to true might "solve" the problem, but then you will again see the lines spread over the whole screen instead of the progress animation.
Sometime ago I had problem with rotated screen. Only for your consideration, the screen never was unresponsive but only rotated the drawing screen and not the touch area map. I explain me, for KSM the buttons are in the same site as before rotated.
boriar is offline   Reply With Quote
Old 06-10-2015, 09:19 AM   #319
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 trekk View Post
I didn't check every menu entry, but e.g. executing the db integrity check still rotates the screen 90° to the left. Tested on Glo HD.
The new script tries to fix the rotation. Could you or another Glo HD owner please test whether this works. Please copy the file db_chk_integrity.sh to .adds\kbmenu\scripts_intern\kobo_diverse, and run it by selecting: tools > kobo diverse.msh > db chk integrity.sh. It is important for the test that preventPickel in the section [nickel] is set to false (by using "configure" from the main menu).
Could you please also tell me whether the information "rotation detected" or "no rotation detected" is displayed (below the result of the integrity check)?

Edit: One needs to have update 4 installed to or KBStartMenu_07inclUp4.
Attached Files
File Type: zip db_chk_integrity.zip (509 Bytes, 186 views)

Last edited by tshering; 06-10-2015 at 09:25 AM.
tshering is offline   Reply With Quote
Old 06-10-2015, 02:46 PM   #320
trekk
Terraner
trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.
 
trekk's Avatar
 
Posts: 531
Karma: 4455667
Join Date: Aug 2011
Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ...
Quote:
Originally Posted by tshering View Post
The new script tries to fix the rotation. Could you or another Glo HD owner please test whether this works.
It works. No more rotating.

Quote:
Originally Posted by tshering View Post
Could you please also tell me whether the information "rotation detected" or "no rotation detected" is displayed (below the result of the integrity check)?
Below the result of the integrity check it says "rotation detected". I hope this helps. Thanks again for your efforts!
trekk is offline   Reply With Quote
Old 06-10-2015, 03:05 PM   #321
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 trekk View Post
It works. No more rotating.


Below the result of the integrity check it says "rotation detected". I hope this helps. Thanks again for your efforts!
Thank you for testing! I am glad that this is working. This result seems however to indicate that, when starting nickel, I save the value of the rotation at the wrong point. Therefore, I expect screen to rotate when you return from nickel back to the KSM menu. Is this the case?

Last edited by tshering; 06-10-2015 at 03:25 PM.
tshering is offline   Reply With Quote
Old 06-10-2015, 03:28 PM   #322
trekk
Terraner
trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.trekk ought to be getting tired of karma fortunes by now.
 
trekk's Avatar
 
Posts: 531
Karma: 4455667
Join Date: Aug 2011
Device: Kobo Libra, Aura One, Kindle Oasis 1 & 2 ...
Quote:
Originally Posted by tshering View Post
Therefore, I expect screen to rotate when you return from nickel back to the KSM menu. Is this the case?
No, I'm afraid, it isn't. When returning from nickel, KSM menu is shown correctly.
trekk is offline   Reply With Quote
Old 06-10-2015, 03:39 PM   #323
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 trekk View Post
No, I'm afraid, it isn't. When returning from nickel, KSM menu is shown correctly.
Thank you again. I am surprised. I wonder whether I should try to fix the start nickel code even so it is working, or whether I should just leave it as it is now. Maybe I should think about some kind of further test before releasing the next update.

Edit: I see now why it works even though I thought it cannot. I will prepare the next update tomorrow or so.

Last edited by tshering; 06-10-2015 at 04:15 PM.
tshering is offline   Reply With Quote
Old 06-10-2015, 06:23 PM   #324
boriar
Evangelist
boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.boriar ought to be getting tired of karma fortunes by now.
 
boriar's Avatar
 
Posts: 407
Karma: 314204
Join Date: Jan 2015
Device: bq Avant XL, Kobo Aura H2O, Onyx Boox M96C Plus
I have obtained all items except DeviceID. It's always blank and i don't know where to obtain it. Can you help me?
boriar is offline   Reply With Quote
Old 06-11-2015, 03:44 AM   #325
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 boriar View Post
I have obtained all items except DeviceID. It's always blank and i don't know where to obtain it. Can you help me?
I only registered my very first Kobo Touch. At that time, years ago, there was a value set to ___DeviceID in my database. Looks somehow like Base64 encoded. If there was never a value set in your database even though you have officially registered, then maybe you can leave it blank. I do not know.
tshering is offline   Reply With Quote
Old 06-11-2015, 04:41 AM   #326
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
how to install kobo update packages

This is only to remind you of how to install the kobo update (irrespective of whether you got the update directories/files on your device by synchronising with the kobo server, or by side loading them from your pc, or with (KSM) "kobo Fw update.msh" via wifi).

select (in KSM home) "handle update" > "install partial update"

If you happened to choose "handle update" > "install update" instead, have a look at this post on how to enable KSM again.

Last edited by tshering; 06-11-2015 at 04:48 AM.
tshering is offline   Reply With Quote
Old 06-11-2015, 11:11 PM   #327
norbusan
Zealot
norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.
 
Posts: 140
Karma: 82382
Join Date: Jan 2013
Device: Kindle Paperwhite, Kobo Glo, Kobo GloHD
Hi Tshering,

I updated today to 3.16.0 and then did the all-updated-roundtrip, as usual, and in the same time I started with the KSM0.7+Up4 all in one zip.

Starting koreader works without any problem, but starting vlasoftlauncher flashes only the screen for a short time, and I am returned to KSM.

I have the vlasoft directory from pbchess 2015.04 (not 05!) copied into .adds/

Thanks a lot for all your work

Norbert
norbusan is offline   Reply With Quote
Old 06-12-2015, 03:51 AM   #328
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 norbusan View Post
Hi Tshering,

I updated today to 3.16.0 and then did the all-updated-roundtrip, as usual, and in the same time I started with the KSM0.7+Up4 all in one zip.

Starting koreader works without any problem, but starting vlasoftlauncher flashes only the screen for a short time, and I am returned to KSM.

I have the vlasoft directory from pbchess 2015.04 (not 05!) copied into .adds/

Thanks a lot for all your work

Norbert
The strange part is: "but starting vlasoftlauncher flashes only the screen for a short time, and I am returned to KSM". Since according to design there should appear a message saying something like "This version of vlasovsoft is not supported!". Or maybe it appears and you just did not mention. In any case currently only 2015.05 is supported.
tshering is offline   Reply With Quote
Old 06-12-2015, 07:02 AM   #329
norbusan
Zealot
norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.norbusan can do the Funky Gibbon.
 
Posts: 140
Karma: 82382
Join Date: Jan 2013
Device: Kindle Paperwhite, Kobo Glo, Kobo GloHD
Hi Tshering

indeed, for a few times there was only a flashing of the screen without message. I have then reinstalled the 04 version and got the unsupported text warning. I thought 05 is not supported.

Sorry for the noise, I will update to the 05 version of vlasoft.

BTW, is *anything* else but the vlasoft folder necessary? The KoboRoot of pbchess contains many other things, too.

All the best

Norbert
norbusan is offline   Reply With Quote
Old 06-12-2015, 08:04 AM   #330
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 norbusan View Post
BTW, is *anything* else but the vlasoft folder necessary? The KoboRoot of pbchess contains many other things, too.
No, nothing else is necessary.
Have a nice day!
tshering is offline   Reply With Quote
Reply

Tags
koreader/nickel, ksm 07


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
QT Browser for Kobo Start Menu? gloriousglib Kobo Developer's Corner 1 05-24-2014 03:59 AM
kobo menu and message tshering Kobo Developer's Corner 26 01-15-2014 09:18 AM
Calibre start menu icon Cy1clown Calibre 1 02-06-2010 02:10 PM


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


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