Anleitung: Tolino Vision 3 HD und Tolino Shine 2 HD Root-Zugriff

Stasys

New member
Here\'s a modified version of my rooting package...
I\'m switching reader off by pressing on/off button for about ten seconds. Then I\'m connecting reader to PC, on Tolino I see white rectangle with running dots. So I\'m launching your 1_install_update.bat
No luck - here is the listing.

* daemon not running, starting it now on port 5037 *
* daemon started successfully *
List of devices attached
60022112.bdeUf6205bd4f60a26524?????????? device
Bitte warten ...
cannot stat ’../l_images/update_recovery.zip’: No such file or directory failed on ’/sdcard/update_recovery.zip’ - No such file or directory unzip: chdir(/tmp): No such file or directory
chmod: /tmp/META-INF/com/google/android/update-binary: No such file or directory /system/bin/sh: /tmp/META-INF/com/google/android/update-binary: not found cannot stat ’../l_images/custom_boot.img’: No such file or directory Bitte warten ...
* daemon not running, starting it now on port 503? *
* daemon started successfully *
Fertig! Der Tolino eReader wird nun neu gestartet.

On Tolino I see white rectangle with running dots.


Also I can enter fastboot mode, by pressing light and on/off buttons - maybe that can help me somehow?
 
Zuletzt bearbeitet von einem Moderator:

Chalid

Administrator
Teammitglied
Oh, I did miss a line in the file. Edit the 1_install_update file and add \\\"cd 3_adb\\\" without the quotes to the second line, so it looks like this:
@echo off
cd 3_adb
@adb kill-server
@adb devices
etc.




---


Duskwind: Ja, das sollte eigentlich passen. Eventuell noch mit einem anderen USB-Kabel ausprobieren, oder wie Gerhard Böse sagt, unter einem anderen Braum im Gerätemanager nachsehen.
 

Stasys

New member
Edit the file and add 1_install_update "cd 3_adb" ...
Code now looks as you\'ve said:

@echo off
cd 3_adb
@adb kill-server
@adb devices
@ECHO Bitte warten ...


Probably one more line is required - here the listing:

* daemon not running, starting it now on port 503? *
* daemon started successfully *
List of devices attached
60022112.bdel4f6205bd4f60a26524?????????? device
Bitte warten ...
1303 KB/s (95337786 bytes in 71.440s)
unzip: chdir(/tmp): No such file or directory
chmod: /tmp/META-INF/com/google/android/update-binary: No such file or directory /system/bin/sh: /tmp/META-INF/com/google/android/update-binary: not found 1321 KB/s (3928064 bytes in 2.901s)
Bitte warten ...
1*1 records in 1*1 records out
Fertig! Der Tolino eReader wird nun neu gestartet.
Press any key to continue...
 

Chalid

Administrator
Teammitglied
Code now looks as you\'ve said:

Try this code (replace everything in the install-file):

@echo off
cd 3_adb
@adb kill-server
@adb devices
@ECHO Bitte warten ...
@adb shell mount -t vfat /dev/block/mmcblk0p4 /sdcard/
@adb push ../1_images/update_recovery.zip /sdcard/
@adb shell mv /sdcard/update_recovery.zip /sdcard/update.zip
@adb shell mkdir -m 777 /sdcard/tmp
@adb shell busybox unzip /sdcard/update.zip META-INF/com/google/android/update-binary -d /sdcard/tmp
@adb shell busybox chmod u+x /sdcard/tmp/META-INF/com/google/android/update-binary
@adb shell /sdcard/tmp/META-INF/com/google/android/update-binary 3 1 /sdcard/update.zip
@adb shell sleep 3
@adb shell sync
@adb shell sleep 3
@adb shell sync
@adb push ../1_images/custom_boot.img /sdcard/
@ECHO Bitte warten ...
@adb shell busybox dd if=/sdcard/custom_boot.img of=/dev/block/mmcblk0p1 bs=2M
@adb shell sleep 3
@adb shell sync
@adb shell sleep 3
@adb shell sync
@ECHO Fertig! Der Tolino eReader wird nun neu gestartet.
@adb shell reboot
PAUSE
 

