@mbt28 check private messageNo luck, phone screen blinking but headunit application gives the same failure. My phone tells that I am connected to car.
@mbt28 check private messageNo luck, phone screen blinking but headunit application gives the same failure. My phone tells that I am connected to car.
I made it work on Ubuntu. Is there any documentation for how the protocol works? For example I would like to use some rotary encoders and buttons so how should I send it?
What do you mean with doggy approach? I am thinking of simulating a keyboard however I have absolutely no experience on usb communication. I should be pretty easy actually if we know how google supports controller buttons.Not really I'm affraid, the only "documentation" we have is what Mike have left inside the code while he reverse engineered the software.... I used a "doggy" approach for keyboard support, namely simulating touches..... while it isn't the most desirable way to do things it works.
What do you mean with doggy approach? I am thinking of simulating a keyboard however I have absolutely no experience on usb communication. I should be pretty easy actually if we know how google supports controller buttons.
I dont plan to use a keyboard but 2 rotary encoders; one for navigation, one for volume control. And I want to put some buttons to switch application.by doggy approach I mean that I'm listening to keypresses and if key M is pressed for example I send a touch_event which correspond to touching the screen where the map icon is. This is all fine, but if you want to use the keyboard to enter letters for example when searching for an address, and you press the M guess what will happen
Having said this my app version is designed for Android devices (tablets) where you don't have a keyboard, yeah you might hook it into a JoyCon to connect it to your car steering wheel remote, but you still won't have a full keyboard.
Android Auto is supposed to be able to handle rotary input, but we are missing the documentation on that...
Your only option to figure this out is by firing AA DHU up and looking at the packets with Wireshark. But the protocol itself is based on Android Open Accessory Protocol with unknown (not really, Mike has figured out a lot of it) commands and logic behind it.I made it work on Ubuntu. Is there any documentation for how the protocol works? For example I would like to use some rotary encoders and buttons so how should I send it?
My head unit is 5.1.1 and I have same problem
Have you succeed to run Android auto?
Or self mode!? (If yes, How?)
Thanks
Your only option to figure this out is by firing AA DHU up and looking at the packets with Wireshark. But the protocol itself is based on Android Open Accessory Protocol with unknown (not really, Mike has figured out a lot of it) commands and logic behind it.
Does anyone get error 7? My time is all correct on a Nexus 7 mm and a Nexus 6p N
Did anyone test with Raspberry Pi and get good results?
I really like a answer, because I want to create a CarPC, and I'm studying the possibilities of hardware.
Thank You!
Since Google appears to be permanently banning software based Headunit apps, I am going to have to abandon Google Play as a means of distribution.
I'm guessing that Paypal sales/donations are the way to go.
I've attached the latest June 16 release.
Thanks for all your support !![]()
question how the android in your phone connect to android in the head unit? I'm trying to figure out how is my phone connect to my civic car as might find a exploit to get root to my HU .
I'm not pro lol
Mike