0xbadbee

Results 87 comments of 0xbadbee

> the reason that the data you read in maskrom is 0xcc .we switch read function off in maskrom to protect user data from stolen.thanks for your advice. we will...

For a bit more convenience, I created a systemd daemon Do everything as root. location: /etc/systemd/system/[email protected] ``` Description=Setup a secure tunnel for docker.sock to %i After=network.target [Service] Group=docker ExecStart=ssh -o...

There seems to be a tab which has the status: "unloaded". The url is "" and the pendingUrl undefined. Replacing all `tab.url || tab.pendingUrl` with that function and restarting the...

I am also unable to use this remote with a rooted tuya based gateway by silvercrest (Lidl Silvercrest Gateway Zigbee). I receive no zha_events on button press. The only thing...

You may build the bootloader if you want, just remove the "rm *loader*.bin" in the /scripts/checkpatch.sh and run it (from the root directoy)

A workaround is to convert the files into a single channel (mono) audio file with a sample rate of 16k. `ffmpeg -i source.mp3 -ac 1 -ar 16000 target.wav`

A samplerate of 32k may also work `ffmpeg -i source.mp3 -ac 1 -ar 32000 target.wav`

Possible solutions: Set up custom buildchain( see https://github.com/toniebox-reverse-engineering/hackiebox_cfw/issues/13 ) or fix Energia itself.