[Solved] Disable default transition effect during swipe - Galaxy S Advance I9070 Themes and Apps

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:

Related

Themers - Help me find this Edit.. PLEASE

I am going crazy looking for the edit to change the color of the Network connected name that appears in this toast popup. I will gladly buy a beer to the first person telling me where this edit is..
{
"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"
}
Please don't say.. "I think it is somewhere in SecSettings.apk res/layout.."
Be specific and be certain..
Thanks in advance to the genius that finally gets this for me!
in systemui.apk
values/styles.xml
it's controlled by the clock styles
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>
<item name="android:textColor">@android:color/holo_blue_light</item>
</style>
jasonevil said:
in systemui.apk
values/styles.xml
it's controlled by the clock styles
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>
<item name="android:textColor">@android:color/holo_blue_light</item>
</style>
Click to expand...
Click to collapse
Testing now..
EDIT.. Nope.. didn't change it.. CRAP
strongsteve said:
Testing now..
EDIT.. Nope.. didn't change it.. CRAP
Click to expand...
Click to collapse
that's it, just tested it myself.
did you change the color to something else? i just copied and pasted the stock code for an example.
Yes.. I did..
Plus, I have changed that holo blue color everywhere it is defined..
strongsteve said:
Yes.. I did..
Plus, I have changed that holo blue color everywhere it is defined..
Click to expand...
Click to collapse
What rom are you on?
Sent from my LG-LS670 using Tapatalk 2
My own.. click my signature banner
Sent from my SPH-L710 using xda premium
strongsteve said:
My own.. click my signature banner
Sent from my SPH-L710 using xda premium
Click to expand...
Click to collapse
i just pulled your systemui.apk
here is the xml in the layout folder for it
status_bar_tracking.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.TrackingView android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:background="@drawable/notification_tracking_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
[B]<com.android.systemui.statusbar.phone.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />[/B]
</FrameLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
<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" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</com.android.systemui.statusbar.phone.TrackingView>
only thing i can think of is that something about touchwiz that is conflicting maybe? i went through all of those for the status bar but i didn't see anything.
question, is that a popup, or is where the carrier label normally shows?
jasonevil said:
i just pulled your systemui.apk
here is the xml in the layout folder for it
status_bar_tracking.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.TrackingView android:orientation="vertical" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:paddingBottom="0.0px" android:focusable="true" android:visibility="gone" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:background="@drawable/notification_tracking_bg" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
[B]<com.android.systemui.statusbar.phone.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:layout_gravity="bottom" android:paddingBottom="20.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />[/B]
</FrameLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="wrap_content">
<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" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</com.android.systemui.statusbar.phone.TrackingView>
only thing i can think of is that something about touchwiz that is conflicting maybe? i went through all of those for the status bar but i didn't see anything.
question, is that a popup, or is where the carrier label normally shows?
Click to expand...
Click to collapse
TouchWiz definitely changes a mess of things.. it is a toast popup that occurs when Wifi connects..
strongsteve said:
TouchWiz definitely changes a mess of things.. it is a toast popup that occurs when Wifi connects..
Click to expand...
Click to collapse
Oh OK I thought it was on the shade. Hmm I'll go through and take a look elsewhere.
Sent from my LG-LS670 using Tapatalk 2
SOLVED.. by rujelus22. Thanks!
Sent from my SPH-L710 using xda premium

[MOD][Feb 22] UI MODs for Virtuous ROM (No Battery Icon/Centre Clock/No AMPM....)

