[Dev] New "NavRadio+" app for TopWay based units: T3 and T8Allwinner, TS9 (intel), TS10(UIS7862) and TS18(UIS8151)

Search This thread

Pumanet75

New member
Sep 30, 2021
4
0
I use jadx to get the source of java part and that is ok even if it's a bit encrypted.
The problem is that native libraries can be used only by system apps so even if i make a call to load the lib like:
System.loadLibrary("fmjni")
The lib cannot be found by a user app even if it actually exist.
The only way I found until now is to include all the system libs in the APK obtaining like 130mbytes APK file...
Of course that's not the way...
So at the end right now I'm back to school studying some android ndk, cMake, etc... Or at least trying to understand if there is some other way...
You know, I'm 50 this year so I take a bit longer to learn stuff ;)
You are to be admired! I hope (but I think there are many) that you can find a solution.
If I had discovered this forum a few months ago, surely I would have bought a different car stereo model.
 
Oh yes I perfectly agree about TopWay firmwares. They are a pain..
Anyway, using jadx I can see that many parts of system apps code belongs to very old versions of android, in my very own opinion, both platforms aren't pure Android 10 they have old embedded programs.

My dream:

Be able to Reverse Engineering all these apks, modify them and be able to recompile all these stuff
 

KoTiX2

Senior Member
Jul 10, 2010
2,950
1,968
Realme GT
Hi, will it be possible to have the automatic attribution of logos on TS10?
On TS10 like on all TopWay based units is not possible because the firmware cannot receive the RDS iD (pi code/sid number) of the radio station.
Right now only MTC units can do that.
The other brands can assign the logo automatically only by a scraping of the station name.
If only one station is found it's assigned, otherwise is prompted the list of stations with similar names.
 

iello81

Member
Oct 1, 2021
46
3
On TS10 like on all TopWay based units is not possible because the firmware cannot receive the RDS iD (pi code/sid number) of the radio station.
Right now only MTC units can do that.
The other brands can assign the logo automatically only by a scraping of the station name.
If only one station is found it's assigned, otherwise is prompted the list of stations with similar names
On TS10 like on all TopWay based units is not possible because the firmware cannot receive the RDS iD (pi code/sid number) of the radio station.
Right now only MTC units can do that.
The other brands can assign the logo automatically only by a scraping of the station name.
If only one station is found it's assigned, otherwise is prompted the list of stations with similar names.

On TS10 like on all TopWay based units is not possible because the firmware cannot receive the RDS iD (pi code/sid number) of the radio station.
Right now only MTC units can do that.
The other brands can assign the logo automatically only by a scraping of the station name.
If only one station is found it's assigned, otherwise is prompted the list of stations with similar names.
can you explain better what i should do?
 

KoTiX2

Senior Member
Jul 10, 2010
2,950
1,968
Realme GT
Yes 130Mb is no problem. If you have a version that you think works for fyt 7862 I'm willing to pay for a beta version.
I cannot release a 130mb app on PlayStore.
The alternative would be make my app a system app (probably replacing the original one) but then I would have no protection against free sharing it.
I'll see how can handle all this... for sure I'd like to have a new unit on my car too and i really like these fyt uis7862 units so I'm kind of pushed on finding a solution.
 

spins49

New member
Oct 25, 2021
3
0
Late to this thread, and new to all this. My head unit's (YT9213AJ or 8227L) radio suddenly stopped working (won't open). Was working fine, swiped to close it along with many other open apps, then when tried to open it, toast - could not open app is the same message I get. So, now I'm looking for a replacement. I tried one of the links for this, but it opens with no radio capabilities (just see the interface, can't change to Europe, can't search, etc).

Is there a compatible link for this radio app you guys are chatting about (which looks amazing)? I see you guys are talking about different units, so if it's not YT9213AJ that identifies my unit, any details on where to find what's needed in order to search for a replacement radio app? I
 
I cannot release a 130mb app on PlayStore.
The alternative would be make my app a system app (probably replacing the original one) but then I would have no protection against free sharing it.
I'll see how can handle all this... for sure I'd like to have a new unit on my car too and i really like these fyt uis7862 units so I'm kind of pushed on finding a solution.
I agree with that, but you can release a smaller (than 130MB) file that checks if required libs are already in place, if not, then download that libs from you GDrive (or another filehoqsting service) the missing files and put them in your /data/data/<yourpackage>/files/ (that the 130MB together)
 

