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

Aura Aura Edition 2 - SD Image (please!)

$
0
0
Hello everybody,

I spent all day googling about a way to get restoring my bricked Kobo Aura. This morning I barely knew the name of my (actually my father's) device and now I'm triyng to get him out of troubles, apparently after a bad automatic update. This forum seems to be a heaven for those who wonder lost: i tried to find a brand new image to copy on my sd by myself but I found nothing so far. Is there anybody who could help me, maybe sending an image by pm?
Thanks everybody!

Benny

Expanding internal µSD storage to ext4?

$
0
0
I'm trying to upgrade my Kobo Glo HDs internal memory, and I would like to use EXT4 instead of FAT32

I have KSM08, and the latest release of KOReader on it.

But going through the filesystem, I have no idea where this is defined, and if I could add or change it without repercussion?
fstab doesn't seem to be used.

I'm sure there's some koboupdate mod that would do this for me but i'm more interested in understanding than ease.

Kobo Aura H2O not responding, recognized as NS Blank Codex

$
0
0
So my Kobo Aura H2O suddenly stopped working and I can't get it to reset (no manual reset either).

My Windows 10 just told me out of the blue that it had recognized the device as "NS Blank Codex". Any idea what to do with this now? I read that this is some kind of debug / recovery mode but I'm not sure what to do with it.

Update:

I recovered the u-boot_lpddr2_512-E606G0-LPDDR2.bin and uImage-E606G0 from an H2O image and I think I could try getting these on the reader with https://github.com/boundarydevices/imx_usb_loader but I'm not sure if that will help anything. I don't want to open the device unless no other option is available so I think I might try that first.

Aura HD *HARDWARE MOD* Frontlight color filter

$
0
0
Disclaimer: Since this mod involves disassemblying the parts of the device the way you shouldn't, i don't take any responsibility. But any curious person with adequate electronics repair experience could handle this mod easily.

Looking at the kapton tape which looks in amber color, i wondered if i can use that slick tape to filter out blue light coming from the leds of the frontlight. Since the tape is so thin, it would fit virtually anywhere without difficulty in the device.

So i took apart my aura hd to give it a try, and it worked flawlessly.

Since this is not a mod for every user, and it is simple for those who can do it, i'll just post a few photos to show how i did it.

-take your front bezel off
-seperate display from front bezel, it is fixed with double sided tape, if it is your first time, get help from some heat and use soft thin tools like credit cards to pry between them.
-there is a flexible printed circuit board strip with leds under it, right below the visible display area, pry that off too. take a bit caution here since you can damage if you bend solder pads of the leds breaking them. you could also damage the cable going to the mainboard. mine started flickering after wiggleing it around, don't panic yet if this happens to you, i fixed mine by reseating the frontlight connector.
-you'll see to layers on the delicate e-ink display, the one on the top is the anti glare film, the one in the middle is the frontlight layer.
-put a strip of narrow kapton tape covering the step between the frontlight and the e-ink screen. this step is where the leds seat and you can see the five grinds on the edge to diffuse the light from leds, you have to cover them with tape.
-you can try to bend the tape with a spudger or a spatula to perfectly seat over the step to leave the led cavities less obstructed, but since the edges of the screen is covered with some rubbery material, the tape wont stick to it.
-cut the excess tape on the edges
-reseat the led flexible ribbon over there, first by placing the led side, making the leds touch to the edge of frontlight layer.
-reseat the front bezel.
-done.

the color is not the best, it has some greenish hue, but it is better than cool white for me, since i only use frontlight at night. i also heard somewhere that green light is much more easier on your eyes, and i used green text over black background for extended periods in the past, it was very comfortable.

if you can find a better light filter tape giving out proper warm color, you can use it too. inform me if you find one.

if you are concerned about the color of the light, you can try it before taking your device apart, putting some kapton tape over your phone flashlight, and then illuminating your kobo screen with that. the color will be EXACTLY the same.

i think this mod applies to any other front-lit e ink device, try and share your results.

here you see where you need to place the tape:
http://imgur.com/bQRGuRa

showing the cut edges:
http://imgur.com/7f3Vvpm

this is an image from my first trial, the tape placement is totally wrong but it gives you an idea about how to fold the tape inside the step between the frontlight layer and the display itself:
http://imgur.com/LavB3IF

here you see the led flexible strip put back in its place correctly:
http://imgur.com/13HBu7F

i couldn't image the proper color of the screen after installation due to white balance problems, but it is something between those to images:
http://imgur.com/hcvNljg
http://imgur.com/iinRVon

in comparison with ambient light only:
http://imgur.com/VrETK1U

good luck!

edit: below are the images of kapton tape vs. proper warming gel filter, you can clearly see why it doesn't give proper warm ight. you can also try those gel filters too, but kaptop tape is much easier to find.

Aura H2O Device bricked?

$
0
0
Hello.
I had read book at night, when I tried to change page the device reset itself.
I waited a while and pushed power button for reset, because start screen does not show.

I think it was a firmware upgrading, but it was dark I don't noticed it.

Now I can't start Aura and can't connect to computer.


How can I rescue my eBook Reader? :help:

How the Browser downloads files

$
0
0
With the browser not working with the server in the calibre v3 beta, I've been doing some investigation as to why. And asking questions elsewhere to find out what is wrong. The answer turns out to be simple, but it relates to how the browser downloads files. And it probably explains why it doesn't work with some sites.

Firstly, the browser is built around WebKit. The user agent it sends is:

Code:

Mozilla/5.0 (Linux; U; Android 2.0; en-us;) AppleWebKit/538.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/538.1 (Kobo Touch 0370/4.4.9344)
Which appears to be a three or four year old version.

From what I can see, the browser is mainly a wrapper around WebKit. Whatever WebKit will handle, the browser will handle. That works well for most web pages.

For anything that WebKit doesn't handle, the download is passed to nickel and nickel decides what to do with it. So, for downloading a book:
  • Tap the link and WebKit starts a download from the server.
  • As WebKit doesn't handle the book formats, it passes the download to nickel.
  • Nickel terminate the download.
  • Nickel looks at the URL and headers and decides if it can handle the file.
  • If it can't handle the file, it does nothing.
  • If nickel can handle the file, it prompts you to download the file or cancel.
  • Once you say yes, it downloads the file and tells you when it finishes.

All that works with simpler sites. There is a bit of extra download where WebKit starts the download but nickel restarts it.

The problem with the calibre v3 server is the URL. When nickel takes over the download, it looks at the URL to work out the file name. This worked with the old server as the URL included the file name with the extension. The new calibre server is using an API-like URL that doesn't include the file name. The file name is supplied as a part of the HTTP header in the "Content-Disposition" field. The Kobo browser does not use this header field. This is probably the reason that some other sites don't work.

As I said, the answers came from discussion elsewhere. Including someone who will be known as "some guy". Kobo now know about the problem. Hopefully they will fix it soon. There may also be a way to handle it in the calibre server, but I haven't looked at this as yet.

Aura HD SD Image

$
0
0
Hi Everyone,

Could some kind soul point me to a download link for an image of the internal SD card, I managed to corrupt mine and now it won't boot or factory reset.

Thanks
Steve

Aura H2O Disable touch screen event to execute return link of a footnote

$
0
0
Hi guys.
I make ePub for my own on Kobo H2O.
I get problem with footnote.
I implement the call to footnote witk brakets to enlarge the reactive zone and save the actual notes in another file after the text.
All works fine in Calibre and does not go on Aura.

<sup class="calibre6"><a name="fnRet6"></a><a href="Chap8_205NotesBP.xhtml#fn6">[6]</a></span></sup>

<p class="calibre2"><sup class="calibre5"><span class="none24"><a name="fn6">6*</a></span></sup><span class="calibre8"><span class="calibre8">L’absence de termes adéquats
[<a href="Chap8_205.htm#fnRet6">retour</a>] </span></span></p>

In fact, when I touch the screen shortly either nothing happen or the high or low menu is displayed ; when I do it longer it is a pop up menu which appears. When I hit screen on the boarder, the page is turned.
Does it exist some html tag to disable all those normal but borrowing actions ?

Thank you for the help.

Martin

switchtokoreader returns to KSM rather than launching koreader?

$
0
0
Kobo Aura One with firmware 4.4.9349. I have followed the instructions to install KSM version 8 and koreader v2015.11-1023.

Everything works fine, except that no matter I choose "exit_nickel" or "switchtokoreader", it all returns to KSM.

Does it suppose to launch koreader when I choose switchtokoreader? Am I missing anything?

Retrieve Mark model number via bash

$
0
0
Hi,

I'm looking for a bash script which retrieve the Kobo reader model number (e.g. Mark 5 or Mark 6).

Does anyone know where to dig?

I've tried

find / -type f -exec grep -H 'Mark\s[0-9]' {} +

but it takes really long time

Thanks for help.

Kobo touch 2.0 model N587 sd img

$
0
0
Hi,
I didn't find on the forum a thread about that.
I brick my Kobo touch 2.0 version N587 and I don't manage to reset it or to mount the sd card to update it. So if someone could send me the img of this version?
Thanks.

Aura H2O Help me choose correct display KOBO aura H20!

$
0
0
Hello!
I broke the display of my Kobo aura H2O. I want to buy new display on ebay.com. How I can buy correct display? In my brocken part I can see ED068TG1 on the label, and -2.06 (VCON as I think?) in another label. There are many new displays like ED068TG1 presents on ebay, but no one with label -2.06. I saw only -1.48 or -2.36. Is this displays are suitable for me?

Aura Aura edition 2 v4-4-9349 Night mode possible

$
0
0
Hi there, I am a newby with ereaders and bought myself a Kobo aura edition 2 fully convinced I could use night mode. Quite a disappointment it is not a standard feature. I've found a lot about getting night mode on this device, but none of it is working. Probably due that I've got a very up-to-date version right. Is there anyone who could help me?:thanks:

Aura KA1 wifi broken

$
0
0
Wifi won't find networks in nickel and refuses to even turn on in koreader, throwing some kind of error that I can't tell you because I removed koreader while trying to fix this.
I think it might be a software issue, as I had the wifi turned off when I installed KSM, and that sounds like the kind of conditions that creates a bug. I was already on the latest firmware during ksm installation, I tried to factory reset + db reset, didn't work, removed KSM and didn't work, wifi still broken.
Any suggestions?

Keyboard patch - help please

$
0
0
I've created this simple script for Czech/Slovak keyboard patch (It is intended for BFU, without the knowledge about the file patching on PC):
Code:

#!/bin/sh

inpfile="/usr/local/Kobo/libnickel.so.1.0.0"
tmpfile="/tmp/libnickel.so"

codename=`/bin/kobo_config.sh`;
case $codename in
    pixie|trilogy|pika|kraken|phoenix|star)
        patchno="1";;  # Mini    | Touch (B/C) | Touch 2.0 | Glo | Aura | Aura Ed. 2
    dragon|dahlia|snow)
        patchno="2";;  # Aura HD | Aura H2O    | Aura H2O 2
    alyssum|daylight)
        patchno="3";;  # Glo HD  | Aura ONE
