Cant remove access to status bar permanently in android Oreo on Samsung - lost status - Android Q&A, Help & Troubleshooting

Hello
I need to remove the access to status bar permanently in android Oreo but its visible and can see it(Samsung j7core - android 8)(Apktool 2.3.3).
I follow from this post and this one :
My steps is:
1- adb pull /system/priv-app/SystemUI/SystemUI.apk
2- adb pull /system/framework/framework-res.apk
3- apktool if framework-res.apk
4- apktool if SystemUI.apk
5- apktool d SystemUI.apk
6- Open SystemUI\res\layout\status_bar.xml and add android:clickable="false" to the top most xml element
7- Open xhdpi folder and replace the corrupt pip_dismiss_scrim.9.png file with the file on the top of my post link
8- run apktool b SystemUI
9- Go to SystemUI\original and copy AndroidManifest.xml and META-INF to SystemUI\build\apk\
10- run apktool b SystemUI again
11- Go to SystemUI\dist\ and override the device's original SystemUI.apk with the one at SystemUI\dist\SystemUI.apk with adb push SystemUI\dist\SystemUI.apk /system/priv-app/SystemUI/SystemUI.apk
12- change the permissions of SystemUI.apk
13- reboot device
14- see result >>> failed > the status bar and nav bar are lost ! cant see both of them
I do this steps on android 6 and worked perfectly .
Which step is wrong or must be do ?
please help ...
Many thanks.

Related

How to change battery,signal,wifi and data icons

Requirements:
1.root explorer
2.battery,wifi,signal,and data icons
3.brain
Lets start
1.open root explorer/system/app/ and copy
SystemUI.apk to ur sdcard (this is ur back up)
2.go to system/app and extract your
systemUI.apk and Go to extracted.
3.Tap the SystemUI folder and go to res/
drawable mdip. find the wifi,signal and data
you like to change.
4.Rename ur new icon to original name like
this>
stat_sys_signal_1.png
stat_sys_signal_2.png
stat_sys_signal_3.png
stat_sys_signal_4.png
stat_sys_signal_1_fully.png etc.
stat_sys_wifi_1.png etc. (or the name of ur
orig icon in res/drawable mdip)
5.after u rename all of .pngs paste it to res/
drawable mdip and replace.
6.zip your systemui folder and rename it to
SystemUI.apk
7.Move or Copy ur new SystemUI.apk to /
System and change the permission to r-w-r-r
and move it again to System/app then reboot.
u will see your new signal,data,wifi icon
If ur battery icon was not in res/drawable
mdip
it is in framework. just dont the same
procedure above. Happy Modding

Remove the sim card / duel sim icon on the status bar for Samsung galaxy win /Quattro

