-
Notifications
You must be signed in to change notification settings - Fork 92
initial wifi autoconfig #188
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
base: master
Are you sure you want to change the base?
Conversation
6a91cc4
to
a511dac
Compare
IT WORKS. |
a30ae1f
to
7bebd50
Compare
0c81924
to
392ae8b
Compare
Mostly working... except for the crashing when we try to exit... |
… documentation front
Cleanup extraneous newlines in logd statments Wait for wireless to be started.
…o the cmu. Need to actually update the tweaks.sh file to do it.
3cd24c4
to
75e2b99
Compare
Ok, this is starting to feel usable.
I do need to write something to check if a compatible phone has been connected by usb before headunit starts. I have included a compiled binary on this post if anyone wants to try it. You will need to manually copy BdsConfiguration.xml overtop of /jci/bds/BdsConfiguration.xml because I haven't updated the tweaks.sh script. You will also probably want to replace headunit-wrapper with the simplied version from here |
Awesome will try it out. I haven't had any luck with my note10+ on anything after AA1.13 here. I'll try yours and see if it works with all the fixes. |
@Radarwild I also realized that I didn't try it out with the normal makefile, just my cmake environment, let me look into that |
@silverchris thanks they were missing in my hu_aap.h and hu_aap.cpp fixed. now I'm getting this error afterwards do you know what's missing or the issues here below? thanks. main.arm.o: In function updated Makefile all good now, just have to do tweaks.sh from SRCS += usb/usb.c |
Did you clone my repository? I just did a clean build from cloning it, and it seems to work fine? |
Yes cloned latest from your repository. Did not work. Use my own with all your latest updates do not work either. |
@Radarwild What part didn't work? Didn't build, or just nothing happened? |
fw59.00.502. built headunit from your repository and confirmed with the latest updated BdsConfiguration.xml. Installed the headunit file into my car but once plugging the android device nothing happens as it either doesn't recongize the phone and keeps trying to reconnect or something wrong with the codes headunit-wrapper or tweak.sh? can you provide a zipped full installer files of yours including (headunit-wrapper, tweak.sh, headunit etc) that you got it working on your vehicle please? so I can test it. thanks. |
@Radarwild |
@Radarwild I haven't had a chance to test properly yet... but if you don't have the tweak for the CMU to be a wireless AP, the wireless will not work at all! |
Lots of changes... requires this toolchain to build now https://github.com/silverchris/mazda3-build-tools |
… list of surfaces are correct other than TV_TOUCH_SURFACE and JCI_OPERA_PRIMARY?
…updating the GPS and nightmode
@Radarwild |
Added WiFI definitions from gartnera/headunit#188
some rough code that allows android auto to discover the wifi settings over bluetooth.
Needs a lot of cleanup before merge, but wanted to get the ball rolling on this!