nothing - Sony Cross-Device Development Themes and Apps

nothing here
edited by me

Tut and result
Removed by me

Result
Removed by me

brov is it possible to make tha clock in status bar expanded screen digital?
thanks for yur great tuts.... @venkat kamesh

Great Tut.Bro.:good::fingers-crossed:

Great work bro ^^

Bro good tutorial as always. No need feel pressured to put it tutorials??
Sent from my D6653 using Tapatalk

I click the "weather" in settings, will display "AOKP Weather Settings FC" !!
My device: Z3 5.1.1

whalesplaho said:
brov is it possible to make tha clock in status bar expanded screen digital?
thanks for yur great tuts.... @venkat kamesh
Click to expand...
Click to collapse
could you be more specific bro ?
taammanhoi said:
I click the "weather" in settings, will display "AOKP Weather Settings FC" !!
My device: Z3 5.1.1
Click to expand...
Click to collapse
if so you get force closes
check the tut on what wrong you did bro
else i had posted stock weather app with no mod of mine (stock aosp app with no sony theme engine ) try it

venkat kamesh said:
if so you get force closes
check the tut on what wrong you did bro
else i had posted stock weather app with no mod of mine (stock aosp app with no sony theme engine ) try it
Click to expand...
Click to collapse
I think I know the reason now
I try to turn on the GPS, all work fine!
Thx bro!

venkat kamesh said:
So as i said its simple
even its simple, you need to have thinking brain
1. Decompile SystemUI.apk
2. Download this View attachment 3580098
3. Merge the code to your systemui.apk
4.Now open SystemUI.apk/res/layout/status_bar_expanded_header.xml
Look for this below code
Code:
<Button android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#64ffffff" android:id="@id/alarm_status" android:background="?android:selectableItemBackground" android:paddingTop="16.0dip" android:paddingBottom="16.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="4.0dip" android:drawablePadding="6.0dip" android:layout_alignParentBottom="true" android:drawableStart="@drawable/ic_access_alarms_small" android:paddingStart="6.0dip" android:paddingEnd="6.0dip" android:layout_toEndOf="@id/date_group" />
Below that Add this code
Code:
<LinearLayout android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@+id/weather_container" android:background="@drawable/ripple_drawable" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/clock_collapsed_bottom_margin" android:layout_alignParentBottom="true" android:layout_alignParentEnd="true">
<include layout="@layout/weather_panel" />
<com.rock.weather.a.WeatherText android:id="@+id/weather_text" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
5. Now open SystemUI.apk/res/layout/keyguard_status_view.xml
Look For this code
Code:
<include layout="@layout/keyguard_status_area" />
Below That Add this code
Code:
<include layout="@layout/kamesh_weather_panel" />
6. Done Recompile and sign and replace the systemui
7. Now Decompile Settings.apk
Add this code as you like settings ( i had added to rstatusbar.xml which is my customized ) you can add in Dispaly_settings.xml or as you wish
Code:
<PreferenceScreen android:title="Weather" android:key="proxy">
<intent android:targetPackage="com.syukur.aokp" android:action="android.intent.action.MAIN" android:targetClass="com.syukur.aokp.SettingsWeather" />
</PreferenceScreen>
8. Now recompile the settings.apk and replace
9. Finally Download this View attachment 3580099 and install
ohh! god
you finally did.. you can check settings in your settings
Have fun
Note: I had Included Xperia Theme Support... so it changes according to the Xperia theme ( about theme )
Note: If you need the weather on Lockscreen you need to select the 2nd digital sony clock
Note: If you try of out of sony device or any force closes with weather app.. Try installing this View attachment 3580716 ( no mod and no sony theme engine to it )
Note:Make sure you should Turn on Gps and Geo locating service ( this helps you not to get foce closes )
If you use my tuts or guides just tag me.. that feels me so good
Good luck
Thanks to AOSP and aleksandr20180
Click to expand...
Click to collapse
where.s credit for the author of that weather bro??? that.s belong to my friends .he create that weather ..his name is muhammad abdussy syukur and maxdev is his team name