Remove the sim card / duel sim icon on the status bar for Samsung galaxy win /Quattro (i8552/8552B)
Sometimes the sim icon on the status bar is so annoying for someone who loves their phone to be clean ,simple and well organized.
Here is a simple Mod for removing the status bar sim icon
Remember as always “I WILL NOT BE RESPOSIBLE FOR YOUR DEVICE..DO IT ON YOUR OWN RISK”[/SIZE]
Tools required
1.A computer ofcourse
2.Apktool or AdvancedApkTool
I prefer AdvancedApkTool by BDFreak for its ease of use.
Before using the above mentioned tools You should be having a good knowledge about the procedure and how to decompile , recompile and signing apk files
U can check it from here if u never heard about the apktools
http://forum.xda-developers.com/showthread.php?t=1755243
For Step to step procedure
http://forum.xda-developers.com/showthread.php?t=1989533
For Advanced ApkTool http://forum.xda-developers.com/showthread.php?t=2639400
2.SystemUI.apk
You can can pull it out from your phone using any root enabled file mangers like root explorer or ES file manager
3.An XML editing tool
Preferably Notepad++
You can Install it on your PC from https://notepad-plus-plus.org/download/v6.7.9.2.html
4.Lots of patience and craving for learning
BEFORE DOING THIS ALWAYS TAKE A BACKUP OF YOUR ROM USING NANDROID OR TWRP I WLL NOT BE RESPONSIBLE FOR BRICKED PHONE
Now the Procedure :- How to remove the sim icon from status bar
1. Decompile the SystemUI.apk file using the apktool or advancedapktool
2. Open the folder and go to \res\layout
3. Find the file “ tw_signal_cluster_view.xml”
4.Open it using Notepad++ or any xml editing tool
5.Find the this Line
HTML:
android:id="@id/sim_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="4.0dip"
And replace with this
HTML:
android:id="@id/sim_icon" android:layout_width="0.0dip" android:layout_height="0.0dip"
6. Now Find the file “tw_status_bar_expanded_dual.xml
7.Open it and find the line
HTML:
android:id="@id/quickpanel_dualsim_layout" android:layout_width="fill_parent" android:layout_height="4.0dip"
Replace it with
HTML:
android:id="@id/quickpanel_dualsim_layout" android:layout_width="fill_parent" android:layout_height="0.0dip"
8. save Both the files
9. Recompile the apk..and don’t forget to sign or else u will end up in Bootloop
10 Now push back your New SystemUI.apk to your Phone
ie. Root\System\app\
11. Paste it and set persimmons as rw-r-r (assuming you know the drill )
ReBoot
Hope This Will Be Helpful

[MOD]LolliPop Navigation bar / navigation keys for galaxy quattro/win i8552

Lolipop Styled navigation bar for samsung galaxy quattro / win
for those who loves the lollipop styled naviation bar and keys for samsung quattro
Remember as always “I WILL NOT BE RESPOSIBLE FOR YOUR DEVICE..DO IT ON YOUR OWN RISK”
Tools required
1.A computer ofcourse
2.Apktool or AdvancedApkTool
I prefer AdvancedApkTool by BDFreak for its ease of use.
Before using the above mentioned tools You should be having a good knowledge about the procedure and how to decompile , recompile and signing apk files
U can check it from here if u never heard about the apktools
http://forum.xda-developers.com/show....php?t=1755243
For Step to step procedure
http://forum.xda-developers.com/show....php?t=1989533
For Advanced ApkTool http://forum.xda-developers.com/show....php?t=2639400
2.SystemUI.apk
You can can pull it out from your phone using any root enabled file mangers like root explorer or ES file manager
3.An XML editing tool
Preferably Notepad++
You can Install it on your PC from https://notepad-plus-plus.org/download/v6.7.9.2.html
BEFORE DOING THIS ALWAYS TAKE A BACKUP OF YOUR ROM USING NANDROID OR TWRP I WLL NOT BE RESPONSIBLE FOR BRICKED PHONE
STEP 1 --- ACTIVATING THE NAVIGATION BAR
1. using root explorer or ES file manager open build.prop as editable text or use any buil.prop editor
2. go to the bottom and add this line
HTML:
qemu.hw.mainkeys=0
3. Save the file and reboot
now you will ab able to see the jelly bean themed navigation bar
STEP 2.------ Lollipop soft keys
download the attached file , unzip it and push the files inside lollipopkeys folder to SystemUI.apk\res\drawable-hdpi using 7zip or you can add it after decompiling the SystemUI.apk and recompille and sign it back
STEP 3.------ Now push back your SystemUI.apk to your Phone
ie. Root\System\app\
Paste it and set persimmons as rw-r-r (assuming you know the drill )
ReBoot
IF YOU WANT TO DISABLE THE PHONE RECENT AND BACK BUTTON
OPEN Root Explorer, navigate to System > usr > keylayout, and open Generic.kl in Text Editor
navigate to key 139 MENU and key 158 BACK, and put a "#" sign in front of each line. Save the file.
For disabling backlight on your capacitive keys go to phone Settings > Device > Display > Touch key light duration, and switch the setting to Always off
TO REARRANGE THE BACK AND RECENT TAB BUTTON
if you want the back button on the left and recent on the other side
follow the steps
. Decompile the SystemUI.apk file using the apktool or advancedapktool
2. Open the folder and go to \res\layout
3. Find the file “ tw_navi_bar.xml”
4.Open it using Notepad++ or any xml editing tool
find
HTML:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_navigationbar_recent" android:layout_weight="1.0" android:contentDescription="@string/accessibility_recent" systemui:glowBackground="@drawable/tw_sysbar_highlight" />
and
HTML:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_navigationbar_back" android:layout_weight="1.0" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/tw_sysbar_highlight" />
Now replace the first with the second one and second with the first one
its just shifting each code position on the top and bottom side of the home button
save it
. Recompile the apk..and don’t forget to sign or else u will end up in Bootloop
Now push back your New SystemUI.apk to your Phone
ie. Root\System\app\
Paste it and set persimmons as rw-r-r
ReBoot
IF YOU WANT TO CHANGE THE HEIGHT AND WIDTH OF NAVIGATION BAR
for this you need to decompile framework-res.apk
If u knw how to decompile and recompile framework apk then only you proceed or else u wll end up in bootloop
decompile framework-res.apk
Go to /res/values
open dimens.xml
find "navigation_bar_height" , "navigation_bar_height_landscape" and "navigation_bar_width"
change the dpi values ....better not to change it below 22 dpi
save it
recompile the apk and push it back to framework folder
reboot
can u please make flashable zip......please ....thakns in advance
Yes can u give atleast the systemui. Apk

