MCUs for MTCE_HT - MTCD Android Head Units General

I am looking for any available MCU files to try in my Eonon head unit that currently has MTCE_HT_V2.84_1. Most repositories contain other MCUs, but not the "HT" ones.
Any pointers/links are appreciated.
EDIT: I am attaching a few files I gathered below -- may be useful for others:

Here is MTCE_HT_V3.30_1:
https://mega.nz/#F!fKYHzSSQ!lldrq_lSFgUps1dqrXUpBw
it works with my px6 unit

felix297 said:
Here is MTCE_HT_V3.30_1:
https://mega.nz/#F!fKYHzSSQ!lldrq_lSFgUps1dqrXUpBw
it works with my px6 unit
Click to expand...
Click to collapse
Fantastic -- thank you! Did this come straight from Eonon? And should work with px5 units too, right?

I was sent the V3.30_1 myself directly from Eonon support and attached it to my original post now as well. As per Eonon support, this is the most recent MCU.
If you use a subwoofer, please note that the factory settings have changed. You need to go into the Factory Settings, then Canbus, then enable the amplifier, otherwise your subwoofer will remain disabled. This is new in this MCU.

Hi there. Is there any sound patched one?

This thread has a couple of versions of the HT MCU that have been patched, albeit not the latest:
https://r.tapatalk.com/shareLink/to...7&share_fid=3793&share_type=t&link_source=app
Sent from my Pixel 3 using Tapatalk

Related

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

Honda A/C and car settings APK for PX5

