Quantcast
Channel: MobileRead Forums - Kobo Developer's Corner
Viewing all 1561 articles
Browse latest View live

instructions for bigger gui on android kobo

$
0
0
hello, the android images provided for the kobos have the DPI set to around 200 by default, where it's 265 on 6.8" devices and 300 on 6" new generation devices. This causes the buttons, icons and texts to be small and screen register unwanted slide gestures when you just want to tap the screen.

I've tried many tools for this, like textdroider dpi, resolution changer, a few build.prop editors and es file explorer. none of them seem to work because they can't seem to get write permission for the build.prop file which is responsible for this display parameter, even though the superuser is installed and seems working.

Exclaimer: this method is not end user friendly, and i'm not responsible for any damage to your device, since the method involves manual editing of system files.

1-) Get ubuntu(or other linux dist.) running on a computer
2-) Plug your android system sdcard on to that computer. For dualboot, this is your external sd card, and easier to do.
2.5-) create backup image for your sdcard if you'd like.
3-) run this command on terminal, you might need to login as root using "su root" command:
"chown [your linux user name goes here] /system/build.prop"
4-) run this command too:
"chmod 666 /system/build.prop"
5-) using file explorer, open up the system partition on sdcard, and open the "build.prop" file with any text editor.
6-) add "ro.sf.lcd_density=300" line to that file, if it does exists already, just change the dpi value. 300 dpi might be too much for some, you can change it to 265 if you like.
7-) save the file and eject sdcard

Now plug the system sdcard to your kobo and boot the android. screen elements should appear bigger. But in some apps, this enchancement might cause sprite artifacts, tweak accordingly.

i'll add results later, they are on my device as screenshots.

[KA1] Does some sort of light slider patch exist?

$
0
0
The light slider in the KA1 is very hard to use, IMHO. I never go above 20 because the light gets too bright, and it's almost impossible to slide to a value such as 13.

Therefore I basically only have the following light levels, using the plus and minus buttons:

0-5, 10, 15 and 20.

Does some sort of patch exist that allows me to set the slider in 1% increments, using the plus and minus buttons? (And ideally, the far right setting would be as bright as 20 is now.)

koreader+fmon failed start in firmware 4.2.8283

$
0
0
I don't want to install KSM on my kobo aura one.
koreader + fmon worked before 4.2.8283.
could anyone help me to use it on 4.2.8283? thanks a lot!

Aura H2O How do I make a Kobo H2O SD Image?

$
0
0
Hi guys. New Kobo H2O owner here, all thanks to this forum! Anyway, before buying my Kobo, I was reading a lot of threads about Kobos bricking themselves spontaneously (after powering up) or because of software issues. Apparently the only way to fix this is by flashing or loading an "SD image" or onto the Kobo.

What does it mean to use an SD image? Can I make my own SD image? Why do people with SD images ask people to PM them for it? Can we create our own SD images from our working Kobos? Like Nandroid backups for Android devices via custom recoveries?

If so, how can I do it for mine?

Thanks!

I know people with a working knowledge of Linux and have access to Debian/Ubuntu, so if I have to use the terminal to copy the image off the internal SD card via a terminal, I can probably do that. But will doing so cause any harm to my Kobo?

Apparently the Kobo WebPortal tweak lets you download /dev/mmcblk0 without having to open up the device to copy the internal SD card, but is this guaranteed to give you the right files?
https://www.mobileread.com/forums/sh...d.php?t=262353

Glo Triggering a library refresh automatically

$
0
0
Hi,

I am working on a tool to automatically download content on the Kobo reader (I'm targeting the Glo HD because that's what I have, but it should work on other platforms as well). It synchronizes wallabag entries into the kobo and generally works well:

https://gitlab.com/anarcat/wallabako

The problem I have now is that the Kobo reader doesn't notice when new books are added. I have found a few different ways to work around the issue, but everything I found requires the user to tap the screen. For example, this:

https://github.com/Michael-Bell/Kobo...ster/update.sh

Does the following:

Code:

#!/bin/sh
echo usb plug add >>/tmp/nickel-hardware-status  # Simulate plugging in the usb
sleep 12 # Wait 12 sec for user to hit connect, and for any processes to run
echo usb plug remove >>/tmp/nickel-hardware-status # Simulate the disconnect of our simulated usb, takes a few sec after the sleep for the change to show up on the device
# When the kobo detects USB connection, it seems to disable wifi, so only run the update after you are finished with uploading/downloading data

So basically, pretend something is plugged in, wait for the user to tap "Connect", then pretend-remove it. This works, but requires someone to tap the screen. If no one else is there, it won't work.

Other sites, for example this:

http://blog.ringerc.id.au/2011/01/en...s-to-kobo.html

say that only the last line is necessary... It even suggests using /usr/local/Kobo/udev/usb with which i basically wiped the library (connecting through USB fixed that issue though).

There's also this trick here:

https://github.com/wernerb/kobo-wget...esh_library.sh

Which is:

Code:

echo sd add /dev/mmcblk1p1 >> /tmp/nickel-hardware-status
That does nothing here. I also tried /dev/mmcblk1p3, the actual device that is on /mnt/onboard.

Finally, there's *this* discussion here:

https://www.mobileread.com/forums/sh...d.php?t=213727

Which mentions all sorts of hacks on the sdcard, but i'm afraid of running any of that, period.

I have also tried just calling the reboot command, but that doesn't trigger a refresh either.