KoTiX2

Senior Member
Jul 10, 2010
2,950
1,968
Realme GT
I agree with that, but you can release a smaller (than 130MB) file that checks if required libs are already in place, if not, then download that libs from you GDrive (or another filehoqsting service) the missing files and put them in your /data/data/<yourpackage>/files/ (that the 130MB together)
I'm really struggling trying to understand how the original app work...
As i understand until android 6 it was using a simpler code that talked directly to MCU.
With android 8 they started using native libs like the MTK units, another "syu" lib, the kaolafm support lib, SQL datatbase and they kept the support for all the platforms in just one APK (Sofia, px5, Uis, etc..,).
Of course the latest release are also obfuscated so jadx conversion is bad.
The result is a mix of everything that is really hard to understand and honestly i don't know yet if I'll be able to obtain any results.
I'm trying... But as i said it's very hard...
 

Veelyt

Member
Nov 5, 2021
7
0
Hey, I just came across this wonderful app. because I tried to find a solution for my RDS problem on my T10 (6+128) device. The stock radio app has this issue that RDS works only when I "refresh" the frequency of the station (like click +0,05Mhz and then -0,05Mhz). And it works until I turn off my car. After I turn it on again - the RDS is frozen. It doesn't update anymore. I tried contacting support, but they seem to not understand what the issue is and they claim that everything is fine.

At first I thought that installing Navradio+ solved my problem but it didn't. RDS also gets frozen after device goes to sleep. Any idea what's wrong?
 

KoTiX2

Senior Member
Jul 10, 2010
2,950
1,968
Realme GT
Hey, I just came across this wonderful app. because I tried to find a solution for my RDS problem on my T10 (6+128) device. The stock radio app has this issue that RDS works only when I "refresh" the frequency of the station (like click +0,05Mhz and then -0,05Mhz). And it works until I turn off my car. After I turn it on again - the RDS is frozen. It doesn't update anymore. I tried contacting support, but they seem to not understand what the issue is and they claim that everything is fine.

