[TUTORIAL][4.3]How to make black the Navigation and the Status Bar - Sony Cross-Device General

Hello everyone!
With JB 4.3 comes the Transparent Navigation and Status Bar, but what if someone prefers the Black one?
In this tutorial i will teach you how to theme both Navigation and Status bar black.​
Requirements:
How to Decompile, Compile and Sign apks.
Deoxeded rom.
Notepad++.
SystemUI.apk
Screenshots:
Stock Navigation and Status Bar:
{
"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"
}
Black Navigation and Status Bar:
So here we go:
1. Decompile the SystemUI.apk
2. Navigate to res/values/colors.xml
3. Find the following lines:
<color name="system_ui_opaque_background">#ff000000</color>
<color name="system_ui_transparent_background">#99000000</color>
<color name="system_ui_light_background">#ff4d4d4d</color>
Click to expand...
Click to collapse
4. Replace them with the following lines:
<color name="system_ui_opaque_background">#ff000000</color>
<color name="system_ui_transparent_background">#ff000000</color>
<color name="system_ui_light_background">#ff000000</color>
Click to expand...
Click to collapse
5. Save it.
6. Recompile and sign the apk.
7. Done!

reserved

gravitybox

HelixDNA said:
gravitybox
Click to expand...
Click to collapse
Tutorials are made for teaching. There are several xposed modules that can be used i know, but nothing is better like the old school

DaRk-L0rD said:
Tutorials are made for teaching. There are several xposed modules that can be used i know, but nothing is better like the old school
Click to expand...
Click to collapse
yes, you're right :good:

up
.

bro i love traspert statusbar and navigation.but when open apps and ... my statusbar and navbar is black how i can chang it tu another color.like xperia z?????????
.

HelixDNA said:
gravitybox
Click to expand...
Click to collapse
Man, please - if you don't have something smart to say, don't say anything.
Someone spent his/her free time to actually learn community something and you said something like that -- and you said it in a very rude way...
Yes, we have xposed modules for many things and xposed is awesome but this is the way new developers learn and tomorrow build xposed module to do this...
I mean, what do you say for cookbook?
- We have restaurants -?!
Remember, someone is sacrificing his own free time for this, a lot of free time...so, please, don't do that...
Sent from my C6903 using Tapatalk

funky0308 said:
Man, please - if you don't have something smart to say, don't say anything.
Someone spent his/her free time to actually learn community something and you said something like that -- and you said it in a very rude way...
Yes, we have xposed modules for many things and xposed is awesome but this is the way new developers learn and tomorrow build xposed module to do this...
I mean, what do you say for cookbook?
- We have restaurants -?!
Remember, someone is sacrificing his own free time for this, a lot of free time...so, please, don't do that...
Sent from my C6903 using Tapatalk
Click to expand...
Click to collapse
+1
.

DaRk-L0rD said:
Tutorials are made for teaching. There are several xposed modules that can be used i know, but nothing is better like the old school
Click to expand...
Click to collapse
bro, could you tell me how to disable icon on the left of statusbar that alway be made more darker ? When i try to add something like image button, text to the left of statusbar, it alway look like darker than system icon ( signal, battery ).