kingdj said:
where.s credit for the author of that weather bro??? that.s belong to my friends .he create that weather ..his name is muhammad abdussy syukur and maxdev is his team name
Click to expand...
Click to collapse
+1

kingdj said:
where.s credit for the author of that weather bro??? that.s belong to my friends .he create that weather ..his name is muhammad abdussy syukur and maxdev is his team name
Click to expand...
Click to collapse
+2

kingdj said:
where.s credit for the author of that weather bro??? that.s belong to my friends .he create that weather ..his name is muhammad abdussy syukur and maxdev is his team name
Click to expand...
Click to collapse
Edit :- every one is friend to other
There in nothing like your friends to be added or not bro
He is dev developed app for aosp. Since I wrote aosp prop
Nothing but a credit was already given in name of aosp dear....
qoejohn said:
+1
Click to expand...
Click to collapse
Ciptraandoni said:
+2
Click to expand...
Click to collapse
+3 lol
thanks for remembering me [emoji14]
added

kingdj said:
where.s credit for the author of that weather bro??? that.s belong to my friends .he create that weather ..his name is muhammad abdussy syukur and maxdev is his team name
Click to expand...
Click to collapse
You need to quote the entire OP for that ? -__-"
“Sent From MWE V8.0.0 On My Z3”

venkat kamesh said:
could you be more specific bro ?
if so you get force closes
check the tut on what wrong you did bro
else i had posted stock weather app with no mod of mine (stock aosp app with no sony theme engine ) try it
Click to expand...
Click to collapse
no reply brov.....

venkat kamesh said:
Edit :- every one is friend to other
There in nothing like your friends to be added or not bro
He is dev developed app for aosp. Since I wrote aosp prop
Nothing but a credit was already given in name of aosp dear....
+3 lol
thanks for remembering me [emoji14]
added
Click to expand...
Click to collapse
he build it from source you know that mean???
we already use that weather more than a years ago, let me ask you..where did you get that weather mod?? i can report this thread as that smali,layout,and smali folder was been renamed from the original ,originaly the smali folder name is com.aokp.maxdev ,and the layout name is maxdev weather, who.s idea to renaming to venkat layout?? and who.s alexander so he get credit beside aosp??

kingdj said:
he build it from source you know that mean???
we already use that weather more than a years ago, let me ask you..where did you get that weather mod?? i can report this thread as that smali,layout,and smali folder was been renamed from the original ,originaly the smali folder name is com.aokp.maxdev ,and the layout name is maxdev weather, who.s idea to renaming to venkat layout?? and who.s alexander so he get credit beside aosp??
Click to expand...
Click to collapse
Well said I obey
Alexander is From 4pda else I would be tagging him
I had already added credits
By the way yes irenamed smali just because I had some modifications.
It was open source
If so from years why can't you add that to lollipop mate
What ever
I respect developers I had added credits ages ago and said thanks to you for info ( cause the source I got from person had not noted any credits)
But I had added Alexander cause he posted a tut for kk I gathered then and rewrote to lp (not big difference) if you you start compare
If you are ready to complain on this thread
I am ready for that
edit: Cause I had proof.
Cause u had proof.
Click to expand...
Click to collapse
Good luck brother
And remember I still respect developers
I know what to work and how to and how tuff it was...
Finally a small suggestion for you
The first line you wrote
“he built it from sources do you know that mean..”
Please there are no dumps here
If you want to ask something like that...
Please mind on how to talk to other person. Don't underestimate.....

DELETED

DELETED

Related

[Tutorial][How-to][Guide] StatusBar Mods [CORNER OPTION - TRAFFIC - MORE]