esac

cp $inpfile $tmpfile
cp $inpfile $inpfile.sav
patch32lsb -p /root/keyboard$patchno.patch -i $tmpfile -o $tmpfile
cp $tmpfile $inpfile
rm $tmpfile

sleep 5

rm /etc/udev/rules.d/keyboard_patch.rules
rm /root/keyboard_patch.sh
rm /root/keyboard1.patch
rm /root/keyboard2.patch
rm /root/keyboard3.patch
rm /sbin/patch32lsb

It is attached to udev.rules:
Code:

KERNEL=="loop0", RUN+="/root/keyboard_patch.sh"
The libnickel.so file is patched and copied to the right place. It works fine.

But I have to switch off and switch on my Kobo to accept new libnickel.so.
Is it possible to do it without manual switch off and on? What am I doing wrong?

Thanks for help.


Aura H2O Unstable system

$
0
0
I have almost 2 years that device and I always have problem with unstable system.
I have added hundred files (pdf, epub, mobi) and when I change pages in book list, system can freeze. Sometimes it freeze and reset self, sometimes I have do it myself.

After update firmware and have new home screen it seems to be more unstable. One time It enter to the restart loop, then I detached SDCard and it started correctly.

This is the same when I store files in internal memory.

What is wrong with this device?

Aura Install Android apps through built-in browser?

