Hi all,
I created a modified version of Aurora Services (a system app developed by the Aurora Store team in order to enable apk installation from the Aurora Store or Aurora Droid without user interaction).
My version runs as a user app and uses local adb wifi shell in order to install apps without any user interaction, it also allows batch concurrent updates/installs.
It's of course open source in GitLab and Github.
Install instructions:
Feel free to report issues here and on GitLab and Github but note that this project won't be very actively supported.
I created a modified version of Aurora Services (a system app developed by the Aurora Store team in order to enable apk installation from the Aurora Store or Aurora Droid without user interaction).
My version runs as a user app and uses local adb wifi shell in order to install apps without any user interaction, it also allows batch concurrent updates/installs.
It's of course open source in GitLab and Github.
Install instructions:
- Download and install the lasted apk from Github Releases
- Enable adb wifi from a computer (this needs to be done every time the phone is restarted) -
Code:
adb tcpip 5555
- Launch the Aurora Services app and follow the instructions
- Whitelist Aurora Store and AuroraDroid
- Select Aurora Services as installation method in Aurora Store and AuroraDroid
- Enjoy PlayStore like experience on your Huawei!
Feel free to report issues here and on GitLab and Github but note that this project won't be very actively supported.