StatusBar Mods For All Xperia Devices​
Requirements​
ApkTool
SystemUI.apk
Knowledge to Decompiling and Compiling APKs
Notepad++
Add Corner Options on StatusBar
Decompile with APKTool SystemUI.apk
Go to res/layout/status_bar.xml
Add this Line ( <com.android.systemui.statusbar.policy.KeyButtonView android:layout_gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/screen_lock" android:layout_toRightOf="@id/recent_apps" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:keyRepeat="false" systemui:glowBackground="@drawable/ic_sysbar_highlight" androidrientation="vertical" /> ) between this " </LinearLayout> " and this " <ImageView android:layout_gravity="top|left|center" android:id="@id/rounded_corner_ul" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/rounded_corner_ul" /> "
Than Make a Transparent Image 20x35 with Photoshop in .PNG , rename it in ( screen_lock ) and copy in" res/drawable-xhdpi "
Compilng and Done
Add Traffic Meter to StatusBar
Decompile systemUI.apk
Go to res/layout and open status_bar.xml
Add this line ( <com.android.systemui.statusbar.policy.Traffic android:textAppearance="@style/TextAppearance.StatusBar.Traffic" android:gravity="left|center" android:id="@id/traffic" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" /> ) two line above the line " <include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" /> "
now go to res/values and open ids.xml and add this line at the end " <include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" /> "
Now go to res/values and open styles.xml and copy this code at the end "
<style name="TextAppearance.StatusBar.Traffic" parent="@style/TextAppearance.StatusBar.Clock">
<item name="android:textSize">14.0dip</item>
<item name="android:textStyle">normal</item>
<item name="android:textColor">#ffffffff</item>
<item name="android:textAllCaps">false</item>
</style> "
Now download this Package and extract it to smali/com/android/systemui/statusbar/policy/HERE
Compile and Done
Change Color StatusBar
Decompiling SystemUI.apk
Go to res/values , open drawables.xml
Change in <item type="drawable" name="status_bar_background">#ff14374f</item> the #ff14374f in ur prefered colour , to choose color i suggest to open Photoshop and in colors pick up ur colour code and paste with this " 14374f " in Drawables.xml file.
Compiling and Done
More Mods Soon​
Appreciate your work but these mods can already be done using Xposed framework without any flashing.
PünchUp said:
Appreciate your work but these mods can already be done using Xposed framework without any flashing.
Click to expand...
Click to collapse
And for who dont want xposed?!? Hahah
Sent from my LT26ii using XDA Premium 4 mobile app
savergiggio said:
And for who dont want xposed?!? Hahah
Sent from my LT26ii using XDA Premium 4 mobile app
Click to expand...
Click to collapse
That's why I said I appreciate your work
PünchUp said:
That's why I said I appreciate your work
Click to expand...
Click to collapse
nice!!
Can u post screenshots of end-effect of edited statusbar?
Thanks master @savergiggio
Sent from my LT26w using XDA Premium 4 mobile app
Great tutorial mate! I really appriciate it ?
EDIT: how about tutorial on putting close all button on taskswitcher?
Why don't you never give credits? You haven't made up these mods... you should give credits to whoever you have copied the code from.
rockernaxo said:
Why don't you never give credits? You haven't made up these mods... you should give credits to whoever you have copied the code from.
Click to expand...
Click to collapse
i didnt copy these codes
HitFan said:
Can u post screenshots of end-effect of edited statusbar?
Click to expand...
Click to collapse
i will
rockernaxo said:
Why don't you never give credits? You haven't made up these mods... you should give credits to whoever you have copied the code from.
Click to expand...
Click to collapse
savergiggio said:
i didnt copy these codes
Click to expand...
Click to collapse
Oh Really?
Same as this link : http://forum.xda-developers.com/showthread.php?t=2241739
And you give TRAFFIC.zip on this thread.
You Reported "freeloader" !!
savergiggio said:
i didnt copy these codes
Click to expand...
Click to collapse
Are you kidding? Who are you trying to decieve?
I don't say you can't post "your guide" here, but at least give credits to those who have really done this stuff.
These mods are the result of hours of hardwork and not of your hardwork. Give credits man, that's not the spirit of xda.
Hi , i guess that OP never use searh button. 
Dzol Cp said:
Hi , i guess that OP never use searh button. 
Click to expand...
Click to collapse
But he uses well Ctrl-C and Ctrl-P
Btw thanks you for this tuturial...
rockernaxo said:
Are you kidding? Who are you trying to decieve?
I don't say you can't post "your guide" here, but at least give credits to those who have really done this stuff.
These mods are the result of hours of hardwork and not of your hardwork. Give credits man, that's not the spirit of xda.
Click to expand...
Click to collapse
bro u are right but i pick up these codes from different source i can't give credit to only one person... i serched for them in others site too .... different from XDA...
savergiggio said:
bro u are right but i pick up these codes from different source i can't give credit to only one person... i serched for them in others site too .... different from XDA...
Click to expand...
Click to collapse
Simple, you can start giving credits to RC @Dzol Cp.
The same I'd recommend with your ROM
savergiggio said:
i didnt copy these codes
Click to expand...
Click to collapse
@rockernaxo is right, i think u get the tutorial on adding traffic meter on statusbar here: http://forum.xda-developers.com/showthread.php?t=2241739 right?
savergiggio said:
bro u are right but i pick up these codes from different source i can't give credit to only one person... i serched for them in others site too .... different from XDA...
Click to expand...
Click to collapse
You're not successful on lying as hijack. I gave the source thread (which you take(hijack) TRAFFIC.zip) You must give Dzol Cp to credits.
This is not your work, and you're saying i didint take the codes, they are my made. So Sorry for you!
savergiggio said:
bro u are right but i pick up these codes from different source i can't give credit to only one person... i serched for them in others site too .... different from XDA...
Click to expand...
Click to collapse
I check your zip file and all the smali code is belong to me and my group project! what are you gonna say? still refuse to add real link and credits?
then your thread has still not report to FORUM MODERATOR.. i give you chance by today.. and if still nothing on progress. then you will know.
Regards
Dz

[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.

[TUTORIAL] [MOD] AF Battery Mod

Hey Modder Themer Member or something Here i have Bring A mod that will change your battery Style Add Percent etc The mod is simple First You Need to Remove stock Battery Icon follow these guide Here The Mod is easy to add Now we don"t need to edit smali like change 0xsomething to something. Some People Help me lots to do that @SpaceCaker @mohamedrashad
Instructions:
1. First Need to Remove Stock Battery Icon Go Here
2. Downloads res and Merged With Your Decompile Folder
3. Downloads smali and Merged with Your Decompile Folder
4. Now You have add
Code:
<com.androidfire.batterymod.Battery
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
5. Compile The Apps
6. Downloads Battery Mod Apk and install it
7. Done
Current Status
Beta
Downloads
Take Look at Attachment
SS
Take Look at Attachment
Credits:
SpaceCaker
iamareebajmal
b16h22
san122
shankarsj
mohamadrashad
PineappleOwl
PXL Team
if forget pls post youe name here
wow nice ... gonna try this
What about we want to change the battery pngs of ours ? Not bundled with yours i mean
Wow. nice guide sir +1
Cool mod dude :victory:
ps: my user name is @mohamedrashad not @mohamadrashad
work on 4.3?
Myth2014 said:
work on 4.3?
Click to expand...
Click to collapse
Yup it works , but guide for removing battery icon might differ
mohamedrashad said:
Yup it works , but guide for removing battery icon might differ
Click to expand...
Click to collapse
yeah..sir..thanks..i try to do it[emoji3]
Hope you'll update it in future and fix the bugs sir

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

[Guide][tut] [Updated 21/JAN/15] Show/Hide Album art

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

Categories

Resources