David Girón
David Girón
Configuring wifi "afterwards" requires some software / script to allow doing so. That's still pending to do. What I'm using now is the script [wifi_connect](https://github.com/duhow/xiaoai-patch/blob/master/bin/wifi_connect) I wrote, but this is...
@mrmariosgithub I had to reimplement the same code in Python, I was facing some "line unmatch issues" (guessing due to the speed of serial processing), but got the same SSH...
@mrmariosgithub as the speaker components contain propietary modules for wifi, sound, LEDs and so, I don't know if replacing the kernel / bootloader may remove this functionality. I'm still on...
File /[init.rc](https://github.com/duhow/xiaoai-patch/files/11789959/init.rc.txt) contains all the command run execution , but I cannot find where this file is located at. What I've been playing so far is to execute `packages` built...
@ds2k5 `adb` might not be right available while the speaker is running in normal mode, but still you may be able to access it in `u-boot` - also `fastboot` may...
Thanks for the info! Can you share the link where you purchased this one? Can't find any UART reference at the moment.
I will assume this is https://www.mi.com/es/product/xiaomi-smart-speaker-ir-control/specs . This model `L05G` (Google support) might not be valid for this patch... But need to jack in first.
Great finding @ktkd ! Can you detail which ports are? TP65 - ? TP63 - ? TP?? - GND Also, are you able to stop uboot and edit run args?...
@ktkd @ItsTheEdgy can you list Uboot commands and `printenv` available? Also I'm interested if it's possible to dump the partitions (specially `system`), try the following: https://cybergibbons.com/hardware-hacking/recovering-firmware-through-u-boot/ https://github.com/gmbnomis/uboot-mdb-dump
`UBI` is the writable partition (config and data). Run `dmesg` and `cat /proc/mtd`, you're looking for the system / rootfs partition. - in fact I would keep a backup of...