11-15-2013, 05:00 PM | #76 | |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
Quote:
Edit: checking the source that probably should be a "03", no luck though. Just to be sure: the address in the image would be 0x8001e right? Last edited by giorgio130; 11-15-2013 at 05:21 PM. |
|
11-15-2013, 05:18 PM | #77 |
Wizard
Posts: 4,465
Karma: 6900052
Join Date: Dec 2009
Location: The Heart of Texas
Device: Boox Note2, AuraHD, PDA,
|
|
Advert | |
|
11-15-2013, 05:32 PM | #78 |
Zealot
Posts: 129
Karma: 34471
Join Date: Aug 2013
Location: Cracow, Poland
Device: Kobo Touch N905C
|
No. It's not the one. About 16 bytes further. 0x8002F? I don't know exactly because I have "00" there now But please compare my image with yours.
Last edited by MarekGibek; 11-15-2013 at 05:34 PM. |
11-15-2013, 05:45 PM | #79 | |
Zealot
Posts: 129
Karma: 34471
Join Date: Aug 2013
Location: Cracow, Poland
Device: Kobo Touch N905C
|
I don't see the "03" value supported in Tolino's kernel source code.
It's like: Quote:
Is it working on Aura HD but with wrong resolution? If yes, it is possible to fix it by merging video driver code from Aura HD's kernel. Last edited by MarekGibek; 11-15-2013 at 05:51 PM. |
|
11-15-2013, 05:54 PM | #80 |
Enthusiast
Posts: 47
Karma: 384
Join Date: Nov 2013
Device: Kobo Mini (f/w 3.4.1) + Aura (f/w 3.12.1)
|
since it works on the touch, would it work on the mini as well ??
|
Advert | |
|
11-15-2013, 06:01 PM | #81 |
Zealot
Posts: 129
Karma: 34471
Join Date: Aug 2013
Location: Cracow, Poland
Device: Kobo Touch N905C
|
Yes. It should.
The "HW CONFIG" part needs to be configured for Kobo Mini (copied from original Kobo image?). But relatively minor changes are needed (if any). I don't have Kobo Mini to tell exactly what. |
11-15-2013, 06:11 PM | #82 |
Zealot
Posts: 129
Karma: 34471
Join Date: Aug 2013
Location: Cracow, Poland
Device: Kobo Touch N905C
|
Here is my image for Kobo Touch (82MB). It may work on Mini as well (not tested). You need 2GB or larger SD card to test it. It's already rooted.
[EDIT] Link removed. Here is a newer version: https://www.mobileread.com/forums/sho...&postcount=137 Last edited by MarekGibek; 11-23-2013 at 03:49 PM. |
11-15-2013, 10:19 PM | #83 |
Member
Posts: 23
Karma: 186
Join Date: Jul 2013
Location: France
Device: Kobo glo
|
It works well for me on a kobo Glo
I thanks all posters for the detailed instructions I write the original image on a 4Go sdcard and it left 2Go free for user For those interested, this is the partitions: Unused 15M FAT32 2.16Go Mein Tolino ext3 384Mo ext3 512Mo ext3 384Mo ext4 256Mo Unused 16M So the original image is 4Gb and the I suppose the partitions must be modified for using all the space of a card greater than 4Gb. ---------------- However some known problems are not solved: 1) Led blinking -> Must find adresse of the port for this led... -> otherwise I plan in last resort to try to desolder it (Have to remove motherboard) 2) Screen light can't be set to off -> KevinShort app don't work for me currently. -> I also try an android app called AndroidIOCTL.apk for writing to /dev/ntx_io but with no success. 3) The magnetic sensor for Sleepcover don't work -> Can be solved with a custom apk if somebody can find the adress of this sensor. >>>>>>>> (THE BIGGEST PROBLEM for me) <<<<<<<<<<<< 4) Landscape mode don't work The image is rotated but not the IR Touchscreen As i'm not very skilled on linux, I need help to try to solve this 4) Do you know of a way to hack this (and where, IR driver ? Is it in kernel sources ? ) The IR coordonates must simply be rotated, if we can patch the driver. or it's perhaps possible to write a wrapper between android apps et android api to rotate touch values. There is a Tolino Shine thread on xda developpers http://forum.xda-developers.com/show....php?t=2218458 I can't post on developpers threads yet as i'm a new user Can somebody ask the question on this thread ? |
11-16-2013, 02:06 AM | #84 |
Connoisseur
Posts: 56
Karma: 31830
Join Date: Oct 2012
Location: Australia
Device: Aura HD, after a train ate my Glo
|
Thanks for the guide!
However, I can't get mine to work for some reason. When executing 3_install_su.bat, one of the first things it does is: @adb shell "mount -o rw,remount /dev/block/mmcblk0p2 /system" ... to which there's a response "mount: invalid argument". Then, copying all the stuff fails because target directory doesn't exist. Halp ~~~ |
11-16-2013, 03:27 AM | #85 |
Member
Posts: 23
Karma: 186
Join Date: Jul 2013
Location: France
Device: Kobo glo
|
To sysKin:
Are you sure your driver is installed correctly and your android device is detected by adb ? cmd line: adb devices -> must list your device Using Tachikoma post, I have to edit android_winusb.inf and add this lines ;Tolino Shine %CompositeAdbInterface% = USB_Install, USB\VID_1F85&PID_1689&MI_01 %CompositeAdbInterface% = USB_Install, USB\VID_1F85&PID_1689&REV_0226MI_01 like said SyreKron on 6th post of this thread. On first try, there were errors for me too, but second was fine Sometimes, there is more of one adb.exe in the path and it cause problems Try to reset adb by adb kill-server command. Try also to kill all adb instances in task manager. Hope this help. |
11-16-2013, 04:00 AM | #86 | |
Connoisseur
Posts: 56
Karma: 31830
Join Date: Oct 2012
Location: Australia
Device: Aura HD, after a train ate my Glo
|
Quote:
[edit] oooh now I see: it worked because my previous Samsung driver took over, for some reason. Still, after changing the driver to the provided one, I have the exact same problem. I was able to make mount work by removing "remount" option and adding -t ext4 option. However, this changed the error to permission denied. It looked like /system was mounted read-only. However, new question: should I update the device before rooting it? Initially I didn't, but after all the trouble I updated it (to version 1.2.4) and now it seems to be ignoring recovery.img sdcard -- I put it in, but no matter how much I wait / how many times I reboot, it doesn't shut down by itself. [edit] as per http://www.lesen.net/forum/ebook-rea...f%C3%BCr-root/ , we can't root version 1.2. Oh well, I'll re-image my card. Last edited by sysKin; 11-16-2013 at 04:58 AM. |
|
11-16-2013, 04:26 AM | #87 | |
Time Waster
Posts: 422
Karma: 289160
Join Date: May 2011
Device: Kobo Glo and Aura HD
|
Quote:
Code:
const char * gszDisplayResolutionA[]={"800x600","1024x758","1024x768","1440x1080"};// Display resolution . |
|
11-16-2013, 05:58 AM | #88 | |
Enthusiast
Posts: 35
Karma: 946
Join Date: Mar 2013
Device: Kobo Mini
|
Quote:
|
|
11-16-2013, 06:26 AM | #89 | |
Junior Member
Posts: 7
Karma: 10
Join Date: Sep 2013
Location: Saint Petersburg
Device: Kobo glo
|
Quote:
|
|
11-16-2013, 06:26 AM | #90 | |
Enthusiast
Posts: 47
Karma: 384
Join Date: Nov 2013
Device: Kobo Mini (f/w 3.4.1) + Aura (f/w 3.12.1)
|
Quote:
|
|
Tags |
android, glo, kobo, shine, tolino |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Glo Synchronizing my own books between Kobo Glo and Kobo Android | ploum | Kobo Reader | 35 | 01-07-2015 07:28 PM |
kobo glo / android phone not detected | danieldo | Devices | 2 | 02-02-2013 01:28 PM |
Glo Screen durability of the glo..is it better than the Nook Glo?? | Tony1988 | Kobo Reader | 4 | 01-10-2013 08:38 PM |
Glo Can kobo glo run android app such as nook glo? | suspect | Kobo Developer's Corner | 1 | 12-29-2012 12:25 AM |
Released 14 HoneyComb ROM MOD for Android OS 1.6 /Android OS 2.1 HCV13.0 B20 | tipstir | Android Devices | 0 | 05-20-2011 03:59 AM |