That's stupid tutorial bacause you're suggest wrong value!
You suggest value: #000000 - 6 x "0" char. But standard value have 8 chars!
Proffesional/Correct value are: #FF000000 - like your's "notification_panel_solid_background" on the screenshot!
Why?
You are use RedGreenBlue HEX (#RGB) mode, but Android here use TransparencyRedGrenBlue HEX (#TRGB) mode.
If you something do, make it as you wish that others do it for you - make it preffesional!
Regards!

@Kucharskov take it easy cowboy!! I just made a mistake, that's all. You could just point it instead of acting like that and talking like this!!
Regards!

DaRk-L0rD said:
@Kucharskov take it easy cowboy!! I just made a mistake, that's all. You could just point it instead of acting like that and talking like this!!
Regards!
Click to expand...
Click to collapse
Blah, blah, blah. Mistake still not fixed so tutorial is little buggy. Old compilators will not compile app with that .xml
Regrads

Kucharskov said:
Blah, blah, blah. Mistake still not fixed so tutorial is little buggy. Old compilators will not compile app with that .xml
Regrads
Click to expand...
Click to collapse
Edited. Happy now?

DaRk-L0rD said:
Happy now?
Click to expand...
Click to collapse
Yep! That's now very good tutorial. Regards

Thx for the tut/lesson, much appreciated. Now we have apktool for Android I can do all this "on device" #ftw

How can I leave my systemui and transparent navbar? I use the systemui xperia z2 more when I do any change she is black! can you help me?

Related

white top/bottom bars with black text

I some search on google, and googled through the XDA search as well, and cant find a theme that is has white bars. I was pretty surprised, since it seems like a fairly simple thing to do. RC mod will allow me to change the text color, but not the background color, any ideas?
Mr17 said:
I some search on google, and googled through the XDA search as well, and cant find a theme that is has white bars. I was pretty surprised, since it seems like a fairly simple thing to do. RC mod will allow me to change the text color, but not the background color, any ideas?
Click to expand...
Click to collapse
You can make your own theme using ThemeGenCE, which you can find here: http://www.freewarepocketpc.net/ppc-download-themegence-v2-0.html
That'll let you make the task bar and the font whatever colour you want.
Hope that helps!
oseven said:
You can make your own theme using ThemeGenCE, which you can find here: http://www.freewarepocketpc.net/ppc-download-themegence-v2-0.html
That'll let you make the task bar and the font whatever colour you want.
Hope that helps!
Click to expand...
Click to collapse
Best answer there is. All my themes created using ThemeGenCE....
Yeah I would love it if someone would make a tsk with the white diamond background with white bars and black text.
Yes just used wm5 settings
Here is what i did,... not diamond theme but you get the idea.
{
"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"
}
Made in ThemeGenCE
Artanis said:
Here is what i did,... not diamond theme but you get the idea.
Made in ThemeGenCE
Click to expand...
Click to collapse
So did you lose the ability to see the signal and volume icons?
thats the problem guys, the icons of wm like signal bar, speaker etc. are white graphics ! not text !
bluemetalaxe said:
thats the problem guys, the icons of wm like signal bar, speaker etc. are white graphics ! not text !
Click to expand...
Click to collapse
If you cook this into a ROM, you can edit the files (some are graphics in \Windows others are in shellres.96.dll/shellres.192.dll)
Use WA3 and you can use your own images for the task bar icons.
oseven said:
Use WA3 and you can use your own images for the task bar icons.
Click to expand...
Click to collapse
Hacking the shell is more fun if you know what you're doing!
l3v5y said:
Hacking the shell is more fun if you know what you're doing!
Click to expand...
Click to collapse
Lol I'm sure it is, but I cant be bothered to go through all the .dll files. Probably should though, all the GUI programs are slowing down my phone..! lol
oseven said:
Lol I'm sure it is, but I cant be bothered to go through all the .dll files. Probably should though, all the GUI programs are slowing down my phone..! lol
Click to expand...
Click to collapse
Unfortunately, it needs to be done off device (in a ROM dump) as you can't overright the DLLs...
l3v5y said:
If you cook this into a ROM, you can edit the files (some are graphics in \Windows others are in shellres.96.dll/shellres.192.dll)
Click to expand...
Click to collapse
i found the following 2 attached files in the windows dir. one of them looks like what im looking for( it was originally 000-stsystem.png) i renamed it and sent it back to the windows dir and restarted my phone but no dice. any ideas?
edit: upon closer inspection these look like the icons used for pointui.
You need to change the resources in shellres.96.dll, tapres.96.dll, and outres.96.dll. In doing so, you can get icons such as this...
colonel00 said:
You need to change the resources in shellres.96.dll, tapres.96.dll, and outres.96.dll. In doing so, you can get icons such as this...
Click to expand...
Click to collapse
i found Resource Hacker to edit the dll, ill dig into this and see what i find. thanks for all the help!
some issues with those files:
there is no shellres.96.dll, but there is a file called shellres.96.dll.0409.mui
when i try to copy tapres.96.dll and/or outres.96.dll it says access denied
Mr17 said:
some issues with those files:
there is no shellres.96.dll, but there is a file called shellres.96.dll.0409.mui
when i try to copy tapres.96.dll and/or outres.96.dll it says access denied
Click to expand...
Click to collapse
I think it needs to be cooked... There is a shellres.96.dll, it's just hidden (WM won't boot without it as it contains most of the shell images). The MUI file is the US English localization for the device.