At first I thought that installing Navradio+ solved my problem but it didn't. RDS also gets frozen after device goes to sleep. Any idea what's wrong?
I don't know...
Maybe you just need to update your mcu/firmware?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hola KoTiX2 Thank you for your work. On my device the app appears as not compatible. Is there a possibility that in the future it could be used to buy the app? Thank you
    View attachment 6085668
    Uhm.. i t seem to be an mtk unit. I can't port my app to these models. sorry.
  • 13
    [Dev] New "NavRadio+" app for TopWay based units: T3 and T8Allwinner, TS9 (intel), TS10(UIS7862) and TS18(UIS8151)

    I have been working since July 2019 on this radio FM application originally created by Omega2008 from 4pda adding. With his permission of course, I started adding many features and customizations and now it support multiple brands of devices.
    Generally it support head units based on TopWay firmware with cpu allwinner T3 and T8, TS9(Intel SC9853) , TS10 ( UIS7862), TS18(UIS8151) , the entire family of MTC/HCT based devices PX3, PX5, PX6, PX30 and S32F0 units, and FYT devices.

    A FREE VERSION FOR XDA USERS IS AVAILABLE TO ACCOMPLISH THE XDA RULES AND TO LET USERS TEST THE COMPATIBILITY BEFORE BUYING IT.
    YOU CAN FIND IT HERE:
    V3.21 DROPBOX LINK
    or
    V3.21 GDRIVE LINK
    IT DIFFER FROM PAYED VERSION JUST IN TERMS OF USER CUSTOMIZATIONS OPTIONS AND NO LOGOS SUPPORT.

    If you are sure that your unit is compatible with the app you can get it on the Google PlayStore, here:
    https://play.google.com/store/apps/details?id=com.navimods.radio
    or on the Huawei Appgallery at this link:
    https://appgallery.huawei.com/app/C107643913

    Here you can see a sample video of my working progresses:
    Sample Video
    Here a demonstration video of the automatic assignment of Logos, station name and alternative frequencies:
    Demo
    and here a review from a friend:
    Review

    It's widely customizable in the graphics and layouts:
    - Wallpapers: Presets (about 30), system wallpaper, solid color, from personal images
    - Color themes (20 predefined or personal adjustments)
    - Night mode on / off, timed or automatic with car lights (MTC only)
    - Resizable text elements and Font choice
    - 4 view modes:
    Vertical List Left or Right (5,6 or 6 buttons)
    Horizontal Grid (1x5, 2x3, 2x4, 2x5, 3x3, 3x4, 3x5)
    Horizontal Carousel (5-11 items)
    Fullscreen (double tap or timed)
    - Selectable inactivity timer for fullscreen activation
    - Toggable StatusBar in fullscreen mode
    - Toggable Clock and GPS speed in fullscreen
    - Toggable Frequency slider
    - Automatic and manual assignement of Logo images to the stored radio stations based on name scraping (note: TopWay MCU cannot read the RDS id so assignement by id is not possible on Alwinners,TS9 and TS10 units)
    - Logos can be downloaded from internet DIRECTLY IN THE APP or sideloaded.
    - Station lists can be sorted by name or frequency and saved/restored in a Json format
    - Improved RDS AF function with automatic storing and merging of alternative frequencies found
    - Notifications Toasts
    - Selectable Radio Region
    - Station editable elements : Position, Frequency, Name, Logo, Favorites
    - 2 Homepage Widgets, horizontal and vertical design
    - Floating widget
    - Autostart on boot option
    - Support 800x480, 1024x600, 1280x720 and 1920x1080 display resolutions
    - Resizable Texts elements
    - App full settings backup/restore function

    List of available Logos by nationality:

    EUROPE: Albania, Andorra, Austria, Australia, Belgium, Bulgaria, Bosnia and Herzegovina, Belarus, Cyprus,Croatia, Czech Republic, Denmark, Estonia, Faroe Islands, Finland, France, Germany, Gibraltar, Greece, Hungary, Ireland, Iceland, Italy, Lithuania, Latvia, Liechtenstein, Luxembourg, Macedonia, Malta, Monaco, Moldova, Montenegro, Netherlands, Norway, Poland, Portugal, Romania, Russia, Serbia, Slovakia, Slovenia, Sweden, Switzerland, South Korea, Spain, Turkey, Taiwan, Ukraine, United Kingdom

    SOUTH AMERICA: Argentina, Brazil, Chile, Colombia, Mexico, Perù

    USA: Alabama, Alaska, Arizona, Arkansas, California, Canada, Colorado, Connecticut, Delaware, Florida, Georgia, Hawaii, Idaho, Illinois, Indiana, Iowa, Kansas, Kentucky, Louisiana, Maine, Maryland, Massachussets, Michigan, Minnesota, Mississippi, Missouri, Montana, Nebraska, Nevada, New Hampshire, New Jersey, New Mexico, New York, North Carolina, North Dakota, Ohio, Oklahoma, Oregon, Pennsylvania, Puerto Rico, Rhode Island, South Carolina, South Dakota, Tennessee, Texas, Utah, Vermont, Virginia, Virgin Island, Washington, Washington DC, West Virginia, Winsconsin, Wyoming

    CHINA, JAPAN, MALAYSIA, PHILIPPINE
    MOROCCO, TUNISIA
    AUSTRALIA, NEW ZAELAND


    Some pictures:
    1S3mHPul.png
    GLZUaNcl.png
    BWakEZHl.png
    sSiu1Otl.png

    9ecxWEI.png
    iCr42okl.png
    vNqsB5zl.png
    0Nyk1grl.png
    zTteN75.png
    C6uCg0y.png
    NQ8eATB.png
    TOgJo5U.png


    The app is now available on playstore:
    https://play.google.com/store/apps/details?id=com.navimods.radio
    or on the Huawei Appgallery at this link:
    https://appgallery.huawei.com/app/C107643913

    ---------------------------------- SOME TIPS ---------------------------------------------
    TOGGLE SCREEN NORMAL/FULL:
    - Double Click on the station information toggle fullscreen on/off.

    NORMAL SCREEN:
    - Long press on the station information popup the "ADD Station" dialog window if the station is not in your station list. If it's already in your list, it will focus the relative station button.
    - Long press on a station button bring up the "EDIT Station" dialog window
    - Single press on screen arrows <> does a small frequency step fwd/back
    - Long Press on screen arrows does a quick search fwd/back

    FULLSCREEN MODE:
    - A Single press of the arrows <> switch to next/previous station
    -A Long press on station information(center of the screen) bring up the "EDIT Station" dialog window.
    - In interface settings you can remove the big frequency in background if a logo is available.
    - In settings you can hide status bar, activate the clock and a speed gauge

    STEERING WHEELS CONTROLS:
    - The steering wheels commands act exactly in the same way as the fullscreen arrows, they just need to be setup in the correct way in carsettings application.

    FAVORITE LIST:
    - The FAV list is the result of merging FM and AM favorites, so you can have both frequencies in the same list.
    - FAV stations can be edited within the fav list but cannot be added. You need to be on fm or am list to add a station and set it to favs.
    - Deleting the FAV list will just remove the fav flag from the fm/am stations but will not delete them.
    - Deleting AM/FM list it will delete the FAV list too.

    LOGOS:
    - you can use your own station logos, you just need to know where you have them stored and browse for them when editing a station.
    - To get the stations Logos from the app you have to set the nationality of the logos in the interface menu, download and extract them.
    Once they are extracted you have to edit each saved station to assign the logo image to it.
    - The automatic assignment of the Logos is based on the RDS id of the radio stations (pi code) and the search of the logo by RDS name.
    The first method (by id) is faster and more precise but it needs that the name of the logo contain the picode of the station and for this purpose i renamed them for some of the available countries. Of course i cannot make them all and the functionality of this method depend of the availability of correctly named logo images for your country.
    The second method (by name) is less accurate and it work comparing the RDS name with all available logos. If the rsult of the comparison is 100% correct the logo is autoamatically assigned. If the result are more then one logo, a dialog window popup asking you to choose it.
    For USA and Canada the assignment of the logo is is done by searching the frequency of the station in the logo file name.

    AF (Alternative Frequencies) handling: (Doubleclick to switch between stored AF)
    The RDS AF function allow the radio tuner to tune in to an alternative frequency when the signal becomes too weak.
    On normal car stereos this function use 2 PLL receivers to hold the old frequency until a new one is found y the second PLL.
    On all Chinese units it's used just one PLL and the function is controlled by MCU and radio chip it self. So when a station become too weak you will notice a frequency scan that will look for another frequency with same station RDS ID code. The scan quality depend on many factors and none of the Chinese units have implemented this function correctly.
    Only the MTC device handle it a bit better than others.
    On FYT units the AF functions is totally wrong and should turned off.
    NavRadio can only switch AF "ON" or "OFF", It cannot improve this function because, as i said,it's handled by MCU.
    Anyway NavRadio can help a bit the users storing the Alternative Frequencies manually: dragging the frequency from middle of the screen and dropping it on to a station button.
    You can save up to 9 alternative frequencies and they can ve selected in the EDIT window or switch between them double clicking on the station button or sliding up/down in the middle of the screen.

    NOTES:
    I'm the only developer of the app and I work on it every single day for some hours a day.
    I try my best to develope the app at best of my possibilities and I wish at evey release that it is bug and crash free.
    This is very hard to achieve, even if I have some very good friends that help me testing it.
    I'm really thankful to them for their help and support.

    Thank everybody who beleive in my work and thanks for understanding. :)
    7
    @KoTiX2 you have an excellent product for the Topway based platform, do not explode your mind trying to port the app to FYT (I'm talking against my own ideas as I have FYT units) keep doit the great job that you do with NavRadio and making happy your customers.

    Anyway many thanks for all the time you spent tryng to find a suitable way to port the app
    I have a little good news:
    Finally I'm now able to set frequency and receive rds infos from my fyt unit and show them in NavRadio+ :D
    I found also a small trick to avoid having all native libs included in the app.
    There is still a lot of job to do but I'm pretty happy that something is finally moving in this unit. :D
    4
    hello, do you have any news?
    The only news is that I now have an 8227L unit and a px5 s32f0 one.
    I'm working on it but it's not an easy job
    4
    @KoTiX2 Do you plan to support UIS8581A?
    Right now i have no plans..
    I will try to add support only to new and very diffuse units.
    I say "TRY" because it's not ensured that i'll be able to do it.
    MTK units for example are a pain in the a** for me because of their use of native libraries that work only on system apps.
    3
    Is it possible to build support in for the FYT Intel Airmont SC9853i units eventually?
    Maybe in a future, right now only TopWay based units with sc9853i are supported.
    I will make a poll of which unit to support next as I need to buy one of these units to start developing sw for it.