Multi Users Mod - Galaxy Note 3 Themes and Apps

Multi users for n9005 lollipop
I made zip files for multi users mod. Just flash in Recovery mod and before flash multi users mod backup your file systemui file.
Also you can set manually codes below. open build.prob and write at the end of it.
# Multi Users
fw.max_users=3
fw.show_multiuserui=1
By the way : you can get some error while switching another user. Just ignore these and use your phone with new user. Maybe someone can solve this problem. don't forget to wipe cache and dalvik. Enjoy
Thank you so much @filchi756
{
"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"
}
Multi User
http://forum.xda-developers.com/attachment.php?attachmentid=3142514&stc=1&d=1422693733

stormy_ugur said:
Multi users for n9005 lollipop
I made zip files for multi users mod. Just flash in recovery but if u want to turn stock just flash second file or before flash multi users mod backup your file cause i using modded systemui
By the way : you can get some error while switching another user. Just ignore these and use your phone with new user. Maybe someone can solve this problem. don't forget to wipe cache and dalvik. Enjoy
Thank you so much @filchi756
Multi User
http://forum.xda-developers.com/attachment.php?attachmentid=3142514&stc=1&d=1422693733
Stock
http://forum.xda-developers.com/attachment.php?attachmentid=3142515&stc=1&d=1422693733
Click to expand...
Click to collapse
@stormy_ugur
Thank, N900 ??? (N900 cihazlar için kullanılabilir mi?)

agabey_42 said:
@stormy_ugur
Thank, N900 ??? (N900 cihazlar için kullanılabilir mi?)
Click to expand...
Click to collapse
No just for n9005.

stormy_ugur said:
No just for n9005.
Click to expand...
Click to collapse
thank you.

stormy_ugur said:
Multi users for n9005 lollipop
I made zip files for multi users mod. Just flash in recovery but if u want to turn stock just flash second file or before flash multi users mod backup your file cause i using modded systemui
By the way : you can get some error while switching another user. Just ignore these and use your phone with new user. Maybe someone can solve this problem. don't forget to wipe cache and dalvik. Enjoy
Thank you so much @filchi756
Multi User
http://forum.xda-developers.com/attachment.php?attachmentid=3142514&stc=1&d=1422693733
Stock
http://forum.xda-developers.com/attachment.php?attachmentid=3142515&stc=1&d=1422693733
Click to expand...
Click to collapse
Don't thank me mate. Thank @darkera13 and @nambavuong. I just saw it in their rom.

filchi756 said:
Don't thank me mate. Thank @darkera13 and @nambavuong. I just saw it in their rom.
Click to expand...
Click to collapse
ok. i thanked them

I've installed the N900, but the phone was switched on. Beware n900 installation.

agabey_42 said:
I've installed the N900, but the phone was switched on. Beware n900 installation.
Click to expand...
Click to collapse
You´ll get problems because you swap your build.prop with the one from N9005. What you can try is take your originale build.prop and copy at the end this
# Multi Users
fw.max_users=3
fw.show_multiuserui=1
Save and reboot.

Works fine
Works in N900 stock lollipop, you need to manually add the code to build.prop as the OP instructed. Thank you man!

apps in new user
Hi, i've installed this app it's working perfectly . so i wonder how can i get my apps in the new created user ?

serignebambasylla said:
Hi, i've installed this app it's working perfectly . so i wonder how can i get my apps in the new created user ?
Click to expand...
Click to collapse
Try Multi User App Switcher from the Playstore

link
and2 said:
Try Multi User App Switcher from the Playstore
Click to expand...
Click to collapse
i've not found it , can you give me a link ?

serignebambasylla said:
i've not found it , can you give me a link ?
Click to expand...
Click to collapse
Sorry, it's called Multi-user app share

thanks

and2 said:
Sorry, it's called Multi-user app share
Click to expand...
Click to collapse
thanks for the reply , but not compatible with my device , im running on note 4 ported lolipop rom by g00h.

If someone uses the Multiuser mod and wants the user icon like in the pic can use the attached xml file and compare with his owen (or use it already). It is placed in SystemUI/Layout.
I´m not sure if it´s just a pic or should it be a switch. I guess it´s a switch but a can´t read smali :crying:
Decomplie SystemUI.apk. Open res/layout/status_bar_expanded_header.xml
in this line
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" [COLOR="Red"]android:visibility="gone[/COLOR]" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true">
delede the red one so that it looks like this
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true" >
than chang in this line the red
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Red"]android:layout_alignParentEnd="true"[/COLOR]>
to the blue
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Blue"]android:layout_toStartOf="@id/multi_user_switch"[/COLOR]>
Than compile and flash SystemUI.apk to the system. I think thats all. I hope i did not forget something because it´s 2 weeks ago.

