![]() |
#1 |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
Setting up Kobo Touch without desktop app?
Is there any way to do this? The regular Kobo did everything just fine on it's own. And i use Linux (NOT Debian based) and i refuse to run windows again...So am i just out of luck? Can i set up my touch without the desktop app? It doesn't look like it will let me. If not then i will be promptly returning it...
|
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,250
Karma: 78869092
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Well.. check this link --> https://www.mobileread.com/forums/sho...t=82378&page=6
The issue is that the Touch was shipped before the firmware was finalized; some functionality (including WiFi) was not in the firmware as shipped... |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Kobo Developer Co-op
![]() Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Kobo Touch
|
Sorry, we don't have an RPM at this time.
Try giving Alien a spin: http://kitenet.net/~joey/code/alien) Last edited by queensryche_fan; 06-16-2011 at 02:47 PM. |
![]() |
![]() |
![]() |
#4 | |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
Quote:
|
|
![]() |
![]() |
![]() |
#5 | |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
Quote:
|
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Kobo WiFi/Kobo touch
|
For non-Debian-style distributions:
1. download http://dl.dropbox.com/u/2183775/kobo-desktop.deb 2. it unpacks into a couple of files, one of them is data.tar.gz; unpack it in root: gzcat data.tar.gz | (cd /; tar -xvpPf - ) Note that the executable in /usr/local/Kobo/Kobo may appear to miss some required libraries (check ldd /usr/local/Kobo/Kobo | grep found) but these may be bogus as the libraries are in the same directory, except ldconfig does not seek this location. A short script in /usr/bin/Kobo, which should be the first on the PATH, anyways, sets up some env vars to take care of the non-standard library locations (why the Kobo team decided to do it this way is another matter). Under Zenwalk (a streamlined Slackware distro), I actually used the standard package tool: mv data.tar.gz data.tgz; netpkg data.tgz and all went well. The firmware is at 1.9.2, WiFi is seeing networks, device synced nicely with the existing Kobo acount. Now, if only WiFi knew about USERNAMES not just passwords (WPA Enterprise? - but this is not the only place where USERNAME may be required...), but this is a topic for another post. Last edited by SimplyTheDoctor; 06-16-2011 at 03:47 PM. |
![]() |
![]() |
![]() |
#7 | |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
Quote:
Oh my...Now i'm confused *LOL*... Okay i'm running Opensuse 11.4 ... Going step by step...How do i do this? :-D |
|
![]() |
![]() |
![]() |
#8 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 158
Karma: 153344
Join Date: Dec 2010
Device: Kobo wifi
|
You used to be able to update the firmware at Chapters - they could do it via the SD card slot. Not sure if they still do that or not.
|
![]() |
![]() |
![]() |
#9 |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
Well i don't see chapters in any of the menus and i have no sd card...Why in the world would they ship it with the firmware like that?
|
![]() |
![]() |
![]() |
#10 | |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 333
Karma: 1440670
Join Date: Jul 2010
Location: Auckland, New Zealand
Device: Kobo Original, Kobo Glo
|
Quote:
With earlier Kobo's you could take your Kobo into a store and they would do the firmware upgrade via an SD card that they had. |
|
![]() |
![]() |
![]() |
#11 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,250
Karma: 78869092
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Quite simply the hardware was ready before the software, so rather than delay the entire shipping process until the software was complete they got the unit into the fulfillment chain knowing that their install process would perform the upgrade.
|
![]() |
![]() |
![]() |
#12 |
Enthusiast
![]() Posts: 33
Karma: 10
Join Date: Jun 2011
Device: Nook STR
|
erased venting rant *LOL*
Last edited by daewon; 06-17-2011 at 01:17 AM. |
![]() |
![]() |
![]() |
#13 | |
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Jun 2011
Device: Kobo WiFi/Kobo touch
|
command-line instructions for installing under non-Deb distributions
Quote:
First, open a Terminal window. Then, type in the following commands (assuming Kobo Touch, for Kobo WiFi the file name is kobo-desktop-older.deb): wget http://dl.dropbox.com/u/2183775/kobo-desktop.deb ar -x kobo-desktop.deb ls You should have these files in front of you now: control.tar.gz data.tar.gz debian-binary kobo-desktop.deb Ignore all but the data.tar.gz. Become super-user: su (enter your root password here) cat data.tar.gz | (cd /; tar -zxvpPf - ) Test if you are missing any libraries: ldd /usr/local/Kobo/Kobo | grep found If you get the following three lines: libQtSolutions_SingleApplication-2.6.so.1 => not found libQtSolutions_IOCompressor-2.3.so.1 => not found libnickel.so.1 => not found you are done, if you have OTHER lines with a "not found" message, you may need to use YaST to bring those libraries in. exit Now you are back to being a regular user, so try running the program /usr/bin/Kobo If it all works as it should, add a shortcut to your desktop which uses the above command. Cheers. Last edited by SimplyTheDoctor; 06-27-2011 at 01:15 AM. |
|
![]() |
![]() |
![]() |
#14 |
himself
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 576
Karma: 11226
Join Date: May 2010
Device: Kobo
|
Having wifi at hand, it sounds a bit obsolete not to use it for
firmware upgrade. I also use unix on my box and cannot jump through rings just to make minor update. Doing online upgrade makes a stress on potential server, but saves nerves for end user. I'm not quite informed how other vendors do that in details, but they manage to avoid desktop app at all. If I didn't get it completely wrong. Best regards all. |
![]() |
![]() |
![]() |
#15 | |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 158
Karma: 153344
Join Date: Dec 2010
Device: Kobo wifi
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Touch Need help setting up Kobo Touch for my boss | ficbot | Kobo Reader | 5 | 06-14-2011 12:36 AM |
Kobo not recognized by Calibre (or Kobo desktop app) | spiffy05 | Devices | 2 | 06-06-2011 11:43 AM |
Kobo Desktop App for XP | gmedin | Kobo Reader | 19 | 12-28-2010 01:44 PM |
Kobo Desktop App v1.7 onboard Kobo WiFi | ZombWii | Kobo Reader | 6 | 10-20-2010 12:24 PM |
Kobo Desktop App | rothas | Kobo Reader | 1 | 05-03-2010 08:17 PM |