[GUIDE] [HOW TO] Make white settings on stock xperia JB [03.07.2014] - Sony Xperia L

{
"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:

Related

[GUIDE][2.2+]How to change Setting's background

If this thread helped then rate this thread 5stars and click onTip Us
Hey Guys i am back with my new guide:victory:
I searched a lot to find a method to chnage the bclack background of the menu and settings but sorry i didn't got any!
Software needed :
1.7zip (to replace the image)
2.android sdk(to use adb commands to push/pull the files)
3.)Apktool (search on XDA)
Difficulty level: Medium
For 2.2+ based ROMs
1. Decompile framework-res.apk
2. Navigate to res/values and open styles.xml
3. Locate <style name="Theme">
4. Replace
<item name="colorBackground">@color/background_dark</item>
with
<item name="colorBackground">@color/transparent</item>
5. Replace
<item name="windowBackground">@drawable/screen_background_dark</item>
with
<item name="windowBackground">@drawable/mybackground</item>
6. Locate <style name="Theme.Black" parent="@style/Theme">
7. Replace
<item name="colorBackground">@color/black</item>
with
<item name="colorBackground">@color/transparent</item>
8. Replace
<item name="windowBackground">@color/black</item>
with
<item name="windowBackground">@drawable/mybackground</item>
9. Create a png of size according to your resolution(like 320*480 for mdpi) to your liking, name it mybackground.png and place it in drawable-hdpi folder
9. Recompile framework-res.apk
{
"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"
}
For 4.0+ based ROMs
1.) Open the framework-res.apk via 7zip and navigate to the following directory
"framework-res.apk\res\drawable-nodpi\", you will see a file called "background_holo_dark.png". Delete the image and dont close the 7zip.
2.)Preparing your own image:
Now use any png image you want to set as background , resize it to 512 x 512 via mspaint or any other image editing software and rename the file to "background_holo_dark.png".
3.)Drag the newly created image file back to 7zip(to the same directory where the old file is deleted) and close the 7 zip .
4.)Replace the framework-res.apk(that you edited now) with the your ROM's using and Root Browser like Root Explorer and reboot.
For 4.2+ Based ROMs
1. Decompile framework-res.apk
2. Navigate to res/values and open styles.xml
3. Locate <style name="Theme">
4. Replace
<item name="colorBackground">@color/background_dark</item>
with
<item name="colorBackground">@color/transparent</item>
5. Replace
<item name="windowBackground">@drawable/screen_background_selector_dark</item>
with
<item name="windowBackground">@drawable/mybackground</item>
6. Create a png of size according to your resolution(512*512 most common) to your liking, name it mybackground.png and place it in drawable-nodpi folder
7. Recompile framework-res.apk
For users who know how to use root explorer can use the same to copy/paste the framework-res.apk before and after editing.​
Click to expand...
Click to collapse
Those who don't have the above mentioned pngs please upload your styles.xml to pastebin and kindly post in the thread i will look into it and solve it!

			
				
