DanielAW
DanielAW
Seems to be encoded with the TB(1) byte in the ATS frame (see 14443-4 page 7 ff.) Possibly interesting variable to grep for in the code: **li_fwi** Link about the...
@raretomato So you have access via `adb` right? Do you use a stock ROM or Cyanogen Mod? The Wifi firmware is stored at `/vendor/firmware/fw_bcmdhd.bin` in the stock ROM of the...
Its a Perl script for now, @mbuesch already mentioned that it would be the best to have some kind of parameter in the disassembler and assembler comand in the future....
> and I don't really get why the forward path does +=7, but the backward path does +=8, but only writes 7 bytes. They sort of throw the 8th byte...
I think it might be wrong because the "Extended L32R Option" is not honored in this plugin yet.
It seems the UI is still updating but I can not send any commands.
It seems random to me, I'm just starting a new application (like virt-manager) or even just starting a new terminal in a new workspace. These interactions work for a good...
One of the last messages I see in the log seems to be: ``` ERROR: Expected one of these tokens: , '[', 'move', 'exec', 'exit', 'restart', 'reload', 'shmlog', 'debuglog', 'border',...
I think I found the source of my issue, its this line: `for_window [class="^.*"] client.focused #77dd77 #285577 #ffffff #2e9ef4 #285577` If I have this line in my config and I...