澪
澪
@ice1000 The support of any partially application brings implementation difficulties, and might not necessarily be useful, as is mentioned by kiwa
@imkiva ok
The terminal prints following when I clicked `Turn on` ``` usage: route [-dnqtv] command [[modifiers] args] ```
I edited `koreader/frontend/ui/network/manager.lua` and change the definition of `NetworkMgr:isConnected()` to ``` function NetworkMgr:isConnected() return self:isWifiOn() end ``` Now there is no `usage: route`
I made the function returning true and encountered another issue ``` ffi.load (warning): dlopen(libs/libczmq.so.1, 0x0005): tried: 'libs/libczmq.so.1' (no such file), '/Applications/KOReader.app/Contents/koreader/libs/libczmq.so.1' (no such file) failed to run lua chunk: ./setupkoenv.lua:27:...
workaround for the second problem: ``` sed -i 's|ffi.load("libs/libczmq.so.1")|ffi.load("libs/libczmq.1.dylib")|g' $(find /Applications/KOReader.app/ -name '*.lua') sed -i 's|ffi.load("libs/libzmq.so.4")|ffi.load("libs/libzmq.4.dylib")|g' $(find /Applications/KOReader.app/ -name '*.lua') ```
However calibre plugin still can't connect to wireless server: ``` 07/03/22-21:55:00 INFO disconnect from calibre 07/03/22-21:55:30 INFO calibre info loaded from disk in 1.000 milliseconds: 0 books. 0 pruned 07/03/22-21:55:30...
> Switched out to LineageOS 18.1 and ran into the same issue, but found a work around. Looks like they changed how the sdcard/partition is accessed in Android 11. Used...
/data/media/0 is working, but it is creating permission problems. Android doesn't expect files in /data/media/0 have different owner
Hoping for the btrfs checksum support!