Rikj000 / Android-Auto-XLauncher-Unlocked

Custom Android Auto launcher, unleash your AA app, unlock more features!
https://forum.xda-developers.com/t/release-android-auto-xlauncher-unlocked-aaxlu.4572697/
GNU General Public License v3.0
164 stars 6 forks source link

✨ Support Shizuku for root required features #5

Open realeatham opened 9 months ago

realeatham commented 9 months ago

If it's possible to do what this app does with ADB instead of root, can you support shizuku?

Rikj000 commented 9 months ago

Shizuku could be used to support some of the functionality of AAXLU.

My phone will always be rooted though, so motivation to implement Shizuku is low for me.
However I'm open for PRs which add Shizuku support as an alternative / alongside the current root support.

fcaronte commented 8 months ago

Shizuku could be used to support some of the functionality of AAXLU.

  • What could be supported: Root required features (Launch Material3 + Debug screens)
  • What can't be supported: Xposed required features (Unlock more 3th party AA apps)

My phone will always be rooted though, so motivation to implement Shizuku is low for me.
However I'm open for PRs which add Shizuku support as an alternative / alongside the current root support.

Do you think is possible to use with LSPatch in non root shizuku mode?

Rikj000 commented 8 months ago

Do you think is possible to use with LSPatch in non root shizuku mode?

LSPatch could likely work for the XPosed only feature,
but it would be an inferior way, since the AA .apk would need to be re-patched every time AA updates.

fcaronte commented 8 months ago

But actually on A14 there is no way without root and maybe this could be a compromise, do you think I can try with actual version or need some appside adjustment? I try to check why kinginstaller stop working on A14 and seem on A14 you can pass the install as different package and so is not work, then if install as PlayStore using ADB will miss the not_unknown_source=true and so again will not work, I wasn't able to find a fix