Honda Panasonic Head Unit [2020-2021] - Connected Car

I have a Honda that uses a different headunit from previous models and managed to make a android backup, but its password protected is there any way to crack that?
link below
https://we.tl/t-AFADTpwPms

FDAD said:
I have a Honda that uses a different headunit from previous models and managed to make a android backup, but its password protected is there any way to crack that?
link below
https://we.tl/t-AFADTpwPms
Click to expand...
Click to collapse
Your link seems to be broken.
The Honda Accord 2018 Sport head unit 39540-TVA-A11 adb backup uses password [email protected]&
You will probably find useful info at: https://forum.xda-developers.com/t/honda-accord-2018-sport-and-installing-apps.3759111

thekyle2000 said:
Your link seems to be broken.
The Honda Accord 2018 Sport head unit 39540-TVA-A11 adb backup uses password [email protected]&
You will probably find useful info at: https://forum.xda-developers.com/t/honda-accord-2018-sport-and-installing-apps.3759111
Click to expand...
Click to collapse
Hi, just have to keep trying... That password is no good...

Hi please, I need help to fix my andriod HU camera. I followed seller guidance to install and wire the device but it does not automatically switch on when I shift to reverse gear. And I had to install an andriod camera from playstore as I could not find any installed camera. When I manually open the camera in reverse, it work but the image starts from my left side instead of the center. The trajectory line appear from left to right. Can someone help? See pictures.

Related

External Touchscreen Development

Hello,
Currently i'm working on a personal project to integrate my GS3 into my car display and audio. Well this was easy with the help of a MHL or Allshare Cast Dongle.
My next goal was to install a 4 wire resistive touchscreen on my car display and use it as an external touchscreen control. I bought a 7" 4 wire resistive touchscreen with a USB module build around the CYPRESS CY7C63723C chip. I hooked up the touchscreen with OTG to test if there any initial reactions from my GS3, needless to say there wasn't any (no surprise there).
After a little digging around I came up with the conclusion that I need to create a custom "Input Device Configuration Files" for my touchscreen based on the following links
http://source.android.com/tech/input/touch-devices.html
http://source.android.com/tech/input/input-device-configuration-files.html
My initial question before I start plugging away with some codes is how would I name the files, the documents states "Input device configuration files are located by USB vendor, product (and optionally version) id or by input device name." How would I find the product ID or the input device name for the touchscreen? I'm sure this can be done thru terminal or something but I am new to android development so cut me a little slack here
Also if you know of any Input device configuration files dealing with touchscreen please post it.
Anyone?
hechen said:
Anyone?
Click to expand...
Click to collapse
You would probably be better served asking this on one of the more general hacking sub forums. Here, you're just going to get people who are familiar with the S3. There, you may find someone who has done something similar on another phone.
hechen said:
Anyone?
Click to expand...
Click to collapse
Any resolution with this?
I have been pondering the idea as well, but have no coding or hacking experience to go off of.
Would love to hear about the progress for this project and maybe a writeup of parts and procedures so far.

USB Accelerometer on Joying radio

