[How To][Guide] Fast Scene Recognition & Photostack On Stock Camera ICS - Sony Ericsson Xperia Neo, Pro

Hi guys ...
I shared a tutorial for you and is very easy to do
How to enable faster scane recognition :
Open Root Explorer go to the folder data> data> com.sonyericsson.android.camera> shared_prefs
open com.sonyericsson.android.camera.cameracapability_pref.xml
<map>
<int name="max_picture_width_1" value="640" />
<boolean name="scenerecognition_supported_0" value="true" />
<boolean name="scenerecognition_supported_1" value="false" />
<int name="max_picture_width_0" value="3264" />
</ map>
Set to
<boolean name="scenerecognition_supported_1" value="true" />
How to enable Photostack like this Screenshot :
{
"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"
}
Open com.sonyericsson.android.camera.photostack_sharedprefs.xml
<map>
<boolean name="photostack_sharedprefs_open_state" value="false" />
</map>
Set to
<map>
<boolean name="photostack_sharedprefs_open_state" value="true" />
</map>
How to enable Photostack in Camera 3D Panorama :
Go to the folder data> data> com.sonyericsson.android.camera3d > shared_prefs
open com.sonyericsson.android.camera.photostack_sharedprefs
<map>
<boolean name="photostack_sharedprefs_open_state" value="false" />
</map>
Set to
<map>
<boolean name="photostack_sharedprefs_open_state" value="true" />
</map>
Thanks to iridaki for inspiration modify from folder data>data

INFO you can achieve the photostack manually thru the camera, just drag the photo to the left.
yes but it locked immediately upon opening the camera
By Rizal Lovins [email protected]"Love Indonesia"

Thanks!
But is the Scene Recognition really faster now??? Idk.

borg17a said:
Thanks!
But is the Scene Recognition really faster now??? Idk.
Click to expand...
Click to collapse
Yeah is faster now
Hit thanks if you like this
By Rizal Lovins [email protected]"Love Indonesia"

Rizal Lovins said:
Yeah is faster now
Hit thanks if you like this
By Rizal Lovins [email protected]"Love Indonesia"
Click to expand...
Click to collapse
Why is it faster? And how can you prove this?
Update: I test it today and I couldn't realize a faster recognition

yeah, can you prove it that its faster?

you try to watch your camera to take object, compare before mod and after mod
By Rizal Lovins [email protected]"Love Indonesia"

Thanks, But this i can find this: shared_prefs in data> data> com.sonyericsson.android.camera3d
How to enable Photostack in Camera 3D Panorama :
Go to the folder data> data> com.sonyericsson.android.camera3d > shared_prefs
open com.sonyericsson.android.camera.photostack_sharedp refs
<map>
<boolean name="photostack_sharedprefs_open_state" value="false" />
</map>
Set to
<map>
<boolean name="photostack_sharedprefs_open_state" value="true" />
</map>
Click to expand...
Click to collapse

Pandemic said:
Thanks, But this i can find this: shared_prefs in data> data> com.sonyericsson.android.camera3d
Click to expand...
Click to collapse
Yeah it for mode 3D Panorama
Thanks buddy
By Rizal Lovins [email protected]"Love Indonesia"

Rizal Lovins said:
Yeah it for mode 3D Panorama
Thanks buddy
By Rizal Lovins [email protected]"Love Indonesia"
Click to expand...
Click to collapse
Yes i know but there is no folder i it with Shared_prefs in de 3d camera by me :s
Best Regards
..:: [email protected]€m!c ::..

Pandemic said:
Yes i know but there is no folder i it with Shared_prefs in de 3d camera by me :s
Best Regards
..:: [email protected]€m!c ::..
Click to expand...
Click to collapse
Owh sorry ... I don't know because in my phone already
Ok I check again
By Rizal Lovins [email protected]"Love Indonesia"

is this faster scene recognition "mod" is for GB too becuse I cannot find com.sonyericsson.android.camera.cameracapability_p ref.xml

Rizal Lovins said:
Owh sorry ... I don't know because in my phone already
Ok I check again
By Rizal Lovins [email protected]"Love Indonesia"
Click to expand...
Click to collapse
Alright is cool mate
Best Regards
..:: [email protected]€m!c ::..

