[Guide][tut] [Updated 21/JAN/15] Show/Hide Album art - Sony Cross-Device Development Themes and Apps

Hello guys
here is a small tut
What you need is
Deodexed Systemui.apk and Settings.apk
My Files and patience
1. Decompile Systemui.apk
2. Download this View attachment SystemUI.zip and merge
3. Open SystemUI.apk/smali/com/android/systemui/statusbar/phone/PhoneStatusBar.smali
And In the same File find this method
Code:
.method public updateMediaMetaData(Z)V
And in that method look for
Code:
iget-object [COLOR="red"]v5[/COLOR], p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->mMediaMetadata:Landroid/media/MediaMetadata;
if-eqz [COLOR="red"]v5[/COLOR], :cond_[COLOR="red"]3[/COLOR]
Below that code add this code ( Make sure the red pointed values should match the below adding code )
Code:
iget-object [COLOR="red"]v5[/COLOR], p0, Lcom/android/systemui/statusbar/phone/PhoneStatusBar;->mContext:Landroid/content/Context;
invoke-virtual {[COLOR="red"]v5[/COLOR]}, Landroid/content/Context;->getContentResolver()Landroid/content/ContentResolver;
move-result-object [COLOR="red"]v5[/COLOR]
const-string v6, "hide_album_art"
invoke-static {[COLOR="red"]v5[/COLOR], v6, v4}, Landroid/provider/Settings$System;->getInt(Landroid/content/ContentResolver;Ljava/lang/String;I)I
move-result [COLOR="red"]v5[/COLOR]
if-eqz [COLOR="red"]v5[/COLOR], :cond_[COLOR="red"]3[/COLOR]
4. Now compile/Sign the SystemUI.apk and push/Replace the old
Now follow the second post on how to add to settings

Settings
Welcome to easy part on adding the option to hide/show in settings
Method 1
1. Decompile the settings.apk
2. Download this View attachment Albumart_Settings.zip and merge to your settings
3. Add the below code to your settings ( i had added to my own settings ) and your wish
Code:
<PreferenceScreen android:title="Lockscreen mod" android:key="lockscreenmod" android:fragment="com.android.settings.rz.Lockscreenmod" />
4. Compile it and Decompile and open
Settings.apk/smali/com/android/settings/rz/lockscreenmod.smali
5. Compare the Public ID and replace it and recompile
6. God you did man,,, now replace and have fun
Method 2
1. Decompile the Settings.apk
2. Download this View attachment settings.zip and merge to your settings
3. Add the below code to your settings ( i had added to my own settings.xml )
you can add in settings.apk/res/xml/Dispaly_settings.xml
Code:
<com.android.settings.cyanogenmod.SystemSettingSwitchPreference android:title="Lockscreen Album Art" android:key="hide_album_art" android:defaultValue="0" android:summaryOn="Lockscreen Album Art Hidden" android:summaryOff="Lockscreen Album Art Shown" />
and then compile/sign and replace your settings
OR
Try download this ROM Control application (View attachment 3616872 ) where you can Easily control
All you is just install and have fun
Thanks to @daxgirl for the app source ​
now have fun guys
Thanks to @willowmaker420 @tdunham and cyanogenmod
Dont Forget to mention me if you used my work
that feels me happy
If you guys facing any problem just start View attachment compare_settings_systemui.zip
If you still tired of this... try my xposed module Click here

Great Work.Thanks for your guide bro:good:

Thanks bro Awesome share :fingers-crossed:

Nice one...

Works on stock rom?

raziel zarafan said:
Works on stock rom?
Click to expand...
Click to collapse
Yes bro

Don't work for me bro i get black screen when I replace the systemui, I make twice the guide and nothig bro how can I solve this?

raziel zarafan said:
Don't work for me bro i get black screen when I replace the systemui, I make twice the guide and nothig bro how can I solve this?
Click to expand...
Click to collapse
May be you need install superusermod bro .

iedafarha said:
May be you need install superusermod bro .
Click to expand...
Click to collapse
No bro i have installed super user mod via services.jar , I'm on 5.1.1 deodex with super user mod

raziel zarafan said:
No bro i have installed super user mod via services.jar , I'm on 5.1.1 deodex with super user mod
Click to expand...
Click to collapse
what your phone mate? going to try this mod on my z1 .

