[Guide] How to add banner in "About Phone" | Noob friendly - Sony Cross-Device General

Hello folks .... I’ve backed to xda after a looong time because exams
My new TUT for adding logo in "About Phone" .
Inspired by this THREAD
Credits :
@gravtec for inspiring big thanks for you bro .
What you need ? :
Latest APKTOOL package .
A brain .
PC .
Knowledge in decompiling and recompiling .
Lets start the GUIDE !
Resources
APKTOOL here .
Image Resolution : 700*215 .
Guide​
First Part​
Decompile Settings
Go to res/Layout folder
Download this file
paste it in Layout folder
Second Part​
Copy the image to res/drawable folder
Rename it to logo and it must be "PNG" !
EX: logo.png
Click to expand...
Click to collapse
Third Part​
Go to res/xml
open device_info_settings.xml
Add this
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
after this line
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Click to expand...
Click to collapse
EX :
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<PreferenceScreen android:layout="@layout/logo" android:key="od_logo" />
Click to expand...
Click to collapse
SAMPLE
{
"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"
}
IF you see this Guide useful ... Hit thanks

Reserved for future
More things will add for this feature

Does this works only in Sony Devices ?

laura almeida said:
Does this works only in Sony Devices ?
Click to expand...
Click to collapse
I am wondering about that to

laura almeida said:
Does this works only in Sony Devices ?
Click to expand...
Click to collapse
No, it can works perfectly on another devices as well. That thread was created on Sony forum, but can be usable on you Galaxy s3. Cheers!

laura almeida said:
Does this works only in Sony Devices ?
Click to expand...
Click to collapse
Is supposed to work in all devices just becouse it is android CODE for all phone

Wow, this seems surprisingly simple enough. Can't wait to try this.

Help
Friend did not understand the tutorial ... can add some images!

Umm... this is basically the same as making ANY layout change in any Android application .
You don't have to do this in just Settings! This can be done in ANY app.
However, this resolution will be different in different devices like XXHDPI, XHDPI, and the XXXHDPI on the uber resolution devices. You really should just look at the border sizes (typically 10-20px per edge, depending on the resolution of the device.).
Oh, and don't forget to RESIGN the apk. Some devices may not play nice with an Altered Settings application that isn't signed with system-level keys.
That is all.

A problem: I don't have the red line in my settings
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
Click to expand...
Click to collapse
Help?

LeJolly said:
A problem: I don't have the red line in my settings
Help?
Click to expand...
Click to collapse
If you dont have it ... so no need to for it ... past the code after the first line

abo hani said:
If you dont have it ... so no need to for it ... past the code after the first line
Click to expand...
Click to collapse
Thanks, I kinda realized that and I can always restore a backup, but just wanted to make sure

abo hani said:
Hello folks .... I’ve backed to xda after a looong time because exams
My new TUT for adding logo in "About Phone" .
Inspired by this THREAD
Credits :
@gravtec for inspiring big thanks for you bro .
What you need ? :
Latest APKTOOL package .
A brain .
PC .
Knowledge in decompiling and recompiling .
Lets start the GUIDE !
Resources
APKTOOL here .
Image Resolution : 700*215 .
Guide​
First Part​
Decompile Settings
Go to res/Layout folder
Download this file
paste it in Layout folder
Second Part​
Copy the image to res/drawable folder
Rename it to logo and it must be "PNG" !
Third Part​
Go to res/xml
open device_info_settings.xml
Add this after this line
EX :
SAMPLE
IF you see this Guide useful ... Hit thanks
Click to expand...
Click to collapse
i followed your steps and modified my setting.apk but when i replace original settings.apk
it gave me bootloops........
Sir .. plsssssssss help me....

Vkas Raj said:
i followed your steps and modified my setting.apk but when i replace original settings.apk
it gave me bootloops........
Sir .. plsssssssss help me....
Click to expand...
Click to collapse
Did you drag Meta-Inf folder from original to modded one (you need to know how to decompile !)

