Christian Mötzing
Christian Mötzing
I would say (without testing) that the device ttyACM0 does not exist (in my case). My vario makes a noise when USB OTG connects and on 7 it does not...
`/dev/ttyACM0` is not present. ``` ~ # ls /dev/tty* /dev/tty /dev/tty13 /dev/tty19 /dev/tty24 /dev/tty3 /dev/tty35 /dev/tty40 /dev/tty46 /dev/tty51 /dev/tty57 /dev/tty62 /dev/ttymxc1 /dev/tty0 /dev/tty14 /dev/tty2 /dev/tty25 /dev/tty30 /dev/tty36 /dev/tty41 /dev/tty47 /dev/tty52...
I re-did everything (flash 7.23, enable OTG, reboot, plug-in device) and now it works. `/dev/ttyACM0` present and device is recognized. Not sure where I went wrong the last times (pretty...
@GeekGoneOld Kobo Glo for me.
Just wondering: file `SystemDialog.cpp` checks Kobo Glo but does not list it in the message. Is this on purpose? Also Clara HD is missing. ``` if (model != KoboModel::MINI &&...
I have a Kobo Glo N613 (non HD). I can tap reboot as often as I want nothing is happening. > Clara HD does not switch kernels at all (hence...
On the Glo via telnet: ``` ~ # /sbin/reboot ~ # echo $? 0 ``` Nothing happens. Kobo Clara does as `/sbin/reboot -f` which works also for the Glo via...
Why is it that Codacy does not understand wildcard imports?
As far as I understand the situation the fix won't be that simple. ``` [18.709] GC(12) [Pause Young (Normal) (G1 Evacuation Pause) [18.709] [Eden 140288K -> 0K (143360K), 0.0 secs][18.709]...
I understand why the current calculations overestimate in some cases. The method `GCModel#updatePromotion(GCEvent event)` looks for the first `YOUNG` event which is `[18.709s][info][gc,heap ] GC(12) Eden regions: 137->0(140)`. It will...