slashmax / AAMirror

506 stars 181 forks source link

App not showing on AA 3.0 #20

Closed matisaul closed 6 years ago

matisaul commented 6 years ago

I installed the apk, but in AA 3.0 is not showing on my car.

alexfocus commented 6 years ago

I installed the apk, but in AA 3.0 is not showing on my car.

Google in version 3.0 banned applications without installing through GooglePlay Use version 2.9, or install the application on 3.0 via adb:

  1. Turn on debugging over USB.
  2. Allow the computer to debug
  3. Сopy the app to internal memory and run: adb shell pm install -i "com.android.vending" -r /sdcard/app-debug.apk
matisaul commented 6 years ago

Thanks for your reply. I try that way, AAMirror shows on AA, but it shows only a black screen. I have Android 7.0 with root, and lastest AA app.

MrJH76 commented 6 years ago

I used AAMirror well in AA 3.0 using the adb command. However, when I install a new AAMirror(2018.3.23), I do not see AAMirror in select menu.

slashmax commented 6 years ago

3rd party app not signed by google are blocked for now. Unblock will require root in future.