laura almeida said:
Does this works only in Sony Devices ?
Click to expand...
Click to collapse
safariking said:
I am wondering about that to
Click to expand...
Click to collapse
herna said:
No, it can works perfectly on another devices as well. That thread was created on Sony forum, but can be usable on you Galaxy s3. Cheers!
Click to expand...
Click to collapse
kusanou said:
Wow, this seems surprisingly simple enough. Can't wait to try this.
Click to expand...
Click to collapse
Marília de Oliveira said:
Friend did not understand the tutorial ... can add some images!
Click to expand...
Click to collapse
werty100 said:
Is supposed to work in all devices just becouse it is android CODE for all phone
Click to expand...
Click to collapse
Its layout changes ... so it must work on all android devices
For the photo here you go :
http://forum.xda-developers.com/showthread.php?t=2560726
See examples

Cool!
Did in my Settings and everything worked. look at the picture below! Tested on Xperia Mini Pro Sk17a - with custom rom based on ics firmware 587. I hope more new stuff! Nevertheless, Keep your work. Thank you :good:

When i click on About Phone my Settings force close

▶theDr0idman◀ said:
When i click on About Phone my Settings force close
Click to expand...
Click to collapse
Send me your settings.apk I do for you
Sent from my SK17a using XDA Free mobile app

Marília de Oliveira said:
Send me your settings.apk I do for you
Sent from my SK17a using XDA Free mobile app
Click to expand...
Click to collapse
I have sent you a PM

▶theDr0idman◀ said:
When i click on About Phone my Settings force close
Click to expand...
Click to collapse
You may did a wrong editing in About Settings XML .
Sent from my LT26w using Tapatalk

Related

[CROSSPLATFORM][Decompile/Compile] Quick Mod Tool CrossPlatform [decompile and compile with speed]

[CROSSPLATFORM][Decompile/Compile] Quick Mod Tool CrossPlatform [decompile and compile with speed]
Java Cross-Platform QuickMod tool
Click to expand...
Click to collapse
The latest cross platform build was brought to you by @userdelroot, thank him for the GUI cross platform version, he deserves it!
{
"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"
}
QUICK MOD TOOL
Sick of having to download multiple tools to get one job done? heres one that does JUST the basics​
Installs framework
Decompiles .apk files
Decompiles .jar files(classes.dex)
Compiles .apk files
Compiles .jar files(classes.dex)
Decompiles classes.dex file
Cecompiles classes.dex file
Signs .apk files
Clear working files
Integrated process log
Integrated verbose log​
Click to expand...
Click to collapse
DOWNLOADS
-Only 4MB
............
Mirror 1 | Mirror 2​
Click to expand...
Click to collapse
INSTALLATION
Extract.
Place the files you wanna mod in the folders.
Run the tool and select what you wanna do.​
Click to expand...
Click to collapse
CREDITS
userdelroot - this guy is the legend who made the linux version!
iBotPeaches
Brut.all​
XDA:DevDB Information
QuickModTool, Tool/Utility for the Android General
Contributors
ricky310711, userdelroot
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2013-11-22
Created 2013-11-21
Last Updated 2014-05-11
@ricky310711 thanks alot for this tool!!
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
cezeff said:
why the heck hasnt anyone being using the crap out of this thing??????....its awesome...allow me to explain...i really like the ui of the focal camera but hate not being able to turn the sound off...so i used this...decompiled it....replaced the sounds with blank /silent mp3s and recompiled it and signed it...and it worked...only issue is that the video camera forced closed when trying to switch back...im going to do a logcat nad post the apk here so if anyone can help it would be greatly appreciated....
heres the apk... ill submit the logcat as soon as i can
https://drive.google.com/file/d/0B06L494jdQAlVzZubWdWS2FVVFU/edit?usp=sharing Focal Cam w/o Sound
Click to expand...
Click to collapse
-CALIBAN666- said:
Just one word.....AWESOME!!!!!GREAT WORK.:thumbup::thumbup::beer::beer:
MANY GREEEETZ!!!
Click to expand...
Click to collapse
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Thanks
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Le [email protected] said:
Hi,
I made this with your tool, thank you, and please, update
I just needed tu run the bat file as administrator tu fully working.
Click to expand...
Click to collapse
looks good! confirmed working on the SGS3 i9300 SmartDroid rom by me and SkywalkerZ!
i will update it in 5 minutes, and i will add request for admin when opening it!
Updated to 2.0
bug
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Le [email protected] said:
Thank you for the update.
There is a problem of distorted display.
Just add this line that comes from the previous version:
mode con: cols = 124 lines = 35
at the beginning of file tool.bat
Not tested the new faetures yet.
Thanks again.
Click to expand...
Click to collapse
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
ricky310711 said:
Really? In V2 I didnt set the mode because I had problems when facing errors while doing task, I couldnt see far back!
Click to expand...
Click to collapse
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
husen4u said:
Please Make A Tool To Decompile Huawei Apks. I Cannot Decompile Huawei System Apks With Anytool In This Forum
Files Are Here If You Want To Check : Download
Thanks A Lot
Click to expand...
Click to collapse
did you install the framework?
ricky310711 said:
did you install the framework?
Click to expand...
Click to collapse
Yes i Did. Thanks For Reply
husen4u said:
Yes i Did. Thanks For Reply
Click to expand...
Click to collapse
You will have to take it up with @iBotPeaches as thats the developer of apktool...
ricky310711 said:
you both like it? i made an update that has a little more option like decompiling classes.dex for me and @SkywalkerZ but didnt release seeing as everyone seems to like other tools like apk manager etc, should i release the update?
Click to expand...
Click to collapse
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
cezeff said:
yeah i would recommend whatever updates that you could push out...that would be great...its already an awesome tool
Click to expand...
Click to collapse
really it was just a little project i went through with for myself, to do the basics.. glad everyone likes it!
thanx for update,worx great. :good:
a new tooll in market...
but i think it have smaili error when i editing, it generates weird error i cant read it... annoyed but great tool..
I'll probably have to wait for a Linux version, but good job :good:
Wow, this is featured on the XDA Portal. Nice job. I will start using this, seems less uglier than most. I like it !!
Sent from my Nexus F...Fi...Fii...Ahem...*clears throat*... Five.

