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 06-05-2014, 04:24 PM   #256
Sanxel
Member
Sanxel began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Mar 2014
Device: Kobo Glo
embryo, thanks!! I'll try that. Couple more questions:
1. What tool did you use for creating the images of microSD? 2. Don't you know how to write a script for rebooting the system? I want to add it as a widget to reboot to Nickel. I already created the widget for !SuperClean from V6_SuperCharger. It reboots after cleaning the cache.
Thanks.

Last edited by Sanxel; 06-05-2014 at 04:32 PM.
Sanxel is offline   Reply With Quote
Old 06-05-2014, 04:32 PM   #257
embryo
Fanatic
embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.
 
embryo's Avatar
 
Posts: 529
Karma: 64554
Join Date: Aug 2013
Device: Kobo Glo, GloHD
Quote:
Originally Posted by Krytes View Post
I've been writing the image and moving the partitions while the SD card is in the kobo, if that makes a difference.
Yes it does. Its the wrong way to do it.
You can not see all the partitions of the card this way.
You have to take it out of the reader and mount it with some card adapter.
And then follow the 'Dual Boot Nickel - Android' instructions of the first post.
embryo is offline   Reply With Quote
Advert
Old 06-05-2014, 04:39 PM   #258
embryo
Fanatic
embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.
 
embryo's Avatar
 
Posts: 529
Karma: 64554
Join Date: Aug 2013
Device: Kobo Glo, GloHD
Quote:
Originally Posted by Sanxel View Post
embryo, thanks!! I'll try that. Couple more questions:
1. What tool did you use for creating the images of microSD?
I couldn't make "Image writer" to work on WinXP SP2, so I used RMPrepUSB.

Quote:
2. Don't you know how to write a script for rebooting the system?
Normal Reboot
Code:
#!/system/bin/sh
reboot
Hot Reboot
Code:
#!/system/bin/sh
su -c 'pkill -TERM -f system_server'

Last edited by embryo; 06-05-2014 at 04:45 PM.
embryo is offline   Reply With Quote
Old 06-05-2014, 06:58 PM   #259
Krytes
Enthusiast
Krytes began at the beginning.
 
Posts: 48
Karma: 24
Join Date: Jul 2008
Device: Kobo Clara BW, Boox Tab Mini C, Boox Note 2
Thanks embryo! It works perfectly now
Krytes is offline   Reply With Quote
Old 06-06-2014, 05:19 AM   #260
Sanxel
Member
Sanxel began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Mar 2014
Device: Kobo Glo
embryo, many thanks for all your prompt replies!
Listen, one more problem came up. My russian books' names turn to question marks after rebooting. So as a result, a book doesn't open in ALReader. It gets fixed after connecting the android to a PC. But no problem with english names. Maybe there is some app or script to fix this....

Last edited by Sanxel; 06-06-2014 at 05:46 AM.
Sanxel is offline   Reply With Quote
Advert
Old 06-06-2014, 06:23 AM   #261
embryo
Fanatic
embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.embryo calls his or her ebook reader Vera.
 
embryo's Avatar
 
Posts: 529
Karma: 64554
Join Date: Aug 2013
Device: Kobo Glo, GloHD
Quote:
Originally Posted by Sanxel View Post
My russian books' names turn to question marks after rebooting. So as a result, a book doesn't open in ALReader. It gets fixed after connecting the android to a PC. But no problem with english names. Maybe there is some app or script to fix this....
This is strange, because the system has Unicode support.
There was a similar discussion, starting at the #95 post of this thread.