THESE WILL MOST LIKELY BREAK YOUR % OR OTHER MODs . BEST IS TO EDIT THE FILES MANUALLY (AS DESCRIBED BELOW) IF YOU HAVE ADDITIONAL MODS.
Once again to emphasize, the ZIPs attached are for X920D version of Virtuous DNA+ v1 ROM Only. I have not tested on other versions!
ALL DOWNLOADS HERE -> http://vps.rana.sg/x920d/Virtuous_MODs/
Revert SystemUI to Stock -> Here
MOD 1 - Remove Battery Icon from Status Bar (SystemUI_HideBattery.zip)
This technique applies to ALL Sense ROMs, however, the zip file attached is specific to Virtuous ROM v1 for x920d variant.
This will remove the ugly green battery icon totally from the Status Bar. Then you can use your own apps to show battery % etc and it looks very clean imo.
{
"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
Manual Steps
File to modify - /system/app/SystemUI.apk
Tools needed - 7zip
Steps -
1. Copy over your SystemUI.apk to your Computer
2. Open (Do not extract) using 7zip
3. Browse to folder "/res/drawable"
4. Delete files "stat_sys_battery.xml" & "stat_sys_battery_charge.xml" (Keep backup if you like)
5. Close 7zip (No option to save, etc.. just close the application)
6. Either push this SystemUI.apk file back to your phone or best is to download one of my zips below, open using 7zip and then copy over your SystemUI.apk overwriting the one in the zip. Then simply flash in CWM or TWRP.
All Done !
Click to expand...
Click to collapse
Removes Battery Icon, rest is Stock
MOD 2 - Remove AM/PM From Status Bar Clock (SystemUI_HideBattery_HideAMPM.zip)
This mod removes the AM/PM totally from the Status Bar Clock.
Click to expand...
Click to collapse
Steps -
1. Need to extract /system/app/SystemUI.apk to your computer and decompile with your favourite tool
2. Edit file - smali/com/android/systemui/statusbar/policy/Clock.smali (I use Notepad++)
3. Change 1st instance of const/4 v0, 0x1 to const/4 v0, 0x2
4. Save file and recompile the apk
5. Push apk back onto phone
Click to expand...
Click to collapse
1. Removes AM/PM from StatusBar
2. Removes Battery Icon
3. Enables Stock JB Style Multitasking
MOD 3 - Centre Status Bar Clock Combo (Virtuous_v1_SystemUI_Modded.zip)
This mod centres the Status Bar Clock. This zip also incorporates all the above MODs in it.
Click to expand...
Click to collapse
Steps -
1. Need to extract /system/app/SystemUI.apk to your computer and decompile with your favourite tool
2. Edit file - res/layout/status_bar.xml (I use Notepad++)
3. Find the first "LinearLayout Area".
4. Remove everything between the 2 LinearLayout tags (Only the first one, not the ticker ones)
5. Add following between the tags :
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:layout_alignParentLeft="true" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more" />
<com.android.systemui.statusbar.phone.IconMerger android:layout_toRightOf="@id/moreIcon" android:gravity="center_vertical" androidrientation="horizontal" android:id="@id/notificationIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
<com.android.systemui.statusbar.policy.Clock android:layout_centerInParent="true" android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:textColor="@*android:color/white" android:gravity="center" android:id="@id/clock" androidaddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" />
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view" android:layout_toLeftOf="@id/battery" />
<LinearLayout androidrientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:gravity="center_vertical" android:layout_toLeftOf="@id/signal_cluster" />
</RelativeLayout>
4. Save file and recompile the apk
5. Push apk back onto phone
Click to expand...
Click to collapse
1. Removes AM/PM from StatusBar
2. Removes Battery Icon
3. Enables Stock JB Style Multitasking
4. Centres Statusbar Clock
Added Combo Mod -
1. Remove Battery Icon
2. Remove AM/PM
3. Centre Statusbar Clock
4. JB Style Multitasking

Resizing Pattern Lock

I was having problems with my pattern lock being smaller than usual because of big clock, I changed the font size so it became normal but other font became very small.
I just wanna know how to remove clock from there?
Screens
BEFORE
{
"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"
}
AFTER
This is how i did it!
1. Decompiled Framework-res.apk
2. Opened \res\layout\keyguard_screen_unlock_potrait
3. Changed this code
<TextView android:textAppearance="?textAppearanceMedium" android:textSize="80.0sp" android:ellipsize="none" android:id="@id/timeDisplay" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:shadowColor="#c0000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="3.0" />
<TextView android:textAppearance="?textAppearanceMedium" android:textSize="15.0sp" android:ellipsize="none" android:id="@id/am_pm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:singleLine="true" android:shadowColor="#c0000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="3.0" android:layout_toRightOf="@id/timeDisplay" android:layout_alignBaseline="@id/timeDisplay" />
</com.android.internal.widget.DigitalClock>
to this
<TextView android:textAppearance="?textAppearanceMedium" android:textSize="30.0sp" android:ellipsize="none" android:id="@id/timeDisplay" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:shadowColor="#c0000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="3.0" />
<TextView android:textAppearance="?textAppearanceMedium" android:textSize="10.0sp" android:ellipsize="none" android:id="@id/am_pm" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:singleLine="true" android:shadowColor="#c0000000" android:shadowDx="0.0" android:shadowDy="0.0" android:shadowRadius="3.0" android:layout_toRightOf="@id/timeDisplay" android:layout_alignBaseline="@id/timeDisplay" />
</com.android.internal.widget.DigitalClock>
4.Pushed it again with a flashable zip!
Re: Modding pattern lock
Any ss?
Sent from my GT-S5360 using Tapatalk 2
Re: Modding pattern lock
Resize the clock from framework-res.apk ... Make sure you restore the fonts back to its original size .... And it will work ...
Sent with a pinch of love, 2 cups of cuteness, 3 eggs of happiness with a garnish of spit!
Re: Modding pattern lock
Imranabbas22 said:
Resize the clock from framework-res.apk ... Make sure you restore the fonts back to its original size .... And it will work ...
Sent with a pinch of love, 2 cups of cuteness, 3 eggs of happiness with a garnish of spit!
Click to expand...
Click to collapse
How to resize it ? I know it will require editing some xml. In framework. Never done that before , can you plz elaborate?
xXx~~~SHLOK~~~xXx said:
How to resize it ? I know it will require editing some xml. In framework. Never done that before , can you plz elaborate?
Click to expand...
Click to collapse
maybe what he meant is that you resize the "number png" images via picture editor
Re: Modding pattern lock
Try to edit framework-res keyguard_screen_lock.xml
Play around with @id/time layout_height
Sent from my GT-S5360 using Tapatalk 2
Re: Modding pattern lock
Thanks for ur help ill try in few hours , I have to go to my coaching classes now!
Re: Modding pattern lock
Reduce the size of the clock...
Needs decompiling framework-res.apk...
Nothing here!!!
Re: Modding pattern lock
...
framework-res/layout/keyguard_screen_unlock_portrait.xml
I think i sould edit something in these lines. Am i right?
<TextView android:textSize="50.0sp" android:gravity="right" android:id="@id/time" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textSize="35.0sp" android:gravity="right" android:id="@id/date" android:layout_width="fill_parent" android:layout_height="wrap_content" />
Re: Modding pattern lock
xXx~~~SHLOK~~~xXx said:
I think i sould edit something in these lines. Am i right?
<TextView android:textSize="50.0sp" android:gravity="right" android:id="@id/time" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textSize="35.0sp" android:gravity="right" android:id="@id/date" android:layout_width="fill_parent" android:layout_height="wrap_content" />
Click to expand...
Click to collapse
Try to change width and hieght of clock or date
Sent from my GT-S5360 using Tapatalk 2
san122 said:
Try to change width and hieght of clock or date
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Also android:textSize to a smaller one
Re: Modding pattern lock
alexfreakyy said:
Also android:textSize to a smaller one
Click to expand...
Click to collapse
Yup try this also
Sent from my GT-S5360 using Tapatalk 2
Re: Modding pattern lock
Are u trying to make sumthing lyk dis
Sent from my GT-S5360 using xda app-developers app
finally i hidede my lockscreen clock can anyone tell how to hide date and carrier name pls?
Thanks for your help everyone
yash989 said:
finally i hidede my lockscreen clock can anyone tell how to hide date and carrier name pls?
Click to expand...
Click to collapse
Its there in the same file ! Just change size to 0 dip
xXx~~~SHLOK~~~xXx said:
Its there in the same file ! Just change size to 0 dip
Click to expand...
Click to collapse
no if 0 compile eroor
I saw myself, the clock is in .png format :S ... Resize it and everything will be fine

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

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

Categories

Resources