[TUTORIAL] [4.1+] [UPDATE :- 20.01.2014] Make 5 Button Navigation Bar Mod

:laugh: XDA PORTAL :laugh:
Click to expand...
Click to collapse
{
"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"
}
Friends
Here is a Little Tutorial for making a 5 Button Navigation Bar mod. This tutorial should work in all sony devices that running Android version 4.1 and above. Tested in 4.4.4 too. Works well.
Lets Begin
Click to expand...
Click to collapse
U all know that the Default Navigation Bar comes with only 3 Buttons. Back , Home and Recent Apps. So this little tutorial will help u to add extra two buttons (Very useful at some times) to the Navigation bar. One is Power Button and Next is Menu Button.
Things Needed:-
Click to expand...
Click to collapse
One PC
Little Knowledge of Decompiling, Editing XML Files and Signing Apks
Notepad ++
Some Brains :silly:
Note :- U can get the Notepad++ and Apktool for De compiling from here. Also there is a nice tutorial too..
http://forum.xda-developers.com/showthread.php?t=2195680
Click to expand...
Click to collapse
.
(1) Decompile ur SystemUI.apk and go to res/drawable-xxhdpi folder.Then download ,extract and move the " TWO " attached pngs to that folder. It will ask for replace. Click yes. Do the same in “drawable-xhdpi“ folder too. Not necessary. But just do.
For Device With XHDPI Add the Pngs to XHDPI Folder
For Device With HDPI Add the Pngs to HDPI Folder
(2) Then go to res/values folder and find ids.xml file. Open it with Notepad++ ( Right Click and then Edit With Notepad++ ) . Then add this line at the end
false
false
Click to expand...
Click to collapse
Save it and close it.
(3) Now go to res/values/strings.xml and add this line at the end
Lock
Click to expand...
Click to collapse
save the xml file and close it..
(4) Then go to res/layout and find navigation-bar.xml and open it with Notepad++. U can find this
Just delete the marked lines and paste these lines to there
Click Here
Then save it and scroll down and u will see this
Just delete the marked lines and paste these lines there
Click Here
Save it and close the xml file
(5) Recompile and sign the SystemUI.apk and use it.. U will get 5 Button Navigation Bar…:good::good::good:
Credit :
@sandy7 for Basic Tips
DOWNLOADS
(1) View attachment Power_Button_XXHDPI.zip
(2) Power Button for XHDPI Devices. http://d-h.st/tkg Thanks to My Brother @DaRk-L0rD
The much needed guide bro.
Thanx to u for posting it
dipesh1502 said:
The much needed guide bro.
Thanx to u for posting it
Click to expand...
Click to collapse
U are welcome my bro
iamkani said:
Is it working on Stock rom??
From Xperia Z LTE (C6603) by Kaniboy
Click to expand...
Click to collapse
Yes it will. But u need a deodexed stock rom for that.. Because this mod needs deodexed apks
iamkani said:
Okay... im on it. but u hv to help me...
From Xperia Z LTE (C6603) by Kaniboy
Click to expand...
Click to collapse
Sure no problem.. Always happy to help
iamkani said:
Ill upload u my system ui.. Will u do that for meee
From Xperia Z LTE (C6603) by Kaniboy
Click to expand...
Click to collapse
Yes sure
hello razeev bro,
Does this work with Pac rom ? :cyclops:
mnzel said:
hello razeev bro,
Does this work with Pac rom ? :cyclops:
Click to expand...
Click to collapse
Nope it will not....
But u can try...
change buttons
How you can change the order of the buttons?
mohoram said:
How you can change the order of the buttons?
Click to expand...
Click to collapse
Changes the lines navigation-bar.xml that i provided...
Rajeev said:
Changes the lines navigation-bar.xml that i provided...
Click to expand...
Click to collapse
You mean the order of the text?
each button are two lines of program, right?
mohoram said:
You mean the order of the text?
each button are two lines of program, right?
Click to expand...
Click to collapse
Yes.. Absolutely
Hi @iamkani bro
Try this 5 Button Mod for Stock Deodexed ROM. I dont have my XZ to Test. So test this and Report with A Screen Shot... :good:
Regrads
Rajeev
works!
JediRAMA said:
works!
Click to expand...
Click to collapse
Then press the Thanks button for my work my Friend.. :thumbup:
Rajeev said:
TUTORIAL – ADDING 5 BUTTONS MOD IN NAVIGATION BAR
Friends
Here is a Little Tutorial for making a 5 Button Navigation Bar mod. I know some of you are already knows this. So if u already knows this means leave it. This is for new Friends.
Click to expand...
Click to collapse
I was able to use your tutorial and code to make a four button navi bar. I appreciate your time and effort.
Trucifix said:
I was able to use your tutorial and code to make a four button navi bar. I appreciate your time and effort.
Click to expand...
Click to collapse
Thanks my friend... Hope u like it
Screen Shoot
iamkani said:
wait..................... i am testing....................................
Click to expand...
Click to collapse
DID IT WORK? I will also try it out my self. Do I wipe cache, dalvik cache, flash, and wipe cache again. reboot?
std396 said:
DID IT WORK? I will also try it out my self. Do I wipe cache, dalvik cache, flash, and wipe cache again. reboot?
Click to expand...
Click to collapse
No need to do any wipes.
Rajeev said:
Hi @iamkani bro
Try this 5 Button Mod for Stock Deodexed ROM. I dont have my XZ to Test. So test this and Report with A Screen Shot... :good:
Regrads
Rajeev
Click to expand...
Click to collapse
I flashed the zip file via cwm. I wiped cache, and dalvik cache, flashed the zip. Still didn't get 5 button navigation bar, I still just have the home, back, and small apps icon. Did I do something wrong? Ps I have deodex 67 stock rom. I want to have 5 buttons so bad.
Sent from my C6603 using XDA Premium 4 mobile app

