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-15-2018, 05:09 PM   #346
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by NiLuJe View Post
@CH23: Do you have shell access over WiFi?

If yes, we might be able to painlessly figure out the USBNet thing with this.

Basically, unpack it somewhere, and run

Code:
./busybox depmod -n | ./depmod_process.sh | sort
The output should help us figure out how to handle USBNet properly .
An example how to run this from the webinterface:
Code:
cd /mnt/onboard/.adds/NiLuJe; ./busybox depmod -n | ./depmod_process.sh | sort
Note:For this example I copied busybox and depmod_process.sh to .adds of the user partition.
tshering is offline   Reply With Quote
Old 06-15-2018, 05:33 PM   #347
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
changed start script for Plato 0.4.1+

Quote:
Originally Posted by baskerville View Post
Plato will rely on a new environment variable in the next release:

Code:
export MODEL_NUMBER=$(cut -f 6 -d ',' /mnt/onboard/.kobo/version | sed -e 's/^[0-]*//')
Please update the launch scripts accordingly.
Since the next release of Plato will possibly predate the next KSM update, I upload the Plato related script now separately. Please extract KoboRoot.tgz from the uploaded archive, copy it into .kobo, and install it (KSM: handle update ...)

I have uploaded an updated version that you can use for plato 0.6.1+ (and perhaps some versions earlier too).

I uploaded an updated version for plato 0.7.9. I took the script from https://github.com/rtiangha/kobo-sta...ases/tag/clara.
Attached Files
File Type: zip KBStartMenu_09_plato_4.1.zip (761 Bytes, 681 views)
File Type: zip KBStartMenu_09_plato_6.1.zip (573 Bytes, 591 views)
File Type: zip KBStartMenu_09_plato_0.7.9.zip (808 Bytes, 382 views)

Last edited by tshering; 12-20-2019 at 03:16 PM.
tshering is offline   Reply With Quote
Advert
Old 06-15-2018, 05:41 PM   #348
CH23
Bottom Text
CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.
 
Posts: 146
Karma: 332882
Join Date: Nov 2016
Device: Kobo Clara HD, Kobo Glo HD
Quote:
Originally Posted by NiLuJe View Post
@CH23: Do you have shell access over WiFi?

If yes, we might be able to painlessly figure out the USBNet thing with this.

Basically, unpack it somewhere, and run

Code:
./busybox depmod -n | ./depmod_process.sh | sort
The output should help us figure out how to handle USBNet properly .
Quote:
### executed:/mnt/onboard/sbin/busybox depmod -n | /mnt/onboard/sbin/depmod_process.sh | sort