Related

[guide] [xperia] fix cm10 & miui jb mass storage |

in the name of god​
hi all
as you know , we have two select in usb conect mod in cm 10
media device
camera
{
"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"
}
and just mtp in miui 5 (jb)
i think this simple guide can help u
you need :
apk tool ( & apk manager & ...) - to decompile and recompile framework-res.apk
notepad++ - to edit the xml file
root explorer - to copy file from rom to sd card
Click to expand...
Click to collapse
================================================================================
1- copy framework-res.apk to your pc from /system/framework
2- decompile it with apk tool
3- go to created framework-res.apk/res/xml/
4-open " storage_list.xml " with notepad++
5- in this line
Code:
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_sd_card" android:primary="true" android:removable="true" android:maxFileSize="4096" />
add this line Among its
Code:
android:allowMassStorage="true"
after edit you must have this
Code:
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_sd_card" android:primary="true" android:removable="true" android:allowMassStorage="true" android:maxFileSize="4096" />
screen shot
6- save edit and recompile the framework-res.apk
7- copy build.prop in pc and open it with notepad++
8- for cm 10​
edit this line
Code:
persist.sys.usb.config=mtp
to
Code:
persist.sys.usb.config=mass_storage
for miui 5 (jb)​
edit this line
Code:
persist.sys.usb.config=mtp
to
Code:
persist.sys.usb.config=mass_storage,adb
9- save change and replace build.prop and framework-res.apk in rom
you can putt them in flashable zip and install with recovery (attached for u)
hit the thank button if i help u​
reserved
sean.paul said:
reserved
Click to expand...
Click to collapse
test miui v5 3.4.26 NOT WORKING!!!
tankyou man
thank you(damet garm dadash)
Works nice on Miui V5 3.5.4
Sent from my LT18i
Trollizas said:
Works nice on Miui V5 3.5.4
Sent from my LT18i
Click to expand...
Click to collapse
Sadly, this doesn't work for my Xperia Z. Please help, there's no mass storage option even after flashing the zip.
It Works!
Was using FreeXperia (234) CM10 but sadly enough no mass storage support. Followed this article from sean.paul and it worked out great!
See attached file for installable zip (CWM) for FXP234.
Thanks! :good:
phagenauw said:
Was using FreeXperia (234) CM10 but sadly enough no mass storage support. Followed this article from sean.paul and it worked out great!
See attached file for installable zip (CWM) for FXP234.
Thanks! :good:
Click to expand...
Click to collapse
it works thanks
works very well
thank you for this :highfive:
MIUIv5 [email protected]
Thank you!!
It works perfectly in a Galaxy SII with MIUI v5 3.11.8 :laugh:
is it working on cm10.1? or miui jb 4.2.2?
looking for working mass storage on JB4.2.2
Sent from my C5303 using Tapatalk
sean.paul said:
in the name of god​
hi all
as you know , we have two select in usb conect mod in cm 10
media device
camera
and just mtp in miui 5 (jb)
i think this simple guide can help u
​
================================================================================
1- copy framework-res.apk to your pc from /system/framework
2- decompile it with apk tool
3- go to created framework-res.apk/res/xml/
4-open " storage_list.xml " with notepad++
5- in this line
Code:
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_sd_card" android:primary="true" android:removable="true" android:maxFileSize="4096" />
add this line Among its
Code:
android:allowMassStorage="true"
after edit you must have this
Code:
<storage android:mountPoint="/storage/sdcard0" android:storageDescription="@string/storage_sd_card" android:primary="true" android:removable="true" android:allowMassStorage="true" android:maxFileSize="4096" />
screen shot
6- save edit and recompile the framework-res.apk
7- copy build.prop in pc and open it with notepad++
8- for cm 10​
edit this line
Code:
persist.sys.usb.config=mtp
to
Code:
persist.sys.usb.config=mass_storage
for miui 5 (jb)​
edit this line
Code:
persist.sys.usb.config=mtp
to
Code:
persist.sys.usb.config=mass_storage,adb
9- save change and replace build.prop and framework-res.apk in rom
you can putt them in flashable zip and install with recovery (attached for u)
hit the thank button if i help u​
Click to expand...
Click to collapse
Didn't work on xperia miro running cm10 fxp 221. please help

