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 07-18-2018, 12:24 PM   #76
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,377
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by Derf View Post
On a Mac when you double click a zip, there is a built in unarchiver. It isn’t like on windows where you have to download winzip and winrar.
Windows has natively handled .zip for a while now.

Quote:
Originally Posted by Derf View Post
The battery IS with a connector and not soldered to the board. I could disconnect/reconnect it, but does it matter if I have my original card in the kobo when I try this? I don’t want it to try to format my card with the OS on it and try to copy a broken system onto it from RAM.
If you unplug the battery, there should be no data left in RAM. I'd suggest imaging your original card to a new card and powering up with the new card installed. Suspenders and belt -- Murphy was a raving optimist.
DNSB is offline   Reply With Quote
Old 07-18-2018, 03:13 PM   #77
Mrs_Often
Wizard
Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.
 
Mrs_Often's Avatar
 
Posts: 1,775
Karma: 2694823
Join Date: Dec 2011
Location: The Netherlands
Device: Kobo Touch, Glo, Clara HD
Quote:
Originally Posted by Derf View Post
I am on a Mac, and the file I downloaded was a zip. My unarchiver is a little over zealous and extracted the .tgz from the .zip and I was left with a folder called sbin.

Your Mac will have left the original unextracted file in the Trash. You can fish it out of there.
Mrs_Often is offline   Reply With Quote
Advert
Old 07-18-2018, 09:55 PM   #78
Derf
Zealot
Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.
 
Derf's Avatar
 
Posts: 103
Karma: 1173714
Join Date: Jul 2018
Location: Puerto Rico
Device: Kobo Clara HD, Kindle PW Signature 12th ed, B&N Nook GL4+
Thanks everyone for the help, I was a little nervous, but disconnecting the battery cable and reconnecting it DID allow me to hold down the power button and restart the device. With the original SD card in place, things were back to normal.

I then went about the *long* method of cloning my SD card.

I'm posting this for future (mac) readers, or myself, if I ever cross this way again.

1) Open the back of the Clara, starting at the bottom of the cover near the power button/charge port, pry it off from the frame.
2) Remove the SD card, and put it in a SD card reader in your mac.
3) open a terminal, type 'diskutil list' and find what disk your SD card is.
4) type 'sudo dd if=/dev/disk# of=~/Downloads/Kobo/Clara.dmg bs=4096'
where disk# is the number you found in step 3, if is the input file and of is the output file. This step takes a lot of waiting time.
5) eject your SD card (KOBOeReader) and swap in your blank SD card.
6) verify the location of the SD card again, type 'diskutil list', should be same as step 3.
7) verify the blank SD card is erased, type 'sudo diskutil erasevolume FAT32 UNTITLED /dev/disk#'
8) unmount the SD card, type 'diskutil unmountDisk /dev/disk#'
9) copy the backed up partition table over to the new SD card, type 'sudo dd if=~/Downloads/Kobo/Clara.dmg of=/dev/rdisk# bs=5m'
again, this will take some time. You can press CTRL + T to check the status.

At this point I tested the microSD card in the Kobo and it does work, but it only detects an 8GB card. To get the full capacity of the new card you need to resize the partition to take up the rest of the volume.
But, Macs can't resize Fat32 partitions on the fly with the built-in diskutil (or disk utility front end). So, I'm currently looking into ways. However, I don't really want to have to install a virtual machine of windows or create a live USB stick to run Linux so I can install gparted... So I'm kind of stuck.

I did try some software* but although it DID resize the FAT32 partition, the KOBO would not boot up. I tried it 2 more times but every time I resized the partition the Kobo would fail to boot. *sigh*...

*Not an endorsement.
Derf is offline   Reply With Quote
Old 07-20-2018, 10:39 PM   #79
timeisart
Junior Member
timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.timeisart knows what is on the back of the AURYN.
 
Posts: 8
Karma: 9886
Join Date: Jul 2018
Device: Kobo Clara HD
Quote:
Originally Posted by Derf View Post
To get the full capacity of the new card you need to resize the partition to take up the rest of the volume.
But, Macs can't resize Fat32 partitions on the fly with the built-in diskutil (or disk utility front end).
Maybe this would help?

https://www.macworld.com/article/105...eekfactor.html

I think you already said this wouldn't work but it talks about FAT32 in that article so maybe. but that article is 11 years old so maybe not, I honestly have no clue how this stuff works.

thanks for your explanation of cloning though, I'm on a mac so I was wondering this myself.

edit: nevermind, didn't see this at the bottom of that article:
Quote:
You cannot resize FAT32 partitions with the diskutil resizeVolume command.

