known issue. Don't synch contacts.i see another strange problem,in isudar v72,when i download my agenda in bluethoot,i lose all my nomber from my google account,why ?
known issue. Don't synch contacts.i see another strange problem,in isudar v72,when i download my agenda in bluethoot,i lose all my nomber from my google account,why ?
i see another strange problem,in isudar v72,when i download my agenda in bluethoot,i lose all my nomber from my google account,why ?
I understand that the problem had been solved. Maybe it's due to the firmware. If you update with newer firmware, this should no longer happen. I'm wrong @surfer63 ?
isudar not have new firmware and not recomand this company ZERO support !!!I understand that the problem had been solved. Maybe it's due to the firmware. If you update with newer firmware, this should no longer happen. I'm wrong @surfer63 ?
I'm sorry I can't help you more, that's why I called someone who knows much more than meisudar not have new firmware and not recomand this company ZERO support !!!
As far as I know it is an "On" and "Off" problem. The bug was alreadty there in 2016, and now it is 2022. It has been solved for the first time somewhere in 2021, and then came a new firmware and the contacts got deleted again. I really don't know.I understand that the problem had been solved. Maybe it's due to the firmware. If you update with newer firmware, this should no longer happen. I'm wrong @surfer63 ?
if not sync with bluethoot i dont see name for contacts,i install now google agenda and i find all contacts in recycle bin,if you sync recent ,quick restore from recycle bin ! after 30 days google auto delet !!!As far as I know it is an "On" and "Off" problem. The bug was alreadty there in 2016, and now it is 2022. It has been solved for the first time somewhere in 2021, and then came a new firmware and the contacts got deleted again. I really don't know.
Also Joying already mentioned several times that it was solved (see their blogs), and still their firmwares delete the contacts as well. But also a user mentioned: "This Joying firmware of xx-yy-zzzz works", and then again a newer version doesn't.
I simply do not sync Contacts. But then again: I hardly ever make or get phone calls in the car.
As for me, I connected the Huawei P30 phone several times) with Bluetooth, but I never shared my contacts (I don't like it). My son with his iPhone has shared them, but having this smartphone for a short time, he can not tell me if his contacts are saved on Google and also ICloudAs far as I know it is an "On" and "Off" problem. The bug was alreadty there in 2016, and now it is 2022. It has been solved for the first time somewhere in 2021, and then came a new firmware and the contacts got deleted again. I really don't know.
Also Joying already mentioned several times that it was solved (see their blogs), and still their firmwares delete the contacts as well. But also a user mentioned: "This Joying firmware of xx-yy-zzzz works", and then again a newer version doesn't.
I simply do not sync Contacts. But then again: I hardly ever make or get phone calls in the car.
@surfer63 : Can you please change / add the mic settings in the description of the settings in the initial posting ? Thanks
nothing to do with the 6315_1.zip but with AllAppUpdate.bin, responsible apk is com.syu.settingsHas anyone successfully added the new "use external microphone" option to a Mekede M500s?
I've updated my unit with the latest 6315_1.zip update from Joying but the option still isn't present.
I also tried Mario Dantas MD Firmware but that also didn't have the external microphone option.
I flashed the Joying allupdate.bin from 11-08 and no option for mic.They explains it.
I was worried about flashing another vendors allupdate.bin.
I'll give this a try later.
Hopefully I can get my OEM mic working.
Thank you for the quick answer.
Done.@surfer63 : Can you please change / add the mic settings in the description of the settings in the initial posting ? Thanks
It’s in factory settingsI flashed the Joying allupdate.bin from 11-08 and no option for mic.
The option is not on my unit.
The latest joying firmware is from 27/10 and it’s there
Updating the MCU does not fix issues with missing canbus functions.yes, I just have yin and the parody looks like I have the newer N32, only I have problems with can, no ambient temperature, reversing sound and resetting the backlight of the side keys... is it possible to upload this older mcu g23 as above?
Yes, it is. You do need to read post #1 and #2 though to get the necesary background info.Is it possible to run a custom ROM or another seller’s FYT unit’s English ROM so I can have an English UI?
Upper kernel 6316 is newer than lower one, that's allI do not know how to compare these two files, which is newer, which is older and possibly which matches my radio .... config.txt files are the same, while in one file 6316_1.zip is slightly larger.... the difference as in the picture.
Binary | Unit | Script |
lsec6315update | uis7862 (ums512) | 7862lsec.sh |
lsec6316update | sc9863a (uis8581a) | 8581lsec.sh |
lsec6521update | sc9853i | lsec.sh |
lsec6523update | sc7731 (uis8141e) | lsec.sh |
twipe_all # Wipe entire system
twipe_data # Will wipe data partition (but not /sdcard, internal memory). Wiping the /data partition will wipe all config, all 3rd party apps and updates of system apps. This is the same as a "reset to factory defaults"
twipe_cache # Will wipe the cache of the apps thereby removing the temporary files that are stored for those programs.
twipe_sd # Will wipe internal memory /sdcard (but not the data partition)
dellapp # Remove all 3rd party apps
make_updates # Make an upgrade U-disk boot file
test # test unit and firmware before flash
ro.product.locale = pt_BR
ro.sf.swrotation = 90
persist.sys.zlink.mic.vol=9.9
persist.audio.mic.senstivity=1
persist.btmic.gain=10
persist.btspk.gain=7
com.zoulou.dab = -10
net.dinglisch.android.taskerm = -10
brotli -vd system.new.dat.br -o system.new.dat
sdat2img.py system.transfer.list system.new.dat system.img
mkdir system
sudo mount -o loop system.img system
ls -Rl system
sudo mount -o loop system.img system
sudo mksquashfs system system.img.sqsh
sudo umount system
sudo mount -o loop system.img.sqsh system
Apart from the /oem partition and a few others, the /system, /vendor and /product partition are read-only. In earlier FYTs, you could use the lsec script to make them read-write and then modifiy content, add/remove files/apks, etcetera from these partitions. The big disadvantage for modders with these new dynamic partitions is that you can't make them read-write anymore.Dynamic partitions are a userspace partitioning system for Android. Using this partitioning system, you can create, resize, or destroy partitions during over-the-air (OTA) updates. With dynamic partitions, vendors no longer have to worry about the individual sizes of partitions such as system, vendor, and product. Instead, the device allocates a super partition, and sub-partitions can be sized dynamically within it. Individual partition images no longer have to leave empty space for future OTAs. Instead, the remaining free space in super is available for all dynamic partitions.
lsec6315update
lsec_update/7862lsec.sh
"stuff that needs to be copied/moved/installed"
lsec6315update (binary)
lsec6316update (binary)
lsec_updatesh (folder)
7862lsec.sh (shell script)
8581lsec.sh (shell script)
OEM_APP (folder)
190000000_to_be_replaced (folder of the apk)
190000000_to_be_replaced.apk (some apk we want to replace)
#!/system/bin/sh
#Remove the current app data/program cache/cache. This is only necessary for some applications, but it never harms
rm -rf /data/dalvik-cache/profiles/190000000_to_be_replaced
rm -rf /data/data/190000000_to_be_replaced
rm -rf /data/dalvik-cache/arm64/*190000000_to_be_replaced*
#
# Copying file to /oem/app
#
cp -r /storage/sdcard1/OEM_APP/* /oem/app/
#
# Updating folder/file access rights
#
chown -R 0.0 /oem/app/190000000_to_be_replaced
chmod 755 /oem/app/190000000_to_be_replaced
chmod 644 /oem/app/190000000_to_be_replaced/190000000_to_be_replaced.apk
Hi.Thanks for the good idea!
Unfortunately in my case, the cars SWC are all through CANBUS and so I haven't connected the KEY1/KEY2 inputs to the HU at all. In so doing, I am relying on the CANBUS manufacturer to intepret those button presses as "mode, vol +, vol - ", which is unfortunately unable to be remapped at the moment.
I may just install a simple aftermarket remote to the KEY1/KEY2, to use my current SWC controls, AND the after market ones in parallel. Then I will remap the after market buttons, to whatever I want, eg. Button 1 = Spotify, Button 2 = Tidal etc ".
Will update if I manage to get the parts off Aliexpress soon!
Cheers!