[9/5/13] [.587] Xperian Settings v1.4 MDPI

Y

yamin8000

Guest
IF You Have Xperia Sola/P/U Use This Mod
must be working in stock/based ROM
This Mod Is Originally Based On NXT Settings By @Pranav Pandey

i found that setup guide in settings isn't working and useless
i made some change on it and change it to CPU control.
installation for old versions
plz make backup before do anything
download xperianvX_Settings.apk and it.sineo.android.noFrillsCPU-1.apk from attachments
rename xperianvX_Settings.apk to Settings.apk and push to /system/app set permission to rw-r--r-- and push it.sineo.android.noFrillsCPU-1.apk and set permission to rw-r--r-- (if you don't know what is this permission check screenshot in attachments)
reboot and enjoy.
if you had any problem try wiping cache and dalvik cache
:cowboy:
screenshots in attachments
Screenshots From 1.3

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Installation For v1.3 And Upper
Extract Archive And Copy APKs To /system/app And Change Permissions
Or Simply Use This Flashable Zip By Pranav Pandey (Fixed For All ROMs)
For Getting Work Status Bar Preferences Use This From serajr

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Note:This Settings Support/Has Following Options:
This Mod Change Your Old Stock Settings Style To NXT Style
Kill App Via Long Press Back Key
Media Server Settings
Location Based Wifi
Clear Phase
Bravia Engine 2
LockScreen Settings
Wifi Direct
NFC

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Change logs
1:First Release
1.1:Minor Change
1.2:Status Bar Preferences Added (For serajr systemui)
1.21:Layout Bug Fix In APPS Section
1.3:Music Light Effects Added (Recommended For LWW)
1.4:Changed Xperian To Advanced
Hided Dock Setting Because It Was Useless
Some Other Minor Changes
Bugs In 1.4 : Display Section Force Close

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
a tutorial from sandy for adding new option in settings.apk
Thanks Pranav Pandey For Original Settings And His Helps
And Serajr For His Beautiful Status Bar

hit thanks if worked
Sry For My Bad English
 

Attachments

Last edited:

SS-4050

Senior Member
Jun 7, 2012
1,092
470
0
Bandung
Re: [Only For xNXT ROM] New Settings With CPU Control

How to Change It? I Mean do you have any tutorial how to change or add menu in setting? Like you remove the setup guide and add the cpu control
 

sandy7

Inactive Recognized Developer
May 28, 2012
6,215
6,842
0
31
bangalore
Re: [Only For xNXT ROM] New Settings With CPU Control

How to Change It? I Mean do you have any tutorial how to change or add menu in setting? Like you remove the setup guide and add the cpu control
Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml

And remove the cpu control string..
Recompile.

Sent from my Xperia Mini Pro using XDA Premium HD app
 

SS-4050

Senior Member
Jun 7, 2012
1,092
470
0
Bandung
Re: [Only For xNXT ROM] New Settings With CPU Control

Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml

And remove the cpu control string..
Recompile.

Sent from my Xperia Mini Pro using XDA Premium HD app
I can decompile apps and recompile it again, Thanks sandy for your reply will try tommorow for experiments :)
 

sandy7

Inactive Recognized Developer
May 28, 2012
6,215
6,842
0
31
bangalore
Re: [Only For xNXT ROM] New Settings With CPU Control

I can decompile apps and recompile it again, Thanks sandy for your reply will try tommorow for experiments :)
Iam on phone now....if u want even more in detail ask me ok..
I think I should add this in my tut thread.

Sent from my Xperia Mini Pro using XDA Premium HD app
 
  • Like
Reactions: SS-4050

SS-4050

Senior Member
Jun 7, 2012
1,092
470
0
Bandung
Re: [Only For xNXT ROM] New Settings With CPU Control

Iam on phone now....if u want even more in detail ask me ok..
I think I should add this in my tut thread.

Sent from my Xperia Mini Pro using XDA Premium HD app
If i want to add other function like an SMS counter etc, What should i do?

Please add this to your tutorial, It will be a great help! :D
 

avirale123

Senior Member
Aug 26, 2012
278
20
0
santa marta
Its simple...if u know how to decompile..
Decompile the settings.apk
Goto res/xml/settings_header.xml

And remove the cpu control string..
Recompile.

Sent from my Xperia Mini Pro using XDA Premium HD app
Excuse me if I want to transfer those settings to other settings
I just have to add these lines
or will I have to make other changes
 

sandy7

Inactive Recognized Developer
May 28, 2012
6,215
6,842
0
31
bangalore
Excuse me if I want to transfer those settings to other settings
I just have to add these lines
or will I have to make other changes
u need to change the lines in 3 xml's

decompile bot the settings and compare the strings in these xml's

res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
 
Y

yamin8000

Guest
u need to change the lines in 3 xml's

decompile bot the settings and compare the strings in these xml's

res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
i do not understand what is in public.xml?
can you explain me about that hexs?
i know and understand what is hex but do not know what they mean in public.xml.
 

sandy7

Inactive Recognized Developer
May 28, 2012
6,215
6,842
0
31
bangalore
i do not understand what is in public.xml?
can you explain me about that hexs?
i know and understand what is hex but do not know what they mean in public.xml.
public xml where u give ids in hex codes..
hex codes run in a continuous form 0-9 and a-f

for example-if u adding a string in public.xml and the last line hex code is 0x7f0b0630 so the next hex codes will be
0x7f0b0631
0x7f0b0632
0x7f0b0633
0x7f0b0634
0x7f0b0635
0x7f0b0636
0x7f0b0637
0x7f0b0638
0x7f0b0639
0x7f0b063a
0x7f0b063b
0x7f0b063c
0x7f0b063d
0x7f0b063e
0x7f0b063f
0x7f0b0640
0x7f0b0641


and so on
 

ZN6

Senior Member
Oct 29, 2011
992
1,305
0
N/A
Re: [Only For xNXT ROM] New Settings With CPU Control-plz someone test it in stock ro

And be sure to add png in drawable folder. For mdpi, just put it in drawable-mdpi folder.


Feel free to hit
if this post help you anyway.

Sent from LT22i via Tapatalk.
 
  • Like
Reactions: sandy7

avirale123

Senior Member
Aug 26, 2012
278
20
0
santa marta
u need to change the lines in 3 xml's

decompile bot the settings and compare the strings in these xml's

res/values/strings.xml
res/values/public.xml
res/xml/settings_header.xml
First thank you very much for answering
I have to buy it look one by one each line
or is there an easier way
because many lines
 
Y

yamin8000

Guest
help
[*] "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"
recompiling "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"...
I: Copying classes.dex file...
I: Building resources...
I: Building apk file...
The system cannot find the drive specified.
 

sandy7

Inactive Recognized Developer
May 28, 2012
6,215
6,842
0
31
bangalore
Re: [Only For xNXT ROM] New Settings With CPU Control-plz someone test it in stock ro

help
[*] "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"
recompiling "F:\Documents and Settings\YS\My Documents\AutoAPKTool2.0.4a\AutoAPKTool2.0.4\_INPUT_APK\cpu_Settings"...
I: Copying classes.dex file...
I: Building resources...
I: Building apk file...
The system cannot find the drive specified.
All is fine..I dont see any errors in it..

Sent from my SK17i using XDA Premium HD app