[MTCD/E][PX5][THEME] Radio red & black - Android Head-Units

Hello,
I've just modded the px5 radio for my personal use, so I share it here if it can be useful to others as well. Sorry for the bad picture, it renders way better in real.
I've only tested with 1024*600 resolution.
Ideas of improvement are welcomed!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To download the apk (I'm not able to post outside link yet, not enough posts...):
drive.google.com/open?id=1MCMa6yBURbXVhWYpL8B1-XvmvM0PIYBg

Hy m8!
Great work I was also trying to change for myself, but I gave up reverse engineering (takes too long) I am a software developer and I would appreciate, if you could share your source code with me? Background: i want to create a custom style for my old mercedes with new android head unit px5. What do you say? Or explain what to do exactly... On the other hand - promise - I will share with community too!
KR
Milo

miloniko said:
Hy m8!
Great work I was also trying to change for myself, but I gave up reverse engineering (takes too long) I am a software developer and I would appreciate, if you could share your source code with me? Background: i want to create a custom style for my old mercedes with new android head unit px5. What do you say? Or explain what to do exactly... On the other hand - promise - I will share with community too!
KR
Milo
Click to expand...
Click to collapse
This is no rocket sience...
Your unit needs to be rooted!
Search for the related apps on your device, copy them to a stick.
Extract the APK with 7z and search there for the background picture in the folder "res".
Create a background picture in the same size as your screen resolution (1024x600) and name it exactly as the found background picture.
Just now use 7z to open the APK file (do not extract) move to the folder you found the background while it´s just opened in 7z and paste the new file to this folder.
Close the in 7z opened APK and copy it back to your stick.
Open the file path on your device (root rights needed), rename the original APK to may be radio.bak and copy the new one in this folder.
Change the permissions of the file back to 644.
Reboot device and you have the new background in.
This can be done with all related PNG files for the APK, as long you don´t extract it while adding the new pics.
Needs to be done after each update. So store them accordingly.
Edit:
There are different screen resolution folder to search. So have a look where you find the background related to your device.
If you don´t see any changes after reboot, you chosed the wrong folder.

Related

[v2.5.1] Android BootChangerGUI

An windows .net application that writes/reads to and from:
/system/media/
/system/customize/resource/
/data/local/
To change the boot screen. Very simple and easy to use.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download in attachments
v1.1.4 - Tick Box Added switch between /data/local/ and /system/media/
v1.1.5 - Tweaked GUI
v1.2.1 - Tweaked GUI again; added /system/customize/resource/ support added help via clicking android.
v1.2.2 - Test button added; launches the phones boot screen
v1.3.5 (BETA) - New UI and rearranged coding. /Glitchy
v2.1.0 - Tweaked UI and Recovery/Backup Directory Selection
V2.1.1 - Fixed Bug
v2.5.1 - /system/ mounting supported, moveable windows
Nobody taking interest?
0*_*0
I am really interested
not just that you & me sharing & developing same idea
.
I'm really happy to see someone interested write android programs
I sent you a message >>> please chick your index
thank you ...
Update
v2.5.1 - /system/ mounting supported, moveable windows.
I am very new to the android hacking community so please forgive my ignorance. But is this a program that allows you to create a boot animation for your device?
NicholasQ said:
I am very new to the android hacking community so please forgive my ignorance. But is this a program that allows you to create a boot animation for your device?
Click to expand...
Click to collapse
Assuming you've rooted your device then yes.
Works lang a charm I finally modified my bootanimation using this. One thing though I made a mistake on the command prior making it work.
adb push bootanimation.zip /system/custom/resource (should be customize) How can I remove that. Btw Thanks a lot 2 thumbs up to you.
How to use (I'm stupid so i need instructions) Please
Ill change that now :L
Depending on your phone it has different locations for the bootanimation.
If you tick all the boxes then hit backup open each file until you recognized one as the one you see at the boot screen then simply overwrite that with a custom one. Keeping a backup of course incase it doesnt work properly.
very nice idea! good job!
NicholasQ said:
I am very new to the android hacking community so please forgive my ignorance. But is this a program that allows you to create a boot animation for your device?
Click to expand...
Click to collapse
It doesn't let you create one, but it can set one recover and backup current ones etc.
please explain more
I don't understand at all how to use it ...... :'(

[SCRIPT] APK Manager like UI interface to edit m10 files

Based on apk manager script I have created a script which gives ease to modify m10 files. Copy script.bat into folder where m10tools binaries exist (at location where m10decoder.exe, m10encoder.exe, etc...).
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download Script File Here
Installation:
1. Create folders Decoded, Encoded and m10_files at location where m10tool binaries are placed.
2. Copy script.bat at location where m10tool binaries are placed.
How to use
1. Place you m10 files in m10_files folder.
2. Select desired operation as shown in screen shot.
Change Logs
Code:
[B]Version 1.0[/B]
Initial release
Let me know if anyone needs any help on this
Hmmm... We need something like this impleted in apkmanager... Looks great amresh!
worked like a charm, thanks a ton amresh
Man thats great thanx!
Senergized in 3D
Can't believe I haven't thanked you yet. I've been using this for about a month now, and one thing everyone should know, is this tool has an extra advantage. Contrary to the m10 Editor UI Application, this script uses straight command line which makes all of your sense 3.0 m10 images decode with the same file name every time, where as the UI will give you random file names every time. And this is way simpler
Amresh, This was an ingenious idea and I can't thank you enough!
mpitcher225 said:
Can't believe I haven't thanked you yet. I've been using this for about a month now, and one thing everyone should know, is this tool has an extra advantage. Contrary to the m10 Editor UI Application, this script uses straight command line which makes all of your sense 3.0 m10 images decode with the same file name every time, where as the UI will give you random file names every time. And this is way simpler
Amresh, This was an ingenious idea and I can't thank you enough!
Click to expand...
Click to collapse
Has this program been optimized to work with sense 3..5?
Sent from my A500 using xda premium
i tried to modify the htc love apk. m10 files, but the thing is when i separate the dat and png files the folders are empty...plz help if u can..
sweet, thanks, will give it a shot

[ZIP][TEMPLATE] Adaptive Junk Remover

My first smartphone was the Samsung Galaxy S2. And I was shocked how Samsung "destroys" their own device by adding - sorry for the harsh words - idiotic and useless apps.
Samsung is the main reason why many people (most apple users) are mocking Android.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Samsung is the worst manufacturer in adding useless apps. Who needs 23 hubs for social, fitness, books, games, blablabla and 3 app stores? And 2 music players?
Nobody, I guess... That's why I deleted the useless apps from /app and /priv-app after every update and that was awful.
Some weeks ago I made this flashable zip which allows me to delete all unnecessary (at least for me!!!) apps with one flash. I made it for personal use with my OPO and BlissPop. I don't need NFC or CellBroadcastReceiver. Never.
Every ROM is different. Every ROM has same apps in /system but also different ones. That's why I'm sharing a template for the flashable zip, not a ready-2-flash-zip.
Adaptive Junk Remover
1. download the provided zip file for KK / L
2. open it with WinRAR (the best program)
3. browse to \META-INF\com\google\android
4. open the file called updater-script with Notepad++ (also the best program)
5. a) you will see this (for a ROM based on Android 5.0.x // CM12), the delete_recursive tag is necessary because L stores apps in subfolders
b) you will see this (for a ROM based on Android 4.4.x // CM11)
6. you have to add the apps you want to remove, have a look inside your /app and /priv-app folder
7. a) enter the folder name (CM12): delete_recursive("/system/app/FOLDER-NAME"); or delete_recursive("/system/priv-app/FOLDER-NAME");
b) enter the app name (CM11): delete("/system/app/APP-NAME.apk"); or delete("/system/priv-app/APP-NAME.apk");
maybe you have also .odex files, delete them with delete("/system/app/APP-NAME.odex");
8. if you've finished save the file, WinRAR asks to update the zip-file, affirm that (!!!IMPORTANT!!!)
9. flash the zip in your custom recovery
!!!WITHOUT GUARANTEE!!!
delete only apps you know they're safe to remove (link, link, link, etc.)
be aware that some apps share their libs, etc.
if anything goes wrong, for example FCs, simply reflash (dirty) your ROM and delete the FC'ed app from the updater-script of the Junk Remover
if you have questions, feel free to ask
my updater-script for my OPO running BlissPop looks like this, using it after every update, no FC, no other issue
Code:
delete_recursive("/system/app/AntHalService");
delete_recursive("/system/app/BasicDreams");
delete_recursive("/system/app/CMWallpapers");
delete_recursive("/system/app/Eleven");
delete_recursive("/system/app/Email");
delete_recursive("/system/app/FaceLock");
delete_recursive("/system/app/Galaxy4");
delete_recursive("/system/app/HoloSpiralWallpaper");
delete_recursive("/system/app/HTMLViewer");
delete_recursive("/system/app/LiveWallpapers");
delete_recursive("/system/app/LiveWallpapersPicker");
delete_recursive("/system/app/MonthCalendarWidget");
delete_recursive("/system/app/NfcNci");
delete_recursive("/system/app/NoiseField");
delete_recursive("/system/app/OpenCamera");
delete_recursive("/system/app/PhaseBeam");
delete_recursive("/system/app/PhotoPhase");
delete_recursive("/system/app/PhotoTable");
delete_recursive("/system/app/PicoTts");
delete_recursive("/system/tts");
delete_recursive("/system/app/PrintSpooler");
delete_recursive("/system/app/Stk");
delete_recursive("/system/app/Terminal");
delete_recursive("/system/app/VisualizationWallpapers");
delete_recursive("/system/app/WhisperPush");
delete_recursive("/system/priv-app/CellBroadcastReceiver");
delete_recursive("/system/priv-app/CMAccount");
delete_recursive("/system/priv-app/DeviceControl");
delete_recursive("/system/priv-app/Mms");
delete_recursive("/system/priv-app/MmsService");
delete_recursive("/system/priv-app/ScreenRecorder");
delete_recursive("/system/priv-app/Tag");
delete_recursive("/system/priv-app/Velvet");
delete_recursive("/system/priv-app/VoiceDialer");
Nice. Thanks for sharing. You did a great job explaining how to go about this and the script/zip works great. Thanks for taking the time.
oak said:
Nice. Thanks for sharing. You did a great job explaining how to go about this and the script/zip works great. Thanks for taking the time.
Click to expand...
Click to collapse
Thanks for the feedback!
Will need to make one for myself.
Sent from my Nexus 6 using Tapatalk
This worked like a charm. Thanks.

[Solved] [ADB] [Batch] Install Apps over ADB using .bat script by-mBEDed

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Install apps over ADB
Install apks on any Android device running any Android version over ADB!​
Hi all,
From a long time i was fiddling around with a problem of installing/downloading apps after installing a new ROM.
Thus i came up with an idea of a Batch File to install all of your apks from your system
to your phone in a few tips and taps. Hah! Found my solution .
How does it look?
To see some screenshots, please click below.
Tested on
The script had been tested on Nexus 5x, Nexus 5, Moto G4 but should work on any android device.
Downloads
Google Drive - Here is the link to Drive.
Link Below - You can also find the file below.
Installation instructions
Prerequisites
1. Platform Tools for Windows (ADB),
2. APK files,
3. Target phone connected to PC and
4. A cup of COFFEE or TEA as you like it.
Process
1. Download it from the attachments below or from the drive link above or here.
2. Copy the file to the ADB folder.
3. Execute the file.
4. You can either place your apps in "D:\Apps" folder. (Sllloooowwwww.....)
OR​Change the folder location in batch file itself. (Requires some Coding Skills)
OR​Batch file will ask you to change the location, if required. (Easy Installation, Pick Me!)
Troubleshooting
I don't think it's needed. But even then if you get any problem do write. I'll be happy to resolve it.
Enjoy, and also don't forget to write anything (Good, Bad or Thanks etc.)!
thank you so much if works like a charm!
Been locking for something similar.
Is it possible to take that script to next level, and make it as, a list of apps, and for them to be downloaded on the phone. I mean give order through ADB for each apps step by step, instead of folder, to be downloaded.
how to add online option like google drive folder in to the script

Status bar logo remove help !

there is an ad logo he uses, I couldn't remove it in any way, can you help me? SOUNDSTREAM logo remove pls
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Depending on how it was implemented by the manufacturer it may be possible to use Androids integrated System UI tuner and its status bar settings.
You can access it via developer options or by using an app like this:
System UI Tuner - Apps on Google Play
Shortcut to the hidden System UI Tuner tool in Android 9 and newer.
play.google.com
Thanks but I tried it didn't work .
Then you have to life with the logo because the status bar customizing is placed in Android framework related files you can't replace easily.
Can't I access system files and delete png? This ad is making me very uncomfortable.
I don't know your unit so I can't tell you how to access file system in write mode.
I expect the logo is placed inside one of the basic jar files in framework folder on system partition.
Theoretically it would be possible to replace it with a fully transparent png but I (maybe) can only help if you somehow manage to get full system access.
TorstenH said:
I don't know your unit so I can't tell you how to access file system in write mode.
I expect the logo is placed inside one of the basic jar files in framework folder on system partition.
Theoretically it would be possible to replace it with a fully transparent png but I (maybe) can only help if you somehow manage to get full system access.
Click to expand...
Click to collapse
...
Excellent finding.
It may be possible to flash an alternative firmware.
TorstenH said:
Excellent finding.
It may be possible to flash an alternative firmware.
Click to expand...
Click to collapse
be careful. read the instructions and get a complete DUMP. There is also a scatter file and test points if you get a brick. It is a warning that these units do not work with the SP Flash tool for more than 5 minutes. There may not be time to upload the new firmware. Be aware of that. Let us know how you progress

Categories

Resources