David Girón

Results 148 comments of David Girón

Hi @Mybrc91 , any luck with this?

Also you can check `cat /proc/cmdline` which is set from Uboot and contains the `root` partition that is booting at the moment. Each speaker has a different way of showing...

Regarding firmware version mismatch, I think it is a mix of both the application and rootfs files, regarding Linux system they should not differ too much unless they add new...

Try rebuilding that package, delete file `build-packages/build/armv7/glibc.status` and start docker process again?

Yes, the generated artifact files in Github are the same that will be copied. Files need to be available in this folder. https://github.com/duhow/xiaoai-patch/blob/e584099699f7ea3ae316e763f3e63f76107f063c/scripts/92_copy_build_packages.sh#L3

What `FILE` are you using? Is that the one dumped from your speaker or did you extract it from the update file? Can you try running the step `extract_ubifs` commands...

Some key features / changes: - Removed Slack object in Room, RoomOccupant and Person. Instead I'm using the full self (backend) to get to parent functions. This includes cached functions....

``` 16384 Oct 25 15:50 slack_backend.db 16384 Oct 25 15:59 text_backend.db ``` If this is true and I can use the Errbot Storage system to store the data, that would...

I guess this is more meant to be provided by Slack Events errbotio/errbot#1451 . The way I implemented it in my custom Slack Event Backend was by parsing the button...

Entries appear in Sofia program output, so if you run the software in front and interact with it via SSH, you can check the output. I'll have a look at...