[Tutorial]Howto Add Cpu Control & Stats in Settings.apk !

Hello People !!
As you know i have Cpu control and stats under developer options
as in my modified settings.apk and i wanna share to ya`ll howto add
{
"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"
}
REQUIREMENTS:
You need to know how to decompile, compile and sign an apk.
Notepad++
A Deoxeded Rom.
Settings.apk
The attachment from below
[Black and White CpuSettings + Stats]
+++++++++++++++++++++++++
1. Download the atachemtent witht the cpu apps
2. Decompile settings.apk
3. Go to res/values/strings.xml
add the following lines:
Code:
<string name="cpu_control">CPU Control</string>
<string name="cpu_control_summary">Manage CPU frequencies and governor</string>
<string name="cpu_stats">CPU Stats</string>
<string name="cpu_stats_summary">Monitor CPU usage</string>
<string name="cpu_setting_header">System</string>
Save it and close it
5. Now navigate to res/xml/development_prefs
add the following lines:
Code:
<PreferenceCategory android:title="@string/cpu_setting_header" android:key="cpu_setting_header">
<PreferenceScreen android:title="@string/cpu_control" android:key="cpu_control" android:summary="@string/cpu_control_summary">
<intent android:targetPackage="it.sineo.android.noFrillsCPUClassic" android:action="android.intent.action.MAIN" android:targetClass="it.sineo.android.noFrillsCPUClassic.activity.MainActivity" />
</PreferenceScreen>
<PreferenceScreen android:title="@string/cpu_stats" android:key="cpu_stats" android:summary="@string/cpu_stats_summary">
<intent android:targetPackage="com.bvalosek.cpuspy" android:action="android.intent.action.MAIN" android:targetClass="com.bvalosek.cpuspy.ui.HomeActivity" />
</PreferenceScreen>
</PreferenceCategory>
6. Save and close it
7. Recompile the settings
8. Make a flashable zip with the 2 apps
Cpusettings.apk and cpustats.apk and
your modified settings.apk
9. Flash and enjoy
..Credits.. ​
@DaRk-L0rD For Little Help
@ZN6: For the CPU apps​
Enjoy this tut !!
Very very nyc and useful guide bro... Not as much of hard.. Its looking very easy for me.. Surely will try
Rajeev said:
Very very nyc and useful guide bro... Not as much of hard.. Its looking very easy for me.. Surely will try
Click to expand...
Click to collapse
thanks bro @Rajeev
its kinda easy todo
Very nyc tut
Good work bro

			
				
dipesh1502 said:
Very nyc tut
Click to expand...
Click to collapse
AndroidNoob69 said:
Good work bro
Click to expand...
Click to collapse
DaRk-L0rD said:
Click to expand...
Click to collapse
Thanks brothers and teammates @dipesh1502, @AndroidNoob69 and @DaRk-L0rD
Sent From Cybertron With My Powerfull Xperia P
13 downloads
5 thanks
Thanks lazy ones !
I added my xperia sp official 4.3 settings and not avalibe this development.
Please help.
jancsessz said:
I added my xperia sp official 4.3 settings and not avalibe this development.
Please help.
Click to expand...
Click to collapse
I dont know what you mean be clear please !
Btw
Wow someone founed this thread.. Great !!
Sent From Cybertron With My Powerfull Xperia P
Pandemic said:
I dont know what you mean be clear please !
Btw
Wow someone founed this thread.. Great !!
Sent From Cybertron With My Powerfull Xperia P
Click to expand...
Click to collapse
I assume this method won't work on Samsung devices, right??
I mean this tut should be only for Sony devices, cuz it's under [Development Projects for Sony Devices], am I right?
this is just adding an app to settings? this is really universal not just for this device.
ricky310711 said:
this is just adding an app to settings? this is really universal not just for this device.
Click to expand...
Click to collapse
With this tutorial you will add the cpu settings and stats under the developer option menu. If you want to add them in the settings menu, you have to edit the settings_header.xml in the xml folder.
Most likely this tutorial works for all devices
Yeah this is on the portal !!
http://www.xda-developers.com/andro...ttings-into-sony-xperia-device-settings-menu/
Happy me ^^
Sent From Cybertron With My Powerfull Xperia P
DaRk-L0rD said:
With this tutorial you will add the cpu settings and stats under the developer option menu. If you want to add them in the settings menu, you have to edit the settings_header.xml in the xml folder.
Most likely this tutorial works for all devices
Click to expand...
Click to collapse
development settings is the right place for it
and yeah its universal! ill be adding it to the S3(SmartDroid) soon
thanks to the OP! good job!
ricky310711 said:
development settings is the right place for it
and yeah its universal! ill be adding it to the S3(SmartDroid) soon
thanks to the OP! good job!
Click to expand...
Click to collapse
@ricky310711
Yes indeed and then down below in developer options what i have, my pleasure and ok let me know if it works for Samsung
Sent From Cybertron With My Powerfull Xperia P
Pandemic said:
Hello People !!
As you know i have Cpu control and stats under developer options
as in my modified settings.apk and i wanna share to ya`ll howto add
....​
Click to expand...
Click to collapse
Hi,
can't u add already compiled .apk??? so, who don't have compile skill can take benefit from it.... ​
nnneha said:
Hi,
can't u add already compiled .apk??? so, who don't have compile skill can take benefit from it....
Click to expand...
Click to collapse
Has to be device and android version specific mate.
Pandemic said:
@ricky310711
Yes indeed and then down below in developer options what i have, my pleasure and ok let me know if it works for Samsung
Sent From Cybertron With My Powerfull Xperia P
Click to expand...
Click to collapse
works fine on the SGS3 gt-i930.

