carstream-android-auto icon indicating copy to clipboard operation
carstream-android-auto copied to clipboard

Wonderfull step for Carstream AA 2.0, But is there a way without Rooting?

Open as4ysf opened this issue 6 years ago • 4 comments

I did all the steps successfully.

as per the instructions provided. Which required me to:

  • Install the Android Debug Bridge (adb)
  • Install the SDK using Android Studio
  • and enable my mobile the USB Debug (after enabling the development in the setting)

But, is there a way to avoid Rooting my device?

Regards,

as4ysf avatar Jun 22 '18 05:06 as4ysf

If you check what #185 does (ie. edit a database of *freaking play services*), that's really not something that can be achieved otherwise.

..Unless maybe you backup com.google.android.gms data with adb, then edit it, and ultimately restore? I'm not sure if this procedure is needed everytime the program runs, or what.

mirh avatar Jun 23 '18 19:06 mirh

The entire security model of Android is designed around preventing apps from doing exactly this: modifying other apps.

Your best bet would be to backup and try to modify the play services package. There's probably some other security measure in place to ensure that's not easy as well though... Because, again, that would make the world of apps pretty sketchy too.

EranSch avatar Jun 25 '18 12:06 EranSch

Can you just compile the app with an white-listed package name?

Ovadia-B avatar Jun 30 '18 13:06 Ovadia-B

I tried changing the package name but didnt work, using last play service and aa versions. Even with a rollback of aa to version 2.9 still doesn't work.

kyokusei84 avatar Jul 11 '18 07:07 kyokusei84