i will take this one also
and this one hahah:silly:
Great work dude (Y)
You rocked man....really rocked.....now we can do ultimate theming
Thanks for posting this bro
Nicely explained
Can u make a guide how to edit System
Png's and Framework.apk pngs
Re: [TUTORIAL][ICS][GB]How to change Android's black background
How to add new ones to the existing???
Sent from my Micromax A110 using Tapatalk 2
Great tut. But will u plz tell me- which tool is best for compile/decompile apk files??
Re: [TUTORIAL][ICS][GB]How to change Android's black background
2020shyboy said:
Thanks for posting this bro
Nicely explained
Can u make a guide how to edit System
Png's and Framework.apk pngs
Click to expand...
Click to collapse
There's no need of tutorials for editing pngs....
I'll tell you now...
Copy systemUI or framework-res from your mobile to pc. Extract it.
Now check the dimensions of the PNG you want to replace and remember the folder.
Now chose your image...change it's dimensions....rename it to the same name as of original file.
Drag your new files into the new folder directly in the apk using 7zip or winrar.
Replace your apk with default one in the system and you are done
Using XDA premium through A5
---------- Post added at 06:43 AM ---------- Previous post was at 06:42 AM ----------
himaloyee said:
Great tut. But will u plz tell me- which tool is best for compile/decompile apk files??
Click to expand...
Click to collapse
Use apktool....here is the detailed tutorial how to use it... http://forum.xda-developers.com/showthread.php?t=1989533
Using XDA premium through A5
Re: [TUTORIAL][ICS][GB]How to change Android's black background
Nice, I am going to give this a try and report back.
Sent from my Nexus 7 using Tapatalk HD
UPDATED THE OP
with edited first step it is
. Replace
<item name="colorBackground">@color/background_dark</item>
with
<item name="colorBackground">@color/transparent</item>
viijay4b7 said:
How to add new ones to the existing???
Sent from my Micromax A110 using Tapatalk 2
Click to expand...
Click to collapse
haven't you read the post throughly i have corretly mentioned that replace the existing backgroun_holo_dark.png with your any favourite wallpaper bu make sure that it has same attributes of the existing one.
done exactly the same in my micromax a110, but stuck on boot logo any help ????
pankycool123 said:
done exactly the same in my micromax a110, but stuck on boot logo any help ????
Click to expand...
Click to collapse
first see the original size of the pic(in pixels) then use an resizer and resize your photo(which you want to resize) to that size and in png format rename it to original one and replace the photo and then replace the framework-res.apk and reboot i have tested on a110 also it is working 100%
Re: [TUTORIAL][ICS][GB]How to change Android's black background
pankycool123 said:
done exactly the same in my micromax a110, but stuck on boot logo any help ????
Click to expand...
Click to collapse
Which file explorer did you use??
Using XDA premium through A5
Re: [TUTORIAL][ICS][GB]How to change Android's black background
The Droid Master said:
haven't you read the post throughly i have corretly mentioned that replace the existing backgroun_holo_dark.png with your any favourite wallpaper bu make sure that it has same attributes of the existing one.
Click to expand...
Click to collapse
I have read it. But I have understood wrongly may be.
I am looking to add new wallpapers to the existing, I.e when you press and hold on the home screen, add Wallpaper's--> new one's here..
So your guide is to just to avoid dark black ground r8?:what:
Sent from my Micromax A110 using Tapatalk 2
viijay4b7 said:
I have read it. But I have understood wrongly may be.
I am looking to add new wallpapers to the existing, I.e when you press and hold on the home screen, add Wallpaper's--> new one's here..
So your guide is to just to avoid dark black ground r8?:what:
Sent from my Micromax A110 using Tapatalk 2
Click to expand...
Click to collapse
ya u can say but it is actually to change the background to any wallpaper
Excellent! Working perfectly on Galaxy Mini (cm7.2)!
Thank you! :good:
MagModBR said:
Excellent! Working perfectly on Galaxy Mini (cm7.2)!
Thank you! :good:
Click to expand...
Click to collapse
Link this thread to your phone's forum so that others can also enjoy

[MOD][GUIDE]-SliderBrightness CM7smali for GB[all Rom]