[Guide][TUT] Animation in Honami framework-res

Hey , guys actually i'm new , i do not have so much knowledge, and also my english is very awful
So,if somewhere you don't understand ,just tell me , thanks​
Let's see what i'll teaching you today
picture prview
Android Defaul
{
"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"
}
Honami style
It's used for unknown progress,and honami styles spinner by a lot of pictures , so you can replace it by yourself
for example​
Seems like
So, here we go
1.Decompile framework-res.apk
2.Download resources
View attachment resources.zip
put file into drawable and drawable-hdpi
3.go to res\values\styles.xml open it with notepad2
search code
HTML:
progress_medium_holo
change to
HTML:
semc_progress_medium_holo
search code
HTML:
progress_small_holo
change to
HTML:
semc_progress_small_holo
search code
HTML:
progress_large_holo
change to
HTML:
semc_progress_large_holo
and add code before </resources>
HTML:
<style name="Widget.Holo.ProgressBar.ActionBar" parent="@style/Widget.Holo.ProgressBar">
<item name="indeterminateDrawable">@drawable/semc_progress_actionbar_holo</item>
</style>
seems like this
All right,Compile and enjoy it
there is a check Animation i still not figure out how does it work
If you interested,contact me
like it ? how about press thanks
nice job dude :good: .
do you also know how to change tab indicators ?
Can you post a guide for transforming it to Honami Framework Styles ?
XT-107 said:
nice job dude :good: .
do you also know how to change tab indicators ?
Click to expand...
Click to collapse
Your Poingt Being
abo hani said:
Can you post a guide for transforming it to Honami Framework Styles ?
Click to expand...
Click to collapse
Witch style ? I don't get it
ljg211314 said:
Your Poingt Being
Click to expand...
Click to collapse
i meant do you know how to port tab indicators ?
XT-107 said:
i meant do you know how to port tab indicators ?
Click to expand...
Click to collapse
you mean this ?
or this ?
ljg211314 said:
you mean this ?
Click to expand...
Click to collapse
yes
XT-107 said:
yes
Click to expand...
Click to collapse
it's simple , i'll try it , some resources in drawable and drawable-hdpi and styles.xml
I'll try to hack it right now
ljg211314 said:
it's simple , i'll try it , some resources in drawable and drawable-hdpi and styles.xml
I'll try to hack it right now
Click to expand...
Click to collapse
awesome dude , looking forward :good:
XT-107 said:
awesome dude , looking forward :good:
Click to expand...
Click to collapse
Here, there is txt file means to you need to change code in stylea.xml
If you still don't understand ,I will create a new guide tomorrow:silly:
View attachment 2879318
ljg211314 said:
Here, there is txt file means to you need to change code in stylea.xml
If you still don't understand ,I will create a new guide tomorrow:silly:
View attachment 2879318
Click to expand...
Click to collapse
thanks . i'll try now
XT-107 said:
thanks . i'll try now
Click to expand...
Click to collapse
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
XT-107 said:
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
Click to expand...
Click to collapse
delete the 1995 and 1837 line in your style.xml and try again
XT-107 said:
W: Could not find sources
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3659: error: Resource entry Widget.Holo.Light.ActionBar.TabView already has bag item background.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1995: Originally defined here.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:3662: error: Resource entry Widget.Holo.Light.TabWidget already has bag item tabLayout.
C:\AndroidMultitool\Decompiled_apk\framework-res\res\values\styles.xml:1837: Originally defined here.
facing this problem
here's my style.xml
Click to expand...
Click to collapse
Visit Here , A new guide by me
http://forum.xda-developers.com/crossdevice-dev/sony/guide-honami-style-tab-indicators-t2835607
Touchwiz
Ok i have to say...
Well done. Your theme-ing looks nice.
But is there anyone out there that is willing to share a TUT on how to theme 4.4.2 touchwiz framework?
Thanks in advance.
nice guide man thanks!
and congratulations your thread is on XDA PORTAL POSTS
To OP, @ljg211314, whatever image host that you used to post pictures in your threads & posts, it is down. So all the images in your threads & posts are not displayed. Hence, I request you to take necessary action so that the images in your threads & posts are displayed properly.
are this work with mm 6.0.1?