Hi,
Sorry, I had already posted this on another section but I think this one is more appropriate and can't delete other post.
I have a Joying JY-NL124 android car radio, which does not have an accelerometer. I bought the Yocto 3d V2 http://www.yoctopuce.com/EN/products/usb-position-sensors/yocto-3d-v2 to see if I could get it to work with torque and other android apps for the track but although android sees the device the apps do not. I am not a programmer, but is there a way to get the apps to recognize an external accelerometer like some do for an external GPS?
Very interesting. I would like to know as well. It might also be usefull in navigation to get a faster direction orientation.
I was reading up on this again and this bit means someone with the know how would probably need to code something
The main advantage of this solution is that you don't need to install a driver to communicate with a Yoctopuce module, as the HID layer is always present. You only need to add our library, that we provide in source form, to your driving software for it to be able to directly talk to Yoctopuce modules.
Click to expand...
Click to collapse
Have you tried contacting them directly and asking if they can do this for you?
sinnedone said:
I was reading up on this again and this bit means someone with the know how would probably need to code something
Have you tried contacting them directly and asking if they can do this for you?
Click to expand...
Click to collapse
Uff, sorry for the late reply. Life has a way of getting in the way of interesting projects. I'm about to restart this project since I'm using the car a lot on the track. It's weird that the units don't come witha compass, gyroscope, accelerometer, etc, considering they are meant to be used in moving vehicles.
Definitely post up if you figure it out.
It would be nice to get it to work with Android as a whole. If that's the case you might need to talk to one of the ROM developers to see if it's something they can do ROM wise or even a custom kernel.(the kernel bit might be a little harder)
Did anybody get this right. It would be cool if these usb accelerometer could work in the apps
flash_xx said:
Hi,
Sorry, I had already posted this on another section but I think this one is more appropriate and can't delete other post.
I have a Joying JY-NL124 android car radio, which does not have an accelerometer. I bought the Yocto 3d V2 http://www.yoctopuce.com/EN/products/usb-position-sensors/yocto-3d-v2 to see if I could get it to work with torque and other android apps for the track but although android sees the device the apps do not. I am not a programmer, but is there a way to get the apps to recognize an external accelerometer like some do for an external GPS?
Click to expand...
Click to collapse
I'm very interested to understand whether this is possible as I am thinking about a similar setup. You tried the three Bluetooth tips in the roll up thread?
https://forum.xda-developers.com/an...roll-joying-2gb-sofia-mtcb-mtcd-tips-t3555249
"Bluetooth Tethering & BT Settings", "Difficult to pair BT devices" and "Modified stock bluetooth app to allow connection to all devices"
Have you tried external GPS for higher refresh rates or is the Head Unit gps refresh good enough for the track?
Bob
MX5DrIver said:
I'm very interested to understand whether this is possible as I am thinking about a similar setup. You tried the three Bluetooth tips in the roll up thread?
https://forum.xda-developers.com/an...roll-joying-2gb-sofia-mtcb-mtcd-tips-t3555249
"Bluetooth Tethering & BT Settings", "Difficult to pair BT devices" and "Modified stock bluetooth app to allow connection to all devices"
Have you tried external GPS for higher refresh rates or is the Head Unit gps refresh good enough for the track?
Bob
Click to expand...
Click to collapse
Sorry....USB not Bluetooth... Also discouraging. I was hoping USB would be an alternative to BT for track add-ons...
I too have an Android head unit and do track days, and have the exact same interest as you. I use Harry's Lap Timer. I have the Pumpkin AE0273B head unit. It too lacks the compass and accelerometer. I too found this to be a very unfortunate omission.
I have developed apps actually so I do know Android program to some degree (although I am sortof a hack, not a pro). I have apps on the Play Store (since I can't post links just search Play Store for developer JimRoal). I saw the Yocto stuff. When I get some time I will look into this some more.
Any update on this? Would also like to add a compass / accelerometer to my joying.
Also interested. But on a newer 10.0 unit. Something I am going to look into.
nFiniti said:
Also interested. But on a newer 10.0 unit. Something I am going to look into.
Click to expand...
Click to collapse
Sad that over 4 years after I first posted this we still don't have a unit with these features. I finally gave up and bought an AIM Solo 2 DL.
I'm looking for a newer radio though, since mine is older than this thread
Still waiting as well.
Looking forward for solution, we have also WIMOTION sensors in the market with sample android apk but I'm not a developser so, put things together is hard for me !
I think the hard job is try to mock the sensors in Android AS IF external accelerometer was factory embeeded (allowing apps to recognize it)
Nothing new about this project / idea ???
?? dead ???
mariodantas said:
?? dead ???
Click to expand...
Click to collapse
Once you've figured out how to modify the kernel, you should be good to go!
Another option could be sensor to serial over USB, via a compatible adapter, write an app and there you go. Of course it won't be standard Android though.
Drivers are here
https://elixir.bootlin.com/linux/v4.14.133/source/drivers/iio/imu/st_lsm6dsx
The problem is adding them to kernel !
You dont need to add them to the kernel. You will need to implement an Android HAL that can read the values of these sensors. Its not a trivial task but also not very hard if you have access to the source code

2018 Honda Civic HU root

I was wondering if anything has been developed to root the 2018 Honda Civic HU? I found the video that allowed us to restore the missing browser and gallary apps, however what options do we have to root our HU and install Honda hack to allow app installations?
Yes please. If anyone has such info please post. I have a 2018 Civic and I'm hoping to eventually do that on my car as the developer option part on 2018 models is not accessible with the same passcode as for the 2017 models. I've been searching the internet for weeks and nothing.
It’s already been foubd
Contact member codeage on xda forums here and ask him for link and password to perform a wireless root on your HU, it works awesome and comes with several apps including Waze!
Dimitron84 said:
Contact member codeage on xda forums here and ask him for link and password to perform a wireless root on your HU, it works awesome and comes with several apps including Waze!
Click to expand...
Click to collapse
Have you tried it already? Can you confirm it works. How recent is this and if it works how come no post has been made by this codeage dude since there are so many people interested in this..
Yup it works, xda won’t let me post a video link, look on YouTube for Honda head unit hack uploaded by ttorres1183 who is also on civicx.com
Dimitron84 said:
Yup it works, xda won’t let me post a video link, look on YouTube for Honda head unit hack uploaded by ttorres1183 who is also on civicx.com
Click to expand...
Click to collapse
2017 is confirmed working but how about with 2018? The passcode is different for 2018 to gain developer access.
Mine is a 2018, Passcode is not needed, as long as you have your browser enabled the Honda hack wireless works through a website without the need for the passcode.
What's the url to use on the browser for Hondahack on 2018?
[email protected] said:
What's the url to use on the browser for Hondahack on 2018?
Click to expand...
Click to collapse
You have to contact the user Codeage through XDA. It's his private site and he provides users their own private passkey.
btonetbone said:
You have to contact the user Codeage through XDA. It's his private site and he provides users their own private passkey.
Click to expand...
Click to collapse
I did contact Codeage and he no longer has a private site for this anymore and provided with a link where I can purchase a Hondahack code but after I buy it, what url do I go to to activate it or install it on my 2018 Civic?
Codeage contact details
[email protected] said:
I did contact Codeage and he no longer has a private site for this anymore and provided with a link where I can purchase a Hondahack code but after I buy it, what url do I go to to activate it or install it on my 2018 Civic?
Click to expand...
Click to collapse
Do you have codeage's contact details? I'd like to contact them to inquire about my 2018 Civic Hatchback HeadUnit and whitelistapk/hack
Thanks for any help you can give
M1KL83 said:
Do you have codeage's contact details? I'd like to contact them to inquire about my 2018 Civic Hatchback HeadUnit and whitelistapk/hack
Thanks for any help you can give
Click to expand...
Click to collapse
This is his profile:
https://forum.xda-developers.com/member.php?u=495426
You can contact him from there.
2018 Honda Infotainment Head Unit Hack (Cancel Android Restriction and Get Browser)
Dimitron84 said:
I was wondering if anything has been developed to root the 2018 Honda Civic HU? I found the video that allowed us to restore the missing browser and gallary apps, however what options do we have to root our HU and install Honda hack to allow app installations?
Click to expand...
Click to collapse
Please see this video. It shows how to regain the browser back and cancel Android Restriction on your 2018 Honda vehicle. The video uses 2018 Honda CR-V LX-E model as an example.
https://youtu.be/Vx7QNDw_4tw
Honda Hack Pro
I purchased the Honda Hack Pro on May 29, 2018. I purchased a 2018 Honda Civic SE sedan. I received the code from codeage but when I tried installing honda hack it did not work. I contacted codeage and he said that it only works on 1.5/2.0 turbo cars. He was kind enough to give me a refund back for my purchase of the honda hack. He also said he did not have a head unit like the one in 2018 Honda Civic SE cars so he can test out the unit
Works on my Honda Civic EXT 2018
Well I just contacted Codeage and bought the code for my Honda Civic EX-T Sedan 2018 and it worked perfectly, I already have my unit rooted and installed the applications that I use the most, I only wish a GPS that works without an internet connection that is reliable and with good 3D presence, any recommendation?
I recently got my new 2018 Honda Civic Touring. Can you guys tell me the pros and cons of rooting the HU? Is there a potential to brick it, or to screw up the braking system, or something major? Is it possible to unroot it, if need be?
I noticed some YouTube videos where the screen refresh speed after tapping on a button is pretty darn fast compared to mine! How's that possible?
Any way of changing the "MAP" button at the top of the screen to launch Google Maps (on my phone via Android Auto) instead of Garmin?
Any other cool little tricks and ideas?
Oh, and anyone annoyed with the auto windshield wipers? Mine has a mind of its own, and I can't adjust the intermittent delay because then it's in 'auto' mode.
I actually have run into severe lag issues with my 2018 Civic EX-L using the 2017 Honda Hack provided by codeage. Even my cameras (lane assist and rear-view) lag to the point of being unusable. I'm about to unroot my HU.
My post over there with details: https://forum.xda-developers.com/showpost.php?p=76864030&postcount=1485
UPDATE: Found the issue. TLDR: Don't install Google Play Services on the 2018 Civic HU...that's what caused my severe lag issues. Figured it out while uninstalling apps in prep for unroot.
Has anyone tested this on a non-Turbo 2.0L? I'd really like to get this going on my car!
Thanks everyone!
Does anyone know if this method work on 2017 Accord EXL-V6 models?
Thanks
Does this work for the EXL model? Can i use the laptop method or does it require the web service?

[MCU] Witson Latest MCU - MTCE MX V3.06(with logo)

I am sharing with you the latest MCU for Witson MX V3.06
Witson MTCE MX V3.06(with logo)
Enjoy!!
Thanks @Abbas Safieddine
could update delete the steering wheel settings, panel buttons and the entire canbus?
tomkam said:
could update delete the steering wheel settings, panel buttons and the entire canbus?
Click to expand...
Click to collapse
can you share a picture of you canbus settings?
Keys can now be set manually from the Can Bus settings. MX_V3.06
unfortunately I am a young forum member and I can not publish links yet ...
my canbus settings are:
62. FOCUS_ECOSPORT&ESCAPE&CARNIVAL(Simple)
my canbus box decoder:
MH(FD-SS-05A)20180716
SS-FD0532411018-2
For: Escape 2017
Soft: Ford v 1.52.005BYPT5
my car: Ford Fiesta 2015
please link my post:
https://forum.xda-developers.com/showpost.php?p=79147553&postcount=4
Unfortunately, in the key settings I have always been empty and I could not do anything.
now I have no connection to the car. nothing works. buttons, steering wheel, door, air conditioning, reverse gear ...
has been mixed up ... please help ...
tomkam said:
unfortunately I am a young forum member and I can not publish links yet ...
my canbus settings are:
62. FOCUS_ECOSPORT&ESCAPE&CARNIVAL(Simple)
my canbus box decoder:
MH(FD-SS-05A)20180716
SS-FD0532411018-2
For: Escape 2017
Soft: Ford v 1.52.005BYPT5
my car: Ford Fiesta 2015
please link my post:
https://forum.xda-developers.com/showpost.php?p=79147553&postcount=4
Unfortunately, in the key settings I have always been empty and I could not do anything.
now I have no connection to the car. nothing works. buttons, steering wheel, door, air conditioning, reverse gear ...
has been mixed up ... please help ...
Click to expand...
Click to collapse
is anyone able to help?
maybe there is someone who has dmce_mx and could give me the dcme.cfg settings for ford fiesta, ecosport, escape, focus 2015+?
maybe it would solve my problem
tomkam said:
is anyone able to help?
maybe there is someone who has dmce_mx and could give me the dcme.cfg settings for ford fiesta, ecosport, escape, focus 2015+?
maybe it would solve my problem
Click to expand...
Click to collapse
Hi tomkam, i have a Ford Fiesta MK7.5 what i have found out is that if you press SETTINGS - ABOUT - then at the top left corner press the 'gear' icon..then type - 3711 it will take you into the hidden menu, in here you can change the canbus type by pressing the 'CAN' button and scroll down until you get to FORD but!! be aware there are a number of different FORDs. if you select one and RED folder opens up on the right, if you scroll down you may find your canbus. My canbus says its for a ford focus 2012?? which it isn't but have a go and let us know how you got on.

"Cancel Android Restrictions" isn't showing up

Hey everybody,
First of all I'm sorry for my english, because it's not my native language, But I really need your help and I'll try to formulate the best.
So I've got a brand new Honda Civic (Hatchback 5D 1.5L 2021) and I did know about all the functions with Android Auto app, And basically I'm ok with that...
But just recently I was informed about a nice app called "Honda Hack" which of course I tried to install it.
So I saw a lot of youtube videos to understand how it works, and I bought the app for 25$ and started to do the same steps I saw in the videos in my own car.
the problem you can see in this attached picture in this post...I've reached to the right place and needed to press on a button called "Cancel Android Restrictions", which I need to do it to enable the browser, before I can download the app, but you can see it doesn't exist.
My guess is before you get a car in my country, it has some changes, but I didn't expect that one of the changes will be delete/hide this specific button.
Well I think I should check this out before I paid for the app (And now I'm trying to get a refund)...But still I really want to install it.
Anyone know how to install Honda Hack even though?​Or how can I make the button "Cancel Android Restrictions" appear to continue the installation?​
hello
are you using a laptop to install?
and
have you unlocked the developer mode prior to the Honda Hack steps?

Categories

Resources