Hello after learning some smali from CM7.2 with clues from b16h22 and percy finally i can implement this MOD to our device and i think it can be implemented too for other GB device soo big thanks goes to:
CREDIT:
Autoradio78 for smali sources and dev of new experiences rom
b16h22 aka lee panda for some references
percy for his ported new experiences cm7.2 with this smali
ok lets goto Guide:
first of all need some requirment for this MOD
REQUIRTMENT:
*BRAIN
*patient
*know how to decompile Apk file
*notepad++
*apkmanager/apktool/vts are fine
*attached file======== here
1.decompile systemui.apk
2.estract attached file copy attached smali file to smali/com/lidroid/systemui/qickpanel/HERE
and slider_brighness.smali $1,$2 to com/android/systemui/statusbar/here
copy brightness_setting_view.smali,$1,automaticObserver.smali,brightnessObserver.smali to com/android/systemi/statusbar/quickpanel/here
3.copy brightness_seekbar.xml to drawable folder
copy background_bg.png to drawable-ldpi folder
copy quickpanel_brightness_icon.png to drawable-hdpi(in my ui case) u can place it on mdpi foldere or ldpi
copy qp_brightness.xml to layout folder
copy quickpanel_brightness_settings.xml to layout folder
4.open statusbar_expanded.xml with notepad++ add this line
Code:
<include layout="@layout/qp_brightness" />
u can place it under linear layout or relative layout
5.go to values folder find string.xml open with notepad++ add this lineabove resources
Code:
<string name="brightness_settings_title" />
<string name="brightness_settings_automatic" />
6.open ids.xml open with notepad++ add this line
Code:
<item type="id" name="title">false</item>
<item type="id" name="brightness">false</item>
<item type="id" name="automatic">false</item>
7.save all change then recompile your UI project
8.test it on your phone
9.enjoiy
ss:
{
"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"
}
any problem aplying this mod please report here for sure i will help you
enjoy
regards evanlocked
Cool
sent from Xperia P using xda-app
percy215 said:
Cool
sent from Xperia P using xda-app
Click to expand...
Click to collapse
WOOOW new signature new device thats cool
Here my modded system ui
U can compare with it
Saya suka file 4shared http://www.4shared.com/android/UsQDAGuu/unsignedunsignedSystemUIjkl__5.html
Give due some credits if u wanna add for this mod
Coool
LoL....
Mod Looks Great :thumbup:
Simplicity :thumbup:
Much more simpler than the 1st slider thing ( no offence? )
Thread Closed.
~jasonxD
Reserved will try it bro.
Sent from my GT-S5360 using Tapatalk 2
1.decompile systemui.apk
2.estract attached file copy attached smali file to smali/com/lidroid/systemui/qickpanel/HERE
3.copy brightness_seekbar.xml to drawable folder
copy background_bg.png to drawable-ldpi folder
copy quickpanel_brightness_icon.png to drawable-hdpi(in my ui case) u can place it on mdpi foldere or ldpi
copy qp_brightness.xml to layout folder
copy quickpanel_brightness_settings.xml to layout folder
4.open statusbar_expanded.xml with notepad++ add this line
I am cannot find file attached ?
thank you! I have seen it
no file attachments. smali
evanlocked said:
WOOOW new signature new device thats cool
Click to expand...
Click to collapse
hehe
---------- Post added at 07:48 PM ---------- Previous post was at 07:47 PM ----------
nvky71 said:
1.decompile systemui.apk
2.estract attached file copy attached smali file to smali/com/lidroid/systemui/qickpanel/HERE
3.copy brightness_seekbar.xml to drawable folder
copy background_bg.png to drawable-ldpi folder
copy quickpanel_brightness_icon.png to drawable-hdpi(in my ui case) u can place it on mdpi foldere or ldpi
copy qp_brightness.xml to layout folder
copy quickpanel_brightness_settings.xml to layout folder
4.open statusbar_expanded.xml with notepad++ add this line
I am cannot find file attached ?
Click to expand...
Click to collapse
see requirement
below there its attached
Reserved
I will apply it today!
Soo cool slider! You are one of the best themers out there/)
Sent from Nemesis HD
awesome!! you got it bro! now i dont wanna install statusbargrepper.apk just to make it accurate when i slide the brightness
Sent from my Android System using Busybox Command.
My work
========================
- AndroBot SGY tweaks
- Nandroid md5 Fixer
- Ext4 to RFS Converter
- (CWM) kernel.tar Installer
- (CWM) Firmware Installer
Exellent guide.
Sent from my GT-S5360 using xda app-developers app
attached file attached now or can se media fire link heheheheh see post1
b16h22 said:
Exellent guide.
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
im just implement it from yours lee panda
bro there is no smali file in our zip file
Really cool!
d3cka said:
bro there is no smali file in our zip file
Click to expand...
Click to collapse
sorry my bad change it nao hehehehehe
lol take ur time bro no such a hurry
d3cka said:
lol take ur time bro no such a hurry
Click to expand...
Click to collapse
done attached now
evanlocked said:
done attached now
Click to expand...
Click to collapse
+1
SYTEMUI FC ON NEMESIS ONE CAN U MAKE A FLASHABLE ZIP FOR ALL ROMS
bY
SHANE