I have purchased a head unit (from china, not easy to return) - I don't think it comes with full system settings to control things like:
- door lock times, ect
- A/C controls
The Phoenix head units support it I believe. Although, I purchased another brand and am not sure it will support the climate controls and system settings. can anybody who owns a Phoenix provide the apk for climate and system? (Download apk extractor from play store and use it to grab the apk's) much appreciated.
Here is an example I am talking about... would really like to have.
https://youtu.be/T0oiX-Xo450?t=2m
Anyone you ever get it figured out

[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.

Question to all developers, modders, skinners,...

I'm currently owning a MTCE device. I'm a software developer (.NET). I'm a design and UX fetishist.
I see many folks of you have posted different apps, skins, mods, a.s.o. to get the best out of the headunit that is possible.
One problem I have seen is, that if I want to have a full working headunit, I will have to read thousand of forum-posts, try hundreds of software and then get stuck by a few apps that design is not fitting together.
Why isn't it possible, to join the forces to make a fully working ROM with preinstalled software that looks as if it was designed and made by the manufacturer? One design (maybe skinnable), one UX, selectable apps. So a newbie (like me) will get a fully functional headunit (including the basics like radio, DAB, mediaplayer, navigation, ...) that looks like factory-made with installing only the ROM.
Modern cars already have a well working headunit that has a seamless UI and UX between the different functions. Why shouldn't this be possible on our headunits?
I would suggest, that all of you developers, skinners, modders, should join your forces and create an experience for our headunits that will outreach the currently built-in headunits of modern cars.
What's wrong with hal9k or malaysk mod? They are fully working and in my opinion are better than original head unit from my car. You can even use google assistant, so you can control everything by your voice.
Maybe my mods will suit your needs?
Have a look at my channel:
https://www.youtube.com/user/KoTiX71
RolandE1204 said:
I'm currently owning a MTCE device. I'm a software developer (.NET). I'm a design and UX fetishist.
I see many folks of you have posted different apps, skins, mods, a.s.o. to get the best out of the headunit that is possible.
One problem I have seen is, that if I want to have a full working headunit, I will have to read thousand of forum-posts, try hundreds of software and then get stuck by a few apps that design is not fitting together.
Why isn't it possible, to join the forces to make a fully working ROM with preinstalled software that looks as if it was designed and made by the manufacturer? One design (maybe skinnable), one UX, selectable apps. So a newbie (like me) will get a fully functional headunit (including the basics like radio, DAB, mediaplayer, navigation, ...) that looks like factory-made with installing only the ROM.
Modern cars already have a well working headunit that has a seamless UI and UX between the different functions. Why shouldn't this be possible on our headunits?
I would suggest, that all of you developers, skinners, modders, should join your forces and create an experience for our headunits that will outreach the currently built-in headunits of modern cars.
Click to expand...
Click to collapse
I exactly know what you are talking about.
Whether malaysk nor Hal9k are the greatest thing since sliced bread and do not fulfill what I and you @RolandE1204 are expecting.
A common UI with same buttons and same background, coordinated in function and visibility would be awsome.
...but..... and now we have the main issue:
All firmware are made of apps from different developers and are just bundled in the firmware. This leads automatically to different UI for each single app.
You won´t get a navigation app which fits any other UI. You won´t get a player app fitting the UI of your launcher. If you would want this, each single app needs to get developed or at least adapted to a UI.... None will do that and as far as I know there is no possibility to create a common UI which adapts 3rd party applications. Each app has it´s own one.
This is one of the benefits of an OEM unit. There you have to pay a lot more and it is not configurable at all, because it is completely closed.... but with a common interface...
That's right ... but does it have to be like that?
@rigattoni You're absolutely correct. But does it have to be this way? Here at xda-developers are all the guys (and girls) that do the best work like malaysk, hal and many others that do very great work.
With a little more work together, there could be a complete solution that would not also work but also look great.
I may think too simple but there has to be a design and UX guideline, that has to be created and every application that will be developed using this guideline, will fit nearly seamless into the bundle of all other apps.
Also I'm sure that there are also som people like me, owning a slightly older car that hasn't built in a headunit with such functions. I like my car (Peugeot 308CC) and would buy it again but I wanted to add functionality that hasn't been in (rear drive camera, good working navigation, ...).
Just to clarify: I'm not searching for a free solution and I understand that this means a lot of work that can mainly be done by enthusiasts, but I'm also willing to pay for a solution that works and looks like a charm. So I think that even if we are talking about different applications that work together seamless, I am sure that there are people like me, who are willing to pay money for this.
I'm currently living with a mediaplayer (poweramp [blue]) that has a different behaviour and look like the radio (stock [black/white]) and a navigation app (magic earth [orange]) that also doesn't fit in. Other applications (TPMS, Bluetooth-Calling, Car-Status) are also looking very different.
I know that there are persons doing great work in modifying roms and apps but they all have their different design-language. So why not using a centralized design and UX language and creating a bundle of software that makes every owner of an android headunit as proud as he can be?
Do we get these devs together to work on one version with a common UI?
I would love everything to look similar, but I would settle for great looking apps that look different. Like that guy who posted the youtube link - nice radio app, but would look for a different music app
kmlnvm said:
What's wrong with hal9k or malaysk mod? They are fully working and in my opinion are better than original head unit from my car. You can even use google assistant, so you can control everything by your voice.
Click to expand...
Click to collapse
Yes, confused, malysk and hal9k are already this way. Perhaps OP wants to define look and feel.
Perhaps too, OP might not understand that source code to the MTCD units has not been released and that to a large extent work is by reverse engineering?
---------- Post added at 09:27 AM ---------- Previous post was at 09:26 AM ----------
rigattoni said:
Do we get these devs together to work on one version with a common UI?
Click to expand...
Click to collapse
Sure, how would you do that?
@marchnz: It was just a question. Nothing else to be interpreted into this question...
I'm aware
@marchnz: I'm aware that reverse engineering is hard work. I've already done this by myself (as I said, I'm a .NET developer).
I'm not into developing android software but I'm sure it is a lot of work too.
As long as I do have the commitment of some developers that they want to follow design guidelines, I'm able to create some. What I don't want to do is, to create guidelines that nobody is considering. Also I do not want to patronize someone. So if someone commits that he wants to use guidelines and has a definitive app in mind he wants to work on, we can work out guidelines.
Maybe first of all invite some developers:
 @jamal2367
 @Malaysk
 @Hal9k_
 @mike.b
 @f1x
im sorry I didnt get your meaning
whats the plan?
i'm a developer I mean what are we going to do?
can you explain more clear?
What has to be done is to unify the UI and UX of all the major apps that are needed.
The best would even be to make them skinnable.
So there is a need to create a common UI for
- Radio
- Media-Player
- Bluetooth (Calling)
- Vehicle (Doors, Trunk, ...)
What I already can say is, that there will be a skinnable version of magic earth (navigation) in the near future.
Also it would be nice if during this process, some smaller issues of a software can be fixed. (ie. Radio looses the station-names on reboot and only shows frequencies)
Anyone who will contribute on this project, please leave a message or send me a PM.
RolandE1204 said:
What has to be done is to unify the UI and UX of all the major apps that are needed.
The best would even be to make them skinnable.
So there is a need to create a common UI for
- Radio
- Media-Player
- Bluetooth (Calling)
- Vehicle (Doors, Trunk, ...)
What I already can say is, that there will be a skinnable version of magic earth (navigation) in the near future.
Also it would be nice if during this process, some smaller issues of a software can be fixed. (ie. Radio looses the station-names on reboot and only shows frequencies)
Anyone who will contribute on this project, please leave a message or send me a PM.
Click to expand...
Click to collapse
Hey
If you are interested in a radio player that runs over the internet then have a look here!
GitHub: https://github.com/jamal2362/URL-Radio
Download: https://jamal2367.org/downloads/?dir=Apps/URL Radio
You could install it on your mobile phone and use the app in landscape format and see what it looks like on the MTCE.
jamal2367 said:
Hey
If you are interested in a radio player that runs over the internet then have a look here!
GitHub: https://github.com/jamal2362/URL-Radio
Download: https://jamal2367.org/downloads/?dir=Apps/URL Radio
You could install it on your mobile phone and use the app in landscape format and see what it looks like on the MTCE.
Click to expand...
Click to collapse
I've never written about a radio that works over the internet.

Honda Panasonic Head Unit [2020-2021]

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.

Categories

Resources