alias fs-configfs configfs
alias fs-functionfs usb_f_fs
alias fs-gadgetfs gadgetfs
alias sdio:c*v024CdF179* 8189fs
alias symbol:alloc_ep_req libcomposite
alias symbol:config_ep_by_speed libcomposite
alias symbol:config_group_find_item configfs
alias symbol:config_group_init configfs
alias symbol:config_group_init_type_name configfs
alias symbol:config_item_get configfs
alias symbol:config_item_init configfs
alias symbol:config_item_init_type_name configfs
alias symbol:config_item_put configfs
alias symbol:config_item_set_name configfs
alias symbol:configfs_depend_item configfs
alias symbol:configfs_register_subsystem configfs
alias symbol:configfs_undepend_item configfs
alias symbol:configfs_unregister_subsystem configfs
alias symbol:ffs_lock usb_f_fs
alias symbol:ffs_name_dev usb_f_fs
alias symbol:ffs_single_dev usb_f_fs
alias symbol:fsg_common_create_lun usb_f_mass_storage
alias symbol:fsg_common_create_luns usb_f_mass_storage
alias symbol:fsg_common_free_buffers usb_f_mass_storage
alias symbol:fsg_common_free_luns usb_f_mass_storage
alias symbol:fsg_common_get usb_f_mass_storage
alias symbol:fsg_common_put usb_f_mass_storage
alias symbol:fsg_common_remove_lun usb_f_mass_storage
alias symbol:fsg_common_remove_luns usb_f_mass_storage
alias symbol:fsg_common_run_thread usb_f_mass_storage
alias symbol:fsg_common_set_cdev usb_f_mass_storage
alias symbol:fsg_common_set_inquiry_string usb_f_mass_storage
alias symbol:fsg_common_set_nluns usb_f_mass_storage
alias symbol:fsg_common_set_num_buffers usb_f_mass_storage
alias symbol:fsg_common_set_ops usb_f_mass_storage
alias symbol:fsg_common_set_sysfs usb_f_mass_storage
alias symbol:fsg_config_from_params usb_f_mass_storage
alias symbol:fsg_fs_bulk_in_desc usb_f_mass_storage
alias symbol:fsg_fs_bulk_out_desc usb_f_mass_storage
alias symbol:fsg_fs_function usb_f_mass_storage
alias symbol:fsg_hs_bulk_in_desc usb_f_mass_storage
alias symbol:fsg_hs_bulk_out_desc usb_f_mass_storage
alias symbol:fsg_hs_function usb_f_mass_storage
alias symbol:fsg_intf_desc usb_f_mass_storage
alias symbol:fsg_lun_close usb_f_mass_storage
alias symbol:fsg_lun_fsync_sub usb_f_mass_storage
alias symbol:fsg_lun_open usb_f_mass_storage
alias symbol:fsg_show_cdrom usb_f_mass_storage
alias symbol:fsg_show_file usb_f_mass_storage
alias symbol:fsg_show_nofua usb_f_mass_storage
alias symbol:fsg_show_removable usb_f_mass_storage
alias symbol:fsg_show_ro usb_f_mass_storage
alias symbol:fsg_ss_bulk_in_comp_desc usb_f_mass_storage
alias symbol:fsg_ss_bulk_in_desc usb_f_mass_storage
alias symbol:fsg_ss_bulk_out_comp_desc usb_f_mass_storage
alias symbol:fsg_ss_bulk_out_desc usb_f_mass_storage
alias symbol:fsg_ss_function usb_f_mass_storage
alias symbol:fsg_store_cdrom usb_f_mass_storage
alias symbol:fsg_store_file usb_f_mass_storage
alias symbol:fsg_store_nofua usb_f_mass_storage
alias symbol:fsg_store_removable usb_f_mass_storage
alias symbol:fsg_store_ro usb_f_mass_storage
alias symbol:gether_cleanup u_ether
alias symbol:gether_connect u_ether
alias symbol:gether_disconnect u_ether
alias symbol:gether_get_dev_addr u_ether
alias symbol:gether_get_host_addr u_ether
alias symbol:gether_get_host_addr_cdc u_ether
alias symbol:gether_get_host_addr_u8 u_ether
alias symbol:gether_get_ifname u_ether
alias symbol:gether_get_qmult u_ether
alias symbol:gether_register_netdev u_ether
alias symbol:gether_set_dev_addr u_ether
alias symbol:gether_set_gadget u_ether
alias symbol:gether_set_host_addr u_ether
alias symbol:gether_set_qmult u_ether
alias symbol:gether_setup_name u_ether
alias symbol:gether_setup_name_default u_ether
alias symbol:gs_alloc_req u_serial
alias symbol:gs_free_req u_serial
alias symbol:gserial_alloc_line u_serial
alias symbol:gserial_connect u_serial
alias symbol:gserial_disconnect u_serial
alias symbol:gserial_free_line u_serial
alias symbol:rndis_add_hdr usb_f_rndis
alias symbol:rndis_borrow_net usb_f_rndis
alias symbol:rndis_deregister usb_f_rndis
alias symbol:rndis_free_response usb_f_rndis
alias symbol:rndis_get_next_response usb_f_rndis
alias symbol:rndis_msg_parser usb_f_rndis
alias symbol:rndis_register usb_f_rndis
alias symbol:rndis_rm_hdr usb_f_rndis
alias symbol:rndis_set_host_mac usb_f_rndis
alias symbol:rndis_set_param_dev usb_f_rndis
alias symbol:rndis_set_param_medium usb_f_rndis
alias symbol:rndis_set_param_vendor usb_f_rndis
alias symbol:rndis_signal_connect usb_f_rndis
alias symbol:rndis_signal_disconnect usb_f_rndis
alias symbol:rndis_uninit usb_f_rndis
alias symbol:store_cdrom_address usb_f_mass_storage
alias symbol:unregister_gadget_item libcomposite
alias symbol:usb_add_config libcomposite
alias symbol:usb_add_config_only libcomposite
alias symbol:usb_add_function libcomposite
alias symbol:usb_assign_descriptors libcomposite
alias symbol:usb_composite_overwrite_options libcomposite
alias symbol:usb_composite_probe libcomposite
alias symbol:usb_composite_setup_continue libcomposite
alias symbol:usb_composite_unregister libcomposite
alias symbol:usb_copy_descriptors libcomposite
alias symbol:usb_descriptor_fillbuf libcomposite
alias symbol:usb_ep_autoconfig libcomposite
alias symbol:usb_ep_autoconfig_reset libcomposite
alias symbol:usb_ep_autoconfig_ss libcomposite
alias symbol:usb_free_all_descriptors libcomposite
alias symbol:usb_function_activate libcomposite
alias symbol:usb_function_deactivate libcomposite
alias symbol:usb_function_register libcomposite
alias symbol:usb_function_unregister libcomposite
alias symbol:usb_gadget_config_buf libcomposite
alias symbol:usb_gadget_get_string libcomposite
alias symbol:usb_get_function libcomposite
alias symbol:usb_get_function_instance libcomposite
alias symbol:usb_gstrings_attach libcomposite
alias symbol:usb_interface_id libcomposite
alias symbol:usb_os_desc_prepare_interf_dir libcomposite
alias symbol:usb_otg_descriptor_alloc libcomposite
alias symbol:usb_otg_descriptor_init libcomposite
alias symbol:usb_put_function libcomposite
alias symbol:usb_put_function_instance libcomposite
alias symbol:usb_remove_function libcomposite
alias symbol:usb_string_id libcomposite
alias symbol:usb_string_ids_n libcomposite
alias symbol:usb_string_ids_tab libcomposite
alias usbfunc:Loopback usb_f_ss_lb
alias usbfunc:SourceSink usb_f_ss_lb
alias usbfunc:acm usb_f_acm
alias usbfunc:ecm usb_f_ecm
alias usbfunc:eem usb_f_eem
alias usbfunc:ffs usb_f_fs
alias usbfunc:geth usb_f_ecm_subset
alias usbfunc:gser usb_f_serial
alias usbfunc:mass_storage usb_f_mass_storage
alias usbfunc:ncm usb_f_ncm
alias usbfuncbex usb_f_obex
alias usbfunc:rndis usb_f_rndis
usb/gadget/configfs.ko:
usb/gadget/g_ether.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko usb/gadget/usb_f_rndis.ko
usb/gadget/g_file_storage.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/usb_f_mass_storage.ko
usb/gadget/g_mass_storage.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/usb_f_mass_storage.ko
usb/gadget/g_ncm.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/g_serial.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko
usb/gadget/g_zero.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko
usb/gadget/gadgetfs.ko:
usb/gadget/libcomposite.ko: usb/gadget/configfs.ko
usb/gadget/u_ether.ko:
usb/gadget/u_serial.ko:
usb/gadget/usb_f_acm.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_serial.ko
usb/gadget/usb_f_ecm.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/usb_f_ecm_subset.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/usb_f_eem.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/usb_f_fs.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko
usb/gadget/usb_f_mass_storage.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko
usb/gadget/usb_f_ncm.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/usb_f_obex.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_serial.ko
usb/gadget/usb_f_rndis.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko
usb/gadget/usb_f_serial.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_serial.ko
usb/gadget/usb_f_ss_lb.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko
wifi/8189fs.ko:
wifi/sdio_wifi_pwr.ko:


