Translation APK PX6 10.25" Chinese head unit - Android Head-Units

Hello everyone,
I have a PX6 rk3399 10.25" on Android 8.1.
I'm looking for updates for this device, I dream of a basic AOSP version, so I read your messages frequently!
But I understood, over time, that I could never put Android 9 or Android 10, :crying: too bad I would have liked to activate the dark mode!
My problem is not there, I activate the dark mode in all apps, they offer it more and more often, and I think that for use in the car it's better!
My problem, you will probably have noticed, is that I am not an English speaker, and that these devices are very badly translated (in English too, but less) so I would simply like to translate Launcher3 applications and a few others (naviSettings, ...)
I tried, with URTool (on chinesebmwheadunits github), I can extract the applications, I can decompile them (with APKStudio 5.2.3). After that, I can edit translation errors, with APKStudio, Notepad++ or Android Studio and Translation Editor ...
But afterwards, impossible to recompile? or sign the application? it seems to work with APKStudio and Uber Sign, but the application no longer works, no longer installs, and has a reduced size (more than half!)
Do you know a method of translating an application that does not belong to us? These applications, used by all these Chinese resellers should not be very secure? Yes ?
I also tried to replace the modified ressources.arsc file in the original application, with 7z, but the result is identical, it no longer works!
Do you have a solution? Thank you !

Related

Hebrew localization for Universal /WM5.0

Hi all,
It is for quite some time now that i am looking for a hebrew localization pack for my Universal and apparently there is no cheep solution for that. (well there is a 130$ one but it is too expensive for me...) .
I've searched the net for a cheep solution but it seems that all software companies that develop these kind of localization do not know all about Hebrew and thus i get a software that write in mirror like way and some more little things (like no hebrew Email/sms support, no hebrew on PIE etc...).
all i want is to be able to send/recieve emails/sms and have the hebrew keboard layout (in addition to the english one) so that i can write documents or sms/emails (PIE is less important to me ) - in the right hebrew direction (right to left).
I am looking for someone able to give me some guidelines on how to start this project of hebrew localization - if i will finnish this, i will share it freely. i look for no profit.
thank you all who can help me.
Hi Yol!
As I understand it Hebrew is a 'right to left' language, a functionality which Windows Mobile does not support. (unlike it's big brother where it is built in).
Now it's a noble idea you have to create a free version, but I suspect there is a reason software companies charge as much as they do without going out of business.
Basically, any localization has 3 parts:
1) keyboard - that's relatively easy. It's just a DLL that implements a COM object. There is an article on this at www.pocketpcdn.com with code sample. Look under 'SIP' (Software Input Panel).
2) The interface or MUI's - these are DLL's that contain the interface resources in your language. You can create those from a ROM dump using Visual Studio or any other resource editor. Search for Asukal's posts on this forum, he is an expert at this.
3) This is the tricky part - for a language that works right to left you need to reverse the system input and output of text somehow. This is something beyond my level of programming sorry.
Well hope that starts you off. By the way do you have much experience in programing? This sounds like a really ambitious undertaking. 8)
Good luck!
hebrew for qtek
www.eyron.net
works perfect with my qtek 9000

Incomplete Unicode Fonts

