-
Notifications
You must be signed in to change notification settings - Fork 8
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
Traslations #24
Comments
The translations are already there so there may be a way to change the locale using the Android ADB tool. Changing the wifi using the ADB tool is already outlined in the application documentation, so its a similar process. Perhaps something like this would change the system locale: adb shell "setprop persist.sys.locale es-ES; setprop ctl.restart zygote" https://stackoverflow.com/questions/21712205/change-device-language-via-adb There will be no more updates to this application for two reasons. First, I think Google plans on ending support for Android Things as they have never updated it to work with the new Raspberry Pi 3 B+, and second, because I found the performance just too slow. I have since moved on to using Chromium browser in Kiosk mode for showing my home automation dashboards on Raspberry Pi. It's much more responsive. |
Hello again: |
It's far cheaper to install on a low budget tablet than to pay for a Raspberry Pi and touchscreen. The tablet also has the advantage of having a camera. I run the app on a Amazon Fire Tablet. |
First of all, congratulate yourself for this great work.
It works perfectly and for the alarm in home assistant it is perfect. I'm going to do a tutorial in Spanish for people to use. It is perfect linked to an RF Bridge Sonnoff and NODE RED.
My problem is the following. In the Android app version the Spanish language works, but I do not know how to do it in the androidthings version, but I see that it is implemented from v1.4.4-Beta: How can I make it work in Spanish? On the other hand, are you going to update the new improvements to the androidthings version?
Greetings and congratulate you again.
The text was updated successfully, but these errors were encountered: