Skip to content

Commit

Permalink
Add CHANGELOG and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sn-00-x committed Apr 17, 2023
1 parent 76a195f commit 0e1f6c9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
v0.6 (A11, A12 + A13)

- One version for all android versions
- Installer optionally installs Android Auto - XLauncher Unlocked and stubs for Google TTS, Google Maps, Google Search
- Ask before overwriting phenotype.db

v0.4.2-a13 (A13 only)

- Excluded stubs from module zip

v0.4-a13 (A13 only)

- Added phenotype.db + CoolWalk support

v0.3-a13 (A13 only)

- Updated for A13

v0.2-a12-pre (A12 only)

- Updated for A12

v0.1 (A11 only)

- Initial release for A11
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Android Auto 4 MicroG (for A13)
# Android Auto 4 MicroG (for A11, A12, A13)

This is a [Magisk](https://topjohnwu.github.io/Magisk/) module that installs the required Android Auto dependencies,
together with [XLauncher Unlocked](https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked), onto de-googled devices running MicroG on Android 13!

Tested under LineageOS 20 only, but should run on all Android 13 devices.
*(See [here](https://github.com/sn-00-x/aa4mg/branches) for other Android versions)*
This is a [Magisk](https://topjohnwu.github.io/Magisk/) module that provides an AA (Android Auto) stub as system app, optionally together with [XLauncher Unlocked](https://github.com/Rikj000/Android-Auto-XLauncher-Unlocked) and stubs for Google TTS, Google Maps & Google Search.
It is intended to be used on de-googled devices running MicroG!

## Warning

Expand All @@ -18,7 +15,7 @@ your device may fail to boot due to permission errors!

## Installation

1. Install [LineageOS for MicroG](https://lineage.microg.org/)
1. Install de-googled ROM with microG (for example [LineageOS for MicroG](https://lineage.microg.org/))
2. Install [Magisk](https://topjohnwu.github.io/Magisk/install.html)
3. Install the [aa4mg](https://github.com/sn-00-x/aa4mg/releases) module through the Magisk Manager App => Reboot
*(Select the desired dependency stubs with the volume keys during the installation process)*
Expand Down Expand Up @@ -61,7 +58,7 @@ In case you encounter an error "Communication error 17",
manually open Settings and grant all available permissions to the Android Auto app.
Then unplug and re-plug your device.

## 3th party apps
## 3rd party apps

#### Android Auto won't show apps not installed through Google Play Store.
To mitigate this, first un-install the app, then you can use following ways to "install as Google Play Store".
Expand Down

0 comments on commit 0e1f6c9

Please sign in to comment.