Last edited by timeisart; 07-22-2018 at 09:42 AM.
timeisart is offline   Reply With Quote
Old 07-21-2018, 03:59 AM   #80
Mrs_Often
Wizard
Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.Mrs_Often ought to be getting tired of karma fortunes by now.
 
Mrs_Often's Avatar
 
Posts: 1,775
Karma: 2694823
Join Date: Dec 2011
Location: The Netherlands
Device: Kobo Touch, Glo, Clara HD
Quote:
Originally Posted by Derf View Post


But, Macs can't resize Fat32 partitions on the fly with the built-in diskutil (or disk utility front end). So, I'm currently looking into ways.

Macs should be able to. I did it years ago with my Glo's new SD card... also from the terminal (I think. In any case I certainly did not install any extra software). Unfortunately I can't remember how. I'll let you know if I remember or re-find the method.
Mrs_Often is offline   Reply With Quote
Advert
Old 07-22-2018, 06:22 PM   #81
Derf
Zealot
Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.
 
Derf's Avatar
 
Posts: 103
Karma: 1173714
Join Date: Jul 2018
Location: Puerto Rico
Device: Kobo Clara HD, Kindle PW Signature 12th ed, B&N Nook GL4+
Quote:
Originally Posted by timeisart View Post
Maybe this would help?



https://www.macworld.com/article/105...eekfactor.html



I think you already said this wouldn't work but it talks about FAT32 in that article so maybe. but that article is 11 years old so maybe not, I honestly have no clue how this stuff works.



thanks for your explanation of cloning though, I'm on a mac so I was wondering this myself.



edit: nevermind, didn't see this at the bottom of that article:


Thanks, I think I came across that article, and even went through other google search results with similar results. Unfortunately, macs can not format FAT32 on the fly, as it is a windows type of file system. The linked article even has this disclaimer :
Quote:
Note that this command works only on Intel Macs with hard disks formatted using the GPT (GUID Partition Table) format with a journaled Hierarchical File System Plus (HFS+) file system. This is the default for Intel Macs’ hard disks, but you can also format an external drive in this manner through Disk Utility (/Applications/Utilities).
Derf is offline   Reply With Quote
Old 07-23-2018, 03:53 AM   #82
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
If you don't mind doing a factory reset, just change the partition table (max out partition 3).

Quote:
Originally Posted by Derf View Post
Yes, I can upload a copy, but you’re right, it really is just better to use the file you have.
Still interested in that upload, just to rule out any other factors.

Last edited by frostschutz; 07-23-2018 at 03:57 AM.
frostschutz is offline   Reply With Quote
Old 07-23-2018, 10:47 PM   #83
Derf
Zealot
Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.Derf ought to be getting tired of karma fortunes by now.
 
Derf's Avatar
 
Posts: 103
Karma: 1173714
Join Date: Jul 2018
Location: Puerto Rico
Device: Kobo Clara HD, Kindle PW Signature 12th ed, B&N Nook GL4+
Quote:
Originally Posted by frostschutz View Post
If you don't mind doing a factory reset, just change the partition table (max out partition 3).
I don't understand what you're saying... that doing a factory reset would allow me to change the partition table with a mac somehow? I was able to use some third party software on the mac to extend the third partition, but the Kobo wouldn't boot at all once I did. Maybe you mean do a factory reset to force the Kobo to reinstall itself from the recovery partition and then re-update my firmware. Maybe it would work, if it can see its primary and secondary partitions to reinstall the firmware, but I'm wondering if it can't see its partitions to boot, how would it see its partition to reinstall?