No Icons after swapping in the system menu root

"Hello all , i post my new guide to change icons without using apktool . This guide is for newbies though other all advance developer may think this useless or may be they known this a very ago.
# Note :-
1) This guide is for all newbies who want to edit there app icons , but dont have apktool or have no knowledge about it .
2) This guide is only applicable for system apps .
3) You should have knoweledge for flashing zips by CWM .
# What is needed ?
1) A must have computer with paint (opptional) [ some phones with Zarchiver app can be used . ]
2) WinRar
3) A flashable zip file supplied by other developer .
4) A icon Set which you want to replace with .
# Procedure :-
1) Make a directory called " stock " .
2) Paste your app in it .
3) Below i have taken SystemUI.apk.
4) Rename that app to SystemUI.zip ( just make .apk to .zip format )
5) Then go to options (press right mouse button) press Extract to SystemUI
6) After extracting go to the extracted folder " SystemUI"
7) Browse to res / drawable-mdpi / you will find all icons there . ( In my case its mdpi , it may be hpdi .)
8) Note that the resolution must be same or it may not look good . [ Expiremental ]
9) Replace the icon which you want to from your icon set .
10) Go back to folder where you will find folders like META-INF , res , & files like AndroidManifest.xml , classes.dex, resources.arsc .
11) Now select that all files and press the right button of the mouse ( the options button) .
12) Select the Add to Archive option .
13) Now keep the same name of the app you are modding and select " zip " .
14) A new zip file is created like " SystemUI.zip" . Rename it to SystemUI.apk ( just from .zip to .apk )
15) Now your modded app is ready .
16) Take the flashable zip provided by other developer .
17) open that zip and replace your file with his . ( in folder system/app/ " replace here ." )
18) Save the zip . And Flash it using CWM !!! Enjoy now you can see your modded icons .!! "
Hello, I do everything according to the manual, but after replacing the app and restart your tablet app disappears from the main mena on the tablet, what I'm doing wrong?
sorry for my english, thang.

Less Ugly KitKat

For KitKat users here is some files for better UI look
- Icons
- lg_dockmenu_ic_allapps : ( root required )
1. decompile your LGHome.apk
2. find png icon " lg_dockmenu_ic_allapps " and replace with new (keep png name from apk )
3. recompile LGHome.apk
4. put in system/private app (replace old) , set permissions to rw- r– r
5. reboot

Categories

Resources