[MCU] Witson Latest MCU - MTCE MX V3.06(with logo) - MTCD Android Head Units General

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.

Related

Swc intents

Hello everyone,
I am trying to develop an app to replace the mode switch and map the swc media keys according to which app is opened.
Until now I managevto change between apps using the modeswich button , the previous playing app stops or get killed like it should do.
What I would like to also add, is the functionality to map the media keys of the swc, so that it controls s]tify when its opened, music app when using music app etc.
I cannot find anywhere the original intents being send when the media buttons are pressed, or which intent/activity skips radio stastion/plays next song in the original mtcapps. Can anyone help here?
I am planning to share the app here when its finished
p_mike83 said:
I cannot find anywhere the original intents being send when the media buttons are pressed, or which intent/activity skips radio stastion/plays next song in the original mtcapps. Can anyone help here?
I am planning to share the app here when its finished
Click to expand...
Click to collapse
Register a broadcast receiver for intents with action com.microntek.irkeyDown, and get the intExtra of keycode. Depending on the keycode, different methods are called in the native MTC apps.
agentdr8 said:
Register a broadcast receiver for intents with action com.microntek.irkeyDown, and get the intExtra of keycode. Depending on the keycode, different methods are called in the native MTC apps.
Click to expand...
Click to collapse
Thanks for the help. I knew that it has to do with com.microntek.irkeyDown. do you know how is the syntax with the keycode included in the intent? there is also an intentcom.microntek.irkeyUp, but I cannon understand the difference.
What are the methods that are called in the mtcapps? Can you help me with the call for next/previous preset of the radioapp, and next/previous track of the music/DVD app?
As of now the app changes the mode between radio/music/DVD/spotify and it successfully stop the music played from the other apps, so only the active app plays music.
As I am planingbto release it here, I would like to have suggestions from many of you , what apps you want to be included here
p_mike83 said:
Thanks for the help. I knew that it has to do with com.microntek.irkeyDown. do you know how is the syntax with the keycode included in the intent? there is also an intentcom.microntek.irkeyUp, but I cannon understand the difference.
What are the methods that are called in the mtcapps? Can you help me with the call for next/previous preset of the radioapp, and next/previous track of the music/DVD app?
As of now the app changes the mode between radio/music/DVD/spotify and it successfully stop the music played from the other apps, so only the active app plays music.
As I am planingbto release it here, I would like to have suggestions from many of you , what apps you want to be included here
Click to expand...
Click to collapse
The keycode is an integer, and its value is compared to determine what happens. Take a look at the android.microntek.service.MicrontekServer class in the MTCManager.apk. On the FTP server listed in the wiki, you'll find a VTS project that I zipped up, with all of the MTC apps decompiled.
com.microntek.irkeyUp is just the intent sent after the button is released. I don't think I've run across anything that really uses this though.
agentdr8 said:
The keycode is an integer, and its value is compared to determine what happens. Take a look at the android.microntek.service.MicrontekServer class in the MTCManager.apk. On the FTP server listed in the wiki, you'll find a VTS project that I zipped up, with all of the MTC apps decompiled.
com.microntek.irkeyUp is just the intent sent after the button is released. I don't think I've run across anything that really uses this though.
Click to expand...
Click to collapse
thank you, i will check it out in the next days.
agentdr8 said:
The keycode is an integer, and its value is compared to determine what happens. Take a look at the android.microntek.service.MicrontekServer class in the MTCManager.apk. On the FTP server listed in the wiki, you'll find a VTS project that I zipped up, with all of the MTC apps decompiled.
com.microntek.irkeyUp is just the intent sent after the button is released. I don't think I've run across anything that really uses this though.
Click to expand...
Click to collapse
Hey, I know this is quite an old topic. But could you point me to the location of the VTS project you mentioned?
What I'm looking for is to patch stock MTC apps so that I can make calls using only buttons on the steering wheel. It looks so dumb that I have to make so many touches of the screen (which distracts from driving) just to make a call to one of recent persons... At least it works this way on my device. And there is a hope that it's got fixed on the newer versions..
Rustam_G said:
Hey, I know this is quite an old topic. But could you point me to the location of the VTS project you mentioned?
Click to expand...
Click to collapse
It used to be on the FTP server that was hosted at huifei.fs-fileserver.de. I don't think that exists any more though. Unfortunately I no longer have the original ZIP file.

Third Party Remotes with Voice Search

