![]() |
#31 |
Connoisseur
![]() ![]() Posts: 64
Karma: 144
Join Date: Aug 2019
Device: Tolino Vision HD4, BOOX Poke2
|
Hi guys, Thanks for ideas, I will probably still try out to find a smaller gp services version on xda developers
|
![]() |
![]() |
![]() |
#32 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino 3 Shine
|
Hi,
first, again (I did it in dictionaries thread) thanks for the huge work done here. I did applied everything and re-changed the change of the IP to keep the online library working (I have many books bought through them). Question: would it be possible to change the way the library is shown? I hate the divission "Book, Author, collections". I have lots of books that I orderded in my pc with Calibre, so they have tags. I would love to be able to sort them for example by language or tag (adventure, for example). Do you think this would be doable? Regards, |
![]() |
![]() |
Advert | |
|
![]() |
#33 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,910
Karma: 3933245
Join Date: Sep 2012
Location: Salzburg AT
Device: Bigme 3/3, Boox 4/14, Like-/Meebook 2/8, Tolino 1/10, Ki/Ko 0/8
|
Quote:
|
|
![]() |
![]() |
![]() |
#34 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino 3 Shine
|
Quote:
I tryed to install calibre-companion.apk via "adb install calibre-companion.apk", but it wont get installed. Also, even if i manage to install it (I hope, or I just paid for nothing :P ) how am I supossed to launch it? Did you do it yourself? |
|
![]() |
![]() |
![]() |
#35 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,910
Karma: 3933245
Join Date: Sep 2012
Location: Salzburg AT
Device: Bigme 3/3, Boox 4/14, Like-/Meebook 2/8, Tolino 1/10, Ki/Ko 0/8
|
Quote:
You will not succeed in installing one app. You have to perform the complete procedure with fastboot boot twrp.img aso. You should join this forum and ask there - google translate can help both sides. Or ask @Waldy - he is here a member. |
|
![]() |
![]() |
Advert | |
|
![]() |
#36 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino 3 Shine
|
Quote:
![]() Servus, |
|
![]() |
![]() |
![]() |
#37 | |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 38
Karma: 90402
Join Date: Feb 2019
Device: Tolino Shine 3
|
Quote:
Once you install another launcher, run: adb shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER When there is more than one launcher installed, this should force a prompt to let you decide which one to use, so make sure to choose the new one (not Tolino or de.telekom.epub: that's the stock one). |
|
![]() |
![]() |
![]() |
#38 |
Junior Member
![]() ![]() Posts: 6
Karma: 160
Join Date: Jan 2018
Device: Kindle Keyboard, Tolino Vision HD 4
|
Protip for those that install a lot of programs via adb: from time to time, clean your /data/local/tmp folder or you'll end up filling the whole partition.
|
![]() |
![]() |
![]() |
#39 |
Member
![]() Posts: 10
Karma: 10
Join Date: Apr 2020
Device: Tolino
|
Hi Peripathetic, many thanks for your clear tutorials and work!
Some idea/request/suggestion I have: Would it be possible to respect the aspect ratio of book cover image when shown on homepage and in book library? Also, when using the current book cover as option for sleep screen, would it be possible to respect the aspect ratio of the book cover image when shown on sleep screen? Thanks in advance and kind regards! ![]() |
![]() |
![]() |
![]() |
#40 | |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino Shine 3
|
Quote:
![]() All I get is the recovery menu where is says Start, Wipe, Restore. Nothing else. I have been trying keeping pressed for 30+ seconds with and without USB cable and I have tried releasing at 30 sec. All I get is either the device starting or the recovery screen. What am I doing wrong? ![]() |
|
![]() |
![]() |
![]() |
#41 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 2,910
Karma: 3933245
Join Date: Sep 2012
Location: Salzburg AT
Device: Bigme 3/3, Boox 4/14, Like-/Meebook 2/8, Tolino 1/10, Ki/Ko 0/8
|
Quote:
|
|
![]() |
![]() |
![]() |
#42 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino Shine 3
|
I managed to install the patched boot.img by plugging the SD in my computer and running:
Code:
sudo dd if=./boot-13.2.1-adb-root-mtp.img of=/dev/disk2s1 Code:
adb reboot bootloader I was thinking of flashing in a similar manner as above but I don't know which one is the recovery partition. My guess is that is either s8, given that the twrp image is 8MB: Code:
/dev/disk2 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: FDisk_partition_scheme *7.9 GB disk2 1: Linux 6.3 MB disk2s1 2: Linux 33.6 MB disk2s2 3: DOS_FAT_32 tolino 6.2 GB disk2s4 4: Linux 402.6 MB disk2s5 5: Linux 402.6 MB disk2s6 6: Linux 536.9 MB disk2s7 7: Linux 8.4 MB disk2s8 8: Linux 4.2 MB disk2s9 9: Linux 268.4 MB disk2s10 Any other ideas on how to flash TWRP? Last edited by maxidvd; 04-23-2020 at 03:25 AM. |
![]() |
![]() |
![]() |
#43 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino Shine 3
|
So I tried flashing it on s8.
Code:
sudo dd if=./twrp_tolino.img of=/dev/disk2s8 ![]() |
![]() |
![]() |
![]() |
#44 |
Member
![]() Posts: 10
Karma: 10
Join Date: Apr 2020
Device: Tolino
|
Hello,
I was trying to install the boot-13.2.1-adb-root-mtp.img.zip via TWRP but I get the error "Invalid zip format". What am I doing wrong? Installation of update.zip works fine though. Last edited by pdurrant; 04-23-2020 at 12:05 PM. |
![]() |
![]() |
![]() |
#45 |
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2020
Device: Tolino Shine 3
|
|
![]() |
![]() |
![]() |
Tags |
adb, epubprod, mtp, tolino, twrp |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Tolino Page & Tolino Page same size? | rcentros | Tolino | 6 | 08-21-2018 03:07 PM |
Tolino II und Tolino-Tablet bereits im Herbst? | hamlok | Andere Lesegeräte | 2 | 06-19-2013 08:58 AM |
Customizing the library | centuryx476 | Library Management | 3 | 05-09-2013 09:31 PM |
customizing the toolbar | rkillings | Library Management | 3 | 09-02-2011 04:37 AM |
Customizing Calibre | lunixer | Calibre | 5 | 08-23-2010 01:21 PM |