$
0
0
Don't know if this is completely ridiculous or not, but I discovered that the Kobo Aura 2 uses the Android browser 4.0 as i found thanks to www.whatismybrowser.com . Can u download apps through beta browsr? Sorry about engrish I am typing on my kobo right niw and we all know how finicky the keyboard is. Hooefully i will have access to an actual computer tomorrow. Also, please ELI5 because im new to the kobos inner workings. thx

KOBO Glo serial ports

$
0
0
Hi,
There are two, I believe, serial ports on the Glo. J1 and J2. On the silkscreen they have V, TX, Earth and RX. TX, Earth and RX are self explanatory. Is the V a 5V input to the device to charge or is it 5V out to the serial port? If it isn't a charging input, is there a connection that will take 5V in?

Kind regards

Robin Birch

help with penelope OS X

$
0
0
I'm trying to convert a stardict to kobo dict, for what should be obvious reasons. I've got penelope installed, I have marisa installed. I have penelope 'working' in that I can type penelope and then a various command and it does something, i.e. penelope -h does generate a list of commands I can use.

However when I try and convert a stardict to kobo i get

Code:

penelope -i /Users/Glitch/Downloads/MalazanDict.zip -j stardict -f en -t en -p kobo -o mk-it
[INFO] Reading input file(s)...
Traceback (most recent call last):
  File "/usr/local/bin/penelope", line 27, in <module>
    main()
  File "/usr/local/bin/penelope", line 23, in main
    package_main()
  File "/Library/Python/2.7/site-packages/penelope/__main__.py", line 84, in main
    dictionary = read_dictionary(arguments)
  File "/Library/Python/2.7/site-packages/penelope/dictionary.py", line 80, in read_dictionary
    return penelope.format_stardict.read(dictionary, args, input_file_paths)
  File "/Library/Python/2.7/site-packages/penelope/format_stardict.py", line 259, in read
    result = read_single_file(dictionary, args, input_file_path)
  File "/Library/Python/2.7/site-packages/penelope/format_stardict.py", line 187, in read_single_file
    ifo_dict = read_ifo(extracted_files["d.ifo"], has_syn, args)
  File "/Library/Python/2.7/site-packages/penelope/format_stardict.py", line 100, in read_ifo
    ifo_unicode = ifo_bytes.decode("utf-8")    # unicode, always utf-8 by spec
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 213: invalid start byte

the stardict in question is from http://thefictionary.net/steven-erikson/ I'm using version 14 from this site.

A quick google indicates this may be an issue with an asci character, but I'm in the dark as to how to resolve it.

Any help would be appreciated, I want to learn how to do this since the dictionary in question will be updated at later dates as more books in the Malazan series are released.

Glo HD - Not starting anymore... bricked or other problem?

$
0
0
My Glo HD is showing the cover image of the book I was reading (so he is in standby), but he won't wake up from standby. When I connect it to my Windows 10 PC it finds a SE Blank Megrez device... Is my Kobo bricked? I used the newest firmware (4.4.9344) and it was working fine until now. Sometimes I hat to long press the button to kill it and restart it.
Viewing all 1561 articles
Browse latest View live


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