and2 said:
If someone uses the Multiuser mod and wants the user icon like in the pic can use the attached xml file and compare with his owen (or use it already). It is placed in SystemUI/Layout.
I´m not sure if it´s just a pic or should it be a switch. I guess it´s a switch but a can´t read smali :crying:
Click to expand...
Click to collapse
I am sorry to bother you, but I would like some help. What should I add to my XML? Or is it safe to use yours on top of my ROM? I need to decompile something to use it or it's just a system folder? Thanks in advance!

WideBRs said:
I am sorry to bother you, but I would like some help. What should I add to my XML? Or is it safe to use yours on top of my ROM? I need to decompile something to use it or it's just a system folder? Thanks in advance!
Click to expand...
Click to collapse
I know i was to lazy :angel: .
Yes, you have to decompile SystemUI.apk. If your are on NL8 and have no mod in status_bar_expanded_header.xml you can swap them and compile it.
If not open status_bar_expanded_header.xml
in this line
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" [COLOR="Red"]android:visibility="gone[/COLOR]" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true">
delede the red one so that it looks like this
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true" >
than chang in this line the red
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Red"]android:layout_alignParentEnd="true"[/COLOR]>
to the blue
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Blue"]android:layout_toStartOf="@id/multi_user_switch"[/COLOR]>
Than compile and flash SystemUI.apk to the system. I think thats all. I hope i did not forget something because it´s 2 weeks ago.

and2 said:
I know i was to lazy :angel: .
Yes, you have to decompile SystemUI.apk. If your are on NL8 and have no mod in status_bar_expanded_header.xml you can swap them and compile it.
If not open status_bar_expanded_header.xml
in this line
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" [COLOR="Red"]android:visibility="gone[/COLOR]" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true">
delede the red one so that it looks like this
Code:
<com.android.systemui.statusbar.phone.MultiUserSwitch android:id="@id/multi_user_switch" android:background="@drawable/ripple_drawable" android:layout_width="@dimen/multi_user_switch_width_collapsed" android:layout_height="@dimen/status_bar_header_height" android:layout_alignParentEnd="true" >
than chang in this line the red
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Red"]android:layout_alignParentEnd="true"[/COLOR]>
to the blue
Code:
<FrameLayout android:id="@id/settings_button_holder" android:layout_width="@dimen/button_holder_width" android:layout_height="@dimen/button_holder_width" [COLOR="Blue"]android:layout_toStartOf="@id/multi_user_switch"[/COLOR]>
Than compile and flash SystemUI.apk to the system. I think thats all. I hope i did not forget something because it´s 2 weeks ago.
Click to expand...
Click to collapse
Ok, got it. I'll try later today. Thank you man!

i flashed this mod and works but with some FCs so i want to delete these new users data
is there a way to delete multiuser's data manually as when clicking setting icon of
specific user the settingui is FC ?!!

Related

[GUIDE] [HOW TO] Make white settings on stock xperia JB [03.07.2014]

