[MOD][HOW TO] Move SuperSU to Settings - OnePlus X Themes and Apps

Hi! This MOD will move SuperSU app to Settings menu
make full rom backup
if you will want to revert mod back, you have to restore full rom
use only with stock 2.1.3-X rom version
flash super_su_in_settings_2_1_3_X.zip with custom recovery
enjoy it
thanks to Stephen for inspiration
SuperSU by Chainfire have to be installed
How To
make backup
decompile Settings.apk from system/priv-app/Settings folder
to res\values\ids.xml add:
Code:
<item type="id" name="supersu_settings">false</item>
to res\values\strings.xml add:
Code:
<string name="supersu_title">SuperSU</string>
to res\xml\dashboard_categories.xml add:
Code:
<dashboard-tile android:icon="@drawable/ic_settings_supersu" android:id="@id/supersu_settings" android:title="@string/supersu_title">
<intent android:targetPackage="eu.chainfire.supersu" android:action="android.intent.action.MAIN" android:targetClass="eu.chainfire.supersu.MainActivity" />
</dashboard-tile>
you can place this code where you want
paste file ic_settings_supersu.png from attachment to res\drawable-xxhdpi-v4 folder
recompile, copy to phone and enjoy
How To revert back to original state
make backup
downolad original 2.1.3-X Settings.apk from attachment and paste it to system/priv-app/Settings folder, overwrite file in that folder and set permissions to -rw-r--r--
delete data/data/eu.chainfire.supersu folder
delete data/app/eu.chainfire.supersu-1 folder or system/app/SuperSu folder (or both if exists)
reboot to recovery, wipe cache and dalvik cache, reboot to system
insall SuperSu app from play store
you are done

Nice idea. Wish it would work on cm, too. Moved away from stock because XPrivacy doesn't work.

Perfect [emoji108] Thanks OP
Enviado desde mi ONE E1005 mediante Tapatalk

Phoost said:
Nice idea. Wish it would work on cm, too. Moved away from stock because XPrivacy doesn't work.
Click to expand...
Click to collapse
There shouldn't be problem to make this mod for cm too, but I don't use CM for now... I will try to make guide "how to" make this mod by yourself...
edit:
first post edited with HOW TO

it was what I am looking for hiding SuperSu.apk from the drawer.
It works really good

Works for me.
Tks op.
One question. Can't change to black theme now?

Tiongkia said:
Works for me.
Tks op.
One question. Can't change to black theme now?
Click to expand...
Click to collapse
You can still switch between dark and white theme as you wish

somin.n said:
You can still switch between dark and white theme as you wish
Click to expand...
Click to collapse
Really? Sorry i cannot find it. Where?
---------- Post added at 11:58 AM ---------- Previous post was at 11:57 AM ----------
Its black theme for su, not the entire system.
---------- Post added at 12:01 PM ---------- Previous post was at 11:58 AM ----------
Sorry, one more. Its a suggestion to op. Some people may wabt to revert back to original. U may want to make a zip to do so.
Anyway thanks again.

Tiongkia said:
Sorry, one more. Its a suggestion to op. Some people may wabt to revert back to original. U may want to make a zip to do so. Anyway thanks again.
Click to expand...
Click to collapse
It looks, that there should be problem with dark theme and removing mod for now, sorry :/ You can simply restore original Settings.apk file but it will not restore supersu icon in app drawer, don't why??? You can still access supersu app from dialer if you dial *#*#1234#*#*.
Sorry for this complication, but I didn't try restore original state. Of course, if you have full rom backup, it will always help

somin.n said:
It looks, that there should be problem with dark theme and removing mod for now, sorry :/ You can simply restore original Settings.apk file but it will not restore supersu icon in app drawer, don't why??? You can still access supersu app from dialer if you dial *#*#1234#*#*.
Sorry for this complication, but I didn't try restore original state. Of course, if you have full rom backup, it will always help
Click to expand...
Click to collapse
hey buddy, no worries at all. you are doing a great job. keep us posted on the new development.

To first post added How to revert mod back tutorial

somin.n said:
To first post added How to revert mod back tutorial
Click to expand...
Click to collapse
Great job!
By the way, is it not possible to have black theme fo super su when super su is in settings?

Trying to do this on CM, but the values don't correspond. If someone could help me with this I can upload an APK

Tiongkia said:
By the way, is it not possible to have black theme fo super su when super su is in settings?
Click to expand...
Click to collapse
I found the way how to do it, but you have to use slightly moded supersu.apk If you want to try it, just download supersu.apk from attachment and copy to data/app/en.chainfire.supersu folder or system/app/SuperSu folder (depends on, where is supersu installed) and overwrite SuperUser apk with proper name of apk file (this moded supersu.apk cant't be install). Then reboot phone, SuperSu icon will be again in app drawer so in settings select hide icon and select what theme you prefer Good luck and no warrenty with this "mod"
RJDTWO said:
Trying to do this on CM, but the values don't correspond. If someone could help me with this I can upload an APK
Click to expand...
Click to collapse
I will try to look on it can you send me your settings.apk file?
edit:
Attachment removed

somin.n said:
I found the way how to do it, but you have to use slightly moded supersu.apk If you want to try it, just download supersu.apk from attachment and copy to data/app/en.chainfire.supersu folder or system/app/SuperSu folder (depends on, where is supersu installed) and overwrite SuperUser apk with proper name of apk file (this moded supersu.apk cant't be install). Then reboot phone, SuperSu icon will be again in app drawer so in settings select hide icon and select what theme you prefer Good luck and no warrenty with this "mod"
I will try to look on it can you send me your settings.apk file?
Click to expand...
Click to collapse
https://drive.google.com/file/d/0B_uXgn68zsuda3BlUnV5Rkd5RG8/view?usp=docslist_
There you are

somin.n said:
I found the way how to do it, but you have to use slightly moded supersu.apk If you want to try it, just download supersu.apk from attachment and copy to data/app/en.chainfire.supersu folder or system/app/SuperSu folder (depends on, where is supersu installed) and overwrite SuperUser apk with proper name of apk file (this moded supersu.apk cant't be install). Then reboot phone, SuperSu icon will be again in app drawer so in settings select hide icon and select what theme you prefer Good luck and no warrenty with this "mod"
I will try to look on it can you send me your settings.apk file?
Click to expand...
Click to collapse
Tested. Unable to open su in settings. But still thanks so much for trying. Appreciate it.
I did rename the file name and change permission.

RJDTWO said:
Trying to do this on CM, but the values don't correspond
Click to expand...
Click to collapse
Here is your moded file. My tutorial fits to cm settings too, you are doing something wrong...
Code:
https://mega.nz/#!1MFn2I6a!QPIVSUY0VRAM89qBeSPNC4Tg5sJCuLnaN_rBOydoRXc
Btw, I didn't test this, I don't have cm installed, so for sure make full rom backup

somin.n said:
Here is your moded file. My tutorial fits to cm settings too, you are doing something wrong...
Code:
https://mega.nz/#!1MFn2I6a!QPIVSUY0VRAM89qBeSPNC4Tg5sJCuLnaN_rBOydoRXc
Btw, I didn't test this, I don't have cm installed, so for sure make full rom backup
Click to expand...
Click to collapse
It works. Thanks a ton. I couldn't find the XMLs mentioned in the OP so I created them, but when flashed, it wloukd just crash.

RJDTWO said:
I couldn't find the XMLs mentioned in the OP so I created them, but when flashed, it wloukd just crash.
Click to expand...
Click to collapse
You have to decomplie *.apk file to see these xml and other files, only extracting with winrar (or similar program) isn't enought. For de/compiling you have to use apktool, there is planty of tutorials on xda how to use and where to download apktool

somin.n said:
Here is your moded file.
Code:
https://mega.nz/#!1MFn2I6a!QPIVSUY0VRAM89qBeSPNC4Tg5sJCuLnaN_rBOydoRXc
Click to expand...
Click to collapse
I confirm cm mod works. Great!

Related

[HOW TO] Status Bar Transparency For CM7.2

First of all, credits should go to nims11 for this. I pm him and asking how to do that, it worked so I thought to write an extensive tutorial about this. Of course I am not held responsible if something goes wrong, read carefully instructions though it's quite simple, don't mind long explanation, is meant for new users too.
STATUS BAR TRANSPARENCY - WHAT YOU NEED!!!
1. This was tested on CM7.2 on both deodexed and odexed version. Also will work on ICS2. Probably will work on CM7.1 too but haven't tried this. Don't ask me if this will work on other modded versions of CM7.2, I don't know, and I am not willing to try.
2. You need a theme that supports transparency in status bar like Meizu, LunarUI, MIUI, Naked Simplicity, Orion and much more. Theme list can be found here http://forum.xda-developers.com/showthread.php?t=1167075
3. You need ADW Launcher along with theme to make this work. Remember to uncheck wallpaper hack in system preferences.
4. You need Root Explorer or similar app to be able to do have root access.
5. Before proceed with the method, backup SystemUI.apk from system/app (deodexed version) or both SystemUI.apk and SystemUI.odex (odexed version). A simple copy/paste to your sd card will also do the job.
PROCEDURE FOR HAVING TRANSPARENCY IN STATUS BAR
DEODEXED VERSION
1. Download this file http://www.uploadking.com/V7YWUIJ3UO and transfer to your SD Card (any directory)
2. Use Root Explorer and COPY file
3. Go to system/app --> Press the Mount R/W button on top of screen --> Now Paste. A message pops up to confirm that you want to overwrite file. Press Yes.
4. You will then get a message that systemui stopped responding. DON'T WORRY. Hold power button till phone reboots
5. When it reboots you won't have status bar. DON'T WORRY, IT'S MEANT TO BE LIKE THIS.
6. Use again Root Explorer, go to system/app, press again the Mount R/W button --> then find file SystemUI.apk --> Long press it till a menu pops up --> Click Permissions, it should be as this http://imageshack.us/f/843/screenshot1323167924787.png/ So permissions under file should be as rw-r-r
7. Reboot phone --> YOU'RE DONE.
ODEXED VERSION
The procedure is exactly the same as deodexed version BUT BEFORE DOING THIS YOU NEED TO DELETE SystemUI.odex from system/app using Root Explorer and having pressed the Mount R/W button in order to do so.
So when you're done and lets say you are using MIUI Theme it should look like this http://imageshack.us/f/856/screenshot1323169878975.png/. Different theme will have different icons or different transparency level, transparency is really theme dependant!
DON'T PANIC
1. If it doesn't work then probably you did something wrong
2. Remember that you have backed up original files so you're safe
ALTERNATIVE METHOD VIA CWM (as nims11 suggested) - ODEXED VERSION ONLY!!!
Just flash this through CWM http://db.tt/vlQvk1Nx
Thank you John!
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
yours --> one line instruction
mine --> uhh, a few more lines
Nice!!! Thanks! Added to first floor
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
I tried it and i lost my status bar completely
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
itasoulas said:
are you using odex version? I haven't tried this method myself, I did it manually. Check permissions on SystemUI.apk, it should be as rw-r-r.
Click to expand...
Click to collapse
nims11 said:
I tested it on my odexed rom then gave here
I not want to tolerate such question like i lost my statusbar... so i not started thread
he pm me so i gave him
and by saw thread gave odexed version for odexed rom user
so if working with your good if not use other method of using deodex methos from first post
Click to expand...
Click to collapse
I managed to make it work, sorry for the trouble i've caused and thank you
Also, a tip as a small contribution for people who don't like adw launcher like me. If you want to have a transparent status bar while using a different launcher then you need to download multi picture live wallpaper from the market. Set your prefered wallpaper through multi picture live wallpaper and the status bar is transparent no matter what launcher you're using
yes it work... also nims maybe you can give us your transparency bar with center clock system UI too... it would be awesome... thx
^Deadly_Sin^ said:
I tried it and i lost my status bar completely
Click to expand...
Click to collapse
Same here...
Sent from my GT-S5830 using xda premium
nims11 said:
Odexed version
Install directly from cwm
http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
FINALLY
I'm still waiting for a proper tut
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
doctorace92 said:
If anyone wants full transparency just replace every instance of @drawable/statusbar_background by @color/transparent.
Click to expand...
Click to collapse
can u share how to do that??? more detail i mean...thx for ur reply
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
If you know how to use apk manager and in which xml reference to statusbar_background is located you should be able to do it.This is not for freaking noobs.
working in ics2...but when i try to choose ics theme by achep isn't transparent..anyone can make ics theme by achep be transparent?
Sent from my GALAXY ACE running ICE CREAM SUNDAY2
CM7.2 systemUI
just want to help. here I made flashable. but before you flash you must delete SystemUI.odex using root explorer > system > app choose SystemUI.odex and delete make sure you has mount rw first, if you get FC for SystemUI don't panic, reboot to recovery and then flash it via recovery. don't forget to mount /system first...
all credits goes to him...
MAKE BACKUP FIRST OF YOUR CURRENT SystemUI.apk and SystemUI.odex
EDIT : SORRY MY FAULT. THIS STUFF ONLY WORK IN CM7.2 ROM BASED.
madxxxpmc said:
can u share how to do that??? more detail i mean...thx for ur reply
Click to expand...
Click to collapse
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
nims11 said:
Odexed version
Install directly from cwm http://db.tt/vlQvk1Nx
Click to expand...
Click to collapse
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
saigetshu said:
I think you must extract SystemUI.apk using apktool. and find value @drawable/statusbar_background then replace with @color/transparent find in some files with xml extension. I recommend to use notepad++ for editing xml extension.
Hi nims11. I think this SystemUI.apk and SystemUI.odex in zip is not compatible with CM7 by Grif_07, I've been tested but my status bar completely lost. can you tell me, does it work on your Rom? using this flashable?
Click to expand...
Click to collapse
maybe because it's for CM 7.2 based rom only....
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
joryS5830 said:
I have go launcher and dont work transparency. Is possible some work on go launcher.? How to? And ics theme by achep wanna go create transparent theme
Sent from my GT-S5830
Click to expand...
Click to collapse
Use multipicture live wallpaper and transparent theme.

[Full guide][ICS/JB] Make your own theme!! [09-03-2013]

About me
I didnt see any thread with ALL guides in ONE place. And I think alot people want to know how to do this or that. Its also clearer for myself to have an all-in-one placed tutorials! So with all the help of awesome people and myself Im gonna teach you stuff! All credits goes to other people. Ask Q ONLY in this thread! Dont expect too much: I modify this thread very rarely!
Requirements
Notepad++ [editing /xml]
Apktool [Basic knowledge of compiling apks] Helpfull link: click
Root explorer [to push apk back to your phone]
7zip [to replace .pngs]
Nandroid backup [important]
Guides
1. How to get custom statusbar?
To replace your statusbar with a custom .png go to:
SystemUI.apk/res/values/drawables.xml search this line
Code:
<item type="drawable" name="status_bar_background">
make changes as
Code:
<item type="drawable" name="status_bar_background">@drawable/statusbar</item>
now place statusbar.png file in drawable folder then recompile.
2. How to get my home-screen?
http://www.youtube.com/watch?v=hVoXrS-RWBY
3. How to delete text under toggles?
This is hardest part cuz Lidroid is 'different'. First, follow this to succesfully decompile it: http://forum.xda-developers.com/showpost.php?p=31991217&postcount=1
After that, go to: res\layout\power_widget_button.xml
Add this: visibility="gone" to TextView and it should be gone now!
You can also delete the text WiFi, Bluetooth, Silent, etc. in the strings.xml in values folder!
4. How to modify framework?
Just replace .pngs in your drawable-res-hdpi folder!
This will change all system actions, like pop-up look, buttons look, and alot more!
5. How to change background in settings / dialer?
Remember: You CANT change for dialer AND settings it can only be done for both. Go to framework-res.apk > res > drawable-nodpi > tw_dialog_bg [kind of this]
And replace with SAME format and same name! now you hav this bg in file manager, settings, an much more!
6. How to change grid size of touchwiz launcher?
http://forum.xda-developers.com/showthread.php?t=1990801
This thread tells you which size: http://forum.xda-developers.com/showthread.php?t=1990801
And this is also usefull: http://forum.xda-developers.com/showpost.php?p=28561607&postcount=1690
7. Change icon of system apps [dont work with market ones]
Go to the apk and look for the icon, just extract the folders and you'll see it. Replace it with an icon-pack from this thread: clik
So no need to decompile and after this just push back to sysem/app dont forget to set perm.
8. Custom bootanimation on stock based kernels [speedmod]?
So, we love the stability and battery of speedmod kernel. But also get rid of the boring samsung boot. The steps:
Your bootanimation MUST HAVE FINITE REPEAT VALUES, otherwise you will be stucked in a beautiful boot loop.
*What is this?
Open your zip and see the txt file. The number after all "p" must be HIGHER than 0. It means how many times this part will repeat, and 0 is infinite
1- Pick your desired bootanimation.zip and make two clones. Rename them to ODEAnim.zip and sanim.zip
3- Move the three zip files to /system/media
4- Go to /system/bin. Backup and delete the file samsungani. Rename the file bootanimation (this file you find in this folder; it ISNT your zip file) to samsungani.
5- Reboot
Error guides
* By theming you ll always run into problems. Like bootloops. Mostly its with framework-res.apk. If you get bootloop try this: click And if your system suddendly reboots after replacing framework-res its normal, just wait and reboot one more time. You can also try wipe cache and dalvik! But it isnt normal when u got statusbar fc then you have recompile errors or did sth wrong.
* When you try to push files back after theming and your file manager says: cannot paste. That means you havent enough space in your /system partition. Deleting useless [system] apps and 'tts' folder can free up alot! U can also buy micro SD and with TB move apps2sd
:good:
---------- Post added at 09:34 PM ---------- Previous post was at 09:26 PM ----------
Thanks
WALLPAPERS!!! IF U WANNA KNOW WHERE I GOT MY AWESOME WALLS HEAD OVER TO THIS AWESOME THREAD CREDITS FOR ROSARIA! http://forum.xda-developers.com/showthread.php?t=1942169&page=13
NEW!!!
I made blue clock for lockscreen!!
Download pngs here: http://www.mediafire.com/?c3segwhvay411v9
Replace in framework/res/drawablehdpi
AW: [THEME][MOD][4.2.1 XWLSD] Blue Steel
Nice Theme, good Work
Can you tell me where you have changed the text?
http://img843.imageshack.us/img843/4318/20130226223431.png
Regards Marcel
marcel2909 said:
Nice Theme, good Work
Can you tell me where you have changed the text?
http://img843.imageshack.us/img843/4318/20130226223431.png
Regards Marcel
Click to expand...
Click to collapse
WHERE ARE THE DOWNLOADS AND SCREENSHOTS???? I CANT SEE THEM HERE ON THIS THREAD
bold and red just to get attention..dont get offended... just gimme the theme if its beautiful
marcel2909 said:
Nice Theme, good Work
Can you tell me where you have changed the text?
Regards Marcel
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2162055
After that, move folder meta-inf and manifest from ORIGINAL to your new.apk. Otherwise you get weird errors and bootloop. Happy theming!
Update: New screenshots coming!!
Update v3!!!
Hey people..I updated almost EVERYthing and like to share it with you, go to post 1! You can also ask me things if you wanna know how2doit! Hope u like it ^^
EDIT: I CHANGED THE PURPOSE OF THIS THREAD, I WILL PROVIDE TUTORIALS FOR THEMING FOR JUST ANYTHING AND IT GETS UPDATED ONCE IN A WHILE
Re: [THEME][4.1.2] Cyanginger all-in-one mod[8-3-13]
Request link
Spoiler
Device : GT I9100
Rom : WanamLite V14.3
Hey, I dont know if it also works on wanam, [i have omegarom] but you can always try it.. Make nandroid FIRST
This is my systemui, with custom statusbar, wallpaper and MUCH more! http://forum.xda-developers.com/showpost.php?p=38912032&postcount=96
In attachment
If it doesnt work u can always ask me what you want I couldnt teach or do it for you. In my free time!
Rene_ajax said:
5. How to change background in settings / dialer?[/B]
Remember: You CANT change for dialer AND settings it can only be done for both.
Click to expand...
Click to collapse
Not entirely true, depends on the theme being used as the base.
nice to see that my teaching was not in vain
keep learning.
jackq said:
nice to see that my teaching was not in vain
keep learning.
Click to expand...
Click to collapse
yu mate. Then nobody have to ask again and again and also to give you credits thanks alot again!
I wil add more but dont have time right now
might try it out

[MOD][4.1.2][6.2.B.0.200][DEODEXED] Smaller On Screen Buttons

Today I will bring to you smaller on screen buttons to our Xperia S. As well as you know ,if you enable navigation bar by adding to build.prop the line "qemu.hw.mainkeys=0" it will make you phone laggy. I modded some files and made the navigation bar much more smaller ,so it became more beautiful and the phone works very smooth ,without lags!
Note#1:
Tried only on 6.2.B.0.200 FW with niaboc79 "framework.jar" from his Honami's launcher port. So it's better to flash this port to get it work before using my mod. So that means that you must have a deodexed rom to apply my mod.
Note#2:
Before using this mod ,make a nandroid backup in CWM and also backup the files "SystemUI.apk" ,"framework-res.apk" & "framework.jar". I'm not responsible to any damage that will happen if you don't know how to use and install this mod.
Installation:
1. Download these 3 files:
framework-res.apk
framework.jar
SystemUI.apk
If you want transparent navigation bar & status bar download this zip
2. Copy them to your sdcard and with any file explorer move them manually to the folder "system".
3. Change the permissions to rw-r--r-- and move framework-res.apk + framework.jar to the folder system/framework. It will ask to overwrite these file ,click yes.
4. Change the permissions to rw-r--r-- and move SystemUI.apk to the folder system/app. It will ask to overwrite these file ,click yes.
5. Reboot you device into recovery and wipe cache partition + wipe dalvik cache.
6. If you want transparent UI ,move framework-res.apk + framework.jar to the folder system/framework ,reboot and flash the zip Transparent UI.
6. Done.
Known Bugs:
*Navigation bar overlap the camera buttons.
Status bar is transparent anywhere ,navigation bar only on home screen.
*Find and tell me
Screenshots(Big!):
Credits:
@niaboc79 for Honami's launcher port
@erorcun & @XperienceD for their guide compiling framework-res without bootloop
For me making this mod
Enjoy and give your feedback! This is my first mod
:good: Glad to see you got it sorted, and made a good contribution to this section. Copying and changing permissions gets tiresome when you've got a few files to install so this POST might be of interest to you.
XperienceD said:
:good: Glad to see you got it sorted, and made a good contribution to this section. Copying and changing permissions gets tiresome when you've got a few files to install so this POST might be of interest to you.
Click to expand...
Click to collapse
Thank you
You can do this easily with Xposed framework instead of replacing all those
can you make the icon look like the xperia zu or z??
pradeep19922 said:
You can do this easily with Xposed framework instead of replacing all those
Click to expand...
Click to collapse
Show me how 
 @alucard1423 Yes I will try it later ,not at home right now.
Two links you posted were same. You see again, please!
davidbar93 said:
Show me how
Click to expand...
Click to collapse
Use this Xposed Mod it has 6 different navigation bar size options
http://forum.xda-developers.com/showthread.php?p=40214768
please check framework-res.apk link wrong file
mhl167 said:
Two links you posted were same. You see again, please!
Click to expand...
Click to collapse
Fixed!
pradeep19922 said:
Use this Xposed Mod it has 6 different navigation bar size options
Thank you .but it will work on XS too?
http://forum.xda-developers.com/showthread.php?p=40214768
Click to expand...
Click to collapse
Soheil_rf said:
please check framework-res.apk link wrong file
Click to expand...
Click to collapse
Thank you for the attention ,I fixed the link
Thank you .but it will work on XS too?
Click to expand...
Click to collapse
It works perfect i am using it for months
uhhmmm I have a suggestion...can you make it transparent??It would be better maybe,?
mjames.abordo said:
uhhmmm I have a suggestion...can you make it transparent??It would be better maybe,?
Click to expand...
Click to collapse
Transparent version added :good:
davidbar93 said:
Transparent version added :good:
Click to expand...
Click to collapse
the transparency is not full...there is a part that is not transparent, I can see it also on your screen shot...BTW I manage to remove the overlaping of the camera button to the OSB, and I didn't use your systemUI apk file...I just disabled the capacitive hardware keys and there it goes,,the OSB button automatically hides and show. here is a screen shot..I do not want to upload so I just attached it..take a look please..
BTW can you make it full transparent??Thanks a lot =)
The problem I encountered is that when changing the resolution of the camera to a aspect ratio of 4:3 there is a big black portion on the screen

[MOD][ZIP][GUIDE] Navigation bar on Note 3 - 4.3

This is a guide to enable the navbar on the Galaxy Note 3 running Android 4.3 (NOT an overlay!). I can't guarantee this will work with any xposed modules or navbar mods. This will put an AOSP-like navigation bar on your Note 3, NOT a TouchWiz one! Which means from left to right, the buttons are: Back, Home, Recent.
[UPDATED 12/22/13] - Added back_ime (down arrow instead of back when keyboard is open)! Zip updated, steps are the same. See screenshots.
!!If you are on 4.4.2 KitKat!!
You do not need to do anything with SystemUI, Samsung left all the important stuff in there. Just download GravityBox Xposed module for KitKat, and enable navigation bar.
You need to know how to decompile SystemUI.apk, modify it, then recompile it.
This is for DEODEXED roms!
1. Decompile SystemUI.apk
2. Go to the folder SystemUI.apk was decompiled in. Open res/values/drawables.xml and add the following line, then save it:
Code:
<item type="drawable" name="tw_navigationbar_bg">#ff000000</item>
3. Open /res/values/public.xml, find this line, delete it, then save:
Code:
<public type="drawable" name="tw_navigationbar_bg_land" id="0x7f020194" />
4. Open the attached zip file, find and open the folder "drawable". Copy all 5 xml files and paste them in res/drawable/, replacing the existing files.
5. Delete the files "tw_navigationbar_bg.png" and "tw_navigationbar_bg_land.png" from /res/drawable.
6. Find the folder "drawable-xhdpi" in the attached zip and copy it to res/, this will add a new folder in that directory.
7. Find and open the folder "layout" in the attached zip and copy the xml file to res/layout, replacing the existing xml.
8. Compile the decompiled SystemUI.apk
7. Put the new SystemUI.apk in the system directory on your phone, change permissions to rw-r--r--. Now cut the new SystemUI.apk to the clipboard (ES file browser) and go to system/app and find the old SystemUI.apk.
9. Rename the old SystemUI.apk to SystemUI.apk.bak, and quickly paste the new SystemUI.apk into system/app. Be quick about pasting new apk, the phone will restart about 5 seconds after renaming the old one.
10. Add the following line to your build.prop:
Code:
qemu.hw.mainkeys=0
11. If your phone did not reboot on it's own, reboot the phone, and you should have a navigation bar! There are various guides on how to disable the capacitive nav buttons, so I won't cover that here.
Thanks to @gharrington for writing up this guide for the S4 on Android 4.2.2; I used that as a starting point!
Here is a pre-edited SystemUI.apk you can use (attached below). This removes any themes you have!
[UPDATED 12/22/13] - Added the down arrow instead of back when keyboard is open!
[UPDATED 12/24/13] - Made a flashable zip! If you want to flash a zip theme, just flash the attached zip after flashing your theme. Then either flash Navigation_Bar_ON.zip from this post or add qemu.hw.mainkeys=0 to your build.prop if you haven't already
[UPDATED 03/10/14] - KitKat users do not need this mod, the stock SystemUI has everything it needs. See big red text for instructions.
For DEODEXED: Copy the new SystemUI.apk to /system, change permissions to rw-r--r--. Go to /system/app and rename the old SystemUI.apk to SystemUI.apk.bak, then move the new SystemUI.apk to /system/app. Flash the Navigation_Bar_ON.zip from this post (thanks @jovi23!) in TWRP or CWM. Reboot, and done!
If your ROM doesn't have init.d support, add "qemu.hw.mainkeys=0" (without quotes) to your build.prop, reboot, and done!
For ODEXED: Follow the same steps above, but also rename SystemUI.odex to SystemUI.odex.bak.
DO NOT FLASH THE ZIP IF YOU ARE ON 4.4.2
You do not need to do anything to SystemUI.apk, Samsung left everything it needs in there. Just get GravityBox Xposed module for KitKat and enable the navigation bar.
If you wish to use this SystemUI.apk in your ROM, all I ask is that you give credit
Any screenshot thanks?I forgot, first
Sent from my SM-N900T using Tapatalk
JT man said:
Any screenshot thanks?
Click to expand...
Click to collapse
Oh yes, sorry. I attached one to the second post.
This is what i been looking for have to look into how to decompile and recompiling the systemUI looks really complicated
Sent from my SM-N900T using XDA Premium 4 mobile app
Would anyone mind testing this SystemUI.apk? Need to be deodexed. Copy it to /system/, then change permissions to rw-r--r--. Now move it over to /system/app. Be sure to rename your old one to SystemUI.apk.bak, incase it doesn't work. I made this from a stock, deodexed ROM, so it should work, but I want it tested by someone else before I post it up top.
This will get rid of a lot of theming, so if you are themed, beware, as I haven't tested it that.
Moved to second post.
Hmm... after decompiling my SystemUI.apk I don't see those 2 files from steps 2 and 3
fredrick1213 said:
Hmm... after decompiling my SystemUI.apk I don't see those 2 files from steps 2 and 3
Click to expand...
Click to collapse
Hmm, that's odd, I'm sure the apk needs those. Were there any errors on decompile? Also, did you install framework-res.apk, SystemUI.apk, and twframework-res.apk into apktool?
gakio12 said:
Hmm, that's odd, I'm sure the apk needs those. Were there any errors on decompile? Also, did you install framework-res.apk, SystemUI.apk, and twframework-res.apk into apktool?
Click to expand...
Click to collapse
Ok so my problem was that I wasn't installing SystemUI.apk but even after installing it I don't see the public file in res/values
fredrick1213 said:
Ok so my problem was that I wasn't installing SystemUI.apk but even after installing it I don't see the public file in res/values
Click to expand...
Click to collapse
Can you open up the SystemUI.apk in 7z to see if the public.xml file is in res/values?
gakio12 said:
Can you open up the SystemUI.apk in 7z to see if the public.xml file is in res/values?
Click to expand...
Click to collapse
This is really weird. It doesn't even have the values folder
fredrick1213 said:
This is really weird. It doesn't even have the values folder
Click to expand...
Click to collapse
If you can attach the SystemUI.apk, I will take a look at it.
gakio12 said:
If you can attach the SystemUI.apk, I will take a look at it.
Click to expand...
Click to collapse
Here ya go
fredrick1213 said:
Here ya go
Click to expand...
Click to collapse
Thanks. I think this is because you are running an ODEXED ROM, correct? From your sig I assume it is pure stock TouchWiz, just rooted. You can try using my SystemUI.apk that I posted a few posts back, but you would need to rename SystemUI.odex to SystemUI.odex.bak AND SystemUI.apk to SystemUI.apk.bak, just so you get backups of existing files.
When I was doing it, my phone would reboot on it's own 5 seconds after renaming SystemUI.apk, so I only had 5 seconds to put the new one in there. This is where TWRP really helped.
In your screen shot - The Nav Bar looks like it's hiding the very bottom of the screen - Does this mod take into account the presence of the Nav Bar - And shift the display up - ie; is the Nav Bar hiding the Dock?
Sent from my SGH-I317 using Tapatalk
Yes, this mod is an actual navbar. It does not hide the dock. I will post another screenshot.
gakio12 said:
Yes, this mod is an actual navbar. It does not hide the dock. I will post another screenshot.
Click to expand...
Click to collapse
Thanks - And one other question - Are you doing this all on the phone - or are you doing any of it on the pc? .... I just read through the first page very quickly..
Sent from my SM-N900W8 using Tapatalk 2
shaggyskunk said:
Thanks - And one other question - Are you doing this all on the phone - or are you doing any of it on the pc? .... I just read through the first page very quickly..
Click to expand...
Click to collapse
I did almost all on the PC, only part I did on the phone was move the new SystemUI.apk into place. There is a stock SystemUI.apk I posted in post #6 if you want to give that a try (must be deodexed). If you do give it a try, please let me know how it works out
Anyway of making it transparent and also is there a way to enable 3 dot menu?
Sent from my SM-N900T using Tapatalk
gakio12 said:
Thanks. I think this is because you are running an ODEXED ROM, correct? From your sig I assume it is pure stock TouchWiz, just rooted. You can try using my SystemUI.apk that I posted a few posts back, but you would need to rename SystemUI.odex to SystemUI.odex.bak AND SystemUI.apk to SystemUI.apk.bak, just so you get backups of existing files.
When I was doing it, my phone would reboot on it's own 5 seconds after renaming SystemUI.apk, so I only had 5 seconds to put the new one in there. This is where TWRP really helped.
Click to expand...
Click to collapse
gakio12 said:
I did almost all on the PC, only part I did on the phone was move the new SystemUI.apk into place. There is a stock SystemUI.apk I posted in post #6 if you want to give that a try (must be deodexed). If you do give it a try, please let me know how it works out
Click to expand...
Click to collapse
I followed your advice and it worked! I now have the navbar. I'm odexed btw and it still worked. Thanks!

stock kk 4.4.2 Dialer with google dialer icon

paste this apk in /system and set permissions rw-r-r with root explorer or similar then cut and paste in priv-app/ replacing-it or flash in recovery
Thanks for the apk! One request, can you give us your launcher, please?
Works good. Always loved that icon.
Works?
I downloaded the flashable zip, and it seemed to install correctly. The original phone app has been replaced, and the icon has changed. So, I assume it has installed.
Does the business search work however? It may be my phone or location, but typing in pizza hut or the local bank comes up with nothing...
Thanks anyway, because at least I get the nice blue flat icon
FelipeMalagon said:
Thanks for the apk! One request, can you give us your launcher, please?
Click to expand...
Click to collapse
It is Google Experience Launcher
Sent from my XT1032 using Tapatalk
Edit
KairosDev said:
I downloaded the flashable zip, and it seemed to install correctly. The original phone app has been replaced, and the icon has changed. So, I assume it has installed.
Does the business search work however? It may be my phone or location, but typing in pizza hut or the local bank comes up with nothing...
Thanks anyway, because at least I get the nice blue flat icon
Click to expand...
Click to collapse
No it's only the icon from Google dialer the rest is moto g stock dialer
Thanks mate! Saved me the trouble of decompiling and recompiling. :highfive:
Simply by using Nova Launcher you can have that icon aswell and I suspect other launchers might do the job too.
Nice! Can you change the icon for the Contact (People) to be more rounded like others apps on hotseat?
<DELETED>
4.4.4?
Any chance of a version for 4.4.4? Presume this one is incompatible, reluctant to try it as I know the dialers are slightly different in the two builds. Thanks in advance!
galaimo said:
Any chance of a version for 4.4.4? Presume this one is incompatible, reluctant to try it as I know the dialers are slightly different in the two builds. Thanks in advance!
Click to expand...
Click to collapse
stock kk 4.4.4 dialer with google dialer icon
Try this
synescu said:
stock kk 4.4.4 dialer with google dialer icon
Try this
Click to expand...
Click to collapse
Flashed the zip through philz recovery and worked perfectly
synescu said:
paste this apk in /system and set permissions rw-r-r with root explorer or similar then cut and paste in priv-app/ replacing-it or flash in recovery
Click to expand...
Click to collapse
Hi im new to this stuff. I get the first part but could u explain 'cut and paste in priv-app/ replacing-it or flash in recovery'. And do i have to unzip both of them before placing?
If you directly replace that apk in system/priv- app/ with default permissions will get you s system force close pop-up, so first paste in /system, change permissions and move in system/priv-app replacing the existing one
Sent from my SM-G925F using Tapatalk

Categories

Resources