Can you describe what exactly are you doing, and the programs that are involved?
embryo is offline   Reply With Quote
Old 06-07-2014, 04:25 AM   #262
Sanxel
Member
Sanxel began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Mar 2014
Device: Kobo Glo
Quote:
Originally Posted by embryo View Post
There was a similar discussion, starting at the #95 post of this thread.
Thanks! I found the solution in that discussion, though it's not perfect. My problem seems to be identical to that.
I packed the books into .rar archive on my Windows and copied it to the card. Then unpacked it by ES Zip Viewer(don't remember the exact name) inside the android. So after rebooting to Nickel and back or just turnig off/on, the russian names are preserved. Also, the interesting fact is that after just renaming the garbled name inside the android into russian, it sticks after reboots..

Last edited by Sanxel; 06-12-2014 at 04:38 AM.
Sanxel is offline   Reply With Quote
Old 06-12-2014, 11:48 PM   #263
deathclaw
Junior Member
deathclaw began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2014
Device: KOBO TOUCH N905B
Quote:
Originally Posted by angor00 View Post
I understand. Moreover, I wrote that post on the e-book forum. Android is on the external SD and will boot if backlight button is pressed when the device is been turning on. If backlight button isn't pressed the standard firmware will boot from the internal SD. By the way, the device doesn't need to open.
Hi,angor00,I use your image file for KOBO Touch in Touch N905B,but it halted at system started and can not successfully boot.Can you help?btw,The MarekGibek's img for touch can boot,through modify the hex to "05" at offset 0x80017
your touch image's TTL output:

========== upd_data.update_region( l, t, w, h ) = ( 0, 0, 758, 1024 )============
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 0
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 1
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 2
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 3
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 4
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 5
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 6
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 7
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 8
tps65185_set_reg gpI2C_adapter null
PMIC sleep->standby, retry 9
[Error] tps65185_get_temperature : change to standby mode fail !
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 0
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 1
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 2
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 3
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 4
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 5
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 6
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 7
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 8
tps65185_set_reg gpI2C_adapter null
PMIC sleep->active, retry 9
drivers/video/mxc/mxc_epdc_fb.c(915):[warning] change to power active fail,errno=-1 !
deathclaw is offline   Reply With Quote
Old 06-13-2014, 12:00 AM   #264
deathclaw
Junior Member
deathclaw began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2014
Device: KOBO TOUCH N905B
Quote:
Originally Posted by angor00 View Post
I understand. Moreover, I wrote that post on the e-book forum. Android is on the external SD and will boot if backlight button is pressed when the device is been turning on. If backlight button isn't pressed the standard firmware will boot from the internal SD. By the way, the device doesn't need to open.
[Please use spoiler quotes for such a long post - MODERATOR]

Spoiler:


I have tried your dual boot image too, it halted too.

The ttl output differently:

Uncompressing Linux... done, booting the kernel.
Initializing cgroup subsys cpu
Linux version 2.6.35.3-ga50a7ec-dirty (marek@marek-Satellite-L300) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #163 PREEMPT Sat Nov 23 12:09:29 CET 2013
CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: Freescale MX50 Reference Design Platform
Memory policy: ECC disabled, Data cache writeback
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
Kernel command line: console=ttymxc0,115200 rootwait rw no_console_suspend lpj=3997696 init=/init androidboot.serialno=20030394,b3f7fdff960a45bebbc9 7f7e0266bf42 root=/dev/mmcblk1p2 rootfstype=ext4 hwcfg_p=0x7ffffe00 hwcfg_sz=512 waveform_p=0x7ff11400 waveform
PID hash table entries: 1024 (order: 0, 4096 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
allocated 1310720 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
Memory: 256MB = 256MB total
Memory: 248728k/248728k available, 13416k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
DMA : 0xf9e00000 - 0xffe00000 ( 96 MB)
vmalloc : 0x90800000 - 0xf4000000 (1592 MB)
lowmem : 0x80000000 - 0x90000000 ( 256 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.init : 0x80008000 - 0x80038000 ( 192 kB)
.text : 0x80038000 - 0x80875000 (8436 kB)
.data : 0x8089e000 - 0x80903740 ( 406 kB)
SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Hierarchical RCU implementation.
RCU-based detection of stalled CPUs is disabled.
Verbose stalled-CPUs detection is disabled.
NR_IRQS:368
MXC GPIO hardware
MXC IRQ initialized
MXC_Early serial console at MMIO 0x53fc0000 (options '115200')
bootconsole [ttymxc0] enabled
Console: colour dummy device 80x30
Calibrating delay loop (skipped) preset value.. 799.53 BogoMIPS (lpj=3997696)
pid_max: default: 32768 minimum: 301
Security Framework initialized
Mount-cache hash table entries: 512
Initializing cgroup subsys debug
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys blkio
CPU: Testing write buffer coherency: ok
regulator: core version 0.5
NET: Registered protocol family 16
i.MX IRAM pool: 128 KB@0x90840000
hwcfg_size_setup() hwcfg_szie=512
_MemoryRequest(): request memory region failed! addr=0x7ffffe00, len 512
CPU is i.MX50 Revision 1.1
Unable to handle kernel NULL pointer dereference at virtual address 00000010
pgd = 80004000
[00000010] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT
last sysfs file:
Modules linked in:
CPU: 0 Not tainted (2.6.35.3-ga50a7ec-dirty #163)
PC is at check_hardware_name+0xa0/0x1a0
LR is at mxc_gpio_direction_input+0xc/0x14
pc : [<8004df64>] lr : [<80053f74>] psr: 60000013
sp : 8f029f70 ip : 60000013 fp : 00000000
r10: 00000000 r9 : 00000000 r8 : 8f021700
r7 : 808b98f0 r6 : 000004a0 r5 : fc0001ff r4 : 808b0730
r3 : 808b0730 r2 : 00000000 r1 : 00000000 r0 : 00000000
Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
Control: 10c5387f Table: 70004019 DAC: 00000017
Process swapper (pid: 1, stack limit = 0x8f0282e8)
Stack: (0x8f029f70 to 0x8f02a000)
9f60: ffffffff 80014150 807f697c 807f6986
9f80: 80052cac 80052d9c 8f028000 8002def4 8002e65c 80039934 00000013 8000a4c4
9fa0: 00000001 8000a4dc 8f028000 80038404 80036bf8 31339934 00000039 00000000
9fc0: 0000016f 8002def4 8002e65c 80039934 00000013 00000000 00000000 80008a38
9fe0: 00000000 00000000 00000000 00000000 8000898c 80039934 ffffffff ffffffff
[<8004df64>] (check_hardware_name+0xa0/0x1a0) from [<80014150>] (mxc_board_init+0x1d0/0x848)
[<80014150>] (mxc_board_init+0x1d0/0x848) from [<8000a4dc>] (customize_machine+0x18/0x24)
[<8000a4dc>] (customize_machine+0x18/0x24) from [<80038404>] (do_one_initcall+0x54/0x19c)
[<80038404>] (do_one_initcall+0x54/0x19c) from [<80008a38>] (kernel_init+0xac/0x17c)
[<80008a38>] (kernel_init+0xac/0x17c) from [<80039934>] (kernel_thread_exit+0x0/0x8)
Code: eb064c36 e59f30f8 e5932000 e1a03004 (e5d21010)
Unhandled fault: alignment exception (0x801) at 0x8f029d9e
Internal error: : 801 [#2] PREEMPT
last sysfs file:
Modules linked in:
CPU: 0 Tainted: G D (2.6.35.3-ga50a7ec-dirty #163)
PC is at extract_buf+0xbc/0xe0
LR is at 0x0
pc : [<80205ee4>] lr : [<00000000>] psr: 60000113
sp : 8f029be8 ip : 00000000 fp : 807f236f
r10: 8004df64 r9 : 00000000 r8 : 808d6bf8
r7 : 808d6bf8 r6 : 8f029d9e r5 : 00000020 r4 : 8f029bec
r3 : 8f029bf4 r2 : ff8f579c r1 : 1b75b31a r0 : 2719ed1c
Flags: nZCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
Control: 10c5387f Table: 70004019 DAC: 00000017
Process swapper (pid: 1, stack limit = 0x8f0282e8)
Stack: (0x8f029be8 to 0x8f02a000)
9be0: 8f029cd1 2719ed1c 1b75b31a 75fe75fe ccdd4a00 e4fae486
9c00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9c20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9c40: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9c60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9c80: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9ca0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9cc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9ce0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9d00: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9d20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9d40: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9d60: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9d80: 807f236f 00000000 00000008 80908148 00000000 8020654c 808d6bf8 80908148
9da0: 00000008 00000000 8f028000 8004df66 8f029e2a 00000000 00000017 802065a4
9dc0: 00000000 00000008 00000000 80069240 00000000 80069264 8f028000 800695ac
9de0: 00000002 8003c1ac 8f0282e8 0000000b 00000000 00000008 65034000 34363062
9e00: 20363363 66393565 38663033 39356520 30303233 31652030 30333061 28203430
9e20: 32643565 30313031 20002029 00000000 00000000 00000010 00000005 00000000
9e40: 8f029f28 00000005 20000113 00000000 00000000 8045f6e8 8f029f28 8003e2cc
9e60: 00000010 00000005 00000005 808a2c70 00000010 8f029f28 8f021700 20000113
9e80: 00000000 8003821c 00000000 8f029ea4 8f083480 fffffffe 8f011014 8007af34
9ea0: 8f011000 00000000 8f029ea8 8f029ea8 808d41f4 8f083480 00000000 8f083480
9ec0: 8f028000 8f029ee8 8f006948 8045502c 80227f44 00000000 8f029ee8 808a63f0
9ee0: 00000000 80226dc8 808a63f8 801cff5c 8f0479d0 802248c8 802248d0 804553bc
9f00: 00000000 8f0479d0 8f01a600 804554b8 00000007 ffffffff 8f029f5c 000004a0
9f20: 808b98f0 800389ac 00000000 00000000 00000000 808b0730 808b0730 fc0001ff
9f40: 000004a0 808b98f0 8f021700 00000000 00000000 00000000 60000013 8f029f70
9f60: 80053f74 8004df64 60000013 ffffffff ffffffff 80014150 807f697c 807f6986
9f80: 80052cac 80052d9c 8f028000 8002def4 8002e65c 80039934 00000013 8000a4c4
9fa0: 00000001 8000a4dc 8f028000 80038404 80036bf8 31339934 00000039 00000000
9fc0: 0000016f 8002def4 8002e65c 80039934 00000013 00000000 00000000 80008a38
9fe0: 00000000 00000000 00000000 00000000 8000898c 80039934 ffffffff ffffffff
[<80205ee4>] (extract_buf+0xbc/0xe0) from [<8020654c>] (extract_entropy+0x58/0x90)
[<8020654c>] (extract_entropy+0x58/0x90) from [<802065a4>] (get_random_bytes+0x20/0x28)
[<802065a4>] (get_random_bytes+0x20/0x28) from [<80069240>] (init_oops_id+0x20/0x3c)
[<80069240>] (init_oops_id+0x20/0x3c) from [<80069264>] (print_oops_end_marker+0x8/0x24)
[<80069264>] (print_oops_end_marker+0x8/0x24) from [<800695ac>] (oops_exit+0x1c/0x2c)
[<800695ac>] (oops_exit+0x1c/0x2c) from [<8003c1ac>] (die+0x278/0x2f8)
[<8003c1ac>] (die+0x278/0x2f8) from [<8045f6e8>] (__do_kernel_fault.part.3+0x54/0x74)
[<8045f6e8>] (__do_kernel_fault.part.3+0x54/0x74) from [<8003e2cc>] (do_page_fault+0x1d8/0x1ec)
[<8003e2cc>] (do_page_fault+0x1d8/0x1ec) from [<8003821c>] (do_DataAbort+0x34/0x98)
[<8003821c>] (do_DataAbort+0x34/0x98) from [<800389ac>] (__dabt_svc+0x4c/0x60)
Exception stack(0x8f029f28 to 0x8f029f70)
9f20: 00000000 00000000 00000000 808b0730 808b0730 fc0001ff
9f40: 000004a0 808b98f0 8f021700 00000000 00000000 00000000 60000013 8f029f70
9f60: 80053f74 8004df64 60000013 ffffffff
[<800389ac>] (__dabt_svc+0x4c/0x60) from [<8004df64>] (check_hardware_name+0xa0/0x1a0)
[<8004df64>] (check_hardware_name+0xa0/0x1a0) from [<80014150>] (mxc_board_init+0x1d0/0x848)
[<80014150>] (mxc_board_init+0x1d0/0x848) from [<8000a4dc>] (customize_machine+0x18/0x24)
[<8000a4dc>] (customize_machine+0x18/0x24) from [<80038404>] (do_one_initcall+0x54/0x19c)
[<80038404>] (do_one_initcall+0x54/0x19c) from [<80008a38>] (kernel_init+0xac/0x17c)
[<80008a38>] (kernel_init+0xac/0x17c) from [<80039934>] (kernel_thread_exit+0x0/0x8)


Last edited by Dr. Drib; 01-26-2017 at 01:53 PM.
deathclaw is offline   Reply With Quote
Old 06-15-2014, 08:31 AM   #265
Radium
The Alchemist
Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.
 
Radium's Avatar
 
Posts: 26
Karma: 19062
Join Date: Jun 2014
Device: Kobo Aura HD
I have a 8GB microSD card, a kobo aura HD, a macbook, and NO CARD READER.

Someone tell me please, how to "restore" the android image onto the microSD on mac, without a card reader.
Radium is offline   Reply With Quote
Old 06-15-2014, 07:53 PM   #266
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
You can't. You have to have a card reader. You can get a USB card reader that should work. The last time I saw one it was around $10 here in Australia.
davidfor is offline   Reply With Quote
Old 06-16-2014, 04:51 AM   #267
Radium
The Alchemist
Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.
 
Radium's Avatar
 
Posts: 26
Karma: 19062
Join Date: Jun 2014
Device: Kobo Aura HD
Okay I borrowed my friend's card reader.
The microSD mounts okay, but I can't get Disk Utility to "restore" the android img on microSD. it reports some weird error. I tried it mounted, unmounted, with no result.
Radium is offline   Reply With Quote
Old 06-16-2014, 06:31 AM   #268
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
My Mac knowledge is limited to "Is that a Mac?". But, post the "weird error". Someone will probably understand it. The only way we can help is if with some details.
davidfor is offline   Reply With Quote
Old 06-16-2014, 09:47 AM   #269
Radium
The Alchemist
Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.
 
Radium's Avatar
 
Posts: 26
Karma: 19062
Join Date: Jun 2014
Device: Kobo Aura HD
Had to use a friend's windows machine as well.
Android up and running!
Now I have KOreader, Cool Reader, and Android on my KOBO. hacking quest complete?

Side note:
Had a bit of trouble booting android, eventually figured I have to turn on the device and THEN quickly press and hold the light button
Radium is offline   Reply With Quote
Old 06-16-2014, 09:49 AM   #270
Radium
The Alchemist
Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.Radium has met Morla.
 
Radium's Avatar
 
Posts: 26
Karma: 19062
Join Date: Jun 2014
Device: Kobo Aura HD
I'm running 2014-02-28_Android_Kobo_Aura_HD in dualboot mode.
But wait a minute... why is it in Russian??
Anyway to switch to English?

edit: figured myself

Last edited by Radium; 06-16-2014 at 10:03 AM.
Radium is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Users tips, apps and FAQs for the new reader models paola PocketBook 181 04-17-2023 01:29 PM
I'm new to Android - tips? Queensjoy Android Devices 19 09-11-2013 10:41 PM
Android Where to Get Android Apps obsessed2 enTourage Archive 2 05-05-2011 05:01 PM


All times are GMT -4. The time now is 05:47 AM.


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