-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change sound files without re-flash the whole firmware #39
Comments
According to https://github.com/marcelrv/XiaomiRobotVacuumProtocol there is a |
Just replace the files in /opt/rockrobo/resources/sounds/prc |
you can change the sound with this command: |
on my vacuum changing files in /opt/rockrobo/resources/sounds/prc have no effect. should change /mnt/data/rockrobo/sounds/ |
you could even upload the sound files with scp: |
/opt/rockrobo/resources/sounds/prc is the correct path if you did not change the language to english over the Mi Home App. Here you replace the original Chinese voice with your desired voice. The folder /mnt/data/rockrobo/sounds/ is just for downloaded sounds. As we can change the firmware, the /opt/.... folder is the better one ;) |
so, if sounds exists in /mnt/data/rockrobo/sounds/ it will be used? then downloaded sounds should be wiped. |
Anyone tested this with mirobo raw? |
yes and it works fine |
Just in case someone comes looking up this topic at some later point, after rytilahti/python-miio#153 gets merged installing a sound with python-miio works by simply calling |
Sorry for digging back an old thread but how can I create sound.pkg file? |
I just use the Mirobo 1.1.0 software to directly upload to the vacuum, this is quite easy to do. |
That works for me too. Thank you. |
Hi,
how can i change the sound files without a complete re-flash? is there an miIO.ota command?
thx
The text was updated successfully, but these errors were encountered: