-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hud units #162
Hud units #162
Conversation
VitaliyKurokhtin
commented
Sep 28, 2019
- Tracking HandleNaviStatus for stop signal to clear HUD when navigation finishes or canceled.
- Displaying Straight icon for merge without direction. Seems fitting and better than not not showing anything.
- Displaying HUD distance in units reported by AA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it appears to be working quite well, good stuff!
How can I build and test this merge without using the AIO software? I have VS2016 installed, can I do it from the source?
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Trezdog44 <notifications@github.com>
Sent: Tuesday, October 1, 2019 4:43:23 AM
To: gartnera/headunit <headunit@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [gartnera/headunit] Hud units (#162)
Merged #162<#162> into master.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#162?email_source=notifications&email_token=AC7FQNG2LBIH2D3YR4XQTH3QMMESXA5CNFSM4I3PSVN2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOT6BOBPA#event-2676154556>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AC7FQNH6EIFNRUH6O26N64LQMMESXANCNFSM4I3PSVNQ>.
|
@rolanie3 I've used instructions by @Trevelopment from here https://mazdatweaks.com/androidauto/. Except I'm using Windows Subsystem for Linux instead of VM to run Ubuntu 16.04. Once build script completes you're left with headunit executable that you can copy over existing one to your CMU in any way you like. Replacing one in files generated by AIO works fine as well. |
can you guy share the installer file to us? |
Installed ubuntu 16.04 through windows as @VitaliyKurokhtin suggested. Compiled as per
Copied over the headunit,json and wrapper to installer folder then to usb. Gunna try installing it on my car, Wish me luck boys! |
@ryoncy https://github.com/gartnera/headunit/wiki#instructions-to-compile-current-code-using-ubuntu-1604 |