Stasys

New member
Read only file system:(

* daemon not running, starting it now on port 503? *
* daemon started successfully *
List of devices attached
60022112.bdel4f6205bd4f60a26524?????????? device
Bitte warten ...
1304 KB/s (95337786 bytes in 71.383s)
mkdir failed for -m, Read-only file system
Archive: /sdcard/update.zip
unzip: can’t find file table
chmod: /sdcard/tmp/META-INF/com/google/android/update-binary: No such file or directory /system/bin/sh: /sdcard/tmp/META-INF/com/google/android/update-binary: not found 1322 KB/s (3928064 bytes in 2.900s)
Bitte warten ...
1*1 records in 1*1 records out
Fertig! Der Tolino eReader wird nun neu gestartet.
Press any key to continue . . .
 

Chalid

Administrator
Teammitglied
Read only file system:(

Use the following code:

@echo off
cd 3_adb
@adb kill-server
@adb devices
@ECHO Bitte warten ...
@adb shell mount -t vfat /dev/block/mmcblk0p4 /sdcard/
@adb shell mount -o remount, rw /sdcard
@adb push ../1_images/update_recovery.zip /sdcard/
@adb shell mv /sdcard/update_recovery.zip /sdcard/update.zip
@adb shell mkdir -m 777 /sdcard/tmp
@adb shell busybox unzip /sdcard/update.zip META-INF/com/google/android/update-binary -d /sdcard/tmp
@adb shell busybox chmod u+x /sdcard/tmp/META-INF/com/google/android/update-binary
@adb shell /sdcard/tmp/META-INF/com/google/android/update-binary 3 1 /sdcard/update.zip
@adb shell sleep 3
@adb shell sync
@adb shell sleep 3
@adb shell sync
@adb push ../1_images/custom_boot.img /sdcard/
@ECHO Bitte warten ...
@adb shell busybox dd if=/sdcard/custom_boot.img of=/dev/block/mmcblk0p1 bs=2M
@adb shell sleep 3
@adb shell sync
@adb shell sleep 3
@adb shell sync
@ECHO Fertig! Der Tolino eReader wird nun neu gestartet.
@adb shell reboot
PAUSE
 

Stasys

New member
Still no luck:(


Here is what I\'ve got now:

* daemon not running, starting it now on port 503? *
* daemon started successfully *
List of devices attached
60022112.bdeUf6205bd4f60a26524???U?U???? device
Bitte warten ...
Usage: mount [—r1 [—w 1 l-o options] 1-t type] device directory
1305 KB/s (95337786 bytes in 71.299s)
mkdir failed for -m, Read-only file system
Archive: /sdcard/update.zip
unzip: can’t find file table
chmod: /sdcard/tmp/META-INF/com/google/android/update-binary: No such file or directory /system/bin/sh: /sdcard/tmp/META-INF/com/google/android/update-binary: not found
1313 KB/s (3928064 bytes in 2.920s)
Bitte warten ...
1*1 records in 1*1 records out
Fertig! Der Tolino eReader wird nun neu gestartet.
Press any key to continue . . .


Then I tried just command "adb shell mount" in cmd - may be that would be of use:

C:\\Users\\Stas>adb shell mount
rootfs / rootfs ro.relatime 0 0
tmpfs /dey tmpfs rw,nosuid,relatime,mode=?55 0 0
deypts /dey/pts deypts rw,relatime,mode=600 0 0
proc /proc proc rw.relatime 0 0
sysfs /sys sysfs rw.relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=?55,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=?55,gid=1000 0 0
tmpfs /mnt/shm tmpfs rw.relatime,size=1024k,mode=??5,uid=1000,gid=1003 0 0
none /dey/cpuctl cgroup rw.reDatime.cpu 0 0
/dey/block/mmcblk0p5 /system ext4 ro.relatime,user_xattr,barrier=l,data=ordered
0 0
/dey/block/mmcblk0p? /data ext4 rw,nosuid.nodey.noatime,nodiratime,user_xattr,ba rrier=l,data=ordered,noauto_da_alloc 0 0
/dey/block/mmcblk0p6 /cache ext4 rw,nosuid,nodey,relatime,user_xattr,barrier=l,d ata=ordered 0 0
/dey/block/mmcblk0p8 /deyice ext4 ro,nosuid,nodey,relatime,user_xattr,barrier=l, data=ordered 0 0
/dey/block/mmcblk0pl0 /share ext4 rw,nosuid.nodey.noatime,nodiratime,user_xattr, barrier=l,data=ordered,noauto_da_alloc 0 0 none /sys/kernel/debug debugfs rw.relatime 0 0
/deu/block/mmcblk0p4 /mnt/sdcard ufat rw,relatime.fmask=0000,dmask=0000,allow_ut ime=0022,codepage=cp43?,iocharset=iso8859-l,shortname=mixed,errors=remount-ro 0 0
C:\\Users\\Stas>
 

Chalid

Administrator
Teammitglied
You need to try to remount the sdcard-folder to make it writeable. Use google to get the necessary commands and type everything from the install-file 1 by 1 (without the @, so for example type: adb shell mount -t vfat /dev/block/mmcblk0p4 /sdcard/) into the command line (Windows + R -> CMD). Only continue after you get no error-message remounting the folder.


I succesfully used the remount command line and it worked with Vision 3 HD, so it should work with yours too.
 

Geronimo

New member
Hallo,


erstmal vielen Dank für die tolle Anleitung!


Ich habe gestern meinen Tolino Shine 2 HD bekommen und direkt versucht ihn zu rooten. Grundsätzlich konnte ich alle Schritte durchlaufen und der Tolino startet mit dem Angebot, entweder den Smartlauncher oder den Tolino Launcher zu benutzen.


Jetzt kommt das Problem. Der Startvorgang des Smartlaunchers bricht jedes Mal mit folgender Fehlermeldung ab:


6TE0aYETk27hQb0g4IqQZZF8z37t4F2L8KEF4UohsU6xlh6JGkPYpCCXPhx18gmxt781NlxQF7hHKx4u_UbV7OeaVbs=s853



Danach kann ich nur den Tolino-Launcher starten und habe somit keinen Zugriff auf andere Apps, etc.


Hat jemand eine Idee?


(P.S.: Ich benutze auf meinem Computer Ubuntu. Habe aber auch Zugriff auf einen Windows-Rechner.)


Viele Grüße
Gero
 

Gerhard Böse

Well-known member
Jetzt kommt das Problem. Der Startvorgang des Smartlaunchers bricht jedes Mal mit folgender Fehlermeldung ab:


6TE0aYETk27hQb0g4IqQZZF8z37t4F2L8KEF4UohsU6xlh6JGkPYpCCXPhx18gmxt781NlxQF7hHKx4u_UbV7OeaVbs=s853



Danach kann ich nur den Tolino-Launcher starten und habe somit keinen Zugriff auf andere Apps, etc.


Hat jemand eine Idee?
Von welcher Firmware Version bist Du ausgegangen? Ich habe bei 1.7.1 Probleme gehabt. Mein Gedanke, mach ein Update und mach den Root nochmals.
 

Geronimo

New member
Von welcher Firmware Version bist Du ausgegangen? Ich habe bei 1.7.1 Probleme gehabt. Mein Gedanke, mach ein Update und mach den Root nochmals.

Danke für die schnelle Antwort! Ich hatte den Tolino schon auf 1.7.4 upgedated.


Entschuldigung übrigens, ich habe gerade gesehen, dass mein Problem schon andere User betroffen hat und meine Frage schon gestellt wurde.


Ist es richtig, dass ich die Originalfirmware flashen muss um den Tolino in den Auslieferungszustand zurückzuverstzen? Wenn ja, wo kann bekomme ich die her?


Sorry für meine blöden Fragen....
:eek:
:o
 

Gerhard Böse

Well-known member
Ich hatte den Tolino schon auf 1.7.4 upgedated.
....
Ist es richtig, dass ich die Originalfirmware flashen muss um den Tolino in den Auslieferungszustand zurückzuverstzen? Wenn ja, wo kann bekomme ich die her?
Ich habe meine Vision 3 HD und Shine 2 HD mit 1.7.4 geflasht. Ich würde sagen, mach nocheinmal ein Update auf 1.7.4 , tausche die eingebaute Karte auf eine Größere - Anleitung gibts hier im Forum - und mach den Root anschließend nocheinmal
 

Geronimo

New member
Ich habe meine Vision 3 HD und Shine 2 HD mit 1.7.4 geflasht. Ich würde sagen, mach nocheinmal ein Update auf 1.7.4 , tausche die eingebaute Karte auf eine Größere - Anleitung gibts hier im Forum - und mach den Root anschließend nocheinmal

Danke, es hat diese Mal geklappt!!! Yay 😆 Eine neue Karte habe ich allerdings (noch) nicht eingebaut.


Ich habe das Gerät einfach über die Tolino-Oberfläche wieder in den Auslieferungszustand zurückversetzt.


Dann bin ich (mit einem anderen Kabel und nur mit USB 2.0 Ports - keine Ahnung, ob das einen Unterschied gemacht hat) Schritte 4 bis 9 noch einmal durchgegangen und es hat geklappt! 😆


Es lohnt sich also, wie hier schon einige Male geschrieben, das Ganze öfters zu probieren (und evtl. auch mit einem anderen als dem mitgelieferten Kabel).




EDIT: Es lag nicht an dem Kabel oder an irgendetwas anderem. Es lag an der Spracheinstellung. Stellt man den Tolino auf Englisch, kann man am Ende den SmartLauncher nicht starten. Auf Deutsch funktioniert alles. Mir hat sogar die Umstellung der Sprache auf Englisch eine funktionierende Installation komplett zerschossen.
 
Zuletzt bearbeitet von einem Moderator:

cellaris

Active member
Goldendict lässt sich nicht installieren.

GoldenDict arbeitet in seiner generischen Version. Ich habe die "GoldenDict-1.6.5-free" Version installiert (nicht funktionierende Version "Android 4.0 +").


Es gibt auch eine alte Version von "AlReader" (AlReader.Eink 1.45805) betreibt die "screen-refresh". In anderen Versionen denke ich, dass es nicht funktioniert.
 

Stasys

New member
Great Chalid fixed my tolino remotely and I want to thank him here as well. Thank you, Chalid!


Finally I was able to get my tolino working with pure android.


But there still one catch - Smart Launcher is launching only if system language is German. So if you, English language users, as I am, are getting Smart Launcher error:
1. press tolino launcher
2. in tolino switch language to German
3. restart the device
4. run the 8_TEST_adb.bat and if you see your device number
5. run 9_INSTALL_su.bat


And if being in pure android you will switch system language to English and restart the device - Smart Launcher will not start anymore and you will need to repeat steps 1-5.
 
Zuletzt bearbeitet von einem Moderator:

Irian

New member
Habe das rooten meines Tolino Vision 3 HD (mit Version 1.8) mal versucht, klappt leider nicht.


Windows 10, 64 Bit.


Der Prozess scheitert beim installieren des Google Android Phone Treibers. Es gibt zwar einen Tolino in der Geräteliste, die einzige auch nur ähnliche Kategorie bei den Treibern ist allerdings "Android Device" und dort gibt es weit und breit keinen Google-Treiber, nur Microsoft und Samsung (was am Tablet liegt).


Die Schritt zuvor (USB, Vendor-ID) habe ich natürlich ausgeführt (als Admin), liefen auch scheinbar korrekt durch. Irgendeine tolle Idee?
 

Gerhard Böse

Well-known member
Der Prozess scheitert beim installieren des Google Android Phone Treibers. Es gibt zwar einen Tolino in der Geräteliste, die einzige auch nur ähnliche Kategorie bei den Treibern ist allerdings "Android Device" und dort gibt es weit und breit keinen Google-Treiber, nur Microsoft und Samsung (was am Tablet liegt).
Treiber aktualisieren - 2_usb_driver
 

Irian

New member
Wenn du damit meinst, manuell den Treiber aus dem genannten Order zu nutzen... Been there, tried that. Windows 10 lehnte ab.
 
Oben