Quote:
Originally Posted by tshering View Post
Isn't it strange that you can access the server from the nickel browser via the wlan IP, but not via another browser in the same network?
I use my mobile phone as wifi hotspot.
My laptop and my ereader are connected
I can use KMC from my laptop, but not from my phone.
I have no idea why. maybe the gateway can't be the source of a request?
CH23 is offline   Reply With Quote
Old 06-15-2018, 05:56 PM   #349
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by CH23 View Post
I use my mobile phone as wifi hotspot.
My laptop and my ereader are connected
I can use KMC from my laptop, but not from my phone.
I have no idea why. maybe the gateway can't be the source of a request?
Thank you for your support. I will inform NiLuJe too, in case he does not see your post.
tshering is offline   Reply With Quote
Old 06-15-2018, 05:58 PM   #350
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@CH23: Thanks!

@tshering: Yup, that confirms my hunch:

Code:
usb/gadget/g_ether.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko usb/gadget/usb_f_rndis.ko
Meaning:
Load: configfs -> libcomposite -> u_ether -> usb_f_rndis -> g_ether
Unload: g_ether -> usb_f_rndis -> u_ether -> libcomposite -> configs

EDIT: You answered while I was double-checking this one .
NiLuJe is offline   Reply With Quote
Advert
Old 06-24-2018, 09:51 PM   #351
rafakobofan
Junior Member
rafakobofan began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2018
Device: Kobo H20 2
Hi! Great software!
I use a H2O 2 and installed first vlasovsoft pbchess and then KSM 09 + Koreader.