iedafarha said:
what your phone mate? going to try this mod on my z1 .
Click to expand...
Click to collapse
It's a Z1 bro

raziel zarafan said:
It's a Z1 bro
Click to expand...
Click to collapse
okey, will share with you my mod if everything done without problem.

iedafarha said:
okey, will share with you my mod if everything done without problem.
Click to expand...
Click to collapse
Bro this is my systemui with some mods like task killer, visualizer , theme acent and battery bug layout remove http://https://mega.nz/#!5t0UFSAJ!trwGrlbgCZ-jXIOu_2yOsENmK38_scVsJS_iMOmGNd8

raziel zarafan said:
Bro this is my systemui with some mods like task killer, visualizer , theme acent and battery bug layout remove http://https://mega.nz/#!5t0UFSAJ!trwGrlbgCZ-jXIOu_2yOsENmK38_scVsJS_iMOmGNd8
Click to expand...
Click to collapse
not found mate

iedafarha said:
not found mate
Click to expand...
Click to collapse
Sorry
https://mega.nz/#!A9NjgQDI!5UQL3zi5ueRK9hWGWosGpa_nobLgguwMbFKsqQuV8UA

raziel zarafan said:
Sorry
https://mega.nz/#!A9NjgQDI!5UQL3zi5ueRK9hWGWosGpa_nobLgguwMbFKsqQuV8UA
Click to expand...
Click to collapse
try , sorry didnt work, got black screen, hope OP can share his systemUI.apk. mod for comparing TQ

iedafarha said:
try , sorry didnt work, got black screen, hope OP can share his systemUI.apk. mod for comparing TQ
Click to expand...
Click to collapse
Will share you when I get free time bro
Edit @iedafarha posted my apps
Have a compare

venkat kamesh said:
Will share you when I get free time bro
Edit @iedafarha posted my apps
Have a compare
Click to expand...
Click to collapse
Sorry mate, dont see any download link.

iedafarha said:
Sorry mate, dont see any download link.
Click to expand...
Click to collapse
it was already there in my post #2
please read it mate
in mean time today i had fixed switch preferences
just replace settings.zip for this fix

Related

Overscroll Glow For Advanced User