[Tutorial] Adding "Walkman" & "Movies" to Ultra Stamina Mode

In The Name of GOD​
Hi EveryOne
Here's a Tutorial on How to Add "Walkman" & "Movies" to Ultra Stamina Mode
{
"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"
}
Requirements:
1.USMHome.apk
2.Notepad ++ or any Editor
3.Apktool to Decompile apk
4.A Brain!
Tutorial:
1.First you need "USMHome.apk" (you can find it in system/app)
2.Decompile "USMHome.apk"
3.Open res/xml/settings_headers.xml
Add these Lines at the end of codes (like image below!)
Code:
<header android:icon="[B]@drawable/ic_walkman[/B]" android:id="[B]@id/walkman[/B]" android:title="[B]@string/walkman[/B]">
<intent android:targetPackage="com.sonyericsson.music" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.music.MusicActivity" />
</header>
<header android:icon="[B]@drawable/ic_movies[/B]" android:id="[B]@id/movies[/B]" android:title="[B]@string/movies[/B]">
<intent android:targetPackage="com.sonyericsson.video" android:action="android.intent.action.MAIN" android:targetClass="com.sonyericsson.video.browser.BrowserActivity" />
</header>
4. @drawable/ic_walkman & @drawable/ic_movies : This lines set the logo that is going to display in Setting
So you need "Walkman" & "Movies" Icon (you can use any png icon)
If you don't have the icons, you can download them from HERE
Next step is adding icons with right Dimension and Walkman & Moives icon must named ic_walkman & ic_movies in res/drawable-*dpi/
drawable-hdpi---------------------------------->48*48 Pixels
drawable-mdpi---------------------------------->32*32 Pixels
drawable-xhdpi--------------------------------->64*64 Pixels
drawable-xxhdpi-------------------------------->96*96 Pixels​
this icon will be show up in settings
5. @string/walkman & @string/movies : The Name that will Show in Setting
Open strings.xml and add this code
Code:
<string name="walkman">Walkman</string>
<string name="movies">Movies</string>
6. @id/walkman & @id/movies
Open res/values/ids.xml and add this code
Code:
<item type="id" name="walkman">false</item>
<item type="id" name="movies">false</item>
7.Recompile your Apk and Sign it
8. Transfer it to system/app and set Permissions
Note:
This Should work with any Xperia Rom that Support Ultra Stamina Mode.
I test it on my Xperia Z1 ST Ultimate Rom and it Worked Perfectly
So Test it on Your Own RISK
Updata:
if it's hard for you just replace this file
http://d-h.st/3Yy
Credits:
Madaditya : For his topic that teached me a lot
Hit Thanks if you find it helpful :good:​
Very Nice :good::good:
Awesome mahn you nailed it... Another form we were talking with @niaboc79 about adding this feature in his ROM and looks like you did it ... Can you add whatsapp also ?
shubham meena said:
Awesome mahn you nailed it... Another form we were talking with @niaboc79 about adding this feature in his ROM and looks like you did it ... Can you add whatsapp also ?
Click to expand...
Click to collapse
i didn't try it yet!
but in order to add whatsapp you need wifi connection
i think it's possible to add both of them
but what's the point of ultra stamina if you add wifi and another apps?
i Thought music and movie is more necessary than anything, so i just add them
Nice tutorial.:fingers-crossed:
Nice! Allthough if you're messing with /system/ you also need root, correct?
I believe you should add this requirement to the post (in big red letters) to avoid at least SOME questions in this matter.
sgiannouris said:
Nice! Allthough if you're messing with /system/ you also need root, correct?
I believe you should add this requirement to the post (in big red letters) to avoid at least SOME questions in this matter.
Click to expand...
Click to collapse
for changing it you need PC and flashtool
if you want replace file with Explore you will need root
but you can replace it with a flashable zip (or other ways) "without root"
is this work for 4.3 ?
Can we add user app(installed on /data/app) too?
Sent from my D6503 using Tapatalk 4
devilmaycry2020 said:
is this work for 4.3 ?
Click to expand...
Click to collapse
do you have ultra stamina in 4.3?
if yes, so it must work
hw0603 said:
Can we add user app(installed on /data/app) too?
Sent from my D6503 using Tapatalk 4
Click to expand...
Click to collapse
yes you can but not with this TUT
i will write new TUT for it
actually in new TUT i will tell you have to customize ultra stamina (how to add app in launcher and ......)
so wait for it :good:
yes you can but not with this TUT
i will write new TUT for it
actually in new TUT i will tell you have to customize ultra stamina (how to add app in launcher and ......)
so wait for it :good:[/QUOTE said:
OK Thanks. I gonna wait for that TUT
Click to expand...
Click to collapse
Considering that Internet browsing is disabled in ultra stamina, would FM radio works?
I regularly use the fm radio and it would be real good if it could be used in ultra stamina mode.
HotKillerZzz said:
Considering that Internet browsing is disabled in ultra stamina, would FM radio works?
I regularly use the fm radio and it would be real good if it could be used in ultra stamina mode.
Click to expand...
Click to collapse
i have fm radio in ultra stamina
it's enabled in stock
Very good guide Thanks
I tried to Z2 but I have this message
some ideas?
i have use 23...167 Rom 4.4.4 for Z2
Ambor said:
Very good guide Thanks
I tried to Z2 but I have this message
some ideas?
i have use 23...167 Rom 4.4.4 for Z2
Click to expand...
Click to collapse
yes
there is another guide
but i was busy
can you give me your SuperStamina.apk from System/app
i think i know how to make it work
samadipoor2 said:
yes
there is another guide
but i was busy
can you give me your SuperStamina.apk from System/app
i think i know how to make it work
Click to expand...
Click to collapse
Yes
Ambor said:
Yes
Click to expand...
Click to collapse
just replace and set permission
for preview of new guide
i add Movies to launcher
see it yourself
http://d-h.st/3Yy
samadipoor2 said:
just replace and set permission
for preview of new guide
i add Movies to launcher
see it yourself
http://d-h.st/3Yy
Click to expand...
Click to collapse
Thanks Bro will check
Bro works Thanks. Surely i will mention you in 2.2 MW
Ambor said:
Thanks Bro will check
Bro works Thanks. Surely i will mention you in 2.2 MW
Click to expand...
Click to collapse
you are welcome :good:
hope you and other enjoy it
samadipoor2 said:
you are welcome :good:
hope you and other enjoy it
Click to expand...
Click to collapse
Sure. Again thanks

Categories

Resources