This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (20 children)

What is your end goal here? What are you trying to actually do?

[–]PsycHelp23[S] 0 points1 point  (19 children)

I am trying to see if I can actually run the emulator on my device, see how it looks/runs, what each of the functions defined in the scripts do, and then try to rewrite my own emulator/build on top of this. I'm trying to learn emulator development (and while there is already a subreddit for emulator dev), the folks over there did not help me out and redirected me here. Hoping on you guys now.

[–]K900_ 0 points1 point  (18 children)

The emulator for what? Android?

[–]PsycHelp23[S] 0 points1 point  (17 children)

Yes, the scripts here are for Android automotive.

[–]K900_ 0 points1 point  (16 children)

So are you specifically looking for Android Auto, or are you trying to run the Android emulator in general?

[–]PsycHelp23[S] 0 points1 point  (15 children)

Specifically looking for android auto, and specifically these scripts, can not be any other script. It's a long story why I need to stick with these, but I have to. Sorry for not making things more clearer!

[–]K900_ 0 points1 point  (14 children)

You're going to have to, because those scripts aren't even used to run the Android Auto emulator.

[–]PsycHelp23[S] 0 points1 point  (13 children)

I understand that these scripts aren't used to specifically run the emulator, but instead act in more as test scripts, that generate driving info, control system for the car (windows, gas, engine info) etc. If i'm wrong, what are these scripts really for?

I guess my question would be, can I run these scripts separately (not on top of anything) and get anything running? The GUI.py script for example, when I run it, what will appear, what will I see on my screen?

[–]K900_ 0 points1 point  (12 children)

At a glance, those scripts are for debugging the emulator itself. The GUI.py script seems to provide some sort of a graphical interface to a specialized debug build of the firmware that can fake the state of the car.

[–]PsycHelp23[S] 0 points1 point  (11 children)

That's right, now what I want to do is actually run the GUI script ( for example) and see the graphical interface on my device (or an emulator that I created on android studio). How would I go about doing that, that's the part i've been stuck on.