I would like an alternative to my Shield remote that also allows Voice Search which has a Keyboard built in. Are there any?
Well Gallery Measy GP830 Premium QWERTY Multifunction Wireless Keyboard/Air Mouse/Remote Control Built-in Mic & Headphone Jack for Android TV Box Pc - Black https://www.amazon.com/dp/B014CX2R0G/ref=cm_sw_r_cp_apa_JgjJybYSW8MQN
Sent from my VS986 using XDA-Developers Legacy app
I assume you bought this. How is it?
Still waiting for both of them. Wells gallery (Amazon) shipped both of them but they never made it. They shipped another 2 remotes. Faster shipping to. I'll come in with a mini review.
Sent from my VS987 using XDA-Developers Legacy app
davidstjohn1 said:
Still waiting for both of them. Wells gallery (Amazon) shipped both of them but they never made it. They shipped another 2 remotes. Faster shipping to. I'll come in with a mini review.
Sent from my VS987 using XDA-Developers Legacy app
Click to expand...
Click to collapse
I'm 90% sure voice wont work since it's not a bluetooth remote
I have this remote and voice search works:
Azulle A-1068-AL Lynk Multifunctional Remote Control, Backlit QWERTY, Air Mouse, AI Learn Buttons, Black
@Spartoi hows the back button mapped on that remote?
aia832003 said:
@Spartoi hows the back button mapped on that remote?
Click to expand...
Click to collapse
I'm not sure I understand your question, but the back button is mapped to the right-click mouse button on the remote (the button next to the voice search button).
Hi,
the Minix Neo A2 an A3 have that plus a gyro function.
the amazon uk link for the a3
jesusdoit said:
Hi,
the Minix Neo A2 an A3 have that plus a gyro function.
the amazon uk link for the a3
Click to expand...
Click to collapse
How are these Minix remotes on batteries?
I have the following remote: https://smile.amazon.com/gp/product/B015O5UM6M/
But it chews through batteries like crazy. So I don't bother with it anymore. There's a backlit version or a version with voice input support. Not sure why it can't be both. The same two versions are being sold under a variety of brand names but I suspect they're all essentially the same.
The Minix remotes look pretty similar I'm worried about the battery life on these as well.
EDIT: Now I remember why I wasn't interested in these. No IR learning.
I can't complain about battery life, I had to change them 1 time after 5 month (I use eneloop AAA with it).
Spartoi said:
I have this remote and voice search works:
Azulle A-1068-AL Lynk Multifunctional Remote Control, Backlit QWERTY, Air Mouse, AI Learn Buttons, Black
Click to expand...
Click to collapse
Does the select button work in amazon on STV? Is it line of sight and what would you say the range is?
Does the back button activate the air mouse like so many of those do?
Thanks
---------- Post added at 03:47 PM ---------- Previous post was at 03:45 PM ----------
davidstjohn1 said:
Still waiting for both of them. Wells gallery (Amazon) shipped both of them but they never made it. They shipped another 2 remotes. Faster shipping to. I'll come in with a mini review.
Sent from my VS987 using XDA-Developers Legacy app
Click to expand...
Click to collapse
HOw's the remote?
axxel6307 said:
Does the select button work in amazon on STV? Is it line of sight and what would you say the range is?
Does the back button activate the air mouse like so many of those do?
Thanks
Click to expand...
Click to collapse
Yes, the select button works in the Amazon video app. The device connects via USB, so it's not IR or line of sight dependent. I use the remote in my bedroom which is really small (about 10ft in length) and it works fine in that range.
The back button doesn't activate the air mouse. The mouse has a dedicated key for activating.
Spartoi said:
Yes, the select button works in the Amazon video app. The device connects via USB, so it's not IR or line of sight dependent. I use the remote in my bedroom which is really small (about 10ft in length) and it works fine in that range.
The back button doesn't activate the air mouse. The mouse has a dedicated key for activating.
Click to expand...
Click to collapse
Thanks. Think I may get it. One more. Do the volume buttons control the shield tv volume? How would you rate it out of ten, ten being hightest?
I am currently using this.
https://www.amazon.co.uk/Keyboard-W...16632711&sr=8-7&keywords=android+voice+remote
Best remote i have ever used been using now for over 3 weeks. i did have to remap tha back button as it was a bit strange how it was working and i remaped the search button to bring up the assistant. But voice works perfectly just hold down the mic button to switch the mic on and tallk. i have alos remaped the coloured buttons to shorcuts to my most used apps. It also has IR learning and works with my tv and sound bar.
qpr1991 said:
I am currently using this.
https://www.amazon.co.uk/Keyboard-W...16632711&sr=8-7&keywords=android+voice+remote
Best remote i have ever used been using now for over 3 weeks. i did have to remap tha back button as it was a bit strange how it was working and i remaped the search button to bring up the assistant. But voice works perfectly just hold down the mic button to switch the mic on and tallk. i have alos remaped the coloured buttons to shorcuts to my most used apps. It also has IR learning and works with my tv and sound bar.
Click to expand...
Click to collapse
How funny that's the exact same remote I got about a week ago and I'm loving it too. Didn't have any back button issues. You using a gen 1 16gb shield tv? Great idea on the remap of the search button. I will do this. Like you, I also made a button to my soundbar and tv. What a coincidence LOL. I like this remote so much that I'd be willing to pay double if they added more programmable buttons. With the IR learning, I'd program it on my ceiling fans, window ac units, and so on, if it had more buttons.
azulle
Spartoi said:
I have this remote and voice search works:
Click to expand...
Click to collapse
i have it also, home button doesn't work,voice search doesn't work (on android tv, philips tv and nvsATV).
axxel6307 said:
How funny that's the exact same remote I got about a week ago and I'm loving it too. Didn't have any back button issues. You using a gen 1 16gb shield tv? Great idea on the remap of the search button. I will do this. Like you, I also made a button to my soundbar and tv. What a coincidence LOL. I like this remote so much that I'd be willing to pay double if they added more programmable buttons. With the IR learning, I'd program it on my ceiling fans, window ac units, and so on, if it had more buttons.
Click to expand...
Click to collapse
I have the 1st gen 500gb the back button did work it was just acting a bit diffrent in some apps. There is a newer version of our remote now currently sold out ill see if i can find the link you can program all buttons to an IR
Update: here is the link to the updated one without backlight there is a backlit version i will post when i find it. You can program 42 ir keys.
Air Mouse With Voice- TopYart 2.4G Wireless Air Mouse Remote Control Keyboard with Infrared Learning Voice Input MX3 Air Mouse for Android TV Box https://www.amazon.co.uk/dp/B073RBYFL3/ref=cm_sw_r_cp_apa_sdJzAb1RD883H
I have a very similar remote to the one linked "MX3 Pro". I believe they're all the same manufacturer, just re-branded. But it started chewing through batteries like crazy. I felt like I was replacing them every couple weeks. I prefer the simplicity of my Fire TV remote with a SideClick (for TV/Audio functions). Except now I'm having all kinds of weird WiFi direct issues.
axxel6307 said:
I'd be willing to pay double if they added more programmable buttons. With the IR learning, I'd program it on my ceiling fans, window ac units, and so on, if it had more buttons.
Click to expand...
Click to collapse
You do know that you can program all the buttons on this remote barring the tv programmable button (red TV) ..I believe.
https://www.amazon.co.uk/gp/product/B01IVJH0IG/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
I am 100% sure I read that this remote had around 42 programmable buttons ......... I read that somewhere during my endless searching for a replacement substitute remote (shield tv 2017) on a chinese or Asia bulk ordering website..
Please don't ask if I have a link to that info. I read and searched that many wholesale sites I really cant remember ...but I am sure it is this very remote..
This is the updated version.. and the same one I have ordered from amazon... it`s got the backlight too . That's why I have ordered this ................ Should arrive in a week or two.
I just ordered this one too ( links below to the model ) ....and it has got Rave!!! reviews .... Looks very nice too and it is the latest MX3 Version 2017 , I think and looks like the Big brother to the MX3 hybrid versions knocking around.
Make sure to select the voice model ( blue voice icon button ). 3 places below for reff:
https://www.aliexpress.com/item/2-4...32796705881.html?spm=a2g0s.9042311.0.0.ET7H5k
http://www.ebay.co.uk/itm/TK628-Air...hash=item41c93ddfb4:m:mee3d5RAFeTW-_Ac0Cdp0dQ
https://www.banggood.com/TK628-2_4G...-p-1201548.html?rmmds=search&cur_warehouse=CN
Approx £11.50 for this and I have seen distributors selling this exact model under different guises for nearly twice the price in places . I done a bit of digging around and think the remote model is TK628 QWERTY REMOTE CONTROL But many sellers are selling under different user model names ..But I think this is the M3 Big brother.
I think this is going to be fantastic Remote for the shield and all your media devices as I have read many reviews that this can reprogram ALL keys if you so wish with IR learning mode. (disregard the web product descriptive user guide, I have read numerous review`s stating it can reprogram All keys with IR function ) Looks Awesome!!! You can also pay via paypal for peace of mind. :good:
Also do yourself a favour and get a pack of these....You will not regret it.. and they are truly a powerhouse .
https://www.amazon.co.uk/Panasonic-...d=1516968222&sr=8-5&keywords=eneloop+aaa&th=1
Best Regards,

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?

MCUs for MTCE_HT

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

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