[GUIDE] How to make a Floating Statusbar Like a Phablet/Tablet For CM7

{
"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"
}
Hello, i just try to make my phone like a phablet/tablet with 4.0.4 or 4.1.2 android os last time, but i don't know i can make it a simple or not.
But now i can make it a "pop up manipulation" with some background manipulation too. So, here we go the tutorial will start now!
The first of this tutorial you must know about :
1. How to decompile/compile the apk file (don't ask here, you can search on google how to do that)
2. How to coding a xml file with some code
3. You must have a Apktool/ApkManager/ToolAlite by KuyaGaol
4. You must have a JDK and Latest Net framework for run Apktool/ApkManager/ToolAlite by KuyaGaol
5. You must take a beer! lol
Oke the first method is :
1. Download my Floating.zip
2. Pull the Framework-res.apk and SystemUI.apk
3. Do "if framework" on your Apktool/ApkManager/ToolAlite by KuyaGaol
4. Decompile SystemUI.apk
5. Extract my Floating.zip to your drawable directory. (you can extract on "drawable" or "drawable-mdpi" folder).
6. Open status_bar.xml from /res/layout/here and find this code, modify and save :
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon"
and add this line code :
Code:
android:background="@drawable/trans"
or paste my line :
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="#00000000" android:gravity="center" android:id="@id/date" android:background="@drawable/trans" android:paddingLeft="6.0px" android:paddingRight="6.0px" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" />
7. Open status_bar_expanded.xml from /res/layout/here and find this code, modify and save :
Code:
<com.android.systemui.statusbar.ExpandedView android:orientation="vertical"
and add this line code :
Code:
android:background="@drawable/bg"
or paste my line :
Code:
<com.android.systemui.statusbar.ExpandedView android:orientation="vertical" android:background="@drawable/bg" android:focusable="true" android:descendantFocusability="afterDescendants"
8. Open status_bar_tracking.xml from /res/layout/here and find this code. modify and save :
Code:
<View android:background="@drawable/shade_bg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0" />
and change to this line :
Code:
<View android:background="@drawable/shade_bg" android:layout_width="0.0px" android:layout_height="0.0px" android:layout_weight="1.0" />
Find this line :
Code:
<ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/status_bar_close_on" android:scaleType="fitXY" />
and change to this line :
Code:
<ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/trans" android:scaleType="fitXY" />
9. Recompile your SystemUI.apk project and push it to your phone to the /system/app directory
Note :
- If you have any error upload your log.txt here from apktool
- If you have a force close systemui upload your logcat here from your device
Thanks To :
- Rizalien
- Official Group Galaxy Young Indonesia
- Official Group Sony Xperia X8 Indonesia
- Tiny Anastasia Development Group
- DCSMS
- and YOU!
Once again an awesome job from you bro!! :good:
Many THANKS for this!
wow
nice i will try this one
Does it work on CM10
Sent from my E15i using xda premium
Does this work with Cm7
Sent from my E15i using xda app-developers app
akoypinoy said:
nice i will try this one
Click to expand...
Click to collapse
thx dont forget to if framework
Vardaan007 said:
Does it work on CM10
Sent from my E15i using xda premium
Click to expand...
Click to collapse
i dont know, cause i never try cm9/cm10. if you want to try just do it, dont forget to make a backup. if success with it, tell me asap so i will edit my post
petrukgrinder said:
thx dont forget to if framework
i dont know, cause i never try cm9/cm10. if you want to try just do it, dont forget to make a backup. if success with it, tell me asap so i will edit my post
Click to expand...
Click to collapse
OK i'll try it for you soon and tell you asap!!!!!!!:laugh::highfive:
Doubt + Thanks
Hi bro, 'if framework' command how it works?
I know how to decompile and edit an apk but, I have to copy an file to ApkTool dir?
Sorry my bad english and I hit button thanks
Is a question am asking if u can help..
Any status bar app for Android 2.1 e15i...Help
Sent from my E15i using xda app-developers app
andyblessing said:
Is a question am asking if u can help..
Any status bar app for Android 2.1 e15i...Help
Sent from my E15i using xda app-developers app
Click to expand...
Click to collapse
Use omega statusbar app from market..
cool
I'm using Galaxy Y
I'm using Galaxy Y, I am very interested in your status
Can you make me one for the Galaxy Y does not
Tks :good:
Noob question my statusbar dissapear,logcat say its about not match shared id bla bla.its my first xml editing.Tia
Im using galaxy y s5360 cm 7 by percy.
Sent from my GT-S5360
thank you bro!
Edit:how to move carrier label aka cyanogenmod 7 word to the bottom of floating png?thanks in advance
Sent from my GT-S5360
i have mod in cm7...but there are problem ...when click settings button to fc status bar
how can I solve problem...?
Thanks
aldzi said:
cool
Click to expand...
Click to collapse
can i get ur statusbar and lidroid-res.apk
Looks pretty awesome. I'm going to try if I can get it working on my Galaxy Young :fingers-crossed:
I'll try this at work. hope it will work with my sgy...
Sent from SgY Evo-x 4.2 using xda-developers app .... btw, i'm a girl, don't call me sir... ;p
Nice guide om, i'll try it for SGW :thumbup:

[Solved] Disable default transition effect during swipe

I wonder if it exists a mod to disable default transition effect (it sounds like a panel glass) during swipes between homescreens without using a new launcher (I like Touchwiz, except this thing).
It doesn't get removed from animation options in the Developer Section.
My phone is rooted, so I'd accept any help to edit proper files and strings.
I9070UBLPH 4.1.2
Thank you.
I think, you (or developers) can just edit apk file of touchwiz.Instead of this you can use another launcher
Darkness and Hope said:
I think, you (or developers) can just edit apk file of touchwiz.Instead of this you can use another launcher
Click to expand...
Click to collapse
But I don't know the name of the apk file for my phone (I read a lot of topics on XDA, it can be different from model to model). And the exact strings and/or images involved once extracted it.
I'm not a dev, so I need some detailed explainations to reach my result and sharing this mod with you.
littlethings said:
But I don't know the name of the apk file for my phone (I read a lot of topics on XDA, it can be different from model to model).
Click to expand...
Click to collapse
Name is SecLauncher.apk/SecLauncher2.apk if it's for this
In seclauncher2 there are some possible files containing the effect.
\res\animator\enter_home_fragment.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:valueFrom="0" android:valueTo="1" android:propertyName="alpha" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleY" />
<objectAnimator android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="panelBackgroundAlpha" />
</set>
\res\animator\enter_home_fragment_cp.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:valueFrom="0" android:valueTo="1" android:propertyName="alpha" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleY" />
<objectAnimator android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="panelBackgroundAlpha" />
</set>
Could it be the last line?
littlethings said:
In seclauncher2 there are some possible files containing the effect.
\res\animator\enter_home_fragment.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:valueFrom="0" android:valueTo="1" android:propertyName="alpha" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleY" />
<objectAnimator android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="panelBackgroundAlpha" />
</set>
\res\animator\enter_home_fragment_cp.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:valueFrom="0" android:valueTo="1" android:propertyName="alpha" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:valueFrom="0.8" android:valueTo="1" android:valueType="floatType" android:propertyName="scaleY" />
<objectAnimator android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="panelBackgroundAlpha" />
</set>
Could it be the last line?
Click to expand...
Click to collapse
I think he needs to change the "android:valueTo" to 0 to disable animations.
@littlethings,
I think there is a much simpler way to do this...
1. In your phone, go to /system/csc folder and open others.xml (depending on your firmware region, the location of this file may vary)
2. Copy and paste the line below in anywhere after <FeatureSet> and before </FeatureSet> in others.xml
Code:
<CscFeature_Launcher_DisableTiltEffect>TRUE</CscFeature_Launcher_DisableTiltEffect>
3. Save it and then reboot your phone for the changes to take effect
This should remove the "tilt" effect while scrolling through Homescreens.... As shown in the screenshot below:
{
"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"
}
Sami Kabir said:
@littlethings,
I think there is a much simpler way to do this...
1. In your phone, go to /system/csc folder and open others.xml (depending on your firmware region, the location of this file may vary)
2. Copy and paste the line below in anywhere after <FeatureSet> and before </FeatureSet> in others.xml
Code:
<CscFeature_Launcher_DisableTiltEffect>TRUE</CscFeature_Launcher_DisableTiltEffect>
3. Save it and then reboot your phone for the changes to take effect
This should remove the "tilt" effect while scrolling through Homescreens.... As shown in the screenshot below:
Click to expand...
Click to collapse
It's not others.xml here, but feature.xml.
Anyway, this effect is now disabled applying your correction in the right file. Thank you so much !! :good:
littlethings said:
It's not others.xml here, but feature.xml.
Anyway, this effect is now disabled applying your correction in the right file. Thank you so much !! :good:
Click to expand...
Click to collapse
For my ROM, its others.xml BUT I'm glad that it worked anyway! :victory:

Network speed in the status bar

Network speed in the status bar(when connected data transfer or wi-fi)
{
"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"
}
View attachment LGSystemUI.zip(P765 20C CIS deodex)
Decompile deodex LGSystemUI.apk
Transfer the files from the archive to a folder policy (smali\com\android\systemui\statusbar)
View attachment Traffic.zip
In status_bar.xml(res/layout) after row:
Code:
<com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:tag="NO_R2L" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
Paste:
Code:
<com.android.systemui.statusbar.policy.Traffic android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Sorry for my ENG
for JellyBean v1?
aSpirit81 said:
for JellyBean?
Click to expand...
Click to collapse
Yes
Sorry bro,i mean JellyCream V 1 ?
aSpirit81 said:
Sorry bro,i mean JellyCream V 1 ?
Click to expand...
Click to collapse
If you flash the zip, it will remove some features of LGSystemUI of JellycreamV1, so if you want this mod follow the steps.
Flashable zip file ?
@Lgeob: Can You just upload modified LGSystemUI.apk? Tutorial isn't clear for me. I used AndroidMultitool for decompile and compile. Isn't working.
Lysolus said:
@Lgeob: Can You just upload modified LGSystemUI.apk? Tutorial isn't clear for me. I used AndroidMultitool for decompile and compile. Isn't working.
Click to expand...
Click to collapse
Throw your deodex LGSystemUI.apk

			
				
Lysolus said:
Click to expand...
Click to collapse
Try this,remove LGSystemUI.odex.Backup do not forget
View attachment LGSystemUI.apk
After reboot "Unfortunately, the Interface has been stopped". I'm on Jelly Cream V1.
Lysolus said:
After reboot "Unfortunately, the Interface has been stopped". I'm on Jelly Cream V1.
Click to expand...
Click to collapse
Try this
View attachment LGSystemUI.apk
I use to build files apk ApkTool:
http://d-h.st/jyQ
Lysolus said:
After reboot "Unfortunately, the Interface has been stopped". I'm on Jelly Cream V1.
Click to expand...
Click to collapse
You can use Xposed mod http://forum.xda-developers.com/showthread.php?t=1574401 with GravityBox http://forum.xda-developers.com/showthread.php?t=2316070module, It will give you the same functionality what you want with many more other funtions like transparent statusbar etc. without modding your systemui.apk you can revert back to your original ui anytime, its much more covinienent then moding.. Hope it help you..
@Lgeob: Ohhh jeah! It works, thanks so much. One question. Can you change color to white, or quick tutorial? I'll be glad
@Codeplex: I know about xposed and gravitybox, i used this but changing position doesn't work. Anyway, thanks too
Lysolus said:
@Lgeob: Ohhh jeah! It works, thanks so much. One question. Can you change color to white, or quick tutorial? I'll be glad
Click to expand...
Click to collapse
Сlock also become white,In style.xml(res/values)
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">16.0dip</item>
<item name="android:textStyle">normal</item>
[COLOR="Red"]<item name="android:textColor">#ffffffff</item>[/COLOR]
Lgeob said:
Watch also become white,In style.xml(res/values)
Code:
<style name="TextAppearance.StatusBar.Clock" parent="@*android:style/TextAppearance.StatusBar.Icon">
<item name="android:textSize">16.0dip</item>
<item name="android:textStyle">normal</item>
[COLOR="Red"]<item name="android:textColor">#ffffffff</item>[/COLOR]
Click to expand...
Click to collapse
It help me so much Thanks again

[Tutorial] Colorize Ram,battery and Data Usage Bar in Settings.apk

Hi Geeks ​
Here's a small tutorial to provide colorization to Battery,Data Usage and Ram bar
Requirements:
1. Apktool or derivatives
2. Settings.apk
3. A good text editor
4.A framework with colorizable support . Link for framework . || Link for tut by BDFreak
5. Little common sense,as always
Click to expand...
Click to collapse
Tutorial:
1. Decompile Settings.apk
2. Download the Tutorial.zip in attachments View attachment Color_Settings_tut.zip
3. Replace the LinearColorBar.smali from downloads into your smali\com\android\settings\applications folder
4. Place the sonymobile folder inside smali\com.
This will make your Ram Curve color changing according to theme accent.
5. Now, downloaded zip inside resources and paste the three pngs inside res drawable-nodpi or drawable-hdpi folder of your Settings.
semc_progress_bg_holo_dark.9.png
semc_progress_primary_holo_dark_colored.9.png
semc_progress_secondary_holo_dark_colored.9.png
Click to expand...
Click to collapse
6. Now, go to res/drawable folder and open data_usage_bar.xml and replace everything with this code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<layer-list
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@android:id/background" android:drawable="@drawable/semc_progress_bg_holo_dark" />
<item android:id="@android:id/secondaryProgress">
<scale android:drawable="@drawable/semc_progress_secondary_holo_dark" android:scaleWidth="100%" />
</item>
<item android:id="@android:id/progress">
<scale android:drawable="@drawable/semc_progress_primary_holo_dark" android:scaleWidth="100%" />
</item>
</layer-list>
7. Now write a NEW xml named semc_progress_primary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_primary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
8. Now write a NEW xml named semc_progress_secondary_holo_dark.xml inside res/drawable and paste the code
PHP:
<?xml version="1.0" encoding="utf-8"?>
<colorizable android:drawable="@drawable/semc_progress_secondary_holo_dark_colored" android:color="@color/theme_accent"
xmlns:android="http://schemas.android.com/apk/res/android" />
This will add colorization for the battery and data usage bar.
9. Go to res/values/colors.xml and add this color
PHP:
<color name="theme_accent">@com.sonyericsson.uxp:color/semc_theme_accent_color</color>
10. Open apktool.yml and it should have the following code
Code:
...
usesFramework:
ids:
- 1
[COLOR="Red"]- 2[/COLOR]
...
For an apk to take colorizable attributes from SemcGeneric it should be declared in apktool.yml.
Here -2 ids means SemcGenricUxpRes.apk
9. Recompile Settings.apk and Done!
Click to expand...
Click to collapse
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Click to expand...
Click to collapse
Hit Thanks if you like my work and always mention in credits when you use it! ​
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Nice tutorial, already implemented on Nextgen update
Nice Tutorial bro... :good: :highfive:
karandpr said:
Interesting tutorial. I will try it on Fluorescent Feather and tell you if it works .
Click to expand...
Click to collapse
Am waiting for your respose
BDFreak said:
You rock dude. Nice tutorial. And useful too. Keep giving us such things.
Click to expand...
Click to collapse
Thank you Bd,your tuts also helped!
Ayush Singh said:
Nice tutorial, already implemented on Nextgen update
Click to expand...
Click to collapse
Wow! Thats amazing.
Aneel said:
Nice Tutorial bro... :good: :highfive:
Click to expand...
Click to collapse
Thank you
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
NeoTrix said:
Aweeeeeeeeeesome tutorial.
Definitely one to try.
PS: Can you make a tutorial on colorized check boxes/radio buttons?
Click to expand...
Click to collapse
Refer to the tut by BdFreak linked in the OP
That should help
Not managed to make the tut. Can you help me? :crying:
nice tutor bro...thanks...
I still can not :/
Sent from my C5303 using XDA Free mobile app
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
takurcuy69 said:
I've tried it but it did not work for samsung galaxy young s6310 4.1 jb
please guide for touchwiz 4.1 jb..
Click to expand...
Click to collapse
Its for Xperia Devices mate
Needs an Xperia Framework
nice

Categories

Resources