So, I bought my Nexus 7 because it was conveniently launched around the time I was looking for a good portable computing device for some college classes. For the most part, it has been working great. But, one of my classes is Ancient Greek, and the Nexus 7 does not come supporting the unicode characters necessary to read the web-based textbook in Chrome (it has the core Greek alphabet, but not the accented characters).
One other app that I was using was AnkiDroid. I discovered I could load custom fonts in AnkiDroid, but they are only used when displaying flash cards (in other words the app's normal UI screens still rely on system fonts). So, I was still stuck not being able to see the characters I need even in an app that had some customization of fonts.
So, I started toying around with the fonts in /system/fonts. It turns out this is a bad idea. Renaming the original fonts and symlinking them all to a unicode font resulted in my device not being able to get past the boot-up logo. Fortunately I was able to use CWM Recovery to fix things back up (in case anyone else gets stuck in this mess, use the CWM touch options to mount /system and then use "adb shell" to go in and manually put everything back. If you deleted any original fonts you may have difficulty fixing it without a wipe/reflash)
Does anyone have a good way to get Unicode font support on a Nexus 7?
BUMP. Has anybody got any clue why this device cannot show some of the more arcane characters in a Unicode typeface? My Nexus 7 is missing certain characters with diacritics (in Pali), rendering it useless for study support. Macs and PCs that I have worked on have no problems doing this.
AW: Incomplete Unicode Fonts
I searched for 'Pali font' in Google Play and found this: https://play.google.com/store/apps/details?id=com.anysoftkeyboard.languagepack.pali. The description has a link that shows how to install suitable fonts.
An advance...
elmicha said:
I searched for 'Pali font' in Google Play and found this: https://play.google.com/store/apps/details?id=com.anysoftkeyboard.languagepack.pali. The description has a link that shows how to install suitable fonts.
Click to expand...
Click to collapse
Elmicha, thank you.
I had downloaded the Pali ASK but no keyboard was visible - I only today discover that it was only the font set that I had downloaded(!) and so quickly got the keyboard!
I notice that, while you have kindly pointed me to a link, you don't indicate that you actually use this. Do you? If so could you - or anybody! - confirm whether you do or don't still miss certain diacritics, esp. the dotted n' - I only get a '~n' on a long press. I have installed a suitable font ('fallback') using the Font Installer app. (I hope) and restarted thereafter which gave me the ~n.
Sorry, no, I don't know any Indian languages (apart from English). But maybe somebody else can test it.

[SDK] [Library] Going global without localization?

It’s a well-known fact that the most important requirement of successful international distribution of an app is to be available on local languages.
But it does not mean that you should localize your app at all!
We developed a plugin for android apps that makes possible to translate the app by its users themselves on the phone. There are always fans of your app who pleasures to contribute in anything regarding your app. They will translate the app. All the other users can download and use these translations through the same plugin.
You can understand it easily by downloading the demo android app which already contains the plugin. (“App localization demo” on GooglePlay)
The plugin is free, you can download here or can see it on GHithub.
Any question and feedback is welcome.
app translation on phone demo
See the app demo http://www.transround.com/?utm_source=xda&utm_medium=mktglocalization&utm_campaign=goingglobal
gyuri bp said:
It’s a well-known fact that the most important requirement of successful international distribution of an app is to be available on local languages.
But it does not mean that you should localize your app at all!
We developed a plugin for android apps that makes possible to translate the app by its users themselves on the phone. There are always fans of your app who pleasures to contribute in anything regarding your app. They will translate the app. All the other users can download and use these translations through the same plugin.
You can understand it easily by downloading the demo android app which already contains the plugin. (“App localization demo” on GooglePlay)
The plugin is free, you can download here or can see it on GHithub.
Any question and feedback is welcome.
Click to expand...
Click to collapse
It should be interesting! I am developer from Ukraine, and now we have a problem that localization for about 4-5 lang, what we need it's very costly. I can't beleive that it will work, but i will try it...Thanks for sharing.
Hello, I downloaded your game, it should work if the app is native and all the phrases on screen use standard android resource handling. In case you have any issue you can contact me directly too.
Very impressive, I'm just a beginner. I loved the idea of your game!
Will it work with games compiled with Haxe OpenFL?
Unfortunately this time cross-platform developments are not supported, only Android.
However resources translated on Android version can be used on other platforms as well.
We prepared a plugin for Android Studio and IntelliJ IDEA to provide automated integration of Nativer SDK. It is available on Github:https://github.com/Transround/Native...android-studio and in IntelliJ plugin repository http://plugins.jetbrains.com/plugin/7637?pr=androidstudio
In case you use Android Studio or IntellJ, you can make your app translated to 70+ languages and be ready for further translation by your users within a few minutes. Try it – you only risk only 5-10 minutes of your time to discover an exciting and suprisingly effective new technology.

[PX5] - OEM app skins and mods repository

I'm hoping to start a collection of different skins and mods that people have made for the stock applications on Android PX5 units.
Apps:
Radio
Bluetooth Audio (A2DP)
Music
Bluetooth phone (Caller)
Lots of people are using custom ROMs or other work arounds that let them change default apps or install modded versions over the top.
There are a lot of decent screenshots of really nice looking radio versions around, but download links no longer work.
Hopefully we can get some people sharing them or developing new ones to people's tastes and car styles.
...the stock applications on Android PX5 units
Click to expand...
Click to collapse
You need to specify for which hardware platform: STT, FYT or MTCD/E.
Mods for one platform do not work on another platform and can even cause serious issues.
surfer63 said:
You need to specify for which hardware platform: STT, FYT or MTCD/E.
Mods for one platform do not work on another platform and can even cause serious issues.
Click to expand...
Click to collapse
Thanks for that advice.
I figured people could specify which type they have when they shared them.
I'm after MTCD/E for myself.
[MTCD/E] Stock version of radio app with no modifications but a clean interface.
[MTCD/E] - MTC Flat Radio and Bluetooth
Credit - @pathfinder78
Radio
https://forum.xda-developers.com/an...-mtcflatradio-modified-mtc-radio-app-t3440139
Bluetooth
https://forum.xda-developers.com/an...-mtcbluetooth-modified-mtc-bluetooth-t3550792
[MTCD/E] Stock Eonon Android 8.0
These are the stock Eonon Android 8.0 apps
[MTCD/E] Android 8.0 Navimods
Below is a link to the Navimods website where you can donate 10EUR and get access to some really high quality stock replacement apps aswell as an entire ROM.
The developer has made a skin replacement update.zip file however this also changes the status bar which didn't suit my head unit setup. I emailed the developer and he was kind enough to talk me through how to replace just the APK files, and this worked great.
I'm not sure if he wants me to discuss how to do this though as his apps aren't free to share.
Navimods website: https://kotixworld.wixsite.com/navimods
Question about modifying the apks
I’ve tried different apk editors but I didn’t managed to actually install the edited files.
If I can do that I will put a guide on how to modify those

[UROID] Android Box for vehicle head units - uses the Apple CarPlay interface

Hi all,
I have purchased a neat little android box called Uroid. It uses the Apple CarPlay interface to let you control an android desktop and install almost any app you like, including things like Netflix etc..
Purchased from: https://www.car4play.kr/product-page/uroid
Currently running Android 7
It uses an Allwinner H6 SoC: https://linux-sunxi.org/H6
It looks identical to this product and I am linking this because this website offers more info on some technical specs: http://indiwork.co.kr/shop/device/ai-box-android-for-oem-carplay-system/
I would love to be able to hack this thing and:
a) get more access to the system (the settings are heavily modified and pretty much only let you choose language, DPI, timezone and things like that)
b) perhaps one day roll a custom rom for it maybe based on a newer version of android?
c) find out how it is built and how it works
I have never done any of this and am hoping for some help or guidance.
If anyone here has experience with this I am happy to follow your instructions and provide you with whatever data/info I obtain.
PartisanEntity said:
Hi all,
I have purchased a neat little android box called Uroid. It uses the Apple CarPlay interface to let you control an android desktop and install almost any app you like, including things like Netflix etc..
Purchased from: https://www.car4play.kr/product-page/uroid
Currently running Android 7
It uses an Allwinner H6 SoC: https://linux-sunxi.org/H6
It looks identical to this product and I am linking this because this website offers more info on some technical specs: http://indiwork.co.kr/shop/device/ai-box-android-for-oem-carplay-system/
I would love to be able to hack this thing and:
a) get more access to the system (the settings are heavily modified and pretty much only let you choose language, DPI, timezone and things like that)
b) perhaps one day roll a custom rom for it maybe based on a newer version of android?
c) find out how it is built and how it works
I have never done any of this and am hoping for some help or guidance.
If anyone here has experience with this I am happy to follow your instructions and provide you with whatever data/info I obtain.
Click to expand...
Click to collapse
Hi, we discus these Carplay Units here https://forum.xda-developers.com/t/carplay-ai-box-android-headunit-dongle.4196931/
Your unit can be flashed with update for CP-21, 31, 41 or 91 units. BUT as I test them, the best one is UROID firmware v1.2.0 122217_global from 2021-01-08. https://03e41727-9992-4bef-befb-74b...c148f4ab1b6774d2c7a12d.zip?dn=upgrade_pkg.zip
Hey there, thanks very much for the info. Will join your thread.
perfektny said:
Hi, we discus these Carplay Units here https://forum.xda-developers.com/t/carplay-ai-box-android-headunit-dongle.4196931/
Your unit can be flashed with update for CP-21, 31, 41 or 91 units. BUT as I test them, the best one is UROID firmware v1.2.0 122217_global from 2021-01-08. https://03e41727-9992-4bef-befb-74b...c148f4ab1b6774d2c7a12d.zip?dn=upgrade_pkg.zip
Click to expand...
Click to collapse
Hello, what is the password for this factory mode?
PartisanEntity said:
Hey there, thanks very much for the info. Will join your thread.
Click to expand...
Click to collapse
Hello, what is the password for this factory mode?

Categories

Resources