Quote:
Still interested in that upload, just to rule out any other factors.
Here ya go. Link
Derf is offline   Reply With Quote
Old 12-30-2018, 05:14 AM   #84
Elaxon
Zealot
Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
Just curious does still work with latest firmware? I would like to clean reset H20 and then back it up using this tool so I have a clean copy with my S/N.
Elaxon is offline   Reply With Quote
Old 12-30-2018, 05:51 AM   #85
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
It should still work, (but I haven't actually tested it myself recently). I should update it regardless to give better onscreen instructions/feedback, which is now possible with fbink... it's on the todo list somewhere.

Last edited by frostschutz; 12-30-2018 at 05:53 AM.
frostschutz is offline   Reply With Quote
Old 12-31-2018, 08:14 AM   #86
Elaxon
Zealot
Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
Quote:
Originally Posted by frostschutz View Post
It should still work, (but I haven't actually tested it myself recently). I should update it regardless to give better onscreen instructions/feedback, which is now possible with fbink... it's on the todo list somewhere.
Hey, I am not sure if I am doing anything wrong but I move over the update and the only thing I have installed is KSM and latest firmware, it does seem like its not working. It loaded at the Nickel progress bar for over 5 hours, could it be cause I have no external sd card inserted?
Elaxon is offline   Reply With Quote
Old 12-31-2018, 08:32 AM   #87
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
The external card only matters if you're using the external alternative of this mod, and even then it should show black/white screen first. It shouldn't get stuck on the progress bar... unfortunately, it's hard to tell what went wrong, that's why I have to update it to give actual report messages. Sorry :-}

If you reset/reboot your device everything should be back to normal... uninstalling itself is the first thing it does.
frostschutz is offline   Reply With Quote
Old 12-31-2018, 08:40 AM   #88
Elaxon
Zealot
Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
Restarting got rid of it, I wanted to use the external version. Would it be stuck in the Nickel progress bar if I didn't have a SD card inserted? What I wanted to do was insert the card to format it but should I have kept it inserted and then readd it to clone?
Elaxon is offline   Reply With Quote
Old 12-31-2018, 09:44 AM   #89
frostschutz
Linux User
frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.frostschutz ought to be getting tired of karma fortunes by now.
 
frostschutz's Avatar
 
Posts: 2,282
Karma: 6123806
Join Date: Sep 2010
Location: Heidelberg, Germany
Device: none
What the external variant does is roughly:

- wait for nickel [default Kobo UI] to be started (if you are using some launcher, you have to launch nickel manually first)
- kill nickel
- umount user partition (other mods could prevent that from succeeding, which would be suboptimal)

- display a "progress bar" (same as nickel bootup bar, squares, going backwards)

- mount the filesystems read-only (of the internal card)
[progress bar would get stuck forever if this fails, e.g. possible if earlier umount failed]

At that point the preparation would be done, now comes the interaction part:

- show a black screen
- if external card is present, wait for it to be removed first

- show a white screen
- wait for external card to be inserted [this card will be formatted]

The removal/insertion is simply a means to confirm that you want this card to be formatted. It's to help avoid blindly formatting a card that was left inside the device.

After replacing the external card, user interaction phase has ended.

- display a "progress bar" (going forwards)
- partition and format the new card
- copy all data

this takes a while, depending on amount of data and card speeds.

- reboot the device

After reboot the device would complain about unable to read the external card (since it's formatted for internal use) however this didn't cause any damage when I tested it, so I opted to not have a 2nd interaction phase prompting you to remove the card first...
frostschutz is offline   Reply With Quote
Old 12-31-2018, 01:56 PM   #90
Elaxon
Zealot
Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.Elaxon ought to be getting tired of karma fortunes by now.
 
Posts: 100
Karma: 224118
Join Date: Dec 2014
Device: Kobo H20 Aura
Quote:
Originally Posted by frostschutz View Post
What the external variant does is roughly:
- wait for nickel [default Kobo UI] to be started (if you are using some launcher, you have to launch nickel manually first)
- kill nickel
- umount user partition (other mods could prevent that from succeeding, which would be suboptimal)
- display a "progress bar" (same as nickel bootup bar, squares, going backwards)
- mount the filesystems read-only (of the internal card)
[progress bar would get stuck forever if this fails, e.g. possible if earlier umount failed]
At that point the preparation would be done, now comes the interaction part:
- show a black screen
- if external card is present, wait for it to be removed first
- show a white screen
- wait for external card to be inserted [this card will be formatted]
The removal/insertion is simply a means to confirm that you want this card to be formatted. It's to help avoid blindly formatting a card that was left inside the device.
After replacing the external card, user interaction phase has ended.
- display a "progress bar" (going forwards)
- partition and format the new card
- copy all data
this takes a while, depending on amount of data and card speeds.
- reboot the device
After reboot the device would complain about unable to read the external card (since it's formatted for internal use) however this didn't cause any damage when I tested it, so I opted to not have a 2nd interaction phase prompting you to remove the card first...
I guess it failed on umounting the filesystem as it was stuck on the Nickel bootup forever. I will try later on to uninstall KSM and then run the script so nothing is affecting it there.
Elaxon is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Glo Memory Upgrade Mod Guide (With Pictures) Gergith Kobo Developer's Corner 352 06-01-2025 02:00 PM
Vox Kobo Vox memory card image - Fix tablet upgrade error and more pcampbell Kobo Tablets 76 05-05-2020 12:11 PM
Glo Memory Upgrade without opening your Kobo Markismus Kobo Developer's Corner 33 04-21-2017 11:25 AM
iOS Devices [mod: might be] Banned in Europe [mod: Germany] CyGuy News 27 12-13-2011 07:47 AM


All times are GMT -4. The time now is 04:27 AM.


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