Hzj_jie
30378eb2a8
Add restart koreader function and ensure FlushSettings event can be delivered to all widgets ( #2772 )
2017-05-16 02:11:11 -07:00
Frans de Jonge
1850ebca0d
(chore) koreader.sh: remove 32-bit workaround
...
Final fix for #2502 .
2017-04-24 01:31:08 -07:00
Qingping Hou
d1cc3bd6c2
ota(fix): always purge ota update files
2017-04-23 08:25:28 +02:00
a-kohout
870c4d3859
Update koreader.sh; fixes #2791
...
tar fails to apply permissions on fat32 filesystem. thus mv doesn't get executed and consequently OTA package gets applied on every launch.
2017-04-22 16:27:37 -07:00
Frans de Jonge
0eec5b5174
Simplify koreader.sh
...
`-C "${KOREADER_DIR}"` isn't needed, see https://github.com/koreader/koreader/issues/2752#issuecomment-293698136 .
2017-04-12 22:37:06 +02:00
Frans de Jonge
5de8310aa6
Kobo (koreader.sh): install OTA update in working directory
...
Thanks to @a-kohout
Fixes #2752
2017-04-12 01:49:23 -07:00
Frans de Jonge
e8c01274f4
Travis: enforce shellscript coding style
...
* enormous coding style update
* update luajit-launcher
All changes are formatting only except for:
* new more correct pushd/popd style
* keeps useful indentation
* prevents execution of commands when pushd failed (cf. https://github.com/koalaman/shellcheck/wiki/SC2164 and https://github.com/koalaman/shellcheck/issues/863 )
```
pushd some_dir && {
command1
command2
} || exit
popd
```
2017-04-11 15:30:23 +02:00
Frans de Jonge
e5bcdee85e
Add ShellCheck and shfmt shell code quality analysis ( #2712 )
...
* Add ShellCheck and shfmt shell code quality analysis
* kobo/koreader.sh: remove useless $PREFIX
* kobo/koreader.sh: fix rotation issue caused by #2731
* Travis: speed up (caching Luarocks should shave a minute off install process)
2017-04-09 10:42:16 +02:00
pazos
3a75b6deab
use fullpath for reboot
2017-04-06 23:30:00 -07:00
pazos
31b246574b
Kobo framebuffer: workaround to support +4.0FW
2017-04-06 23:30:00 -07:00
Qingping Hou
c34e04e081
wifi(fix): use -D wext for kobo wpa_supplicant
2017-02-27 11:08:57 +01:00
Qingping Hou
6b50a2783b
kobo(fix): load wifi module by ENV
...
Aura One uses 8189fs instead of dhd module
2017-02-27 11:08:57 +01:00
Martín Fernández
79fd02e020
Kobo: remove useless error messages from ntx_hwconfig
2017-02-20 18:02:11 -08:00
Qingping Hou
f95ad00b9e
feat: add logger module & rewrite kobo suspend script in lua
2017-01-02 19:52:09 -08:00
poire-z
65881738b5
disable-wifi.sh: decreased sleep duration
2016-12-14 11:39:46 -08:00
Qingping Hou
744115de9f
crash.log(fix): obviously I suck at counting zeros
2016-12-10 16:06:51 -08:00
poire-z
08a92de179
Fix: avoid system hang when disabling wifi ( #2394 )
2016-12-04 12:03:11 -08:00
Qingping Hou
b7cdf103e3
chore: fix luacheck error & add comment to release-ip.sh
2016-11-19 13:11:23 -08:00
Hzj_jie
8e5f294902
Return correct result from koreader.sh
2016-11-11 22:41:46 -08:00
Qingping Hou
efae2ed16f
network(fix): automaticallly obtain IP if network is already authenticated
2016-11-06 23:56:29 -08:00
Qingping Hou
705d3e4cb4
doc(minor): document alternative usb plug event source for kobo
2016-10-17 23:45:47 -07:00
Qingping Hou
0ed95406a4
log(fix): do not pipe stdout to /dev/null during crash log rotation
2016-10-16 01:29:02 -07:00
Qingping Hou
5309a0a47f
misc: rotate crash.log for kobo/kindle/pocketbook
2016-10-14 20:37:54 -07:00
Qingping Hou
c716fef0e3
minor: change wording in restore-wifi-sync script
2016-10-08 15:53:02 -07:00
Hzj_jie
52bcf87643
always release ip before obtaining a new one
2016-09-24 01:10:45 -07:00
Hzj_jie
da2c57f93a
Automatically connect WIFI after Kobo has been resumed ( #2215 )
...
* Add bash scripts to control WIFI / IP, so we can share them with frontend/device/kobo/device.lua.
* add test cases
2016-09-01 00:05:40 -07:00
NiLuJe
2013a66fdd
Some more Kobo suspend tweaks...
...
Disable wakeup_count handling, that's often causing more harm than
anything else...
Nickel doesn't even use it, that should have been a hint ;).
Make the logging slightly less confusing.
Add commented out debug features (dumping relevant dmesg output).
Re #2188
2016-07-31 19:01:15 +02:00
NiLuJe
0f184e30ed
Tweak nickel restart script
...
Also restart sickel...
2016-07-31 18:13:16 +02:00
NiLuJe
892e3c0f1e
Kobo startup script tweak.
...
When using KFMon, make the reboot on exit user-configurable.
The user can now choose to try to restart Nickel directly, like with
fmon.
For now, we still do a full reboot by default.
2016-05-15 20:52:46 +02:00
Frans de Jonge
8643d38a68
Removed some bashisms
2016-05-06 18:51:10 +02:00
NiLuJe
e90f1018db
Make the KFMon chekc actually accurate...
...
Sleep does wonder for your brain!
2016-05-01 15:11:47 +02:00
NiLuJe
b406e3591f
Update Kobo startup script for KFMon
...
Takes care of some potentially critical stuff ;p
2016-05-01 05:59:50 +02:00
Qingping Hou
dceaa01250
minor: redirect all output to crash.log
2016-03-17 21:55:46 -07:00
Frans de Jonge
b8b0684e30
Add a comment with 'from_nickel', fixes #1889
2016-03-15 18:12:01 +01:00
NiLuJe
770625d756
Tweak the 'IR down on resume' workaround...
...
Only apply it when started from nickel, because I'm guessing we'd have
seen a number of reports of this if it happened more widely...
2016-03-02 18:24:14 +01:00
NiLuJe
ea382aea86
Tweak the sd is ro check a bit
...
Inspired from MRPI, but without a strict check of the device name,
because I'm not sure it'll be the same across the whole range of
Kobos...
2016-03-02 18:24:13 +01:00
NiLuJe
150aac1630
More comment tweaks re: Kobo suspend
2016-03-02 18:24:13 +01:00
NiLuJe
06e1bd4ed2
Slightly more accurate comments re: Kobo suspend
2016-03-02 18:24:10 +01:00
NiLuJe
fe13af9d7e
More Kobo suspend tweaks...
...
Basically more loging to debug suspend issues...
AFAICT, having anything plugged in over USB will screw things up, for
instance.
2016-03-02 18:09:38 +01:00
NiLuJe
6c8bbfd470
Unbreak Kobo frontlight -> off when suspending.
...
If no-one touches anything, flState stays false...
And anyway, we should unconditionally disable the fl on sleep.
2016-03-02 18:09:38 +01:00
zijiehe
e7b8bdcde2
Check whether sd card is presenting and mounting as RO, before do the real remount
2016-02-23 20:46:57 +08:00
zijiehe
38553b5ef8
Mount SD card as RW on kobo, but ignore errors, since we may not have sd
...
card installed.
2016-02-22 17:23:43 +08:00
Cosmin Gorgovan
856ec6d075
Mark suspend.sh for Kobo as executable
...
Otherwise suspend fails to work when running koreader from a FS
which supports execute permissions.
2016-01-03 00:32:10 +00:00
NiLuJe
f9925a8c82
Play with the Kobo suspend script...
...
Because apparently it's not behaving as it should? IDK...
2015-10-22 14:16:05 +02:00
NiLuJe
687aba796d
Fix networkmgr on Kobo
...
To avoid potential issues with USBMS.
Namely, make sure CWD doesn't point to the userstore for persitent
processes.
Make sure wpa_supplicant doesn't try to use our own OpenSSL lib, which,
again, is in the userstore area.
Properly kill our dhcp client invocation on when killing WiFi
Also, some related fixes to the startup script:
Properly kill wpa_supplicant & the dhcp client when we kill
wifi before rebooting to nickel.
2015-09-04 23:14:17 +02:00
arasyi
d3bc8ecb5f
Fix nickel doesn't recognize sdcard after exiting
...
After exiting koreader, nickel will not recognize that sdcard is present.
This patch fixes that
2015-08-23 18:33:34 +07:00
Frans de Jonge
475ee28173
Fix KOReader exit
...
Should reboot less unnecessarily for older versions of KSM, and hopefully this would also be more forward-compatible.
2015-06-19 19:54:41 +02:00
NiLuJe
34cb799818
Fix nickel restart with WiFi up.
...
By killing the WiFi first, since apparently,
nickel really doesn't like that, and causes a deadlock.
re #1503 , re #1504 , fix #1520
2015-05-06 16:53:17 +02:00
NiLuJe
02fcb9037b
Fix startup scripts.
...
Thanks to @Markismus's questions, I realized that some of what i thought
was true, wasn't.
First, pkill is a terrible idea to check for interpreted scripts.
Second, pidof is also potentially not that great for interpreted
scripts, because it'll only work with a shebang, and one that is
following the Linux syntax.
We don't have the full version with the -x to paper over that,
so use pgrep -f instead.
cf.
a736a571d2 (commitcomment-10948910)
for the gory details.
2015-04-28 21:07:25 +02:00
NiLuJe
9f89fc8e47
Fix Kobo startup script w/ KSM
...
pkill probably only checks the actual name of the binary.
We were checking a shell script, which I'm guessing is not launched
via a shebang, so that name was actually an arg to sh, or something like
that.
Use pidof instead, which matches the full command line.
2015-04-27 22:37:54 +02:00