Sunguk Lee
Sunguk Lee
@cagnulein imo, patchset is dirty hack. but it could explain the concept.
Is it possiable that QZ UI receive running status from treadmill? (I mean, is it possible that treadmill update UI buttons? I thought it can't, because a bluetoothdevice doesn't have...
I'm not sure that is perfect or not. because [button clicking](https://github.com/cagnulein/qdomyos-zwift/blob/bfb7b747792a73314cc/src/homeform.cpp#L310-L311) will make the problem. these actions will change own status (of homeform instance) then just change the request flag...
This problem also have `moonlight-android` and `vita-moonlight`. I was tested with `VA-11 HALL-A` and `Valkyria chronicles`. * `VA-11 HALL-A` works on windows mode, but not work video after changed full-screen...
it's not common backup, that binary repeated each 0xC000 bytes...
@Valeri0p hm... @173210 was. but she lost ds2.
It's related #10. I was reimplemented [python version ds2-makeplug][ds2-makeplug] and @173210 collected ds2 related [projects][ds2dev] `ds2-makeplug` project support [extracting `ds2_firmware.dat`][makebin]. because ds2+ have very interesting feature, this cart can change...
@hedgeberg writing plugin is looks easy, but I don't know mips asm hehe...
Korean translation, Description | String to Translate --------------- | ------------------------ Buton to download SELF | URL 로 부터 SELF 실행 Download error | URL 다운로드 에러. Launch error | SELF...
I check the this issue with miband 3. 1. `startLeScan` wouldn't pass bonded devices; https://github.com/jonasoreland/runnerup/blob/master/hrdevice/src/org/runnerup/hr/AndroidBLEHRProvider.java#L517 I added hack before calling `startLeScan`. ``` for (BluetoothDevice btDevice: btAdapter.getBondedDevices()) { if (btDevice.getType() !=...