Some of maybe wonder how to enable overscroll glow in your theme..
since we have many ROM, and only some of them have similar framework structure..
Before that, thanks to Jun Hong and fla.sh for their [KPH & KPN] overscroll glow for SGA
don't forget to thanks him
This guide is for advanced user who have an experience in decompiling and compiling files using apkmanager..
So there it is, how to add overscroll glow manually..
1. Download overscrollglow source from HERE. Thanks to dhiru1602 for the source..
2. Decompile your framework-res.apk and framework.jar
3. Navigate to framework.jar.out\smali\android\widget
4. Backup Your AbsListView.smali and open it with notepad++
5. Copy everything inside overscrollglow source.
6. Open your newly copied AbsListView.smali
7. search for .local v1, layoutInflater:Landroid/view/LayoutInflater;, shortly after that you'll find something like const v3, 0x1090070 replace this with your values from original AbsListView.smali
8. Navigate to framework-res/res/values and open public.xml
9. Back to AbsListView.smali search for .line 666 and 2 lines below that you'll find similar value.
9.1. Now go to your public.xml and search for
Code:
<public type="drawable" name="overscroll_edge" id="
and then you'll find some value like 0x0108023d replace the one in AbsListView.smali with this one. DOn't forget to remove the 0 before 1 (example if you have 0x0108023d then replace it as 0x108023d so the line would look like this :
Code:
.line 666
.local v2, res:Landroid/content/res/Resources;
const v3, 0x108023d
9.2. Back to AbsListView.smali and look for .line 667 and 2 line below that you'll find same thing, replace it with overscroll_glow id in your public.xml
so the line would look like this :
Code:
.line 667
.local v0, edge:Landroid/graphics/drawable/Drawable;
const v3, 0x108023e
10. Save the file, and recompile your framework.jar.out, and then go to /framework.jar.out/build/apk/ and copy classes.dex from there inside your original framework.jar (you can open it using 7zip).
11. To change overscroll glow color, you can use UOT (I think), and modify them manually inside /framework-res/res/drawable-mdpi/ overscroll_edge.png and overscroll_glow.png
Yep, that's all
Let me know if you have hard time doing this..
this is very nice tutorial for everyone.
follow it and there shouldnt be any problems
Nicee tutorial bro ...
Good job
I've posted overscroll glow for KPN and KPH
Sent from my GT-S5830 using XDA App
Aadigoku13 said:
Nicee tutorial bro ...
Good job
Click to expand...
Click to collapse
Jun Hong said:
this is very nice tutorial for everyone.
follow it and there shouldnt be any problems
Click to expand...
Click to collapse
Thanks you both
fla.sh said:
I've posted overscroll glow for KPN and KPH
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
yeah, but this is the manual tutorial, so everyone can use it in every rom..
or do you want to be credited too..?
seilent said:
Thanks you both
yeah, but this is the manual tutorial, so everyone can use it in every rom..
or do you want to be credited too..?
Click to expand...
Click to collapse
i think we should credit him... i made overscroll glow for kph but he made overscroll glow for both kpn and kph.
Jun Hong said:
i think we should credit him... i made overscroll glow for kph but he made overscroll glow for both kpn and kph.
Click to expand...
Click to collapse
Thanks. I'm not the "youngest" developer now
fla.sh said:
Thanks. I'm not the "youngest" developer now
Click to expand...
Click to collapse
well, ur just a few months older than me
which decomplier did u use ?
It's not possible to do with the Brazilian FW, it has nothing inside the framework.jar
FMAranda said:
It's not possible to do with the Brazilian FW, it has nothing inside the framework.jar
Click to expand...
Click to collapse
well try deodexing it with this guide: http://androidguyz.blogspot.com/2011/04/howto-deodex-rom.html
you need to be deodexed to get that overscroll glow
Thanks, now my ROM is deodexed and I was able to get the effect to work, but now, all the system apps are having force close, I can open dialer, messages or any other system app, only user app like Gmail and Facebook. What can I do?
I also lost root =/
I fixed by reflashing the ROM, I'll not try to enable the effect or dedoex my ROM again.
Deodexing firmware should be did when your rom still fresh
seilent said:
Deodexing firmware should be did when your rom still fresh
Click to expand...
Click to collapse
But what's the difference between a fresh installed dialer app and a week old one? I was having fcs with system apps and not user apps. We can't modify system app.
FMAranda said:
But what's the difference between a fresh installed dialer app and a week old one? I was having fcs with system apps and not user apps. We can't modify system app.
Click to expand...
Click to collapse
It means the permission isnt fixed properly... i also had this problem. but when i fixed the permission properly it worked without any force close
Did you fixed using ClockWorkMod or you set manually?
Thanks, you were right, I set the permissions to rw-r--r-- and now everything is working, again thanks!
This is the framework.jar to use with the Brazilian FW KP2, replace using Root Explorer and remember to set the permissions to rw-r--r--, the same permission of framework-res.apk.
Jun Hong said:
It means the permission isnt fixed properly... i also had this problem. but when i fixed the permission properly it worked without any force close
Click to expand...
Click to collapse
ah thanks for explanation, I havent faced such problem before
FMAranda said:
Did you fixed using ClockWorkMod or you set manually?
Thanks, you were right, I set the permissions to rw-r--r-- and now everything is working, again thanks!
This is the framework.jar to use with the Brazilian FW KP2, replace using Root Explorer and remember to set the permissions to rw-r--r--, the same permission of framework-res.apk.
Click to expand...
Click to collapse
Glad it works, will post it later the apk of modded framework.jar
Thanks Dude! But, It s not working with my friend's Ace...It just crashes into bootloop!
thanks ...
your tutorial so much easy to be followed
nice work sir

[SHARE/UPDATE : 02/09] Using PIN/Pattern after LockScreen

I share with you this tips i found in Xperia P, U, Sola, Go thread. I do it for XPERIA S If someone is interested.
http://forum.xda-developers.com/showpost.php?p=37764559&postcount=1
You can have the stock JB lockscreen (Who is very pretty en useful :laugh and after have patter to secure your phone. Like CM ROM
I do it for JB on eXistenZ BLACK Edition | V2 based on 6.2.B.0.200 and it's works perfectly
You need root
Save your old android.policy.jar find in /system/framework
See in attachement the android.policy.jar i use on XPERIA S eXistenZ BLACK Edition | V2 based on 6.2.B.0.200 and put with the same permission (RW- R-- R--) in /system/framework. Reboot. Done !
Please do a backup of your ROM before. I am not responsible for any problems
:good:
View attachment android.policy.jar
EDIT : In attachement new android.policy.jar for the 1.96 fireware. See this post : http://forum.xda-developers.com/showpost.php?p=45233652&postcount=24 for Deodex ROM
MaxPayne3004 said:
I share with you this tips i found in Xperia P, U, Sola, Go thread. I do it for XPERIA S If someone is interested.
http://forum.xda-developers.com/showpost.php?p=37764559&postcount=1
You can have the stock JB lockscreen (Who is very pretty en useful :laugh and after have patter to secure your phone. Like CM ROM
I do it for JB on eXistenZ BLACK Edition | V2 based on 6.2.B.0.200 and it's works perfectly
You need root
Save your old android.policy.jar find in /system/framework
See in attachement the android.policy.jar i use on XPERIA S eXistenZ BLACK Edition | V2 based on 6.2.B.0.200 and put with the same permission (RW- R-- R--) in /system/framework. Reboot. Done !
Please do a backup of your ROM before. I am not responsible for any problems
:good:
View attachment 2037719
Click to expand...
Click to collapse
i cannot find this line : iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
Works great! Thanks a lot!:good:
stck said:
i cannot find this line : iput-boolean v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mShowLockBeforeUnlock:Z
Click to expand...
Click to collapse
Please tell me wich firware or android you have ? In the first post on the thread i think it's for ICS. In JB is diff : See page 5 on the thread :
http://forum.xda-developers.com/showpost.php?p=41061521&postcount=50
cities516 said:
Works great! Thanks a lot!:good:
Click to expand...
Click to collapse
You're welcom
tenks working sa jb .211
jemju_xps-user said:
tenks working sa jb .211
Click to expand...
Click to collapse
happy to share. I was looking for this solution for a long time
MaxPayne3004 said:
Please tell me wich firware or android you have ? In the first post on the thread i think it's for ICS. In JB is diff : See page 5 on the thread :
http://forum.xda-developers.com/showpost.php?p=41061521&postcount=50
Click to expand...
Click to collapse
my firmware is 6.2.B.0.200 :laugh:
stck said:
my firmware is 6.2.B.0.200 :laugh:
Click to expand...
Click to collapse
So you can take mine android.policy.jar.. I think
MaxPayne3004 said:
So you can take mine android.policy.jar.. I think
Click to expand...
Click to collapse
I took your android.policy.jar and I'm on the leaked .200 build and it didn't worked for me.
alex_dudu_ said:
I took your android.policy.jar and I'm on the leaked .200 build and it didn't worked for me.
Click to expand...
Click to collapse
Ho ok.
Did you activate pattern on security ?
I used your androidpolicy.jar and it worked on leaked. 197 but it created an empty option at boot menu
sceretman said:
I used your androidpolicy.jar and it worked on leaked. 197 but it created an empty option at boot menu
Click to expand...
Click to collapse
Ok i thing because on eXistenZ you have a reboot option. You need to decompile en recompile your android.policy.jar. If you keep a copy of your original, then you can restore
Yes I activated pattern in security. But the lookscreen swipe doesn't appear. The pattern comes directly.
Ok. Can you edit your androidpolicy.jar and add reboot option too
Thanks in advance
MaxPayne3004 said:
So you can take mine android.policy.jar.. I think
Click to expand...
Click to collapse
I know , but the android.policy.jar that i have is from http://forum.xda-developers.com/showthread.php?t=2266071 , so i would like to add your function on it but i don't know how to change it :crying:
Sorry Bro, This is a fools question.
Acro S LT26w .211 can use?
REGARDS
stck said:
I know , but the android.policy.jar that i have is from http://forum.xda-developers.com/showthread.php?t=2266071 , so i would like to add your function on it but i don't know how to change it :crying:
Click to expand...
Click to collapse
You must read the link in the first post.
after
This link can help you to decompile your android.policy : http://forum.xda-developers.com/showthread.php?t=2195680
Or to use Smali and Baskmali command (java -jar baksmali.jar -o classout / java -Xmx512M -jar smali.jar classout...)
aum1080p said:
Sorry Bro, This is a fools question.
Acro S LT26w .211 can use?
REGARDS
Click to expand...
Click to collapse
Not my android.policy but making the handling in the first post yes !
MaxPayne3004 said:
Not my android.policy but making the handling in the first post yes !
Click to expand...
Click to collapse
Thank Sir.
Regards

[GUIDE] Battery Percantage On Statusbar

Hey guys, I want to share some tutorial to show battery percentage on statusbar.
First, you have to know how to compile/decompile, and you need notepad++ too
1. Decompile your Settings.apk
2. Go to smali\com\android\settings, open DisplaySettings.smali with notepad++
3. Find
Code:
iget-object v0, v0, Lcom/android/settings/DisplaySettings;->mDisplayBatteryLevel:Landroid/preference/CheckBoxPreference;
4. You will see this code above
Code:
invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
5. Replace with
Code:
# invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
6. Save
7. Compile, and push to your phone
You can enable the percentage by check the setting in display setting
If you doesn't understand about compile/depompile you can download my Settings.apk here, and push it to system/app
Credits:
-C'imam Boedak Demy
-Naney for the Settings.apk
press thanks if I help you and sorry for my bad english
One question. We don't have settings.apk as far as I now. We have SecSettings.apk and the one you attached shows parsing error and is only 40kb. So should we make changes to SecSettings.apk?
Edit: Nevermind. I edited SecSettings.apk and it worked.
Regards
didije said:
One question. We don't have settings.apk as far as I now. We have SecSettings.apk and the one you attached shows parsing error and is only 40kb. So should we make changes to SecSettings.apk?
Edit: Nevermind. I edited SecSettings.apk and it worked.
Regards
Click to expand...
Click to collapse
yeah I forgot, if you in stock rom there will be SecSettings.apk if you in Corsifame Rom there will be Settings.apk
and the link are fixed, sorry about that
Unable to install
I was not able to push to /system/app.I'm using Samsung galaxy fame S6812 and rooted.I copied your settings.apk and pasted and overwrited in system/app but I get a msg SystemUI has stopped and settings has stopped.What is the solution for this?
manojnagendra said:
I was not able to push to /system/app.I'm using Samsung galaxy fame S6812 and rooted.I copied your settings.apk and pasted and overwrited in system/app but I get a msg SystemUI has stopped and settings has stopped.What is the solution for this?
Click to expand...
Click to collapse
try to redownload the settings.apk and set the permission to rw-r--r--
nice guide man :good:
now we can disable and enable battery precantage
thanks for the guide
ask:
i don't know how to change the permission to rw-r--r--
faizauthar12 said:
nice guide man :good:
now we can disable and enable battery precantage
thanks for the guide
ask:
i don't know how to change the permission to rw-r--r--
Click to expand...
Click to collapse
just see from the other .apk files in system/app, or check the read box for owner, group and other, also check write box for owner
dickys11 said:
try to redownload the settings.apk and set the permission to rw-r--r--
Click to expand...
Click to collapse
It did not work.pls tell me solution with pics if possible
Update:after reboot setting is there in app drawer but when opened it is crashed.solution pls?
manojnagendra said:
It did not work.pls tell me solution with pics if possible
Update:after reboot setting is there in app drawer but when opened it is crashed.solution pls?
Click to expand...
Click to collapse
have you set the permission to be like this?
and if u use my Settings.apk make sure u delete the SecSettings.apk and reboot
dickys11 said:
have you set the permission to be like this?
and if u use my Settings.apk make sure u delete the SecSettings.apk and reboot
Click to expand...
Click to collapse
I tried everything you told bro like setting permission to rw-r-r and I'm in corsifame there is no secsettings there is only settingsprovider.apk if I delete it the os crashes.I want your battery percentage app badly.pls help me in solving this issue.I also tried rebooting several times
manojnagendra said:
I tried everything you told bro like setting permission to rw-r-r and I'm in corsifame there is no secsettings there is only settingsprovider.apk if I delete it the os crashes.I want your battery percentage app badly.pls help me in solving this issue.I also tried rebooting several times
Click to expand...
Click to collapse
no matter secsttings.apk or settings.apk they are same. do u have ur original settings.apk? i can edit this for u
dickys11 said:
no matter secsttings.apk or settings.apk they are same. do u have ur original settings.apk? i can edit this for u
Click to expand...
Click to collapse
Thanks and I will attach the link for my settings.apk please do it for me.A thanks button will be clicked from my side for you
http://www.filedropper.com/settingsforediting
manojnagendra said:
Thanks and I will attach the link for my settings.apk please do it for me.A thanks button will be clicked from my side for you
http://www.filedropper.com/settingsforediting
Click to expand...
Click to collapse
im sorry but, can you upload to attachment or dropbox or somewhere, i can't download it from that web
dickys11 said:
im sorry but, can you upload to attachment or dropbox or somewhere, i can't download it from that web
Click to expand...
Click to collapse
Here you go pls do it for me at the earliest
Thanks
dickys11 said:
Hey guys, I want to share some tutorial to show battery percentage on statusbar.
First, you have to know how to compile/decompile, and you need notepad++ too
1. Decompile your Settings.apk
2. Go to smali\com\android\settings, open DisplaySettings.smali with notepad++
3. Find
Code:
iget-object v0, v0, Lcom/android/settings/DisplaySettings;->mDisplayBatteryLevel:Landroid/preference/CheckBoxPreference;
4. You will see this code above
Code:
invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
5. Replace with
Code:
# invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference;)Z
6. Save
7. Compile, and push to your phone
You can enable the percentage by check the setting in display setting
If you doesn't understand about compile/depompile you can download my Settings.apk here, and push it to system/app
Credits:
-C'imam Boedak Demy
-Naney for the Settings.apk
press thanks if I help you and sorry for my bad english
Click to expand...
Click to collapse
plzzz make it for S6812 !!
link for my SecSetting.apk : https://drive.google.com/file/d/0B16n5KfPlMVfMDQ2am1BYWF3S0E/edit?usp=sharing
dickys11 said:
no matter secsttings.apk or settings.apk they are same. do u have ur original settings.apk? i can edit this for u
Click to expand...
Click to collapse
What about the apk?You told that u will do it for my phone?Any update regarding that?
Thank you
manojnagendra said:
What about the apk?You told that u will do it for my phone?Any update regarding that?
Thank you
Click to expand...
Click to collapse
hey im sorry, im so busy for few days bc my class activity. about ur apk, im so sorry but i don't know why i can't decompile it, sorry
dickys11 said:
hey im sorry, im so busy for few days bc my class activity. about ur apk, im so sorry but i don't know why i can't decompile it, sorry
Click to expand...
Click to collapse
it's ok leave it no problem
dickys11 said:
hey im sorry, im so busy for few days bc my class activity. about ur apk, im so sorry but i don't know why i can't decompile it, sorry
Click to expand...
Click to collapse
Uploaded settings are bad, that is why you cannot decompile it. It should be uploaded to an external source, like gdrive, since it is a fairly large file (more than 20mb).
I've downloaded my settings.apk and changed its name to Sec.Settings.apk because I use stock rom and I put the file in system / app and I change the permissions rw-rr and I restart my handpone and the results are not there please help me? ?

[MOD][4.1]LockScreen with blur background

Get your current wallpaper to blur LockScreen background.
I think you can port this effect to other apps
known bug: it may OutOfMemory sometimes
How to Install :
Download SystemUI.apk .
Rename it to UxpNxtLockScreen.apk .
Copy it to system/app .
Change Permissions .
Reboot and enjoy.
It is easy to port this effect to other apks :
1. decompile the apk which you want to port to and decompile UxpNxtLockScreen_blur_1.1.apk .
2. copy the files from /smali/com/ztc1997/bfldemo/ in UxpNxtLockScreen_blur_1.1.apk to /smali/com/ztc1997/bfldemo/ in the apk which you want to port to .
3. edit layout file(s) in the apk which you want to port to like /res/layout/main.xml in UxpNxtLockScreen_blur_1.1.apk .
4. you can edit blur radius : in /smali/com/ztc1997/bfldemo/BlurUtils.smali line 30 "const/16 v4, 0x14" ,0x14 is a hex number ,equal to 20 in dec, you can edit it you want.
5. recompile and enjoy
Thanks to Mario Klingemann,Yahel Bouaziz(this effect used Stack Blur by them)
sorry for my bad English
Good work bro
Can you make this for ICS UxpNxtLockScreen.apk??
Sent from my ST21i using xda premium
This works, and looks amazing
Can i request u to make one with stock xperia lockscreen (one with digital clock)
Keep the sliders below like dis one only but please let them have the sliding effect (not transparent)
Thank you
Sent from my LT26i using XDA Premium 4 mobile app
Sometimes the blur effect goes away when i unlock the screen..
I think that's what you meant by "Out of memory",right?
So is there a way to keep it in memory?
sometimes bootloop in existenZ 2.0.5....:crying:
jt_x2 said:
sometimes bootloop in existenZ 2.0.5....:crying:
Click to expand...
Click to collapse
And always in ICS
Jeka_Osokin said:
And always in ICS
Click to expand...
Click to collapse
Because it's not meant for ICS lol
Felimenta97 said:
Because it's not meant for ICS lol
Click to expand...
Click to collapse
Yyyeeaahh! I fix it! but same sometimes bootloop (Please fix OutOfMemory...)
Hey guys, if you make this, you cannot change lockscreen wallpaper, you need rechange places of lines
<ImageView android:id="@id/background_image" android:background="@android:color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
<com.ztc1997.bfldemo.BlurRelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
Click to expand...
Click to collapse
TO
<com.ztc1997.bfldemo.BlurRelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageView android:id="@id/background_image" android:background="@android:color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" />
Click to expand...
Click to collapse
Jeka_Osokin said:
Yyyeeaahh! I fix it! but same sometimes bootloop (Please fix OutOfMemory...)
Hey guys, if you make this, you cannot change lockscreen wallpaper, you need rechange places of lines
TO
Click to expand...
Click to collapse
Please send me to test?
Sent from my ST21i using xda premium
djedjy said:
Please send me to test?
Sent from my ST21i using xda premium
Click to expand...
Click to collapse
Just find in original mod line "setbackground(" and replace to "setbackgroundDrawable("
Good job!
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
abo hani said:
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
Click to expand...
Click to collapse
yes, no problem.
Hi. Many thanks for this mod. I was searching this for a long time. 1 request, If it's not much pain, may you make another version there the analog clock is replaced with AOSP clock.
Thanks
This one looks good, thanks
waiting for uide
abo hani said:
Hey mate , thanks for your awesome mode !
Can i make a guide and various mods of it ?
thanks in advance !
Click to expand...
Click to collapse
Hey..Bro..plz share the guide for Lockscreen Blur effect.
Deleted
does this work in GT-s5282?
ztc1997 said:
Get your current wallpaper to blur LockScreen background.
I think you can port this effect to other apps
known bug: it may OutOfMemory sometimes
How to Install :
Download SystemUI.apk .
Rename it to UxpNxtLockScreen.apk .
Copy it to system/app .
Change Permissions .
Reboot and enjoy.
It is easy to port this effect to other apks :
1. decompile the apk which you want to port to and decompile UxpNxtLockScreen_blur_1.1.apk .
2. copy the files from /smali/com/ztc1997/bfldemo/ in UxpNxtLockScreen_blur_1.1.apk to /smali/com/ztc1997/bfldemo/ in the apk which you want to port to .
3. edit layout file(s) in the apk which you want to port to like /res/layout/main.xml in UxpNxtLockScreen_blur_1.1.apk .
4. you can edit blur radius : in /smali/com/ztc1997/bfldemo/BlurUtils.smali line 30 "const/16 v4, 0x14" ,0x14 is a hex number ,equal to 20 in dec, you can edit it you want.
5. recompile and enjoy
Thanks to Mario Klingemann,Yahel Bouaziz(this effect used Stack Blur by them)
sorry for my bad English
Click to expand...
Click to collapse
unable to mod apk . can you mod new xperia lockscreen kitkat.

MOD Theme changed custom header image will following the theme z,z2,z3,z3c

when theme changed custom header image will following the theme
hey guys​
this the theme for change custom header image
please try​
include:
- Restar system ui in Setting -> Developers Setting
How to:
(maybe need superuser mod if not work and must root)
- Download (theme_change_notification.zip)https://drive.google.com/file/d/0B9SX39bV6vM6eE9vbDlTeVhxV2M/view?usp=sharing
- Flash the zip into CWM/TWRP
- reboot
edit setting.apk with apktool and follow me
first
decompile setting.apk
go to folder decompile setting.apk res-> xml
find xml development_prefs.xml
open development_prefs.xml with Notepad++
copy script below
Code:
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
paste and save
Code:
<PreferenceCategory android:title="@string/Tools_category" android:key="Tools_category">
<com.sonymobile.settings.preference.IntentPreference android:title="@string/serasystem_title" android:summary="@string/serasystem_desc_txt" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
<intent android:targetPackage="com.serajr.restartsystemui" android:action="android.intent.action.MAIN" android:targetClass="com.serajr.restartsystemui.MainActivity" />
</com.sonymobile.settings.preference.IntentPreference>
<com.sonymobile.settings.preference.IntentPreference android:icon="@drawable/ic_settings_supersu" android:title="SuperSU" android:key="supersu" settings:dependOnIsValidIntent="true" settings:hasMetaData="true">
<intent android:targetPackage="eu.chainfire.supersu" android:action="android.intent.action.MAIN" android:targetClass="eu.chainfire.supersu.MainActivity" />
</com.sonymobile.settings.preference.IntentPreference>
</PreferenceCategory>
recompile,sign and zipalign setting.apk​
Finish,push manual setting.apk into system, reboot and enjoy
choose theme, go to setting -> developers find restar systemUI, and Restart systemUI service, choose your theme before restar systemUI service, taraaaa your header image change following the theme
Thanks to and Credit :
@niaboc79
@serajr
@gamzekal For Updater Script
- If you like my work, Hit thanks button :good:
​
Nda dapat download bro.
Sonik Garcia said:
Nda dapat download bro.
Click to expand...
Click to collapse
download again bro
teguhsangra said:
download again bro
Click to expand...
Click to collapse
Still need permission bro
Sonik Garcia said:
Still need permission bro
Click to expand...
Click to collapse
I 've change its permissions check link bro sorry bro forget
teguhsangra said:
I 've change its permissions check link bro sorry bro forget
Click to expand...
Click to collapse
Bro, makasih ya! Mantap mod nya. Cuma ada sedikit cadangan, kalau boleh tambah theme daripada Ambor macam iblue, ipurple, ishadow dan lain2 lagi. :thumbup:
English use. See forum rules ?
Btw, nice work, one thumb for you dude
Crantoka manio lu sipad?
Gửi từ Redmi Note 2 của tôi bằng cách sử dụng Tapatalk
Is it working too for z ultra?
Sent from my C6833 using Tapatalk
justk3ys said:
Is it working too for z ultra?
Sent from my C6833 using Tapatalk
Click to expand...
Click to collapse
just follow instruction bro
maybe work good luck
@teguhsangra
why you toke the updater script of my RXS bro @gamzekal ?
Pandemic said:
@teguhsangra
why you toke the updater script of my RXS bro @gamzekal ?
Click to expand...
Click to collapse
hahah sory forget :laugh: maybe I will change their updater his scripts , because I 'm lazy to make his script updater thnks info bro :good:
ERROR
Marília de Oliveira said:
ERROR
Click to expand...
Click to collapse
Add these missing resources to your Settings.apk-
Add in values/strings.xml-
@string/Tools_category
@string/serasystem_title
@string/serasystem_desc_txt
Click to expand...
Click to collapse
And in drawable add icon ic_settings_supersu (@drawable/ic_settings_supersu)
Its required to use settings guide to use this?
I already have restart_systemui_v2.apk
RaKesh said:
Its required to use settings guide to use this?
I already have restart_systemui_v2.apk
Click to expand...
Click to collapse
No need to use settings guide.
jitz975 said:
No need to use settings guide.
Click to expand...
Click to collapse
I had tried this mod
But sorry to say this mod is useless for me
Only the system themes that comes with zip package changes the systemui header
Otherwise no changes on Custom Installed Themes
RaKesh said:
I had tried this mod
But sorry to say this mod is useless for me
Only the system themes that comes with zip package changes the systemui header
Otherwise no changes on Custom Installed Themes
Click to expand...
Click to collapse
You can include systemui overlay with your desired statusbar header images inside which ever themes you use. This idea is good even the themes are bad
recomplie error Settings.apk

Categories

Resources