All seems to work fine, until my reader goes to the screensaver. When i wake it up, it start on Vlasovsoft launcher (even if I haven't opened it) but it is up side down. ITS VERY ANOYING 'CAUSE JUST THE DISPLAY IS WRONG BUT THE TOUCH BEHAVES AS IT IS NOT ROTATED.

I haven't found the solution on the forum yet... Any clue?

Regards,
Rafa
rafakobofan is offline   Reply With Quote
Old 06-25-2018, 03:58 AM   #352
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by NiLuJe View Post
@CH23: Thanks!

@tshering: Yup, that confirms my hunch:

Code:
usb/gadget/g_ether.ko: usb/gadget/configfs.ko usb/gadget/libcomposite.ko usb/gadget/u_ether.ko usb/gadget/usb_f_rndis.ko
Meaning:
Load: configfs -> libcomposite -> u_ether -> usb_f_rndis -> g_ether
Unload: g_ether -> usb_f_rndis -> u_ether -> libcomposite -> configs

EDIT: You answered while I was double-checking this one .
Thank you very much!
tshering is offline   Reply With Quote
Old 06-25-2018, 04:12 AM   #353
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
@CH23
Do you still have the problem of /mnt/onboard being busy when you try to connect the device as usb mass storage from KSM? Did you find out which processes are running from the user partition at that time? Cf. post #338.

Did you try to get usbnet working by loading configfs.ko and so on (cf. post #350) from the webinterface? If not, I could also upload a modified version of usbnet_toggle.sh.

Last edited by tshering; 06-25-2018 at 05:50 AM.
tshering is offline   Reply With Quote
Old 06-25-2018, 04:16 AM   #354
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by rafakobofan View Post
Hi! Great software!
I use a H2O 2 and installed first vlasovsoft pbchess and then KSM 09 + Koreader.

All seems to work fine, until my reader goes to the screensaver. When i wake it up, it start on Vlasovsoft launcher (even if I haven't opened it) but it is up side down. ITS VERY ANOYING 'CAUSE JUST THE DISPLAY IS WRONG BUT THE TOUCH BEHAVES AS IT IS NOT ROTATED.

I haven't found the solution on the forum yet... Any clue?

Regards,
Rafa
I am not sure how this can happen. Does KSM start each time, when you power on the device? Or only every second time?
How do you start vlasovsoft? In your current setting, is there any way to start vlasovsoft apart from starting it from KSM?
tshering is offline   Reply With Quote
Old 06-26-2018, 07:04 AM   #355
CH23
Bottom Text
CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.
 
Posts: 146
Karma: 332882
Join Date: Nov 2016
Device: Kobo Clara HD, Kobo Glo HD
Quote:
Originally Posted by tshering View Post
@CH23
Do you still have the problem of /mnt/onboard being busy when you try to connect the device as usb mass storage from KSM? Did you find out which processes are running from the user partition at that time? Cf. post #338.

Did you try to get usbnet working by loading configfs.ko and so on (cf. post #350) from the webinterface? If not, I could also upload a modified version of usbnet_toggle.sh.
Sadly I have not had any time to test this yet.
CH23 is offline   Reply With Quote
Old 06-26-2018, 09:25 AM   #356
IoannesCarolvs
Junior Member
IoannesCarolvs began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2018
Device: Kobo Aura ONE
Koreader won't open in Aura ONE

Hi guys,
I installed some days ago the KSM 9, date 2018,01.05 and I tried to install Koreader so I can view DjVu files. However, it won't start. Here is what happens:

When device is switched off and on:

1. Select "start koreader"

1.1 Switch off wifi? select yes
* Screen flashes, nothing else happens

1.2 Switch off wifi? select no
1.2.1 Select "start koreader"
* Returns to KSM menu

If I disable wifi from KSM menu, it also flashes and does nothing else when I choose "start koreader".
As the post says I put my koreader folder within .adds folder.

Thanks for your time.
IoannesCarolvs is offline   Reply With Quote
Old 06-26-2018, 12:11 PM   #357
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by IoannesCarolvs View Post
Hi guys,
I installed some days ago the KSM 9, date 2018,01.05 and I tried to install Koreader so I can view DjVu files. However, it won't start. Here is what happens:

When device is switched off and on:

1. Select "start koreader"

1.1 Switch off wifi? select yes
* Screen flashes, nothing else happens

1.2 Switch off wifi? select no
1.2.1 Select "start koreader"
* Returns to KSM menu

If I disable wifi from KSM menu, it also flashes and does nothing else when I choose "start koreader".
As the post says I put my koreader folder within .adds folder.

Thanks for your time.
Is it possible that you have installed a rather old version of koreader? You can find the most recent versions here. If you already have a rather recent version, look whether there is an error log file in the koreader folder.
tshering is offline   Reply With Quote
Old 06-26-2018, 02:59 PM   #358
Gerleu
Member
Gerleu began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Sep 2017
Device: Pocketbook Inkpad 3/740
Hello there and sorry to bother you again :-)

I've replaced my defective (but fortunately still under warranty) Kobo Aura One by a Pocketbook Inkpad 3/740 received yesterday and I managed to install KOReader without any hassle.

To benefit from such nice features availlable as Text-to-speech and MP3 listening, I would like to install KSM (or any alternative solution) to switch between the e-book reader softwares: any idea or advice please ?

Thank you for your so appreciated help as ever and happy reading (and programming of course),
Germain
Gerleu is offline   Reply With Quote
Old 06-27-2018, 03:36 AM   #359
CH23
Bottom Text
CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.CH23 ought to be getting tired of karma fortunes by now.
 
Posts: 146
Karma: 332882
Join Date: Nov 2016
Device: Kobo Clara HD, Kobo Glo HD
Quote:
Originally Posted by Gerleu View Post
Hello there and sorry to bother you again :-)

I've replaced my defective (but fortunately still under warranty) Kobo Aura One by a Pocketbook Inkpad 3/740 received yesterday and I managed to install KOReader without any hassle.

To benefit from such nice features availlable as Text-to-speech and MP3 listening, I would like to install KSM (or any alternative solution) to switch between the e-book reader softwares: any idea or advice please ?

Thank you for your so appreciated help as ever and happy reading (and programming of course),
Germain
Hi Germain,

I think you'd have more luck to find info in the pocketbook section of this website: https://www.mobileread.com/forums/fo...play.php?f=206
CH23 is offline   Reply With Quote
Old 06-27-2018, 04:26 AM   #360
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Gerleu View Post
I would like to install KSM (or any alternative solution) to switch between the e-book reader softwares: any idea or advice please ?
Sorry, but I cannot help you with this. The MobilRead Pocketbook forum (linked in the post above by CH23) might be a good place to start.
tshering is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kobo Start Menu 08 tshering Kobo Developer's Corner 1021 06-29-2020 04:59 PM
Kobo-Adding alternative readers using Kobo Start Menu Ken Maltby KOReader 75 01-10-2020 01:35 PM
Kobo Start Menu tshering Kobo Developer's Corner 918 10-12-2017 02:32 PM
Start KOReader automatically with Kobo Start Menu checcousero KOReader 2 03-07-2017 11:42 AM
Kobo Start Menu 07 tshering Kobo Developer's Corner 644 03-02-2017 06:40 AM


All times are GMT -4. The time now is 10:51 PM.


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