So. What's the proper, simple way to trigger a refresh programmatically, without restarting the kobo and without user intervention?

Thanks!

Wallabag (read it later app) automated synchronization

$
0
0
Hi!

I have been working for the last few days on a program to synchronize a Kobo device with a Wallabag instance. Wallabag, if you do not know, is a free software replacement for Pocket, a "read it later" app.

The software is available on Gitlab, where you can also download actual binaries that you can install directly on your Kobo, including an (untested) KoboRoot.tgz that you should be able to just drop on your SDcard and start syncing! (Some configuration is actually required to write your credentials.) More information is available in the project's README file.

This targets Kobo readers, but it may just work on other e-readers, provided they have an architecture supported by Golang and you can find a way to notify the OS about the new books. I posted this in a Kobo topic just because it's the tool I use right now, but it may be better in a different topic...

Feedback, testing and comments are very welcome.

Note: this is a followup to a thread I posted about a year ago, it's nice to finally scratch that itch. ;) Also note that I had trouble making the books synchronize, and started a discussion about the best way to trigger a library rescan, so your feedback is welcome there as well.

FW 4.2.8432

Instructions for patching firmware 4.2.8432

$
0
0
This firmware version has only been oficially released for the Aura One and Aura Edition 2, it should work on other Mk 6 devices (Glo HD, Touch 2.0) but don't try to install it on other devices unless you know what you are doing, installing the wrong firmware could potentailly result in an unbootable ereader.

See the Aura One firmware 4.2.8432 discussion thread for information about what has changed in this firmware version.

See the Index to the Metazoa firmware patches thread for a description of what some of these patches do.


Before starting:

1. Make sure your Kobo ereader is already running firmware version 4.2.8432 (fbb9e8f61b). If not, then you need to upgrade before applying this patch.

2. Check that your battery is well charged.


Patching from Windows, Linux (i386/x86_64), or Mac (OS X 10.8-10.9, i386/x86_64):

1. Download and extract patch_kobo_4028432.zip (attached).

