Hello everyone!
There is a way to install any applications for AA on devices without Root.
Important! Not known how long it will work (until Google closed it), but now it works, including for S2A.
How it works:
1. Put the ADB folder on the PC.
2. Put the applications that we want to install in ADB folder.
3. Turn on USB debugging and connect the smartphone to PC. Enter ADB folder through cmd (cd c:\ ADB)
4. Enter the following commands (inserting apk name instead blablabla)
Code:
adb push blablabla.apk /data/local/tmp/app.apk
adb shell pm install -i "com.android.vending" -r /data/local/tmp/app.apk
adb shell rm /data/local/tmp/app.apk
5. After that, the application should appear in Android Auto list
To install S2A in this way, recommended use the latest version 3.5beta
Attention!
There may be bugs when running S2A without Root. But what we have is what we have.
However, Сarstream and Fermata Auto apps work fine.