Neat little app.

Simple app I share with you guyzzz:
Updated [24.09.08] Ver 3.1.cab.zip Thanks to Member MACkjam and Member omniwolf for the heads up!
You use it to change the name of the Operator on the top right of the jewels screen.
You can put ANY text instead of you operator name (don't like operator name!!! Operator sucks!!)
No need of restart or any thing.
Saves settings after soft resets and off cycles as long as its got respective in Start up in Win.
Hope you fellasss enjoy.
I add a little screen shot as example:
Enjoy
All credits to respective creators.
I just found it.
hi Sergio
thanks for your sharing!!!!!
try it now.
ciao
EDIT: after soft reset you need to set up the personalize again ! or i am doing something wrong??
Nice, thanx.
Sergio PC said:
Simple app I share with you guyzzz:
You use it to change the name of the Operator on the top right of the jewels
Enjoy
I just found it.
Click to expand...
Click to collapse
Thanks for the program! It works great...
What theme did you use and you don't have a background behind the icons?
giangishanghai said:
hi Sergio
thanks for your sharing!!!!!
try it now.
ciao
EDIT: after soft reset you need to set up the personalize again ! or i am doing something wrong??
Click to expand...
Click to collapse
you have to have it in startup folder for it to change after Soft Reset.
Nice one
{
"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"
}
Thanks sergio... TMN text was really a pain in the ass
XC
Glad you guyz liked it.
mugglesquop said:
you have to have it in startup folder for it to change after Soft Reset.
Click to expand...
Click to collapse
I still don't get it how do i get it it in startup folder??
marios96 said:
Thanks for the program! It works great...
What theme did you use and you don't have a background behind the icons?
Click to expand...
Click to collapse
Hi Marios,
is not the theme, you can delete manila files from Windows folder ( 1864da05 for bottom one and 18c460d8 for the top one) in order to clean the curtains.
another possibility is to use the cab that you can find here :
http://forum.xda-developers.com/showthread.php?t=426796
ciao
Now what would be sweet is if it allowed for a small bitmap image to work like the iphone.
Is there a way to change the possible length of the date on the left?
On some weekdays I have the problem that one or two letters are cut off in the middle. (German Rom - long date display)
This one is really cute!!! i use it for some time!!! And i love it.... it is like status on facebook or whatever!!!!
i understand that there're lots of more useful programs but this one - MUST HAVE #1)))))
Peace love n happiness..
i would love it even more if i could have no text at all there
oh just hitting space does that ^^ thanks
Sweet! Thanks Sergio
Hi, thx fo this app! I LOVE IT!!!
Only a question: once i set up a word to write instrea of the operator's name, if I want to change it how can I do? THX
Not to disapiont you sergio,but we already could do this with the latest version of schaps advanced config!!
thanks alot for this, looks wicked
will try now!
Take care
ofdrive said:
Hi, thx fo this app! I LOVE IT!!!
Only a question: once i set up a word to write instrea of the operator's name, if I want to change it how can I do? THX
Click to expand...
Click to collapse
Run the program again and type what you want.
htckaiseruser said:
Not to disapiont you sergio,but we already could do this with the latest version of schaps advanced config!!
Click to expand...
Click to collapse
I can't find it in advanced config. can you point me the way please

[THEME] BlackDesire based in REVOlution THEME for OpenDesire [11/09/2010 WIP]

{
"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"
}
This is a theme based in REVOlution THEME for HTC EVO (more info LINK or LINK).
Only for OpenDesire, but i think that the theme works with every CyanogenMod6 based ROM. minimalistic_font is flashable for all ROMs.
Not finished yet, I'm still working on the battery, applications and everything else.
SCREENSHOTS:
DOWNLOADS:
Statusbar: BlackDesire-STATUSBAR-10092010-signed.zip (Tested in OD4.0.15)
Modded APPS Widgets: BlackDesire-MODAPPS-10092010-signed.zip (Power Control, Quick search, Youtube, GenieWidget, Music)
XML with Theme Colors: blackdesire.xml
Minimalistic Font: minimalistic_font-signed.zip
CHANGELOG:
11092010 Added Modded APPS and UPDATED the framework-res.apk (STATUSBAR)
07092010 Added STATUSBAR, FONTS and XML
How to apply "XML with Theme Colors":
Save it in your SDCARD in "CMTheme" folder, then go to SETTINGS>OPENDESIRE SETTINGS/CYANOGENMOD SETTINGS>USER INTERFACE>TWEAKS EXTRAS>SELECT A THEME and select "blackdesire".
Installation:
Dont extract, Flash, all are signed.
SOON MOD_APPS, CIRCLE BATTERY MOD, AND MORE MORE MORE!! STAY TUNNED
I really like the look of that! Tempted to flash open desire now
Looks great. Think I'll come back when a few more bits have been added.
Keep a watchful eye on it though
anybody tested it on cm 6.0?
theis82 said:
anybody tested it on cm 6.0?
Click to expand...
Click to collapse
yep..work ok
great works on CM last nightly...thanks...I'll follow your addings
If yoy flash the droidforum zip, then this you get everything except the lockscreen, but a bit of moving files and all is well hope that helps.
Sent from my HTC Desire
Not full theme, only status bar
Nice job man
Just one tip: the roaming icon isn't included in the theme, looks like gray against the black of the bar, when it appears. Just fix this and the bar will be perfect!
Also, i'm really looking forward to see the full theme, keep it up
I love the font but I'm now missing the Swedish letter å, Å.
*edit* The missing letter is showing as 'L' on my phone. Should be an 'A' with a small circle/dot above it. ä and ö are showing as normal.
Is there something I can do to add it?
Otherwise the theme is working well with od 4.0.4. Thanks.
Sthlm said:
I love the font but I'm now missing the Swedish letter å, Å.
*edit* The missing letter is showing as 'L' on my phone. Should be an 'A' with a small circle/dot above it. ä and ö are showing as normal.
Is there something I can do to add it?
Otherwise the theme is working well with od 4.0.4. Thanks.
Click to expand...
Click to collapse
Same error but with "ñ" character, my priority in this is low but i fix it.
Not full theme, only status bar
Click to expand...
Click to collapse
WIP, stay tunned
Just one tip: the roaming icon isn't included in the theme, looks like gray against the black of the bar, when it appears. Just fix this and the bar will be perfect!
Also, i'm really looking forward to see the full theme, keep it up
Click to expand...
Click to collapse
Working on it
Tomorrow will be downloadable the black apps (youtube, CMSettings, Google Quick Search ...), if my internet connection works...
Great job work good on OD 4.0.10
Sent from my HTC Desire using XDA App
can you change font with this?
http://www.fontsquirrel.com/fonts/Droid-Sans
with this àèò etc. work good
betalaga said:
can you change font with this?
http://www.fontsquirrel.com/fonts/Droid-Sans
with this àèò etc. work good
Click to expand...
Click to collapse
This is the default font, right?
Sorry for the delay, but I have no connection until tomorrow (customer service useless).
raiz said:
I was admiring the original theme some days ago. Awesome that you started porting this to desire! Any chance that some day this will get ported to sense roms aswell?
Click to expand...
Click to collapse
I'm thinking about do a kitchen online for it.
abse said:
This is the default font, right?
Sorry for the delay, but I have no connection until tomorrow (customer service useless).
Click to expand...
Click to collapse
yes, yes... sorry! i've wrong
however you haven't font file with correct symbol?
the minimalistic font url doesnt work.
the ginger god said:
the minimalistic font url doesnt work.
Click to expand...
Click to collapse
fixed, moved to new location.
Please fix àç etc and add battery percentage
Sent from my HTC Desire using XDA App
Is it okay if you could just remove the antenna icon?

[THEME][4.3/4.4+][root/noroot]Watch_Dogs Xperia theme

Hello guys,
This is my first theme, more themes coming soon..
Just tested in Xperia Z.. but will work on any xperia having stock 4.4
if u like theme, hit thanks..
Any suggestions ?? Most welcome..
No root required on 4.4, just install as normal app..
Update: If you on 4.3, root and superusermod required, and install as normal app.. Thanks to @jereMarfil24 for testing on 4.3
Screen shots
{
"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
View attachment WatchDogs_Xperiatheme.apk​
Ugly.
Vaith said:
Ugly.
Click to expand...
Click to collapse
I created my first theme.. U can suggest me what u don't like.. I can improve in next theme..
Abrar9322 said:
I created my first theme.. U can suggest me what u don't like.. I can improve in next theme..
Click to expand...
Click to collapse
First, background picture. Some text it's hard to read. Second, icons are not good, they are not suitable for white theme of our firmware.
Oh come on, Don't be rude. He just mentioned he just made his first theme. I believe in you that you can improve bro,
I finished the game few days back I am a fan. gonna give a try and will report.
Vaith said:
First, background picture. Some text it's hard to read. Second, icons are not good, they are not suitable for white theme of our firmware.
Click to expand...
Click to collapse
Thank u for complement.. I can try best next time..
Abrar9322 said:
Thank u for complement.. I can try best next time..
Click to expand...
Click to collapse
And why you left everything blue? You should also change it
You didn't change much things but it's good nevertheless. I like and use it. Maybe next time you will change some other things too. Thanks for your hardworking.
Nice theme!! loved that menu button.... nice work keep it up :good:
Can you make this for 4.3?
jereMarfil24 said:
Can you make this for 4.3?
Click to expand...
Click to collapse
I am not sure it will work or not, but U should try with superusermod and rooted device.. And plz report, if u try..
Abrar9322 said:
I am not sure it will work or not, but U should try with superusermod and rooted device.. And plz report, if u try..
Click to expand...
Click to collapse
Well, It's working. :good: :highfive:
Few suggestions..
Keep a different lockscreen wallpaper..
And the icon in the homescreen wallpaper...Keep that as the home icon..
Colors combinations are great...
Scrubbers in settings are the same as in TriFlat..
You might wanna change it to something else..^_^
Thanks for the effort..I was waiting for this...
piyush95 said:
Few suggestions..
Keep a different lockscreen wallpaper..
And the icon in the homescreen wallpaper...Keep that as the home icon..
Colors combinations are great...
Scrubbers in settings are the same as in TriFlat..
You might wanna change it to something else..^_^
Thanks for the effort..I was waiting for this...
Click to expand...
Click to collapse
For your suggestion about the home icon, i first took that icon from homescreen wallpaper but as of i used it in volume scrubber so i replaced it from this(nexus) icon..
and yes, you are right, i took that scrubber from Triflat theme because it suits the theme.. Anyway, Thank for suggestions.. hope you enjoyed using these theme..
Hello everyone,
i will make some changes from your suggestions after few days because i have to give my exams..
keep posting your suggestions.. i am surely work on it.. Thank you for support..:fingers-crossed:
well its a nice theme...an some1 said ugly..well i dnt think its ugly... its good..i liked the wallpaper...hope in ur nxt update u make a red n black themed watchdog
well,i've made it long time ago >http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/theme-watch-dogs-theme-t2855957
but glad to see another one
Please make the Background like this. See the Attachment.
slsamg7112 said:
well,i've made it long time ago >http://forum.xda-developers.com/crossdevice-dev/sony-themes-apps/theme-watch-dogs-theme-t2855957
but glad to see another one
Click to expand...
Click to collapse
yea somewat like dis with more red n black
jereMarfil24 said:
Please make the Background like this. See the Attachment.
Click to expand...
Click to collapse
As of your suggestion for background , i use it but it is very difficult to read some times (see the attachment).. i will try another.. anyway thank you..

Removing two bars from Head Unit Tesla Style 10.4” inch.

Good day people,
I have a question which is easy for you guys but almost impossible to find out for me because of bricking the device and the noob knowledge.
I have a Tesla style headunit with 4.4.2 which is rooted.
Please take a look at the picture below. I want to disable (if not possible remove) the two highlighted bars on top and bottom.
The device is rooted. And I already tried different launchers.
Can somebody give me advice were to look in which or at which file?
{
"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"
}
Did you try changing your launcher? Try NOVA, CAR DASH, ...
true2you said:
Did you try changing your launcher? Try NOVA, CAR DASH, ...
Click to expand...
Click to collapse
Good one!! Forget to mention, already did that. Launcher changes but the top and bottom bar remains...
Crunch8101 said:
Good one!! Forget to mention, already did that. Launcher changes but the top and bottom bar remains...
Click to expand...
Click to collapse
I assume it is part of the systemUI or some other "sub" server like apk. Another launcher won't change that.
Do you have a CAN bus installed? If so see if you have a CAN bus apk as well and try to disable that one. You might loose your bottom bar as that is a typical CAN bus type apk overlay.
That is correct, I have canbus. And the top one? Is it just a process which I can stop to check if it is this? Or is it not that simple?
Crunch8101 said:
That is correct, I have canbus. And the top one? Is it just a process which I can stop to check if it is this? Or is it not that simple?
Click to expand...
Click to collapse
I don't know, but my guess is that is is some "menu" like apk that overlays on top of the launcher. More like some kind of secondary systemUI or "sub server" apk. To make a more selective guess, but still a guess, you should show us a listing of /system/app and /system/priv-app
You are right! Checked all the apk in the folder you said and I got to com.android.system-UI this is the UI which is responsible for the top and bottom bar.
But now....it also manages bluetooth calls and settings from canbus so I cannot disable it. So the questions are getting a little difficult now. Were do I begin with this files to edit it that the UI is not shown anymore but the functionality remains?
Thank for taking the time to help me, really appreciate it.
Crunch8101 said:
You are right! Checked all the apk in the folder you said and I got to com.android.system-UI this is the UI which is responsible for the top and bottom bar.
But now....it also manages bluetooth calls and settings from canbus so I cannot disable it. So the questions are getting a little difficult now. Were do I begin with this files to edit it that the UI is not shown anymore but the functionality remains?
Click to expand...
Click to collapse
You can indeed not remove the systemui, but that makes it at the same time also very complicated.
You need to be a java programmer or smali programmer to correct that. And because you don't have the source code (I assume), you need to re-engineer the code. I can't help you there.
If you want to go on with this take a look at jadx to decompile the apk, and make the modifications in smali with apktool.
But that's something really requiring java skills.
Is it to easy to see it like this: disabling systemUI forever. Make new shortcuts from the bluetooth.apk to the desktop. Also making new shortcuts from CAN settings and Nav settings to the desktop? What am I missing here?
Also, you say I need the source code, but I already have the system running so why do I need the source code? My little knowledge can give strange questions sorry
Crunch8101 said:
Is it to easy to see it like this: disabling systemUI forever. Make new shortcuts from the bluetooth.apk to the desktop. Also making new shortcuts from CAN settings and Nav settings to the desktop? What am I missing here?
Click to expand...
Click to collapse
Crunch8101 said:
Also, you say I need the source code, but I already have the system running so why do I need the source code? My little knowledge can give strange questions sorry
Click to expand...
Click to collapse
You need a systemui. It is the base layer for your graphical system. The launcher is just a "presenting" layer on top of that.
It means that you need to make changes to the existing systemui, or find a compatible systemui. The second is almost impossible as these systemUIs are specifically adapted for these head-units.
So only the first option applies: Change the existing systemUI.
You need a person understanding java and smali, and who knows the technicalities of your unit more or less. There are some gurus being able to do that, but the combination is hard to find. And even for him/her it will take hours and hours to find and modifiy it.
Hahaha! Thought it was something with /hide bla bla. Thanks for explaining it to me. I am going to try to get some help here on XDA
Got this solution from the ever resourceful [4pda forum](https://4pda.ru/forum/index.php?showtopic=877711&view=findpost&p=72236272) (Google translated):
1. Install and configure the most convenient way for yourself here is this program [UDN, Ultimate Dynamic Navbar](https://4pda.ru/forum/index.php?showtopic=460767) This is a small launcher that can be configured to auto-hide and "pull" it from the edge or of the screen angle.*Also, what's important is that you can add your own add-ons to it.*button.*This launcher is needed, because*in the full screen mode, there are no other buttons.*
2. mini-program for hiding navbar and systemUI: [NavBar_UIkill.apk](https://4pda.ru/forum/dl/post/12610888/NavBar_UIkill.apk)*(1.52 MB)*It is installed in the standard way.*Then it must be added as a button on the UDN.

Resources