That's not the album art over the track controls?I think no off them have album art supported? They are very simple, but I wanted it to be useful: when not using any app, but only listen to music and having the speedometer on the home screen.
View attachment 5869463
Because I don't have any physical buttons, that's why I prefer a launcher with touch buttons for settings, radio, Bluetooth and navigation. That's more practical. And there is also a control widget, for the FM Radio.
You can't really back up the user installed programs and settings. I tried, the OP said some things that looks like that's what he meant but I spoke to him over DM and turns out I misinterpreted. It's a backup of the STOCK system apps and settings, like what you'd get with a factory reset.How do I get a backup with all the programs I have in it with all the settings ?![]()
So just to be clear, this is how all the units work? It's not just an Atoto thing, the BT system is considered a source that gets muted on all of them?There once was a working app called AudioBT. This made a virtual call when playing sounds on the phone.
It was possible to listen to Whatsapp voice notes and after it was played the call ends.
But this is not working anymore because the author is not active anymore. You can find AudioBT in the Playstore.
There are apps called bluetooth streamer, but they are streaming until you press stop.
I try to find an alternative to AudioBT but cant find one.
Maybe it is possible for those people who builds the head units and codes the firmware.
Until now i could not find a good app for forcing a virtual call when playing sounds on the smartphone...
Did you update your unit with a firmware from another reseller? Sometimes the "sys.fyt.bluetooth_type=" is really different having another BT module. Then it will not work.About 2-3 updates ago my BT on HU doesnt work.
It doesnt show on BT App on HU aby phones and also I cant find this HU on phone.
And now in English please. Please switch off your auto-translate.Buen día.
Compre un Junsun V1 Pro en diciembre, que tiene UIS8581.
He intentado hacer una copia de seguridad con los archivos que se encuentran aquí sin éxito.
También él trató de mejorar el micrófono, sin poderlo, además de que cuando conecta un micrófono externo hace que no capte ningún sonido, ni en el micrófono externo ni en el micrófono integrado.
A ver si me pueden ayudar.
Muchas gracias.
No.Did you update your unit with a firmware from another reseller? Sometimes the "sys.fyt.bluetooth_type=" is really different having another BT module. Then it will not work.
That's not a FYT I think. FYTs do not support OTA updates apart from Teyes (I think).
So you used Google translateGood morning. I bought a Junsun V1 Pro in December, which has UIS8581. I have tried to make a backup with the files found here without success. I have also tried to improve the microphone, without being able to, apart from the fact that when I connect an external microphone it causes me to not pick up any sound, neither in the external microphone nor in the integrated microphone. Let's see if they can help me. Thank you so much.
this is topway ts18,you can't use lesc6316update filesThanks for your quick response.
In case of microphone upgrade download config.txt and lsec6316update files, install them on a fat32 usb stick. The radio when connecting the usb stick only does what appears in the photo, without changing anything.
On the subject of backup, I downloaded the appbackup.zip file, unzipped it and installed it on a clean usb to fat32. The text appears the same text of the image.
Maybe your mic cable is plugged in backwardsGood morning. I bought a Junsun V1 Pro in December, which has UIS8581. I have tried to make a backup with the files found here without success. I have also tried to improve the microphone, without being able to, apart from the fact that when I connect an external microphone it causes me to not pick up any sound, neither in the external microphone nor in the integrated microphone. Let's see if they can help me. Thank you so much.
what files can i use? I don't know much about operating systems
There are two solutions:So I've read through most of the forum here and on 4pda, and haven't seen anything discussing removing (or at least hiding in the launcher) some of the unless bundled apps like the voice assistant, touch assistant, etc. Is that something I need MD's kernel and root to do, or can I just script it as part of my custom USB install stick?
You are absolutely right. I apologize for my sloppiness. I simply took one of my own scripts and only changed the "190000000_com.fyt.screenbutton/190000000_com.fyt.screenbutton.apk" FYT part, because I had used my script for a priv-app.gracias, I already had something similar, but still not 100% sure how to derive the package name or path. The package name I found an app to show.
for example, in your script you reference the touch assistant as `/oem/priv-app/190000000_com.fyt.screenbutton/190000000_com.fyt.screenbutton.apk` but how did you get the path? in AllAppUpdate.bin, the file is located in the `app` subdir, not `priv-app`
Actually the same. Download Marios MD-edition. It installs fmc, which is a 3rd party app, in the same way. Mario makes it a private app (/oem/priv-app), but that is not necessary at all for any normal app.thx again. Any thoughts on installing 3rdparty user apps via the update script? Thinking launcher, file manager, icon pack, etc
Already working on it but it is the (extended) Pentecost weekend, so I have other "obligations".If I understand correctly, it would be a fantastic thing and this would allow those who, like me, are newbies to be able to flash the "AllAppUpdate.bin" without having to make changes to the said file.
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=0
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!