{
"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"
}
Oke guys, I want to share how to make white setting on stock jb and first of all need some requirement for this MOD-GUIDE
REQUIREMENT:
- BRAIN
- Patient
- experience
- Know how to decompile/recompiling Apk file
- notepad++
- Tool for decompiling, : apkmanager/apktool/Virtous/apkmultitools/ or else
Ok lets to Guide
Step One
Decompile settings.apk
Download THIS and extract then copy-paste all item on res/drawable-hdpi/
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Holo" parent="@*android:style/Theme.DeviceDefault " />
<style name="Theme.Holo.NoActionBar" parent="@*android:style/Theme.DeviceDefault.NoActionBar" />
<style name="Theme.Holo.NoActionBar.Black" parent="@*android:style/Theme.Holo.NoActionBar">
Change like this see red code :
Code:
<style name="Theme.Holo" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]" />
<style name="Theme.Holo.NoActionBar" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.NoActionBar[/COLOR]" />
<style name="Theme.Holo.NoActionBar.Black" parent="[COLOR="Red"]@*android:style/Theme.Holo.Light.NoActionBar[/COLOR]">
Find this code :
Code:
<style name="Theme.Holo.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog" />
<style name="Theme.Holo.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="Theme.Holo.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert">
Change like this see red code :
Code:
<style name="Theme.Holo.Dialog" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog[/COLOR]" />
<style name="Theme.Holo.DialogWhenLarge" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge[/COLOR]" />
<style name="Theme.Holo.Dialog.Alert" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light.Dialog.Alert[/COLOR]">
Now recompile and sign apk, step one done !
Step Two
Decompile SomcPhone.apk
go to : res/value/style.xml and find this code :
Code:
<style name="Theme.Settings" parent="@*android:style/Theme.DeviceDefault ">
Change like this see red code :
Code:
<style name="Theme.Settings" parent="[COLOR="Red"]@*android:style/Theme.DeviceDefault.Light[/COLOR]">
Now recompile and sign apk
Note : if you get error on recompile SomcPhone, please delete this folder on SomcPhone.apk
Code:
values-mcc454-mnc1000
values-mcc454-mnc1000-zh-rCN
values-mcc454-mnc1000-zh-rHK
values-es-rUS
values-pt-rPT
Click to expand...
Click to collapse
Click to expand...
Click to collapse
And recompile again sign apk and Step two Done !
Step Three
Decompile framework-res.apk
Download THIS and extract then copy paste all item on res/drawable-hdpi/
Recompile Done !
Note : if you get error please read log.txt and share on this thread and I will help for fixing
Click to expand...
Click to collapse
Click to expand...
Click to collapse
All guide is Done ! now push it to your phone to the /system/app directory
And don’t forget press thanks button if this guide useful for you all!
Special Thanks Admin Dadroidrd
reserved
Mantap
vanitea said:
Mantap
Click to expand...
Click to collapse
sipp:good:
@AgungDaVici
I am having an error compiling somcphone in step 2...
Can you please update the code someway Cuz I see emotions in the code and I can't read the code because of it
Sent from tapatalk using my C2105
pencil42 said:
Can you please update the code someway Cuz I see emotions in the code and I can't read the code because of it
Sent from tapatalk using my C2105
Click to expand...
Click to collapse
Basically the emotions shown are this ": ?"(I added space in between these, u shouldn't)
But if we try to write here in Xda we get :?
OP uncheck "Enable Smiley" from ur post, You can edit by using Advanced edit option, it'll be located in bottom left corner
Sent from my Xperia Z2 using Tapatalk
very very very very thanks.
---------- Post added at 04:23 PM ---------- Previous post was at 04:15 PM ----------
Is not it a little easier to install??!
sushobith said:
@AgungDaVici
I am having an error compiling somcphone in step 2...
Click to expand...
Click to collapse
Delete folder that shown on error log
vanitea said:
Delete folder that shown on error log
Click to expand...
Click to collapse
I deleted the folder as per the instructions, but it is asking for compression level(0-9)..??
DeveDroid said:
Basically the emotions shown are this ": ?"(I added space in between these, u shouldn't)
But if we try to write here in Xda we get :?
OP uncheck "Enable Smiley" from ur post, You can edit by using Advanced edit option, it'll be located in bottom left corner
Sent from my Xperia Z2 using Tapatalk
Click to expand...
Click to collapse
thanks buddy:good:
sushobith said:
I deleted the folder as per the instructions, but it is asking for compression level(0-9)..??
Click to expand...
Click to collapse
for compression level you can select 1 ..
AgungDaVici said:
for compression level you can select 1 ..
Click to expand...
Click to collapse
I deleted the folder as per the instructions, but its not success, i'm using apk tool
sorry for my bad english -_-"
bdtno said:
I deleted the folder as per the instructions, but its not success, i'm using apk tool
sorry for my bad english -_-"
Click to expand...
Click to collapse
Try to use this tool
abielzuliom said:
Try to use this tool
Click to expand...
Click to collapse
thanks for helping brother
where do i must put framewrok-res.apk, to System/App or to System/Framework ?
Sorry i am a noob :laugh:
XperiaAwesome2000 said:
where do i must put framewrok-res.apk, to System/App or to System/Framework ?
Sorry i am a noob :laugh:
Click to expand...
Click to collapse
Any apks that go you have to put in system/app
XperiaAwesome2000 said:
where do i must put framewrok-res.apk, to System/App or to System/Framework ?
Sorry i am a noob :laugh:
Click to expand...
Click to collapse
pencil42 said:
Any apks that go you have to put in system/app
Click to expand...
Click to collapse
You wrong dude. It's should be on /system/framework. It's a framework which is needed for a android phone.
I thought apks go to system/app thanks for the heads up though
Sent from tapatalk using my C2105
AgungDaVici said:
thanks for helping brother
Click to expand...
Click to collapse
lol.. Anytime dude.. Nice tuts btw :good:

[ICS] [STOCK] [TIPO/MIRO] Z2 Gradient Status Bar style

Xperia Z2 Gradient Status Bar Style
{
"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 my first thread, I just modded TiestoFlight643 SystemUI from Z1 Experience Pack to give Z2 Gradient looks ! It will work on Xperia Tipo and Miro
Screenshot :
Download Link : SystemUI.apk - 745.27 KB
Instruction : Push to system\app and give a right permission
Credits :
TiestoFlight643 for his SystemUI from Z1 Experience
to use this, do I have to install first the Z1 pack and then replace the systemui with that Z2 systemui? or can I use this systemui with stock firmware like Gimlo firmware?
MarckozZ said:
to use this, do I have to install first the Z1 pack and then replace the systemui with that Z2 systemui? or can I use this systemui with stock firmware like Gimlo firmware?
Click to expand...
Click to collapse
Don't know.. try it first on Stock gimlo firmware , if not working you should install Z1 pack.. :/ Always backup your original SystemUI!
Awesome men, 
 @ndzaky, can you give me original Z2 sys.UI from TiestoFlight643?? I want both of them.
xehed said:
Awesome men,
@ndzaky, can you give me original Z2 sys.UI from TiestoFlight643?? I want both of them.
Click to expand...
Click to collapse
You can get it on Z1 Experience Pack.. but if you want it for personal use, I'll pm you..
ndzaky said:
You can get it on Z1 Experience Pack.. but if you want it for personal use, I'll pm you..
Click to expand...
Click to collapse
i just need this one, send me bro..
xehed said:
i just need this one, send me bro..
Click to expand...
Click to collapse
I'm not allowed pm you..?
Nick work! But I can't test because I moved to CM 10
Sent from my SUPER ST23i
ndzaky said:
Xperia Z2 Gradient Status Bar Style
Click to expand...
Click to collapse
can u share sony select app and widget ?
ndzaky said:
I'm not allowed pm you..?
Click to expand...
Click to collapse
Why can't ???
xehed said:
Why can't ???
Click to expand...
Click to collapse
When i try to pm you, there's a message said "xehed has chosen not to receive private messages or may not be allowed to receive private messages"
OK, now you can
does this work on stock tipo ?
MarckozZ said:
to use this, do I have to install first the Z1 pack and then replace the systemui with that Z2 systemui? or can I use this systemui with stock firmware like Gimlo firmware?
Click to expand...
Click to collapse
Its working without the Z1 pack on my miro I have only Gimlo firmware installed
Port to Xperia E JB ??? Please !
Kartunkata said:
does this work on stock tipo ?
Click to expand...
Click to collapse
As i said before, Don't know.. but someone tell us it's working on Stock Gimlo Firmware..
DanielFlorin said:
Port to Xperia E JB ??? Please !
Click to expand...
Click to collapse
I'm newbie who never learn java programing.. You can ask other user who more advanced on programing to do that.. Sorry..
ndzaky said:
As i said before, Don't know.. but someone tell us it's working on Stock Gimlo Firmware..
I'm newbie who never learn java programing.. You can ask other user who more advanced on programing to do that.. Sorry..
Click to expand...
Click to collapse
If you could tell me how you made it gradient, I can swap out the pngs from your SystemUI in ours(Xperia E) add the XML code and compile.
Would be really awesome if you could do that!
Mats
Sent from my C1505 using XDA Premium 4 mobile app
MatsPunt said:
If you could tell me how you made it gradient, I can swap out the pngs from your SystemUI in ours(Xperia E) add the XML code and compile.
Would be really awesome if you could do that!
Mats
Sent from my C1505 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's really easy one to make it gradient.. after you decompile, go to SystemUI\res\layout and open status_bar.xml using Notepad++ and find this line
Code:
android:background="@drawable/status_bar_background"
and change to this
Code:
android:background="@drawable/gradient_bg"
now go to SystemUI\res\drawable and make new xml : gradient_bg.xml
and copy this code :
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#00000000" android:endColor="#99000000" android:angle="90.0" />
</shape>
Save,Compile, and done.. You got gradient status bar
ndzaky said:
That's really easy one to make it gradient.. after you decompile, go to SystemUI\res\layout and open status_bar.xml using Notepad++ and find this line
Code:
android:background="@drawable/status_bar_background"
and change to this
Code:
android:background="@drawable/gradient_bg"
now go to SystemUI\res\drawable and make new xml : gradient_bg.xml
and copy this code :
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="#00000000" android:endColor="#99000000" android:angle="90.0" />
</shape>
Save,Compile, and done.. You got gradient status bar
Click to expand...
Click to collapse
Can I do that with CM 10?
Sent from my SUPER ST23i
DPxMiro said:
Can I do that with CM 10?
Sent from my SUPER ST23i
Click to expand...
Click to collapse
No idea.. I never tried that on CM10 cause i don't have device with CM10..

[4.4] True Quick Settings

Sony divided notification and quick settings in 4.4, but it's not easy to use quick settings with one finger now.
I managed to show quick settings in notification tab!
{
"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"
}
[EDIT]
SystemUI Patcher can do same thing!
https://play.google.com/store/apps/details?id=com.wedy.systemuimod
http://repo.xposed.info/module/com.wedy.systemuimod
1. Decompile SystemUI.apk
2. Open SystemUI.apk\res\layout\somc_tabs_status_bar_expanded.xml, then edit
Code:
<com.sonymobile.systemui.statusbar.tools.ToolsTabWidget android:orientation="horizontal" android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="wrap_content" />
to
Code:
<com.sonymobile.systemui.statusbar.tools.ToolsTabWidget android:orientation="horizontal" android:id="@android:id/tabs" android:layout_width="fill_parent" android:layout_height="0.0dip" />
This will hide tabs.
3. Open SystemUI.apk\res\layout\somc_quick_settings_tab.xml and copy LinearLayout
For example (.681),
Code:
<LinearLayout android:orientation="vertical" android:id="@id/tools_rows" android:layout_width="fill_parent" android:layout_height="wrap_content" />
4. Open SystemUI.apk\res\layout\somc_notifications_tab.xml and paste "3."'s LinearLayout above
Code:
<include layout="@layout/status_bar_expanded_stylus_actions" />
For example (.681),
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/notifications_tab" android:layout_width="fill_parent" android:layout_height="wrap_content" android:animateLayoutChanges="false"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:orientation="vertical" android:id="@id/tools_rows" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<include layout="@layout/status_bar_expanded_stylus_actions" />
5. Now quick settings should be shown on notification tab, but tiles are too big.
To make them smaller, open SystemUI.apk\res\values\dimens.xml and edit
Code:
<dimen name="notification_panel_tools_row_height">100.0dip</dimen>
to 50.0dip or something you like.
Attached image is 50.0dip
[optional]
If you want to change items per row,
open SystemUI.apk\res\values\integers.xml and edit
Code:
<integer name="config_maxToolItemsInARow">4</integer>
6. Save all and compile.
7. Install SystemUI.apk with adb or recovery, Done!
Modded SystemUI.apk for Z1 .681 deodexed can be downloaded from here (Xperia logo home ver.) (flashable)
Note this apk will not work on custom rom.
I added quick settings tile setting to SystemUI Patcher.
http://repo.xposed.info/module/com.wedy.systemuimod
I have no knowledge to integrate list preference, so tiles per low is fixed to 6 at the moment:crying:
thanks man ! Cool
Hello
Is that i just need to install systemui apk only?
Or did i need todo as from the first step?
nikFarhan96 said:
Is that i just need to install systemui apk only?
Or did i need todo as from the first step?
Click to expand...
Click to collapse
If you are using stock deodexed rom (not custom rom such as RomAur), you just need to install SystemUI.apk.
can i reset back??
avveMeetU said:
can i reset back??
Click to expand...
Click to collapse
I think, if you make a buckup from your system.ui.apk, then yes
RyokoN said:
If you are using stock deodexed rom (not custom rom such as RomAur), you just need to install SystemUI.apk.
Click to expand...
Click to collapse
Yes,i will flash to NUT fw 4.4 and deodexed patched.
So just need to install lke normal apk.is there any problem if i remove this SystemUI.apk into system?
nikFarhan96 said:
Yes,i will flash to NUT fw 4.4 and deodexed patched.
So just need to install lke normal apk.is there any problem if i remove this SystemUI.apk into system?
Click to expand...
Click to collapse
Install via recovery(use XZDR 2.7.99) is recommended.
If you want to revert, you have to overwrite SystemUI.apk with non-modded one, in this case NUT's SystemUI.apk
Any chance do it for cm based rom?
Sent from my Xperia Z1 using XDA Premium 4 mobile app
awsome
i love it
quick question will this work on z ultra??
RyokoN said:
Install via recovery(use XZDR 2.7.99) is recommended.
If you want to revert, you have to overwrite SystemUI.apk with non-modded one, in this case NUT's SystemUI.apk
Click to expand...
Click to collapse
Orait,i understand that.thanks for fast response.
Will give a feedback later.
Confirm,working good on NUT kit kat deodexed patch by krabappel.
Thanks,can i suggesting something?
I think it would be better if u can do another version with stock icon.
I mean those "xperia" on home button.it would be nice if the stick home nav bar on there.
Btw,thanks to you @RyokoN
thanks man
I can't find systemui in system apps has kit kat renamed system ui.
Using nuts rom 4.4 deodexed
Sent from my C6903 using Tapatalk
nikFarhan96 said:
Confirm,working good on NUT kit kat deodexed patch by krabappel.
Thanks,can i suggesting something?
I think it would be better if u can do another version with stock icon.
I mean those "xperia" on home button.it would be nice if the stick home nav bar on there.
Btw,thanks to you @RyokoN
Click to expand...
Click to collapse
Sorry, I forgot to revert it...
I added stock home icon version.
https://mega.co.nz/#!W5gCXIrY!L4JbBi5EPYyyc23NnnmoZghveRRJAm9p3rt88PYmy2Q
RyokoN said:
Sorry, I forgot to revert it...
I added stock home icon version.
https://mega.co.nz/#!W5gCXIrY!L4JbBi5EPYyyc23NnnmoZghveRRJAm9p3rt88PYmy2Q
Click to expand...
Click to collapse
No need to say sorry bro.
As u do a great job here.
I should say a big thanks to you! U are awesime.
Thanks
adamo86 said:
I can't find systemui in system apps
Click to expand...
Click to collapse
It's in system/priv-app
Works perfectly, thanks.
Works great on Criskelo KitKat !!!
Many thanks !!
From my Xperia Z1 tuned with XZDR / CrisKelo ROM & a F****** LB
Nice work. Thank you

How To Make Card Stack Recent Apps like Android Lollipop in JB 4.2.2

Items Required :-
1) SystemUI.apk
2) Apktool
3) Text Editor (Notepad ++)
Procedure:-
1) First of All decompile SystemUI.apk using apktool.
2) Now Goto res/layout folder.
3) Open status_bar_recent_item.xml
4) Now in its line no. 2 add this code android:layout_marginTop="-75.0dip" android:rotationX="-10.0"
5) Save it.
6) Also Open Status_bar_recent_panel.xml
7) In line no. 2 add android:rotationX="10.0"
8) Save it.
9) Recompile and push meta inf and androidmanifest.xml of your original apk to the modded one.
10) Push it and set permissions to rw--r-r
Dont cook up your phone.
Note:- If You faced any deformalities regarding thumbnail size change
Thumbnail_height and thumbnail_width to 250.0px
Tested in JB 4.2.2 MTK
Samsung JellyBean Users Can go Over HERE
Full Credit to Arta Bagger and UI DESIGNER PRO
Dont Forget To Hit Thanks Button
{
"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"
}
Can you attach screenshots please?
---------- Post added at 02:01 PM ---------- Previous post was at 02:00 PM ----------
Thanks.
Screen shot in my comment sir you can click there to check ss
Awesome :good:
eboybasit said:
Items Required :-
1) SystemUI.apk
2) Apktool
3) Text Editor (Notepad ++)
Procedure:-
1) First of All decompile SystemUI.apk using apktool.
2) Now Goto res/layout folder.
3) Open status_bar_recent_panel_item.xml
4) Now in its line no. 2 add this code android:rotationX="-10.0"
5) Save it.
6) Also Open Status_bar_recent_panel.xml
7) In line no. 2 add android:rotationX="10.0"
8) Save it.
9) Recompile and push meta inf and androidmanifest.xml of your original apk to the modded one.
10) Push it and set permissions to rw--r-r
Dont cook up your phone.
Note:- If You faced any deformalities regarding thumbnail size change
Thumbnail_height and thumbnail_width to 250px
Tested in Cherry Mobile JB 4.2.2 MTK
Full Credit to Rommel Vallisor
Dont Forget To Hit Thanks Button
Click to expand...
Click to collapse
There is no "status_bar_recent_panel_item.xml" only "status_bar_recent_panel.xml" and "status_bar_recent_item.xml" in the res/layout folder
Sir you can try finding it in layout-port folder
Try finding in layout-port folder
Thanks sir @syaeful
eboybasit said:
Items Required :-
1) SystemUI.apk
2) Apktool
3) Text Editor (Notepad ++)
Procedure:-
1) First of All decompile SystemUI.apk using apktool.
2) Now Goto res/layout folder.
3) Open status_bar_recent_panel_item.xml
4) Now in its line no. 2 add this code android:rotationX="-10.0"
5) Save it.
6) Also Open Status_bar_recent_panel.xml
7) In line no. 2 add android:rotationX="10.0"
8) Save it.
9) Recompile and push meta inf and androidmanifest.xml of your original apk to the modded one.
10) Push it and set permissions to rw--r-r
Dont cook up your phone.
Note:- If You faced any deformalities regarding thumbnail size change
Thumbnail_height and thumbnail_width to 250px
Tested in Cherry Mobile JB 4.2.2 MTK
Full Credit to Rommel Vallisor
Dont Forget To Hit Thanks Button
Click to expand...
Click to collapse
Mine turned out like this Jb 4.2.2
[img=http://s13.postimg.org/bq1owupz7/Screenshot_2015_03_07_21_01_19.jpg]
Papdya said:
Mine turned out like this Jb 4.2.2
[img=http://s13.postimg.org/bq1owupz7/Screenshot_2015_03_07_21_01_19.jpg]
Click to expand...
Click to collapse
Ahh..... wait i'll give you xmls for compare sir your recent app style is different,,,, are you a samsung user...?
eboybasit said:
Ahh..... wait i'll give you xmls for compare sir your recent app style is different,,,, are you a samsung user...?
Click to expand...
Click to collapse
No it micromax and its a rom which i have ported and themed according to my liking.. Dont call me sir plz.. i am just 16
Papdya said:
Mine turned out like this Jb 4.2.2
[img=http://s13.postimg.org/bq1owupz7/Screenshot_2015_03_07_21_01_19.jpg]
Click to expand...
Click to collapse
Compare your xml with this Hope this will help You
K sure i will check n tell.
Okay :thumbup:
http://d-h.st/KA06
http://d-h.st/nxuj
Here are my files a few lines are different ..do i make it same as urs or let it stay?
Papdya said:
http://d-h.st/KA06
http://d-h.st/nxuj
Here are my files a few lines are different ..do i make it same as urs or let it stay?
Click to expand...
Click to collapse
Dont change height or any drawable or add any extra drawable.....only compare codes placement and layout margins ,paddings and relative layouts
Papdya said:
http://d-h.st/KA06
http://d-h.st/nxuj
Here are my files a few lines are different ..do i make it same as urs or let it stay?
Click to expand...
Click to collapse
Dont add any drawables,,,,,only compare the placement of codes in linear layouts , relative layouts, paddings and margins
eboybasit said:
Dont add any drawables,,,,,only compare the placement of codes in linear layouts , relative layouts, paddings and margins
Click to expand...
Click to collapse
I will try it tmrw and tell if it works. Thanks fr the help btw. :thumbup:
Papdya said:
I will try it tmrw and tell if it works. Thanks fr the help btw. :thumbup:
Click to expand...
Click to collapse
Your Welcome

[Request] Editing a simple line of framework-res

hello guys,
i have a small request, can please someone edit for me:
in Framework-res/values/colors.xml
next to Code:
<color name="notification_icon_bg_color"> (add a white color and remove the buggy black font)
or maybe it is in
<color name="notification_legacy_background_color">
<color name="notification_material_background_color">
because i have this bug with background notif (black with white): http://oi59.tinypic.com/1qlmy8.jpg
i do not have personnal computer and i can not use apktool at work
here is the link of my framework-res.apk:
https://mega.co.nz/#!8kcWWBTD!v-N7HHVBNQHsdtfq3srUVgPX6X3s8HCmOxSl_QqYeGY
in advance, thanks :good:
kataeb said:
hello guys,
i have a small request, can please someone edit for me:
in Framework-res/values/colors.xml
next to Code:
<color name="notification_icon_bg_color"> (add a white color and remove the buggy black font)
or maybe it is in
<color name="notification_legacy_background_color">
<color name="notification_material_background_color">
because i have this bug with background notif (black with white): http://oi59.tinypic.com/1qlmy8.jpg
i do not have personnal computer and i can not use apktool at work
here is the link of my framework-res.apk:
https://mega.co.nz/#!8kcWWBTD!v-N7HH...HCmOxSl_QqYeGY
in advance, thanks :good:
Click to expand...
Click to collapse
will try that after sometime bro
Sir your Framework download link is asking for decryption key fix it and i will help you
thanks
If i helped you press thanks button
@kataeb hmmmm maybe i know this name[emoji14][emoji14]
LOL anyway try with apktool for phone its very helpful tool ..
http://forum.xda-developers.com/showthread.php?t=3116300
Sent from my SM-G9250 using Tapatalk
zain.ahmad said:
will try that after sometime bro
Sir your Framework download link is asking for decryption key fix it and i will help you
thanks
If i helped you press thanks button
Click to expand...
Click to collapse
http://bit.ly/1ArT2sY here is the link! thanks dude
thereassaad said:
@kataeb hmmmm maybe i know this name[emoji14][emoji14]
LOL anyway try with apktool for phone its very helpful tool ..
http://forum.xda-developers.com/showthread.php?t=3116300
Sent from my SM-G9250 using Tapatalk
Click to expand...
Click to collapse
habibe kifak, ayre bil apktool ma 3reft esta3mela, nazalta 3al note 3 ma fhemt chi men chi
hayda el link taba3 el framework http://bit.ly/1ArT2sY
kataeb said:
http://bit.ly/1ArT2sY here is the link! thanks dude
Click to expand...
Click to collapse
Thanks
bro i added white color but i dont know how to remove that black font
here is your modded file
https://mega.co.nz/#!lIcyiLgC!DnlDrw0cPSvZLfH95och2Mc-366FX4S5GAV-NU4CAJA
press thanks if i helped you...!!
zain.ahmad said:
bro i added white color but i dont know how to remove that black font
here is your modded file
https://mega.co.nz/#!lIcyiLgC!DnlDrw0cPSvZLfH95och2Mc-366FX4S5GAV-NU4CAJA
press thanks if i helped you...!!
Click to expand...
Click to collapse
Just to confirm about the black --> white backgrounds, which line of code you actually edit and where? Is it in "colors.xml"?
Coz I've been trying to fix the same problem myself with apktool and I haven't been successful much. A shame about the text though.
Thanks in advance.
eiraku said:
Just to confirm about the black --> white backgrounds, which line of code you actually edit and where? Is it in "colors.xml"?
Coz I've been trying to fix the same problem myself with apktool and I haven't been successful much. A shame about the text though.
Thanks in advance.
Click to expand...
Click to collapse
i replaced white color hex code in colors.xml and this line
<color name="notification_icon_bg_color">
Cheers..!1
Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
{
"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"
}
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.
eiraku said:
Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.
Click to expand...
Click to collapse
a question but once modified and recompiled framwork.res coke do you overwrite the other without going bootloop ??
---------- Post added at 10:09 AM ---------- Previous post was at 10:00 AM ----------
eiraku said:
Actually, that fixes the icon colours. What he actually wants is below, I think - as I was suffering from the exact problem.
Anyway, I have actually found which parts of colors.xml that need changing to fix the above problem:
Code:
<color name="tw_notification_action_button_text_color">
<color name="tw_notification_action_button_background_color">
Change the first to black from teal and the second to white from black and you're all set.
Thanks for the inspiration though guys.
Click to expand...
Click to collapse
a question but once modified and recompiled framwork.res coke do you overwrite the other without going bootloop ??
Yeah, I just did a dirty copy and overwrite - which *will* of course cause a freeze - and quickly turned the phone on and off. Afterwards it boots fine with no bootloops.
I do need to remind you though, after recompiling you *HAVE* to copy the META-INF folder and AndroidManifest.xml file from your old framework-res.apk into the new one.
Or at least that's what I did.
Also, I'm using TotalCommander, which helpfully overwrites a file with the previous file's permissions intact. I'm not sure about other file managers - theoretically if the FM doesn't preserve file permissions while overwriting, a bootloop could occur as the new framework-res.apk will *NOT* have the correct permissions.
Thank you

Categories

Resources