2. Download the Kobo firmware archive version 4.2.8432 for your device (See this thread) and copy it into the 4.2.8432_source/ subdirectory. (Don't unzip the firmware.)

3. Read and edit all the *.patch files in the 4.2.8432_source/ subdirectory in order to: choose which patches to enable (patch_enable=`yes`) or disable (patch_enable=`no`); and to change some of the replacement values to suit your device and preferences.

4. In Windows double-click 4.2.8432.bat; For Linux/Mac open a terminal, change to the patch_kobo_4028432/ subdirectory, and run ./4.2.8432.sh from the command line.

5. If there were no errors, copy the resulting KoboRoot.tgz from the 4.2.8432_target/ subdirectory to the .kobo directory on your ereader.

6. Safely eject and unplug the device, which will then update and restart.


To return your ereader to its original unpatched state:

1. Edit all the 4.2.8432_source/*.patch files to disable all patches (set patch_enable = `no` for every patch).

2. Repeat steps 4-6 of the procedure above.


Note that the following patches are enabled by default:

`Fix page breaks bug`
`Default ePub monospace font (Courier)`
`Custom left & right margins`
`Search in Library by default`
`Custom page refresh options (1,2,3,...,12)`
`Fix three KePub fullScreenReading bugs`

Attached Files
File Type: zip patch_kobo_4028432.zip (493.6 KB)

Help to replace broken screen Glo HD 2015

$
0
0
Hi all.
I have a Glo HD 2015 (E-ink Carta), Its screen was broken.
and I hardly find a replacement screen

My question is:
Can I replace its by screen of old Glo (E-ink Pearl)?

Although they have different resolution:
E-ink Carta HD 1072 x 1448
ED060KG1(LF)
vs
E-ink Pearl HD 758 x 1024
ED060XG1(LF)

But they have a similar cable.

Does my Glo HD is compatible with the old screen?
Or do I have to do to make them compatible.

Please help. Thank you.

Kobo Firmware Releases

$
0
0
As it is currently not possible to update the first message in the old "Direct Links to Kobo Firmware" thread, we have copied all the information from there (and elsewhere in these forums) to the MobileRead wiki.

Kobo Firmware Releases

This is free for anyone with a MR wiki account to update, fix mistakes, and add information about new releases. Please take a look and help out if you can.

Kobo Firmware Releases

$
0
0
Kobo Firmware Releases

Information concerning Kobo firmware releases (including direct download links, links to specific discussion threads and patching instructions) can now be found in its own section in Mobileread's Wiki: https://wiki.mobileread.com/wiki/Kobo_Firmware_Releases

For historical reference, the original Kobo Firmware thread can be found here.

AS ALWAYS ... REMEMBER THAT SIDELOADING OR CROSSLOADING THE INCORRECT FIRMWARE CAN BREAK/BRICK YOUR DEVICE. USE THE INFORMATION AND LINKS FOUND IN THE KOBO FIRMWARE RELEASES SECTION OF THE WIKI AT YOUR OWN RISK.

What is this new entry in AbTest table in the Kobo database?

$
0
0
I have found a new entry in the AbTest table in KoboReader.sqlite on my Kobo Aura Edition 2 running firmware 4.2.8432.

Here is the entry from the sqlite prompt:

Code:

sqlite> .headers on
sqlite> select * from AbTest;
Id                                  |Expiration        |Name                |GroupId|Variables|Status|Description        |Checksum                        |TestKey
2d32b3a2-1017-43f0-8c06-33e71277c3c1|2018-11-20T00:00:00|Nickel_NewHomeScreen|2      |        |1    |2018-11-20T00:00:00|3ced0ca22d05d6c15ee3d687a2b091d7|0fecc8de-7b27-4ce6-b63d-a88fec876144

The columns are as follows

It seems like Kobo is A/B testing a new home screen, but I do not see any change. Does anyone else have an entry like this, and if so, is there a different homescreen?

Security on Kobo Accounts

$
0
0
When is Kobo going to address this issue? I have a lot invested in my Kobo library and currently if I lose my eReader or it grts stolen, my account is completely accessible to anyone.

Removing the Percentage Read

$
0
0
Good evening all!

I am new to the forum and I felt I would join as I have been reading a lot of the posts the past few days and there seems to be a lot of valuable activity here!

I came across the forum because I am researching how to remove the percentage read from the Kobo display. I was digging around and I see ___PercentRead in the SQLlite database, I was wondering if removing this would solve my problem?

Any help or advice regarding this would be much appreciated!

Thank you!

Kobo Start Menu Stopped Loading

$
0
0
Hi,
I turned my kobo h20 on the other day showed a message about a new update, and I couldn't do anything other than accept. Then the screen had a weird animation rotating with an arrow repeatedly..

Since that Nickel is working correctly, but KSM doesn't start on launch or work if i click the image in the library....

I am a bit worried about installing KSM from scratch in case it caused further issues.

Anyone had the same thing or can anyone advise what I need to do to reinstall?

Cheers

Kobo Glo IMG Needed

$
0
0
I have tried a couple .img files but haven't found one that works yet. please can someone send me one

Instructions for patching firmware 4.3.8842

$
0
0
See the Aura One firmware 4.3.8842 discussion thread for information about what has changed in this firmware version.

See the Index to the Metazoa firmware patches thread for a description of what some of these patches do.


Before starting:

1. Make sure your Kobo ereader is already running firmware version 4.3.8842 (ed3f655eae). If not, then you need to upgrade before applying this patch.

2. Check that your battery is well charged.


Patching from Windows, Linux (i386/x86_64), or Mac (OS X 10.8-10.9, i386/x86_64):

1. Download and extract patch_kobo_4038842.zip (attached).

2. Download the Kobo firmware archive version 4.3.8842 for your device (See this thread) and copy it into the 4.3.8842_source/ subdirectory. (Don't unzip the firmware.)

3. Read and edit all the *.patch files in the 4.3.8842_source/ subdirectory in order to: choose which patches to enable (patch_enable=`yes`) or disable (patch_enable=`no`); and to change some of the replacement values to suit your device and preferences.

4. In Windows double-click 4.3.8842.bat; For Linux/Mac open a terminal, change to the patch_kobo_4038842/ subdirectory, and run ./4.3.8842.sh from the command line.

5. If there were no errors, copy the resulting KoboRoot.tgz from the 4.3.8842_target/ subdirectory to the .kobo directory on your ereader.

6. Safely eject and unplug the device, which will then update and restart.


To return your ereader to its original unpatched state:

1. Edit all the 4.3.8842_source/*.patch files to disable all patches (set patch_enable = `no` for every patch).

2. Repeat steps 4-6 of the procedure above.


Note that the following patches are enabled by default:

`Fix page breaks bug`
`Default ePub monospace font (Courier)`
`Custom left & right margins`
`Custom page refresh options`
`Fix three KePub fullScreenReading bugs`

Attached Files
File Type: zip patch_kobo_4038842.zip (494.8 KB)

A list of all Kobo affiliates

$
0
0
I have found a list of all the affiliates in libnickel.so. It is useful for checking for firmware, and other stuff.

Code:

EUC-JP
Whitcoulls
BordersAU
Aluratek
AluratekBordersUS
WalmartCA
WalmartUS
KoboIndigo
kobodesktop
AngusRobertson
MerchSource
viewsonic
acer
AcerPackardBell
gateway
emachines
sears
swindon
whsmith
bestbuyca
BordersSouthernTel
Aluratek2
ematic
ToshibaEurope

Interesting strings in libnickel.so

$
0
0
I have been inspecting the Kobo libraries and have found some interesting lines. This is based on FW 4.2.8842. I will update this post when I can.

Config entries for Kobo eReader.conf
Code:

MostRecentReadID
SmartLink
LastSearchType
AddedToMyWordsDialogShown
KoboPlusWishlistDialogShown
KoboPlusUpgradedPreviewCount
KoboPlusWishlistDialogCount
FrontLightTileShown
OverDriveExpiryDialogShown
OverDriveTileShown
SubsCancelledDialogShown
SyncRequiredDialogShown
SyncWarningDialogShown
eReaderBooksManagementFTEShown
LibraryFTEShown
SignInTime
WelcomeShown
ZoomFTEShown
FTEUpgradeSkipped
ReviewUser
syncOnNextBoot
sleepOnNextBoot
lastPlugTime
firstRunDate
affiliateCode
hasSetupDevice
hasSyncedExistingRelatedItems
pocketFteTileShown
ShowAllKeywords
LastLibraryViewType
BrightnessOpenCount
DictionaryOpenCount
ReadABookShown
PeriodicAutoSyncTime
PeriodicAutoSync
OverDriveFilterShown
LibraryCuratedListsDialogShown
IntegratedBrowseDialogTime
IntegratedBrowseDialogShown
BorrowDialogShown
KoboLoveDialogShown
SwipeDialogShown
HomePageShown
FteLandingShown
Debugging
QuickTourWidgetShown
QuickTourShown
NumMaxToasts
LastUpdateCheckTime
LastSyncTime
SyncAnimationSpeed
ClockDisplayDuration
EarliestChangeLog
LastChangeLog
demoModeTimeout
LastFTEStep
CurrentDemoRegion
CurrentLocale
ExtraLocales
ImageCacheSize
ApplicationPreferences
AIRPLANE_MODE
LastLibrarySubFilter
LastLibrarySorter
15BrowserSettings
cookies
homePage
certExceptions
18EmptySettingsCache
virtual const QLatin1String& Settings::sectionName() const
8Settings
/home/build/n/Nickel/src/model/Settings.cpp
Your subclass should be overriding this!
InvalidSection
11DevSettings
ShowWidget
ForceWifiOn
DumpWebStoreHtml
WebPlatformId
EnableInspector
GeoClientIP
IgnoreSSLErrors
EnableDebugServices
DeveloperSettings
15FeatureSettings
MyWords
MaxWifiTimeout
MaxDownload
ForceSingleBook
MediaOverlay
ExcludeEndMatterFromStats
SyncEmuPath
FullScreenReading
SmartShelves
SketchNote
OptlyTest
CookieSlot
AcceptPreviewUpgrades
ShowLayoutRectangles
Thesaurus
TestSync
FullScreenBrowser
GestureKeyboard
Screenshots
ExportHighlights
BookSpecificStats
PhraseTranslation
FeatureSettings
InvertScreen
10GASettings
trackerIDOverride
GoogleAnalytics
15GeneralSettings
selectionForceBlackText
scrambleHighScores
timeZoneOffset
RecentSearches

...
Code:

TurnOffLightInBrightSunlight
BrightLightBrightnessInput
LowLightBrightnessInput
SleepAccessoryEnabled
FullscreenCoverInfoPanel
FullscreenCoverStretch
IndicatorCharging
ShowBookCover
AutoSleepMinutes
AutoOffMinutes
PowerOptions
AutoColorEnabled
BedTime
ColorSetting
AmbientLightSensorEnabled
FrontLightLevel
FrontLightState
19ReadingLifeSettings
LastReadingLifeSyncTime
LastSocialAnnotationsSyncTime
TwitterName
FacebookTokenExpiry
FacebookProfilePicture
FacebookId
FacebookName
FacebookAuthToken
NotificationsEnabled
StatsTrackingEnabled
ReadingLife
15ReadingSettings
WaterDialog
WaterDetection
swipeBrightness
pinchToZoom
annotationsViewStyle
disableForcedGC16
disableDoubleTap
readingColumnCount
highQualityDithering
fullScreenReading
excludeEndMatterFromStats
bookProgressType
pageTurningOption
readingAdobeShowPageNumbers
numPartialUpdatePageTurns
readingRightMargin
readingLeftMargin
readingLineHeight
readingAlignment
readingFontSharpness
readingFontWeight
readingFontSize
readingFontFamily
readingMenuState
15ServiceSettings
3.8.3
UserGuideUrl
UpgradeServiceUrl
ServicesURL
AbTestUrl
FirstTimeUXURL
ServiceDomain
SecureURL
SignInURL
WebstoreNavigation
ForgotPasswordURL
SocialURL
SocialAuthorizationURL
ContactUsURL
EulaURL
PurchaseURL
PrivacyURL
WebsiteURL
WebstoreProxyURL
WebstoreURL
ImageHandlerURL
PartnerProxyHandlerURL
RequestURL

A few of these entries seem interesting to me such as: AutoColorEnabled (Is kobo making a color reader), SketchNote (a notes app?), SyncEmuPath (can a sync server be faked easily), OptlyTest (what is optly), OverDriveTileShown, StatsTrackingEnabled (can stats be turned off?), SmartLink (what is this?), ShowWidget (what widget?), and DeveloperSettings (what is availaible?). If anyone knows what these mean, please reply.

Different library views
Code:

libraryReading
libraryUnread
libraryFinished
libraryPurchased
libraryPreviews
libraryImported
libraryDownloaded
libraryNotDownloaded
libraryOverDrive
librarySubscriptionItems
libraryAll

Sync stages
Code:

Connecting...
Starting sync...
Preparing device for sync...
Checking for updates...
Downloading: %1%
Preparing for installation...
Downloading book covers
Updating books
Updating awards
Updating reading stats
Loading content
Updating annotations
Loading dictionaries
Syncing articles
Article %1 of %2
Book %1 of %2
Downloading...

Nothing out of the ordinary here.

Extras
Code:

rushhour
sketch
solitaire
sudoku
scramble
chess
:/images/home/home_icon_chess.png
Chess
:/images/home/home_icon_unblockit.png
Unblock It
:/images/home/home_icon_sketchpad.png
Sketch Pad
:/images/home/home_icon_sudoku.png
:/images/home/home_icon_webbrowser.png
:/images/home/home_icon_solitaire.png
:/images/home/home_icon_boggle.png
Word Scramble

A list of extras, and the images.

What happens when you sign out
Code:

Sign out
Any reading progress, highlights, or notes since your last sync on %1 will be lost.
You haven't synced your eReader. Any reading progress, highlights, or notes you've made will be lost.
/home/build/n/Nickel/src/ui/nickel/settings/AccountSignOutMixin.cpp
will veto
rm -rf /mnt/onboard/.kobo
rm -rf /mnt/onboard/.kobo-images
rm -rf /mnt/onboard/.adobe-digital-editions
rm -rf /mnt/sd/koboExtStorage
rm -rf /var/db/dhcp*

Interesting to know this information.

Kobo Plus
Code:

Start free trial
Renew subscription
overDriveViewCuratedList
View AbstractController::view() [with View = CategoriesListView*]
SubcategoryStoreWidget
static void SubscriptionMixin::subscribe(QObject*, QVariantMap&)
renewSubscription
startFreeTrial
/home/build/n/Nickel/src/ui/nickel/bookstore/SubscriptionMixin.cpp
subscriptionId
tierId
TitledTabListWidget
View All
selectSubscription
Renew
Renew Kobo Plus subscription
ItemDetails
Read with Kobo Plus

Is there a free trial for Kobo Plus?

Code:

<h1 class="header %2">bol.com and Kobo Plus bring you unlimited reading with great eBooks from every genre for only %4/month.</h1> <p class="%2">Enjoy the freedom to read as much as you want. Perfect for discovering new favourites and exploring titles from every genre. Read it all with Kobo Plus.</p><hr class="%2"/></div> <div> <h2 class="header %2">How does it work?</h2> <ul> <li class="%2">Browse eBooks on bol.com or on your Kobo eReader.</li><li class="%2">Add the ones you want to read to your books.</li><li class="%2">We
ll sync them to your Kobo app or eReader.</li><li class="%2">Start reading, even when offline!</li></ul> </div><div> <h2 class="header %2">Where can I find Kobo Plus eBooks?</h2> <p class="%2">You can find Kobo Plus titles throughout our catalogue on bol.com and your Kobo eReader - just look for the
Kobo Plus
 label. Easily browse our dedicated Kobo Plus pages, or use the Kobo Plus filter to see only eBooks available with your subscription.</p></div><div> <h2 class="header %2">Can I read offline?</h2> <p class="%2">Of course! Add as many books as you like and read them offline, while you
re commuting or travelling. Just make sure to sync your eReader once every %5 days. You
ll also need to sync if you
ve read more than %6 Kobo Plus books in one offline session. But don
t worry. We
ll let you know when you need to sync.</p></div><div> <h2 class="header %2">How do I cancel?</h2> <p class="%2">You can cancel your subscription at any time. If you purchased your subscription on bol.com you can visit the
My Account
 section on bol.com. If you purchased your subscription on Kobo.com or your Kobo eReader you can visit the
My Account
 section on kobo.com.</p></div><div> <h2 class="header %2">What happens to my books if I cancel?</h2> <p class="%2">If you cancel your subscription, you won't be able to keep reading your Kobo Plus books. But we
ll keep your bookmarks, so if you buy the books, or renew your subscription you can pick up where you left off.</p>
<h1 class="header %2">bol.com and Kobo Plus bring you unlimited reading with great eBooks from every genre for only %4/month. Start your free trial today!</h1> <p class="%2">Enjoy the freedom to read as much as you want. Perfect for discovering new favourites and exploring titles from every genre. Read it all with Kobo Plus.</p><hr class="%2"/></div> <div> <h2 class="header %2">How does it work?</h2> <ul> <li class="%2">Browse eBooks on bol.com or on your Kobo eReader.</li><li class="%2">Add the ones you want to read to your books.</li><li class="%2">We
ll sync them to your Kobo app or eReader.</li><li class="%2">Start reading, even when offline!</li></ul> </div><div> <h2 class="header %2">Where can I find Kobo Plus eBooks?</h2> <p class="%2">You can find Kobo Plus titles throughout our catalogue on bol.com and your Kobo eReader - just look for the
Kobo Plus
 label. Easily browse our dedicated Kobo Plus pages, or use the Kobo Plus filter to see only eBooks available with your subscription.</p></div><div> <h2 class="header %2">Can I read offline?</h2> <p class="%2">Of course! Add as many books as you like and read them offline, while you
re commuting or travelling. Just make sure to sync your eReader regularly. You
ll also need to sync if you
ve read a lot of Kobo Plus books in one offline session. But don
t worry. We
ll let you know when you need to sync.</p></div><div> <h2 class="header %2">How do I cancel?</h2> <p class="%2">You can cancel your subscription at any time. If you purchased your subscription on bol.com you can visit the
My Account
 section on bol.com. If you purchased your subscription on Kobo.com or your Kobo eReader you can visit the
My Account
 section on kobo.com.</p></div><div> <h2 class="header %2">What happens to my books if I cancel?</h2> <p class="%2">If you cancel your subscription, you won't be able to keep reading your Kobo Plus books. But we
ll keep your bookmarks, so if you buy the books, or renew your subscription you can pick up where you left off.</p><div> <hr class="%2"/> <h2 class="center %2">Start your free trial today.<br/>A wealth of great titles are waiting for you.</h2> <div> <object class="aboutWidget" type="application/koboplusaboutwidget"> </div>
<h1 class="header %2">Get unlimited access to eBooks from every genre for only %4/month.</h1> <p class="%2">Enjoy the freedom to read as much as you want. Perfect for discovering new favourites and exploring titles from every genre. Read it all with Kobo Plus.</p><hr class="%2"/></div> <div> <h2 class="header %2">How does it work?</h2> <ul> <li class="%2">Browse eBooks from the Kobo Plus catalogue.</li><li class="%2">Add the ones you want to read to your books.</li><li class="%2">We
ll sync them to your Kobo app or eReader.</li><li class="%2">Start reading, even when offline!</li></ul> </div><div> <h2 class="header %2">Where can I find Kobo Plus eBooks?</h2> <p class="%2">You can find Kobo Plus books throughout the Kobo catalogue. Any books that are included with your subscription will show a
Kobo Plus
 label. We
ve also added a dedicated Kobo Plus section and Kobo Plus filters to help while searching or browsing.</p></div><div> <h2 class="header %2">Can I read offline?</h2> <p class="%2">Of course! Add as many books as you like and read them offline, while you
re commuting or travelling. Just make sure to sync your eReader once every %5 days. You
ll also need to sync if you
ve read more than %6 Kobo Plus books in one offline session. But don
t worry. We
ll let you know when you need to sync.</p></div><div> <h2 class="header %2">How do I cancel?</h2> <p class="%2">You can cancel your subscription at any time by visiting Kobo.com and going to the Account page.</p></div><div> <h2 class="header %2">What happens to my books if I cancel?</h2> <p class="%2">If you cancel your subscription, you won't be able to keep reading your Kobo Plus books. But we
ll keep your bookmarks, so if you buy the books, or renew your subscription you can pick up where you left off.</p>
<h1 class="header %2">Get unlimited access to eBooks from every genre for only %4/month. Start your free trial today!</h1> <p class="%2">Enjoy the freedom to read as much as you want. Perfect for discovering new favourites and exploring titles from every genre. Read it all with Kobo Plus.</p><hr class="%2"/></div> <div> <h2 class="header %2">How does it work?</h2> <ul> <li class="%2">Browse eBooks from the Kobo Plus catalogue.</li><li class="%2">Add the ones you want to read to your books.</li><li class="%2">We
ll sync them to your Kobo app or eReader.</li><li class="%2">Start reading, even when offline!</li></ul> </div><div> <h2 class="header %2">Where can I find Kobo Plus eBooks?</h2> <p class="%2">You can find Kobo Plus books throughout the Kobo catalogue. Any books that are included with your subscription will show a
Kobo Plus
 label. We
ve also added a dedicated Kobo Plus section and Kobo Plus filters to help while searching or browsing.</p></div><div> <h2 class="header %2">Can I read offline?</h2> <p class="%2">Of course! Add as many books as you like and read them offline, while you
re commuting or travelling. Just make sure to sync your eReader regularly. You
ll also need to sync if you
ve read a lot of Kobo Plus books in one offline session. But don
t worry. We
ll let you know when you need to sync.</p></div><div> <h2 class="header %2">How do I cancel?</h2> <p class="%2">You can cancel your subscription at any time by visiting Kobo.com and going to the Account page.</p></div><div> <h2 class="header %2">What happens to my books if I cancel?</h2> <p class="%2">If you cancel your subscription, you won't be able to keep reading your Kobo Plus books. But we
ll keep your bookmarks, so if you buy the books, or renew your subscription you can pick up where you left off.</p><div> <hr class="%2"/> <h2 class="center %2">Start your free trial today.<br/>A wealth of great titles are waiting for you.</h2> <div> <object class="aboutWidget" type="application/koboplusaboutwidget"> </div>
<hr class="%2"/> <h2 class="center %2">Renew your subscription today.<br/>A wealth of great titles are waiting for you.</h2> <div> <object class="aboutWidget" type="application/koboplusaboutwidgetrenew"> </div>

Some info about Kobo Plus.

Code:

Sync required soon
You no longer have a Kobo Plus subscription
You won't be able to keep reading your Kobo Plus books. But we'll keep your bookmarks, so if you buy the books, or renew your subscription, you can pick up where you left off.
It looks like you've been reading offline for a while. If you see sync warnings next to your Kobo Plus books, you'll soon need to sync over Wi Fi to read your Kobo Plus books without interruption.
ve noticed that your date and time settings have been changed. If you wish to continue reading your Kobo Plus items, please sync your eReader over Wi Fi.
You've read offline for over %0 days. To keep reading your Kobo Plus books, please sync over Wi Fi.
You've read offline for over %0 hours. To keep reading your Kobo Plus books, please sync over Wi Fi.
Cause
SubscriptionTimeTampered
failedToOpenBook
SubscriptionOfflineTimeLimitReached
You've reached the maximum number of %0 Kobo Plus books you can read offline. Please sync over Wi Fi to continue reading.
SubscriptionOfflineBookLimitReached
To continue where you left off, renew your Kobo Plus subscription or purchase this book.
SubscriptionEndedWhileOffline
Sync within %n days
16DownloadAllMixin
downloadAll

It seems like you can only read a number of Kobo Plus books offline, and you have to sync often. There also seems to be tamper detection.

Settings
Code:

ADVANCED
Repair
Warranty & Legal:
        border: 0px;
        border-top: 1px solid black;
%1 MB of %2 MB available
Serial number:
MAC address:
IP address:
Onboard storage:
Software version:
Factory reset your eReader:
Repair your Kobo account:
View AbstractController::view() [with View = N3SettingsExtrasView*]
Beta Features
2openScribble()
1openScribble()
2openBrowser()
1openBrowser()
2openSolitaire()
1openSolitaire()
2openSudoku()
1openSudoku()
2openBoggle()
1openBoggle()
2openRushHour()
1openRushHour()
N3SettingsExtrasView
Have fun and challenge yourself with these bonus features. Please note that they're not officially supported by Kobo.
SKETCH PAD
Discover your inner artist or make notes and then save your creation in your Library.
SUDOKU
Try your wits with this logic-based number puzzle.
WEB BROWSER
Take the on-ramp to the information superhighway, right on your eReader.
UNBLOCK IT
Liberate your block by moving other blocks out of the way.
SOLITAIRE
Play classic solitaire games like Klondike, Spider, and Freecell.
WORD SCRAMBLE
Find words in a 4x4 grid.
smallIconHeight
Font Test
#text {
        font-size:20px;
        padding-left:8px;
        padding-right:8px;
#frame {
        border:2px solid black;
N3SettingsFontTestView
Set Frontlight LED
N3SettingsFrontlightLEDView
FRONTLIGHTLED
Green
Blue
White
View AbstractController::view() [with View = N3SettingsLanguageView*]
void ApplicationBase<Application>::switchTranslator(const QString&, const QStringList&) [with Application = QApplication]
Language and dictionaries
N3SettingsLanguageView
LANGUAGE
Select your Language:
DEMO SCREENSAVER
Select your Region:
DICTIONARY
Total size:
%n Dictionaries Installed:
%n dictionary downloads pending; sync to install
:/images/settings/settings_alert.png
View AbstractController::view() [with View = N3SettingsLibraryView*]
N3SettingsLibraryView
BOOK MANAGEMENT
Downloaded Kobo books
Downloaded previews
Imported items
Sketches
ARTICLE MANAGEMENT
Downloaded Pocket articles
Remove Pocket articles from this eReader when you archive them:
        border-top: 1px solid black;
%n ITEM(S)
note: use Qt Linguist's numerus forms
Logging Category
ui.debug=true
frontlight.Popup.debug=true
frontlight.BedtimeManager.debug=true
frontlight.AmbientLight.debug=true
frontlight.ChannelMixer.debug=true
sync.debug=true
performance.debug=true
powermanager.debug=true
battery.debug=true
packetdump.debug=true
leak.debug=true
wifi.debug=true
input.debug=true
dictionary.debug=true
sql.debug=true
N3SettingsLoggingCategoryView
LOGGINGCATEGORY
Logging Category frontLight.Popup:
Logging Category frontLight.BedtimeManager:
Logging Category frontLight.AmbientLight:
Logging Category ChannelMixer:
Logging Category sync:
Logging Category performance:
Logging Category powerManager:
Logging Category battery:
Logging Category packetdump:
Logging Category leak:
Logging Category wifi:
Logging Category input:
Logging Category dictionary:
Logging Category sql:
View AbstractController::view() [with View = N3SettingsOverDriveView*]
Sign out of OverDrive?
You'll be able to continue reading the books you currently have checked out - until their loan periods expire.
overDriveSignOut
N3SettingsOverDriveView
Not signed in to OverDrive
OVERDRIVE ACCOUNT
If you can't remember your library card number or PIN, or you're having trouble signing in, please contact your library directly for support.
smallIconWidth
:/images/library/overdrive_logo.png
With OverDrive, you can borrow books from your public library directly from your %1.
2PinVerified()
1onPinVerified()
View AbstractController::view() [with View = N3SettingsPowerView*]
2generatePinCode()
1onGeneratePinCode()
2changePinCode()
1onChangePinCode()
1pinCancelled()
2pinVerified()
1pinVerified()
1turnOffPin()
N3SettingsPowerView
ENERGY SAVING
Automatically go to sleep after:
Automatically power off after:
Automatically turn off light in bright sunlight:
SLEEP AND POWER OFF
Show current read:
Show book covers full screen:
Show info panel on full screen covers:
Indicator light while charging:
PIN LOCK
Ask for PIN on wake up or power on:
Change your 4-digit PIN:
Change PIN
Enabling PIN lock helps protect your content and information by requiring a 4-digit PIN to use your eReader.
SLEEPCOVER
Automatically sleep and wake up:
The Kobo SleepCover (sold separately) automatically puts your eReader to sleep when you close it and wakes it up when you open it.
10 mins
15 mins
30 mins
45 mins
60 mins
Never
1onOffMinutesChanged()
Affiliate
pinLockToggle
View AbstractController::view() [with View = N3SettingsSyncingView*]
Syncing and updates
N3SettingsSyncingView
BACKGROUND SYNC
Automatic sync:
Sync time:
When daily Automatic Sync is on, your books, articles, and software will remain up to date.
Morning
Afternoon
Evening
When daily Automatic Sync is on, your books, articles, and software will remain up to date, and you
ll avoid running into Kobo Plus offline reading limits.
N3SettingsView
Wi Fi connection
1airplaneModeToggled()
Wi Fi is disabled. Would you like to enable it and connect to the internet?
Sync in Progress
Disabling Wi Fi will cancel the sync currently in progress. Are you sure you want to turn Wi-Fi off?
N3SettingsWirelessView
Wi Fi:
Disabling Wi Fi prevents your eReader from connecting to the Internet automatically.
NETWORKS
Join a Wi Fi network:
Edit Wi Fi networks:
Whenever you connect to a network, it becomes a known network. These networks are automatically used to connect to the Internet when they are in range.
About OverDrive
overDriveAccessAbout
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body class="overDriveAboutBody %2 %3 center"><div class="%2"><img class="overDriveAboutImage %2" src="%1"/></div><div> <h1 class="overDriveHeader %2">Access your public library&rsquo;s digital catalogue directly from your %4 &mdash; any time.</h1> </div> <div> <p class="header %2">To get started, you'll need these:</p></div> <center class="OverDriveAboutItems %2"><table><tr> <td class="%2"><img class="%2" src="%5" /></td> <td class="%2"><img class="%2" src="%6" /></td> <td class="%2"><img class="%2" src="%7" /></td> </tr><tr> <td class="%2"><div class="%2">Wi Fi connection</div></td> <td class="%2"><div class="%2">OverDrive account</div></td> <td class="%2"><div class="%2">Library card</div></td> </tr></table></center> <object class="aboutWidget" type="application/overdriveaboutwidget"></body></html>
qrc:/images/overdrive/koboplusoverdrivelogo.svg
qrc:/images/overdrive/icon_overdrive_wifi.svg
qrc:/images/overdrive/icon_overdrive_account.svg
qrc:/images/overdrive/icon_overdrive_librarycard.svg
overDriveAccessFAQ
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head><body class="%2 %3"><div class="center %2"><img class="overDriveFaqImage %2" src="%1"/></div><div> <h1 class="header %2">Access your public library&rsquo;s digital catalogue directly from your %4 &mdash; any time.</h1> <p style="display:none"></p> <p class="%2">All you need is a Wi Fi connection, an OverDrive account, and a library card.</p></div><hr class="%2"/> <div> <h2 class="header %2">What&rsquo;s OverDrive and how does it work?</h2> <p class="%2">OverDrive is a free service offered by public libraries that lets you borrow eBooks from their digital collections. Sign in to your OverDrive account with a valid library card on your %4. When you search or browse the Kobo catalogue, you&rsquo;ll see the added options to borrow or place a hold on items that are also available from your public library.</p> </div><div> <h2 class="header %2">How do I borrow an eBook?</h2> <p class="%2">Search Kobo and filter your results to show books available with OverDrive. You&rsquo;ll find the options to borrow or place a hold on your book&rsquo;s item details page.</p></div><div> <h2 class="header %2">What does &ldquo;place a hold&rdquo; mean?</h2> <p class="%2">Just like with print books, libraries purchase limited numbers of digital copies from book publishers, so only one person can check out an eBook at a time. By placing a hold on an item that is currently checked out, you are joining the waitlist to borrow it when it becomes available.</p></div><div> <h2 class="header %2">How long can I borrow an eBook for?</h2> <p class="%2">Lending periods vary by library and may differ for individual items. For specific information on your library&rsquo;s lending policies, please visit their website.</p></div><div> <h2 class="header %2">How do I return an eBook I borrowed?</h2> <p class="%2">No need to worry about late fees! Items you&rsquo;ve borrowed are automatically returned at the end of their lending period. We&rsquo;ll save any bookmarks or annotations you&rsquo;ve made, so if you&rsquo;d like to continue reading an expired item, you can purchase a copy or borrow it again to pick up where you left off.</p></div><div> <h2 class="header %2">Can I renew eBooks?</h2> <p class="%2">Once an item is expired you can borrow it again. You may have to wait to borrow the item again if other readers have placed a hold on it.</p></div><div> <h2 class="header %2">Can I use OverDrive on other devices?</h2> <p class="%2">You can borrow and read library books from a variety of other devices by downloading the OverDrive app.</p></div><div> <h2 class="header %2">Does an OverDrive account replace my library card or account?</h2> <p class="%2">No. When you create an OverDrive account, you&rsquo;ll still need a separate library account and a valid library card to borrow items from your library&rsquo;s digital catalogue.</p></div><div> <h2 class="header %2">What if I&rsquo;ve forgotten my card number or PIN?</h2> <p class="%2">If you can&rsquo;t remember your card number or PIN, or you&rsquo;re having trouble signing in, please contact your library directly for support.</p></div><hr class="%5 %2"/> <div class="center %5 %2"> <object class="aboutWidget" type="application/overdrivefaqwidget"> </div></body></html>
Enter password
Incorrect password
:/images/keyboard/keyboard_error.png
isPasswordDialog

Pin lock seems new, and so do some of the debug options.

Current Kobo Models
Code:

Kobo Touch
Kobo eReader Touch Edition
Kobo Glo HD
Kobo Aura H2O
Kobo Aura HD
Kobo Glo
Kobo Aura
Kobo Mini
Kobo Touch 2.0
Kobo Aura ONE

Nothing new here yet



Misc
Code:

ERROR: Trying to construct urls for WEBSTORE1 but we should have made a config request before getting here! Add WebstoreProxyURL=http://partner.dev.kobobooks.com under Services or General.
What happens if it is added?

Code:

application/x-games-Boggle
application/x-games-RushHour
application/x-games-Scribble
application/x-games-Solitaire
application/x-games-Sudoku

Unusual mime types. How are these detected?

Code:

virtual void O2Skydrive::link()
response_type
code
token
client_id
redirect_uri
scope
virtual void O2Skydrive::redirected(const QUrl&)
client_secret
grant_type
authorization_code
access_token
expires_in
refresh_token
https://login.live.com/oauth20_authorize.srf
https://login.live.com/oauth20_token.srf
/home/build/n/Nickel/3rdparty/o2/src/o2skydrive.cpp
https://login.live.com/oauth20_desktop.srf
O2::redirected
 Code not received
virtual void OXTwitter::link()
x_auth_password
x_auth_mode
client_auth
oauth_signature_method

WHAT? What is MS Skydrive doing in the Kobo firmware.

Showing games on new Kobo 4.2.8842 firmware

Viewing all 1561 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>