Does anyone know if it's possible to get Alexa off of it and put custom software on it? Uses I can think of include making it a Bluetooth speaker, putting an open source assistant on it, or any number of other things if I could load custom code.
Ask HN: Hacking an Echo Dot?
1–7 of 7 posts
Re: Ask HN: Hacking an Echo Dot?
#2Re: Ask HN: Hacking an Echo Dot?
#3They document which chips are inside. This is first gen, but they don't have a second-gen with the same chip description. You probably have second (which is for the better, as it's a mediatek running android and much more usable).
Other things you may find interesting:
* This guy went over intercepting and tinkering with firmware updates. They were HTTP when he did it; that may have changed. If not, they may still be vulnerable to SSL stripping. https://medium.com/@micaksica/exploring-the-amazon-echo-dot-...
* Part 2. Here it is found that it can boot fastboot and be hacked : https://medium.com/@micaksica/exploring-the-amazon-echo-dot-...
* People here rooted an echo; this may or may not work on a dot: https://github.com/echohacking/wiki/wiki
* Forum dedicated to it: https://www.echotalk.org/index.php/board,2.0.html
* Paper on this subject: https://vanderpot.com/Clinton_Cook_Paper.pdf
I suggest googling for more info. If all else fails, I guess just flashing the nand might do it? In summary, v2 is a linux system which means you could likely run anything linux on it (including an open-source assistant), though I suspect it will take no small amount of hacking.
Re: Ask HN: Hacking an Echo Dot?
#4I'd recommend taking a look at the ifixit teardown here: https://www.ifixit.com/Teardown/Amazon+Echo+Dot+Teardown/613... They document which chips are inside. This is first gen, but they don't have a second-gen with the same chip description. You probably have second (which is for the better, as it's a mediatek running android and much more usable). Other things you may find interesting: * This guy went over intercep…