[GUIDE][MOD] [I9500]WHITE Themed APK --UPLOADED [Flashable Zip Attached]

Apart from secsettings, I will also post a guide to other apk's so that themers can make a VRtheme! It will work on all the variants of Galaxy S4. Though the changes look huge, but it is pretty small only...so dont be scared by looking at code!:laugh: It is tested on GT-I9500 MF3 FW. I have also attached a secsettings.apk for I9500 (MF3 FW) flashable zip for deodexed rom.
Anyway major change is very simple all we need to change is from Theme.DeviceDefault to Theme.DeviceDefault.Light. This is only change which controls all other apks apart from some png's. So themers can give a try.
Some hidden secrets for themers:
1. You can make the entire apk / rom/ fraemwork to white by just modyfying the styles.xml from Theme.DeviceDefault to Theme.DeviceDefault.Light
2. To make any app to work in full window (I mean to hide statusbar), all we need to do is add a following line at the beginning of styles.xml and by default the app works in full window
PHP:
<style name="Theme" parent="@*android:style/Theme.DeviceDefault.Light">
<item name="android:windowFullscreen">true</item>
</style>
Download Link
This flashable zip works only with GT-I9500 deodex roms only. If you have odex, then delete the odex files and then flash the zip. I have not tested on any other variants, so odnt scream on me if it doesnt work. Only call recording mod is not enabled, which i will upload today evening. Mirrors are welcome. For secsettings.apk, the download link is avaibale at the bottom of this post.
Download for all other apks
Task Manager in White
Secsettings in white for GT_I9500
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
TO- DO
1. Music Player Done
2.Keyboard Partially Done and it will be done tonight hopefully
3. Phone.apk Done
4. Seccontacts.apk done
5. Secmms.apk done
6. Framework Partially Done
7. Secsettings.apk done
Must Have
1. Apktool
2. Some knowledge about compiling and decompiling
3. 7zip
4. notepad++
5. backsmali
Screenshot
Target File
SecSettings.apk
Changes to be done!
1. Decompile the attached secsettings.apk and navigate to drawable folder and copy the following png's to your secsettings.apk
smartnetwork_bar_off.9.png
tw_divider_ab_holo_light.9.png
tw_preference_contents_list_divider_holo_dark.9.png
2. Navigate to drawable-xxhdpi and copy the following png's to your secsettings.apk
tw_divider_ab_holo_light.9.png
3. Navigate to values folder and make following changes
from
PHP:
<style name="SetupWizardTheme_phone" parent="@*android:style/Theme.DeviceDefault" />
<style name="SetupWizardTheme1" parent="@*android:style/Theme.DeviceDefault">
to
PHP:
<style name="SetupWizardTheme_phone" parent="@*android:style/Theme.DeviceDefault.Light" />
<style name="SetupWizardTheme1" parent="@*android:style/Theme.DeviceDefault.Light">
from
PHP:
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault">
to
PHP:
<style name="Theme.CreateShortCut" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge" />
<style name="setup_wizard_theme" parent="@*android:style/Theme.DeviceDefault.Light">
from
PHP:
<style name="TextAppearance.PagerTabs" parent="@*android:style/TextAppearance.DeviceDefault.Small">
to
PHP:
<style name="TextAppearance.PagerTabs" parent="@*android:style/TextAppearance.DeviceDefault.Light.Small">
from
PHP:
<style name="SettingsTheme" parent="@*android:style/Theme.DeviceDefault" />
<style name="SettingsTheme.Dialog" parent="@*android:style/Theme.DeviceDefault.Dialog" />
<style name="SettingsTheme.Dialog.NoWindowDisplay" parent="@*android:style/Theme.DeviceDefault.Dialog">
to
PHP:
<style name="SettingsTheme" parent="@*android:style/Theme.DeviceDefault.Light" />
<style name="SettingsTheme.Dialog" parent="@*android:style/Theme.DeviceDefault.Light.Dialog" />
<style name="SettingsTheme.Dialog.NoWindowDisplay" parent="@*android:style/Theme.DeviceDefault.Light.Dialog">
from
PHP:
<style name="SettingsTheme.NoActionBar" parent="@*android:style/Theme.DeviceDefault.NoActionBar" />
<style name="SettingsTheme.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.DialogWhenLarge" />
<style name="SettingsTheme.Panel" parent="@*android:style/Theme.DeviceDefault.Panel" />
<style name="SettingsTheme.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert" />
to
PHP:
<style name="SettingsTheme.NoActionBar" parent="@*android:style/Theme.DeviceDefault.Light.NoActionBar" />
<style name="SettingsTheme.DialogWhenLarge" parent="@*android:style/Theme.DeviceDefault.Light.DialogWhenLarge" />
<style name="SettingsTheme.Panel" parent="@*android:style/Theme.DeviceDefault.Light.Panel" />
<style name="SettingsTheme.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
from
PHP:
<style name="Theme.OffloadDialog" parent="@*android:style/Theme.DeviceDefault.Dialog">
to
PHP:
<style name="Theme.OffloadDialog" parent="@*android:style/Theme.DeviceDefault.Light.Dialog">
from
PHP:
<style name="TabTheme" parent="@*android:style/Theme.DeviceDefault">
to
PHP:
<style name="TabTheme" parent="@*android:style/Theme.DeviceDefault.Light">
from
PHP:
<style name="Theme.WifiP2PDialog" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert">
to
PHP:
<style name="Theme.WifiP2PDialog" parent="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Download Link for GT-I9500_SECSETTINGS_WHITE_MF3
Feel Helped, Press Thanks! Any one free to use this with due credits and link to this thread
reserved
Worked perfect, thank you, that saved me some time to find out where the xmls were, massive help for my new theme..
Rixsta said:
Worked perfect, thank you, that saved me some time to find out where the xmls were, massive help for my new theme..
Click to expand...
Click to collapse
I tried all other apks and everything is coming white with small change in xml. I guess you can try as well! Tonight i will try to edit the framework as well (oops I just done it and need to change the secondary color and framework is also done), in the mean time, here you go the myfiles...still the work needs to be done though...
I use vrtheme but i cant use that for settings because the value folder is hidden in the apk
Any help with that please mate ?
Does your guide also only work for Deodexed Rom?
Rixsta said:
Worked perfect, thank you, that saved me some time to find out where the xmls were, massive help for my new theme..
Click to expand...
Click to collapse
Please make white music player and keyboard if possible..
dong2007 said:
Does your guide also only work for Deodexed Rom?
Click to expand...
Click to collapse
it wworks with odexed as well, because i am not making any changes in classes.dex, hence you can follow the guide with no problems... Let me reveal the secret..
all the apks and framework xml's needs to be changed from Theme.DeviceDefault to Theme.DeviceDefault.Light in styles.xml and twseconadry and primarycolors needs to be changed. Thats all, you will have white theme of entire samsung ROM
Another Hidden secret! TO make any app to work in full window. Navigate to styles.xml and add the following line
<style name="Theme" parent="@*android:style/Theme.DeviceDefault.Light">
<item name="android:windowFullscreen">true</item>
</style>
dong2007 said:
Does your guide also only work for Deodexed Rom?
Click to expand...
Click to collapse
jashir101 said:
Please make white music player and keyboard if possible..
Click to expand...
Click to collapse
white music player is already done and working on keyboard right now...
Rixsta said:
I use vrtheme but i cant use that for settings because the value folder is hidden in the apk
Any help with that please mate ?
Click to expand...
Click to collapse
Bro, i am not much in to themeing, I am only interested in coding...but somehow (I love white though) i got motivated to make this theme by editing xml files...i guess, you can contact vertumus , propably he can help you...
edit: I guess it can be done, as i remember DARKY ROM / ALLIANCE ROM scripts works like vrtheme and they use the same for themeing...i will check tonight
there is many things in settings that still has white text, if you were to use a pure white background then there is a lot in the sub menus that would be unreadable. I think the project is just far to big for myself to make a complete theme, its just to complex
Thanks anyway
grgsiocl said:
it wworks with odexed as well, because i am not making any changes in classes.dex, hence you can follow the guide with no problems... Let me reveal the secret..
all the apks and framework xml's needs to be changed from Theme.DeviceDefault to Theme.DeviceDefault.Light in styles.xml and twseconadry and primarycolors needs to be changed. Thats all, you will have white theme of entire samsung ROM
Another Hidden secret! TO make any app to work in full window. Navigate to styles.xml and add the following line
<style name="Theme" parent="@*android:style/Theme.DeviceDefault.Light">
<item name="android:windowFullscreen">true</item>
</style>
Click to expand...
Click to collapse
Kk thx, I will give a try . Can I use Sublime text instead of Notepad ++?
Excellent... Excellent Works ...Great finding... You Rocks Always.. Hidden Developer ...
---------- Post added at 09:00 PM ---------- Previous post was at 08:58 PM ----------
dong2007 said:
Kk thx, I will give a try . Can I use Sublime text instead of Notepad ++?
Click to expand...
Click to collapse
You Can use any Text editer ..
prasadnaidu66 said:
Excellent... Excellent Works ...Great finding... You Rocks Always.. Hidden Developer ...
---------- Post added at 09:00 PM ---------- Previous post was at 08:58 PM ----------
You Can use any Text editer ..
Click to expand...
Click to collapse
If you have the I9505, can you upload the modded SecSetttings?
I can only find they 3 first "From" PHP code in styles.xml :-/
Can op upload flashable zip for the rest of the mods like secphone/contact/mms/sms and etc?...tq
Sent from my GT-I9500 using xda premium
hazri1974 said:
Can op upload flashable zip for the rest of the mods like secphone/contact/mms/sms and etc?...tq
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
i am out now...but you can get from the other threads following apks, seccontacts & secmms which i posted earlier...secphone.apk i am having problem with the video call. I will fix that and then upload....
you can get some of them here
Rixsta said:
I use vrtheme but i cant use that for settings because the value folder is hidden in the apk
Any help with that please mate ?
Click to expand...
Click to collapse
All xml files from values* folders end up in 'resources.arsc'. It would be a nightmare if one couldn't change values here but it's for sure not a problem for vrtheme.
Cheers
Toscha
toscha42 said:
All xml files from values* folders end up in 'resources.arsc'. It would be a nightmare if one couldn't change values here but it's for sure not a problem for vrtheme.
Cheers
Toscha
Click to expand...
Click to collapse
I wish you would come on board with me lol. Anyway thanks for the info. Most helpful
Sent from my GT-I9505 using xda app-developers app
Rixsta said:
I wish you would come on board with me lol. Anyway thanks for the info. Most helpful
Sent from my GT-I9505 using xda app-developers app
Click to expand...
Click to collapse
UPLOADING ALL THE APK'S INLCUDING WHITE KEYBOARD IN A WHILE...Just want to know, users want modded apk's or unmodded one before i upload...Screenshots in a while at the first post
grgsiocl said:
UPLOADING ALL THE APK'S INLCUDING WHITE KEYBOARD IN A WHILE...Just want to know, users want modded apk's or unmodded one before i upload...Screenshots in a while at the first post
Click to expand...
Click to collapse
I think the modded one so we can enjoy them
Inviato dal mio fantasticamente nero e puro Galaxy SIV con tapatalk 2

Multi Users Mod

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 ?!!

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

Categories

Resources