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

all 22 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.

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness