I've talked with them, no update yet...
Is there a way to get Netflix working? I have the newer version of this head unit, 4GB/32GB. I tried multiple versions and they all state that Netflix is not compatible with the device. I tried searching, but didn't see the issue raised.
Thanks.
Hi all,
I am in the process of installing a joying fyt unit and was wondering if, outside of killing the app, is there was a way to stop the radio app from playing once started?
No. The radio is not part of Android, but part of the hardware. As soon as the hardware is active it will play the last tuned station. Only "much later" Android is up and running immediately showing you the radio app, which is only a gui and not really a functional app, and then you can stop the radio again.
Hi all,
I am in the process of installing a joying fyt unit and was wondering if, outside of killing the app, is there was a way to stop the radio app from playing once started?
thanks,
dave
Hello,
Could you help me?
I've tried to upgrade my Joying JY-UO138N4PX5S, and something went wrong.
Before upgrade I had APP version 0.0.72, MCU TP6735 4.42
I've successfully installed MCU update TP6735_V4.51 from Joying website:
After that I tried to install firmware 8.1 V0.0.125 from from Joying website:
Looks like it was installed and asked to remove USB drive, I've removed USB drive and it unit went for a reboot.
After reboot unit stuck on Android logo.
I've tried to get to recovery mode, but not succeeded. I put firmware to SD Card, but also not succeeded to boot from it.
There is two buttons RST and POW, I've tried to pushed it in different ways, but not succeeded to get to recovery mode.
Do someone know how can I get to recovery mode and fix this unit?
We all know that you can't access the bluetooth settings in the Joying Settings.apk.
2 years ago ibdroid made a small app "blueballs.apk" that called the activity in the Joying Settings apk. After some time Joying blocked that.
Normally you can call any settings screen either via an activity or via an intent or via a provider intent.
I now made a small 35Kb apk that does the same, but it calls the bluetooth settings via the "provider". This means that if the settings can't be started the normal way (using the standard android calls), you can use a call to the provider: any program "that deals with the android settings".
Currently I can't test myself. I'm on wintersport holiday. Around and on top of my car is about 70-80 cm snow. No way I'm going to move that only to test.
Please find the apk attached.
The app does absolutely nothing apart from trying to start the bluetooth settings screen. If anyone would like to try, please let me know.
No guarantees at all. I simply like to know whether it does something.
The icon is a blue tooth and it's called "openBTsettings" (Hopefully it lives up to its name).
Thanks for you reply. It does help, but overall it doesn't help us a lot though, as I had hoped you would also get the "more" (or whatever it's called) option to scan and pair other devices.I installed the app and it does open the Joying BT settings.
The only option in there is on/off.. and once on it stays on (Greyed out).
Hope this helps
Cheers
Thanks for you reply. It does help, but overall it doesn't help us a lot though, as I had hoped you would also get the "more" (or whatever it's called) option to scan and pair other devices.
Tonight I have to dig out my car and this weekend I will test myself as well. Also with a small modification, another option.
HelloI updated to that firmware but it did not improve anything. I think the Sofia models had a separate Bluetooth module that some people had modified but the PX5 (well, the model I have) seem to have the Bluetooth module integrated on the main board with little scope for mods.
I have got my hands on a good quality mic from a Parrot system so I might try that to see if there is any improvements.
A.
I have actually a Joying HU with the FYT 6021 and I manage to upgrade for the new one so I contacted Joying and they say the upgrade is still possible. But the noticed that "After Exchange, maybe the DSP amplifier will not come with again". What does it means ? That the DSP will not work after the update ?
Sorry I thought DSP was the internal AMP so my badUpgrade to which board? A PX5 FYT board (6026) or a PX5 QD board or to an Intel Airmond board?
Not one of the PX5 FYT 6026 units has DSP. So if you upgrade your sofia 3GR board with DSP to a 6026 PX5 you will not have DSP anymore.
The upgrade to a PX5 QD board with DSP is not possible from a Joying 6012 (or 5009) board.
I have no clue for the new intel airmonts.
I already assumed so. Please get a real confirmation from Joying instead of a "maybe .."Sorry I thought DSP was the internal AMP so my bad
I have a 6021fyt so I think it will be the 6026 because it's the only fyt compatible with my HU ( Sofia 2GB/32GB)
I don't have DSP ( I have the internal AMP). For me I use Wifi for internet, and I use the Bluetooth calling so the two weakness of the PX5, so it's preferable to keep my HU with the Sofia fyt, until it dies!I already assumed so. Please get a real confirmation from Joying instead of a "maybe .."
Yes, to me personally the PX5 is preferable, but if you now have DSP I would not switch. Also because WiFi on the PX5 is terrible and bluetooth calling is only left-speaker instead of both front speakers on the Sofia 3GR.
List your priorities and then decide.
That's awesome news!
I have a question about CAN (more on topic). I'm trying to understand how the SOM, MCU and CAN box all communicate. I have downloaded the datasheet for my MCU. It's a simple 8 bit ST part (in fact if we could find a disassembler we could easily understand the assembly but so far I have had no luck in finding one as there are only currently 32 bit ones in the wild...I'll keep trying). It has a CAN peripheral but I can't understand why it would be used when there is an external CAN box.
My guess is that the CAN box is configured to filter IDs for a specific car from the factory. It converts CAN messages into some sort of UART standard protocol and then sends that to the MCU. The MCU then relays that on to the SOM, again using a standard protocol.
If my guess is correct it means that the android build should not affect the ability of the unit to interpret CAN information at all since by the time it gets to the SOM it has been converted into a protocol that any build can understand. This would mean that even if a Witson user flashes a Joying ROM but retains their MCU code then all of their CAN functionality should remain.
Understanding this process will also help the process of reverse engineering the MCU code. Is my guess anywhere close? Do you have any further info on this?