[GUIDE][MOD][2.3+] Freaky Scrolling Tabs || initial release - Android General

FREAKY SCROLLING TABS​
Q - What? Wait wait once again Tab SystemUI!!
Ans - Yes, But created from scratch and easy to implement
I used PineappleTabs , FallingTabs but i wanted to implement something diff from them so i got the idea about freaky scrolling tabs. whats inside? okay see below​
Features :-
10Tabs
Horizontal Scrolling
No Smali Editing
So, No need to discuss about this thing any further lets try to implement. But remember u should know how to implement pineapple tabs because i will not cover which xmls u need to open and edit and i'm not going to tell u guyz how to deal with xml coding & Error in cmd promt​
Features :-
Apktool
Xml Skill
Knowledge of Dc/Rc
Brain.jar
STEP 1:-
- Decompile SystemUI.apk
- Download Smali files from attachment and extract it inside smali folder
STEP 2:-
- Open Expanded Header xml
- Open Expanded Xml
- Copy this line & paste it inside Header xml (Same as pineappleOwl's guide)
Code:
freaky.argha.scroll.A_R_G_H_A
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
-Now Copy below line and paste it inside expanded xml
Code:
<freaky.argha.scroll.D_A_S
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/view2"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" >
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textSize="50dp"
android:textColor="#ffffff"
android:text="Layout One"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="Layout Two"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout3"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout4"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout5"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout6"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout7"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout8"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout9"/>
</ScrollView>
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="LAyout10"/>
</ScrollView>
</freaky.argha.scroll.D_A_S>
STEP 3:-
-Recompile SystemUI
-Sign
-Push
-Reboot
-Enjoy
Contributors :-
ARGHA_DAS & Freaky Developers
Credits:-
StackOverFlow
FreakyDevelopers
PineappleOwl for TabSystemUI idea

Wow!... finally a mod that doesn't require smali editing...
Great work bro.
Sent from my GALAXY Core Prime VE (G361H)..

Mr said:
Wow!... finally a mod that doesn't require smali editing...
Great work bro.
Sent from my GALAXY Core Prime VE (G361H)..
Click to expand...
Click to collapse
Hehe

Cool guide
Sent from my MotoG3 using Tapatalk

FireLord said:
Cool guide
Sent from my MotoG3 using Tapatalk
Click to expand...
Click to collapse
Thanks

No One Tested? ???

Related

[Q] Change the Asus blue color of clock/battery/etc

Hello,
Nice to see the activity in this new forum! Helps me a lot!
Question: Is it possible to change the blue color Asus TF uses for the clock/battery etc? Allso the loading screens with the blue glare.
Greetings!
it was a services.jar edit in 2.x, if i can ever get my computer to decompile/recomiple stuff properly, i could give it a shot..
Yeah, you need to open the the systemui.apk, replace desired .png, repackage, and push into /system/app.
Thanks, i'm gonna try it this evening!
Pacifik said:
Yeah, you need to open the the systemui.apk, replace desired .png, repackage, and push into /system/app.
Click to expand...
Click to collapse
The systemui.apk does not control the clock. It only controls the wifi connection and part of the battery. I belive that the services.jar controls the clock. I am still trying to figure that out but I do not know smali. I know this because I have 6 themes http://forum.xda-developers.com/showthread.php?t=1116139 and I have changed the battery and wifi on them all but no change to the clock.
the loading screens, if you mean the blue circle that spins though, SHOULD be a image inside systemUI or framework-res (i really need to get off my butt and look at 3.x in regards to theming)
Hey Pacifik, i've found the file status_bar_notification_area.xml in the SystemUi.apk. It's in the folder layout-xlarge. Theres an #colorcode, i believe from the clock. The only problem is i cant check because i get errors using apktool. It says 'exception in thread "main" brut etc etc etc... So i'm gonna figure that out first.
hasselaar_nl said:
Hey Pacifik, i've found the file status_bar_notification_area.xml in the SystemUi.apk. It's in the folder layout-xlarge. Theres an #colorcode, i believe from the clock. The only problem is i cant check because i get errors using apktool. It says 'exception in thread "main" brut etc etc etc... So i'm gonna figure that out first.
Click to expand...
Click to collapse
Here is what is in that xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:id="@id/notificationArea" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:orientation="horizontal" android:id="@id/notificationAndImeArea" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.tablet.InputMethodButton android:id="@id/imeSwitchButton" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="8.0dip" android:src="@drawable/ic_sysbar_ime_default" />
<com.android.systemui.statusbar.tablet.NotificationIconArea android:id="@id/notificationIcons" android:layout_width="wrap_content" android:layout_height="fill_parent">
<view android:layout_gravity="center_vertical" android:id="@id/icons" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="8.0dip" class="com.android.systemui.statusbar.tablet.NotificationIconArea$IconLayout" />
<View android:background="@drawable/notification_icon_area_smoke" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignLeft="@id/icons" android:layout_alignRight="@id/icons" />
</com.android.systemui.statusbar.tablet.NotificationIconArea>
</LinearLayout>
<LinearLayout android:gravity="center" android:id="@id/notificationTrigger" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.tablet.HoloClock android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="3.0dip">
<TextView android:textSize="40.0sp" android:textColor="#ff525e79" android:id="@id/time_solid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.tablet.HoloClock>
<TextView android:textSize="16.0sp" android:textColor="#ff606060" android:gravity="center" android:id="@id/network_text" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginLeft="6.0dip" android:layout_marginRight="6.0dip" android:singleLine="true" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginRight="16.0dip">
<ImageView android:id="@id/bluetooth" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="4.0dip">
<ImageView android:id="@id/network_signal" android:paddingLeft="10.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/network_type" android:paddingLeft="10.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/network_direction" android:paddingLeft="10.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/network_roaming" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>
<ImageView android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
Ok I can confirm that I was incorrect. It is in the systemui.apk it is in the SystemUI\res\layout-xlarge\status_bar_notification_area.xml line 14 thanks to Roach2010 for finding this.
<TextView android:textSize="40.0sp" android:textColor="#ff525e79" android:id="@id/time_solid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" />
Hey Hatman, sorry i called you Pacifik...
I hope it's the right code... only my SystemUI.apk is messed up on the TF. It keepsshowing the Asus blinking bootscreen. I've tried some things to restore but so far nothing helps.
Is it possible to install a complete new rom form sd or something like that?
hasselaar_nl said:
Hey Hatman, sorry i called you Pacifik...
I hope it's the right code... only my SystemUI.apk is messed up on the TF. It keepsshowing the Asus blinking bootscreen. I've tried some things to restore but so far nothing helps.
Is it possible to install a complete new rom form sd or something like that?
Click to expand...
Click to collapse
If you are rooted then just install Prime 1.5 and it will fix that. I have just added the themed clocks to all of my themes. http://forum.xda-developers.com/showthread.php?t=1116139
If you have clockwork recovery you can reflash your rom or flashing a theme might fix it. What are you using?
Thanks for the help, but i fixed it: http://forum.xda-developers.com/showthread.php?t=1149111

[Guide] How to center clock and change its color in status bar

Credit goes to raubkatze and ebyee for helping me to edit this guide to not overlapping clock with notifications
Here is a guide how to change the status bar clock position to center and change it's color.
Assuming know how to use apk tools use this guide:
Guide:
Center Clock Mod and its Color
1. Decompile SystemUI.apk
2. Search for Systemui/res/layout/tw_status_bar.xml
3. Delete all these lines
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
</LinearLayout>
4. Substitute with the following and save.
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR="Red"]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_alignParentRight="true">
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
5. look on the red part in above lines - this is the color you can set for clock (it is set to white in this case)
6. recompile SystemUI.apk and push to your device
ff defines level of transparency, so do not change it as the clock text won't be clear enough to read.
Put your favorite color code for the XXXXXX value.
reserved
kmokhtar79 said:
Here is a guide how to change the status bar clock position to center and change it's color.
Assuming know how to use apk tools use this guide:
Guide:
Center Clock Mod and its Color
Decompile SystemUI.apk
Systemui/res/layout/tw_status_bar.xml
Delete:
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
Then find this line and create a blank under it:
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"> What's this?
Copy this line in the gap and save.
Code:
<LinearLayout android:gravity="center" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="3.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" />
</LinearLayout>
To change the clock color after
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock"
Add
Code:
android:textColor="#ffXXXXXX
ff defines level of transparency, so do not change it as the clock text won't be clear enough to read.
Put your favorite color code for the XXXXXX value.
Click to expand...
Click to collapse
Hello,
i tested but it didn't work.
i received " stop com.android.systemui" and that's all
Plz help me, if you want of course..
Re: [Guide] How to center clock and it color in status bar
phil10 said:
Hello,
i tested but it didn't work.
i received " stop com.android.systemui" and that's all
Plz help me, if you want of course..
Click to expand...
Click to collapse
How did you compile it? Did you delete resource file and modified xml in keeps fold. I am talking about apk multi tools.
Sent from my GT-N7000 using Tapatalk HD
kmokhtar79 said:
How did you compile it? Did you delete resource file and modified xml in keeps fold. I am talking about apk multi tools.
Sent from my GT-N7000 using Tapatalk HD
Click to expand...
Click to collapse
Sorry,
for me, it's not very clear.
what is the file to delete?
yes, i decompiled and compiled too with apkmultitool
and you writed this is : xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"> ok i found, but the probleme is the same, "stop and the same message. Maybe the rom?, my rom is LSZ TEAM Union V.4
Re: [Guide] How to center clock and it color in status bar
phil10 said:
Sorry,
for me, it's not very clear.
what is the file to delete?
yes, i decompiled and compiled too with apkmultitool
and you writed this is : xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"> ok i found, but the probleme is the same, "stop and the same message. Maybe the rom?, my rom is LSZ TEAM Union V.4
Click to expand...
Click to collapse
Use this guide
http://forum.xda-developers.com/showthread.php?p=36388180
Sent from my GT-N7000 using Tapatalk HD
very useful guide, mate!
maybe some additions you can post in OP:
the line to delete is named as follows:
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
for better understanding with the clock color to add, this is how the line is showing up after adding the color string (I set color to white just as an example):
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="center" android:paddingTop="3.0px" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_weight="1.0" android:textColor="#ffffffff" />
EDIT: maybe you can work out how to make the notifications not overlap the center clock, which is quite annoying...I did not manage to work it out for my own 'til now
ok, I worked out the method for notifications not overlapping Center clock (all credits go to raubkatze for the HowTo)
1. decompile SystemUI.apk
2. open /res/layout/tw_status_bar with Notepad++
3. search for following lines:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
</LinearLayout>
4. delete all these lines and substitute with the following:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR=Red]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_alignParentRight="true">
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
5. look on the red part in above lines - this is the color you can set for clock (it is set to white in this case)
6. save the changes you made to tw_status_bar
7. recompile SystemUI.apk and push to your device
Wow! Ebyee Thanks. That is nice edit. Going to mode it for myself :good:
OP updated.
kmokhtar79 said:
Wow! Ebyee Thanks. That is nice edit. Going to mode it for myself :good:
OP updated.
Click to expand...
Click to collapse
you should give proper credits to raubkatze in OP - it is his solution, just ported to Note1
Re: [Guide] How to center clock and it color in status bar
eybee1970 said:
you should give proper credits to raubkatze in OP - it is his solution, just ported to Note1
Click to expand...
Click to collapse
Sure things I would.
Sent from my GT-N7000 using Tapatalk HD
hepl..
please someone could center the clock only in this SystemUI?? is from LSZ stock ROM
try it but I have errors when compiling .. thanks ..
check if this one works for you.. make a copy of your system ui first,. then rename this and replace
Re: [Guide] How to center clock and it color in status bar
nokiamodeln91 said:
check if this one works for you.. make a copy of your system ui first,. then rename this and replace
Click to expand...
Click to collapse
works perfectly, is what I wanted .. thank you very much
Enviado desde mi ASUS Transformer Pad TF300T usando Tapatalk 2
OK now everythings done ! Thanks for the guide !
delete res folder & resources.arsc in keep folder will do...:laugh::good:
help
eybee1970 said:
ok, I worked out the method for notifications not overlapping Center clock (all credits go to raubkatze for the HowTo)
1. decompile SystemUI.apk
2. open /res/layout/tw_status_bar with Notepad++
3. search for following lines:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
</LinearLayout>
4. delete all these lines and substitute with the following:
Code:
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent">
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="[COLOR=Red]#ffffffff[/COLOR]" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
</LinearLayout>
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_alignParentRight="true">
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
5. look on the red part in above lines - this is the color you can set for clock (it is set to white in this case)
6. save the changes you made to tw_status_bar
7. recompile SystemUI.apk and push to your device
Click to expand...
Click to collapse
IF u CAN make this systemui center clock
device - samsung galaxy s duos
ICS
link :- db.tt/e4jVJHC9
THANKS!!
mayankneil said:
IF u CAN make this systemui center clock
device - samsung galaxy s duos
ICS
link :- db.tt/e4jVJHC9
THANKS!!
Click to expand...
Click to collapse
I am not making any Mods for devices I don't use - sorry
In this status_bar.xml where is the clock size or how to change?
Rename the .zip to .xml.
Thanks!
gyzoli68 said:
In this status_bar.xml where is the clock size or how to change?
Rename the .zip to .xml.
Thanks!
Click to expand...
Click to collapse
Anybody please!!!!
Does this apply?
Could this work on a Samsung Galaxy s3 running 4.4? I have been editing my SystemUI on my own and I cant seem to get it right.

[DISCONTINUED][GUIDE]Adding Brightness Slider to ROM[CM9][CM10]

Yo peeps, this is my second guide!! So if i am wrong anywhere please help me!!
Click to expand...
Click to collapse
Warning: This method is only working on CM9 and CM10 roms
Click to expand...
Click to collapse
Requirements:​
-Notepad++
-Apktool
-Deodexed SystemUI.apk
Credits:​
-Adi Aisiteru Reborn Original Link
-Xda
-Google
Instructions:​
Step 1:
Decompile SystemUI.apk and go to res/values/ids.xml and open it and add this at the end
Code:
<item type="id" name="automatic">false</item>
Step 2:
Go to res/values/strings.xml and add these two lines to the end
Code:
<string name="brightness_settings_automatic">AUTO</string>
<string name="brightness_settings_title" />
Step 3 for CM10:
Go to res/layout/status_bar_expanded.xml and add the RED line
Code:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/notification_panel" android:background="@drawable/notification_panel_bg" android:paddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:layout_gravity="bottom" android:id="@id/carrier_label" android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="@dimen/carrier_label_height" android:layout_marginBottom="@dimen/close_handle_height" />
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/close_handle_underlap">
<include android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_header_height" layout="@layout/status_bar_expanded_header" />
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="@dimen/notification_panel_widget_height" />
[COLOR="Red"]<include layout="@layout/adi_brightness" />[/COLOR]
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network.EmergencyOnly" android:gravity="center" android:id="@id/emergency_calls_only" android:paddingBottom="4.0dip" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="always">
<com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/notification_row_min_height" />
</ScrollView>
</LinearLayout>
<com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height">
<ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/close_handle_height" android:src="@drawable/status_bar_close" android:scaleType="fitXY" />
</com.android.systemui.statusbar.phone.CloseDragHandle>
</FrameLayout>
Step 3 for CM9:
Go to res/layout/status_bar_expanded.xml and add the RED line
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.ExpandedView android:orientation="vertical" android:focusable="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:orientation="vertical" android:background="@drawable/notification_header_bg" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<RelativeLayout android:paddingTop="3.0dip" android:paddingRight="3.0dip" android:paddingBottom="5.0dip" android:layout_width="fill_parent" android:layout_height="52.0dip">
<com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Date" android:gravity="left|center" android:id="@id/date" android:paddingLeft="16.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:layout_alignParentLeft="true" />
<ImageView android:id="@id/settings_button" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_notify_quicksettings" android:layout_toRightOf="@id/date" android:contentDescription="@string/accessibility_settings_button" />
<ImageView android:id="@id/clear_all_button" android:paddingLeft="8.0dip" android:paddingRight="8.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_notify_clear" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_clear_all" />
</RelativeLayout>
[COLOR="Red"]<include layout="@layout/adi_brightness" />[/COLOR]
</LinearLayout>
<View android:background="@drawable/status_bar_hr" android:layout_width="fill_parent" android:layout_height="2.0dip" />
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textAppearance="@*android:style/TextAppearance.Large" android:gravity="left" android:layout_gravity="top" android:id="@id/noNotificationsTitle" android:padding="8.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/status_bar_no_notifications_title" />
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/notification_height" />
</LinearLayout>
</ScrollView>
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/title_bar_shadow" android:scaleType="fitXY" />
</FrameLayout>
</com.android.systemui.statusbar.phone.ExpandedView>
Step 4: CM9 skip this step
Go to res/layout/status_bar_expanded_header and do the Red mod
Code:
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" [COLOR="Red"]android:background="#ff000000"[/COLOR] android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false"
Step 5:
Download this file and extract contents to respective folders
Step 6:
Recompile and add to ur rom!!
All the best guys!!
Appreciate the work but there's already the same guide here. Better give credits bro or else the thread might be closed.
swat4samp said:
Appreciate the work but there's already the same guide here. Better give credits bro or else the thread might be closed.
Click to expand...
Click to collapse
thanks bro i forgot to give the credits part

Galaxy Young GT-S6310 Development Thread

Quote from @PipoSerrano about CM for GT-S6310
if anyone know how to port, or is a developers and want to help us on project Cyanogenmod, please contact @PipoSerrano or @paul vity. Please and thank you
Click to expand...
Click to collapse
Quote from @paul vity about CM for GT-S6310
We still need developers or people who know how to use LINUX experienced in compiling from repo, etc..
The problem we have is not having the right computer, as with mine, that to me is worth Roms but compiling is small.
I would appreciate very much and would be in the credits of the CM ROM 11 besides that would come into our group to speak more of the details of the compilation.
It is urgent, but not this project goes forward by only a PC problem.
Thank you all.
Click to expand...
Click to collapse
Quote from @franpek33 about CM for GT-S6310
Could anyone help me complete the device tree that was incomplete according've been told?
It is this:
https://github.com/yajnab/android_de...msung_GT-S6310
You have to run the setup.sh and do repo sync and must be completed.
Thanks to @Yajnab.
Sorry for my bad english.
Click to expand...
Click to collapse
==============================================================================================================================
ok, let's to the point... because this device don't have a new sub forum on xda, I will gather all the rom, theme, mod, and others to be collected into one thread is here. it aims to facilitate the people to look for it and post the question here only and myself here also hope the moderator of this forum in order to provide a new subforum for this device :good:
JOIN WITH US:
[Temporarry] Official Group Samsung Galaxy Young GT-S6310 Facebook Indonesia
Official Forum Galaxy Young GT-S6310 Kaskus Indonesia
Official Twitter Galaxy Young GT-S6310 Indonesia
Click to expand...
Click to collapse
ROM Section
ROM Emotion v7 by @paul vity
http://forum.xda-developers.com/showpost.php?p=52266214&postcount=768
[GT- S6310][4.1.2]Rom Custom emotion v6 AOSP4.2 by @paul vity
http://forum.xda-developers.com/showpost.php?p=51156861&postcount=640
[rom][jb 4.1.2][gt-s6310][16/03/14] gnu rom by @bamzzz
http://forum.xda-developers.com/showthread.php?t=2682696
PureKat TouchWiz Edition
http://forum.xda-developers.com/showthread.php?p=50709355
JBeleria ROM from Luthfy Nur Wahyudi
http://forum.xda-developers.com/showpost.php?p=50513725&postcount=461
Rom Custom Emotion V5 BLACK GT-S6310 by @paul vity
http://forum.xda-developers.com/showpost.php?p=50468128&postcount=453
[ROM] EmotionV4 GT-S6310,6310L,6310T,6310B by @paul vity
http://forum.xda-developers.com/showpost.php?p=49693721&postcount=271
[ROM] [DEODEX] Katik by Dicky Bahrian[/MENTION]
http://forum.xda-developers.com/showpost.php?p=50231029&postcount=393
T.R.I.D ROM v1.2 by Pak Ican[/MENTION]
http://forum.xda-developers.com/showpost.php?p=50231328&postcount=394
[ROM] Pure JellyBean TouchWiz Version v1.2
Screenies:
{
"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
Code:
[B]Main Features:[/B]
- Deodex all apk
- Rooted
- Busybox
- Signin all APK
- Zipalign
- 4.2 Expanded statusbar
- 7 EPM
- 4 Way Boot
- Custom Bootanimation
- etc....
Code:
What's Needed:
- Firmware DXAMC/XXAMC above
- Fresh StockRom recommended
- CWM
Code:
Instalation:
- Download the file [URL="http://d-h.st/vGq"]HERE[/URL]
- entering CWM
- Wipe Data and Cache
- install file
- wait for a while
- Done
Code:
Buglist:
- toggle flashligt FC (cause camera on this device not supported with flashlight)
- android beam + sbeam FC
- auto on off FC
- multiwindow, ripple effect not work (will fix soon)
- you search and tell me
Thanks To:
- tdunham @xda
- akash akya @xda
- bombaybadboy @xda
- majdinj @xda
- Sulistyo
- You for Donation
Swap External to Internal Memory
go here forum.xda-developers.com/showthread.php?t=2469422
How to Deodex Using DSIXDA Kitchen
go here http://forum.xda-developers.com/showthread.php?t=2373353
How to Enable Softkey Button
go here http://forum.xda-developers.com/showthread.php?p=43825174#post43825174
How to remove yellow text on homescreen
go here http://forum.xda-developers.com/showpost.php?p=50511343&postcount=455
INSTALLING CWM Recovery 6.0.3.6
Know Bug:
-restart recovery
-restart bootloader(device not detected?)
How to Install Recovery:
1-Extract rar
2-Download Mode (Vol- + Home + Power)
3-Open Odin v3.07
4-Put recovery.tar.md5 on PDA
5-Start
Download:Mirror 2, Mirror 2
but if you get stuck on CWM just use this -> https://www.dropbox.com/s/7fiyrc70vggyv2c/vM00CWM.zip <- then, flash that file on cwm and a new recovery will appear and just reboot the phone
nb:
1. from http://forum.android.com.pl/f893/rom-kernel-cwm-gt-s6310-young-young-v3-0-12-11-2013-a-331416/, so give thanks to him
2. sorry adfly link it, it adfly link from those who make this cwm file. I am afraid to upload to a different mirror
3. just replace ****** to adfly
How to rooting (thx to Djalo)
- Download this file -> http://djalo.bugs3.com/Galaxy6310/supersu.zip
- Install from CWM
- Done
HOW TO FLASHING/UPDATE FIRMWARE AND ANDROID VERSION
What you need?
1. A firmware. you can search google or open samfirmware.com
2. Odin. you can use odin from Djalo
3. samsung USB Driver. if you running on win 7, when you connect on internet its automatical download your driver. if not, use this
Code:
http://www.mediafire.com/download/hzlnda0l5t8qyes/SAMSUNG_USB_Driver_for_Mobile_Phones%283%29.exe
http://download.windowsupdate.com/msdownload/update/driver/drvs/2013/06/20568715_2a22f9943e9161fdd3529fed502f22abb3a82daf.cab
https://www.dropbox.com/s/k2omtf2qkhq98ln/SAMSUNG_USB_Driver_for_Mobile_Phones.zip
How to?
1. Download the firmware your chosen
2. enter the download mode ( power + home + vol down)
3. connect your phone to the odin with usb
4. wait till odin detect your phone
5. select the file firmware your download before
6. choose start
7. wait till finish and it will automatical reboot
Another Mirror:
MIRROR (DXAME1) Single Link:
Code:
http://www.mediafire.com/download/pebu26g072a2rfa/S6310DXAME1_S6310OLBAME1_XSP.zip
http://uploaded.net/file/6hbnqgt8
http://rapidgator.net/file/dbebfd633e9f71f9e8167a8f105c1c87
http://uptobox.com/9zmnagi9f8ie
http://depositfiles.com/files/uww2go4dw
https://shareprofi.com/bu4g43e44lze
DXAMI2 (Update November 2013)
Code:
http://uploaded.net/file/of5kus8x
http://rapidgator.net/file/9e76052eb5a5d31fd9c72e1f3d46cbcc
http://terafile.co/56911a6a3527
http://terafile.co/908334246579
http://terafile.co/670739889384
XXAMK1 (Update Desember 2013)
Code:
http://rapidgator.net/file/575a825c25ecfda94111255f8ab07650
http://uploaded.net/file/bclce1s3
http://terafile.co/141c7860dd65/PHE-S6310XXAMK1-20131210144955.zip
http://terafile.co/670739889384
HOW TO DISABLE/ENABLE SHUTTER SOUND CAMERA
What you need?
1. Root explorer (you phone must be rooted first)
How to?
1. open root explorer
2. go to /system/csc/Others.xml and open it
3. then paste this <CscFeature_Camera_ShutterSoundMenu>true</CscFeature_Camera_ShutterSoundMenu> before </FeatureSet>
4. save and exit
5. then reboot your phone
6. then open the camera, then check it works or not
[TOOL/CWM][JB 4.1.2][GT-S6310] Backup / Restore EFS Partition by @bamzzz
http://forum.xda-developers.com/showthread.php?p=51297705
How to remove icon keyboard on statusbar
http://forum.xda-developers.com/showpost.php?p=51126186&postcount=622
Dsixda Kitchen now support for GT-S6310 all variants
http://forum.xda-developers.com/showpost.php?p=50647219&postcount=506
HOW TO SHOWING BATTERY PERCENTAGE & TOGGLE
hi everyone, i'll share this guide. this guide may will work on other device with JB 4.1.2 touchwiz version or may above. this is just hidden features from samsung and i know how to showing this
Whats you need?
1. you must know how to compile-decompile apk
2. Secsettings deodex
3. tools for compile decompile
How to?
1. decompile your secsettings
2. then go to smali\com\android\settings\DisplaySettings.smali
3. find this
iget-object v0, v0, Lcom/android/settings/DisplaySettings;->mDisplayBatteryLevel:Landroid/preference/CheckBoxPreference;
4. look for this code
invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference);Z
5. and now can delete that line or just to add # on first line, and will look like this
# invoke-virtual/range {v17 .. v18}, Landroid/preference/PreferenceScreen;->removePreference(Landroid/preference/Preference);Z
6. save and then compile you setting
7. push/flash
NB: do with your own risk. sorry for bad english
[MOD][GUIDES] SecMms.apk TouchWiz Mods!
give thanks to jovy23!!!
http://forum.xda-developers.com/showthread.php?t=2172543
[MOD] 4-Way Reboot - How to (JB)
give thanks to kahvitahra!!!
http://forum.xda-developers.com/showpost.php?p=38379872&postcount=184
Cyanogenmod Section
Cyanogenmod 11 [4.4.2] by @DevSwift1
http://forum.android.com.pl/f893/cya...11-0-a-371762/
Cyanogenmod 11 [4.4.2] by @werty100
http://www.htcmania.com/showthread.php?t=751510
Cyanogenmod 10 by @DevSwift1
http://forum.xda-developers.com/showpost.php?p=49440589&postcount=129
Kernel Section
Mammoth Kernel by mamutos
v2 You can see on here
http://forum.xda-developers.com/showpost.php?p=49493947&postcount=171
v3 You can see on here
http://forum.xda-developers.com/showpost.php?p=49551829&postcount=202
v3.5 You can see on here
http://forum.xda-developers.com/showpost.php?p=49555144&postcount=208
v4 You can see on here
http://forum.xda-developers.com/showpost.php?p=49728919&postcount=280
v4.1 You can see on here
http://forum.xda-developers.com/showpost.php?p=49778562&postcount=308
v5 You can see on here
http://forum.xda-developers.com/showpost.php?p=51688991&postcount=719
Theme section
[THEME][GT-S6310]Brush Silver Theme by @rekjezt
http://forum.xda-developers.com/showpost.php?p=52285522&postcount=770
[THEME][PORT][JB] Iron-Man for Galaxy Young GT-S6310 by @dugeriss
http://forum.xda-developers.com/showthread.php?t=2724963
Softy Theme II by @rekjezt
http://forum.xda-developers.com/showpost.php?p=51285961&postcount=673
[THEMES][GT-S6310] The Dark Knight by @andiogie
http://forum.xda-developers.com/showpost.php?p=51292018&postcount=675
[GUIDE]POWER DIALOG LOOK A LIKE CM
http://forum.xda-developers.com/showthread.php?t=2688305
HOW TO GET AOSP TASTE THEME FOR JELLYBEAN 4.1.2 TW ROM BASED WITHOUT MODIF ANY PNG OR LAYOUT AND WITHOUT ERROR APPEARS
http://forum.xda-developers.com/showthread.php?t=2685748
WOOD THEME FOR STOCKROM by @dugeriss
http://forum.xda-developers.com/showpost.php?p=50856941&postcount=529
Holy Stockmod DXAME1 by Catur Bowo Restyono
http://forum.xda-developers.com/showpost.php?p=50887648&postcount=547
[THEME][GT-S6310]Softy Theme by @rekjezt
http://forum.xda-developers.com/showpost.php?p=50962604&postcount=580
[MOD][PORT][GT-S6310] FB Style SystemUI for GALAXY YOUNG 2 GT-S6310 by @dugeriss
http://forum.xda-developers.com/showthread.php?t=2678045
ocoot said:
ok, let's to the point... because this device don't have a new sub forum on xda, I will gather all the rom, theme, mod, and others to be collected into one thread is here. it aims to facilitate the people to look for it and post the question here only and myself here also hope the moderator of this forum in order to provide a new subforum for this device :good:
Click to expand...
Click to collapse
Dude, the galaxy y (young) has an xda section Its not the exact model but its okay to post roms there, just put: [GT-6310] in the rom title. Hect, you might be able to flash the roms for other models, ask around
http://forum.xda-developers.com/galaxy-y
Hi.. uncle ocoot
nitif guide :laugh:
[GT-S6310][GUIDE] how to add lidroid 23toggles
http://forum.xda-developers.com/showthread.php?t=2551787
[GUIDE] [JB] GRID LIDROID [wanam source]
http://forum.xda-developers.com/showthread.php?t=2551959
[GUIDE] Moving signal icon to the left
http://forum.xda-developers.com/showpost.php?p=48714107&postcount=16
[GUIDE] To disable signature checks on system apps
http://forum.xda-developers.com/showpost.php?p=51517852&postcount=67
FIRMWARE Section
LATEST FIRMWARE UPDATE
For Galaxy Young GT-S6310
For Galaxy Young GT-S6310L
For Galaxy Young GT-S6310N
For Galaxy Young GT-S6310T
heading uncle !!
In CM:
I'm still working on it, still having some.issues. I'm taking "colaboration" with TheWhisp so I belive it will go faster.
Thanks for support guys,doing my best !
Djalo96 said:
In CM:
I'm still working on it, still having some.issues. I'm taking "colaboration" with TheWhisp so I belive it will go faster.
Thanks for support guys,doing my best !
Click to expand...
Click to collapse
is S6310 still use PMEM or already got ION ?
Sent from my umts_everest using Tapatalk
i'll be waiting good job @ocoot :good:
how did you move the signal icon to the left?
mjz2cool said:
how did you move the signal icon to the left?
Click to expand...
Click to collapse
Decompile SystemUI.apk
open "tw_status_bar"
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_background" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<ImageView android:id="@id/notification_lights_out" android:paddingLeft="6.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center" />
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
[COLOR="Red"]<include [COLOR="Magenta"]android:id="@id/signal_cluster"[/COLOR] android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />[/COLOR]
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
</LinearLayout>
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip">
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
</ImageSwitcher>
<com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_old" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_new" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.phone.TickerView>
</LinearLayout>
</com.android.systemui.statusbar.phone.PhoneStatusBarView>
move line with id android:id="@id/signal_cluster" to bellow line with id "android:id="@id/left_icons"
like this :
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_background" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<ImageView android:id="@id/notification_lights_out" android:paddingLeft="6.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center" />
<LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="0.0dip" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:orientation="horizontal" [COLOR="Cyan"]android:id="@id/left_icons"[/COLOR] android:paddingLeft="4.0dip" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0">
[COLOR="Red"]<include [COLOR="Magenta"]android:id="@id/signal_cluster"[/COLOR] android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view" />[/COLOR]
<TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
<ImageView android:id="@id/operatorLogoIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo" />
<ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85" />
<com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" 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:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/right_icons" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentRight="true">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent">
<TextView android:textSize="12.0dip" android:textColor="#ffa6a6a6" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator" />
<ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff959595" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
</LinearLayout>
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip">
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
<com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside" />
</ImageSwitcher>
<com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_old" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_new" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
</com.android.systemui.statusbar.phone.TickerView>
</LinearLayout>
</com.android.systemui.statusbar.phone.PhoneStatusBarView>
next open "tw_signal_cluster_view"
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.SignalClusterView android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
[COLOR="Magenta"]<FrameLayout android:gravity="center" android:id="@id/wifi_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/wifi_signal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<ImageView android:layout_gravity="center" android:id="@id/wifi_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>[/COLOR]
<View android:id="@id/spacer" android:visibility="gone" android:layout_width="6.0dip" android:layout_height="6.0dip" />
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/new_mobile_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
[COLOR="Lime"]<FrameLayout android:id="@id/separate_mobile" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/separate_mobile_type" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/separate_mobile_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>[/COLOR]
[COLOR="Red"]<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content">
<FrameLayout android:gravity="center" android:id="@id/mobile_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/mobile_signal" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/mobile_type" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:layout_gravity="bottom|right|center" android:id="@id/mobile_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/mobile_roaming" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>
</FrameLayout>[/COLOR]
</LinearLayout>
<ImageView android:id="@id/airplane" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</com.android.systemui.statusbar.SignalClusterView>
change to:
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.SignalClusterView android:orientation="horizontal" android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/new_mobile_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
[COLOR="Red"]<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content">
<FrameLayout android:gravity="center" android:id="@id/mobile_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/mobile_signal" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/mobile_type" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:layout_gravity="bottom|right|center" android:id="@id/mobile_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/mobile_roaming" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>
</FrameLayout>[/COLOR]
[COLOR="Lime"]<FrameLayout android:id="@id/separate_mobile" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/separate_mobile_type" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<ImageView android:id="@id/separate_mobile_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>[/COLOR]
</LinearLayout>
<View android:id="@id/spacer" android:visibility="gone" android:layout_width="6.0dip" android:layout_height="6.0dip" />
[COLOR="Magenta"]<FrameLayout android:gravity="center" android:id="@id/wifi_combo" android:layout_width="wrap_content" android:layout_height="wrap_content">
<ImageView android:id="@id/wifi_signal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:scaleType="center" android:layout_alignParentRight="true" android:layout_centerVertical="true" />
<ImageView android:layout_gravity="center" android:id="@id/wifi_inout" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>[/COLOR]
<ImageView android:id="@id/airplane" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</com.android.systemui.statusbar.SignalClusterView>
Save,recompile,sign, n push to System
Done!! :victory:
up
nobody answer my question? nobody interest on CM/AOSP based?
Did anyone manage to build custom kernel yet?
in >4.2 dev must choose to use ION or PMEM (or hybrid), it will breakdown what are working or not working features, like jena/jenad the devs decided to follow the ION route, so camera is broken and probably never be fixed (hard).
Sent from my umts_everest using Tapatalk
AshRoller said:
nobody answer my question? nobody interest on CM/AOSP based?
Did anyone manage to build custom kernel yet?
in >4.2 dev must choose to use ION or PMEM (or hybrid), it will breakdown what are working or not working features, like jena/jenad the devs decided to follow the ION route, so camera is broken and probably never be fixed (hard).
Sent from my umts_everest using Tapatalk
Click to expand...
Click to collapse
i du no om, wait respond from mastah
Djalo96 said:
In CM:
I'm still working on it, still having some.issues. I'm taking "colaboration" with TheWhisp so I belive it will go faster.
Thanks for support guys,doing my best !
Click to expand...
Click to collapse
wow i think you and thewhisp have a individual project to make CM for this device but it turns out you made ​​this CM project together. I hope it will be completed faster good job bro, i'll always support you :good:

How To Make Show Hide Toggles In Android L Panel

Items Required:-
Apktool
SystemUI.apk
Text Editor (notepad ++)
Procedure:-
1) Decompile systemui.apk
2) Then goto res/layout and open gemini_status_bar_expanded.xml (mtk) or tw_status_bar_expanded.xml (touchwiz).
3) Then you have to divide your panel into 4 parts.
4) Now after dividing it make sure your expanded look like this;-
BLUE COLOR = PLACEMENT FOR 4 PARTS
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
[COLOR="blue"] Paste here your HEADER code[/COLOR]
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue"] Paste here your brightness slider code[/COLOR]
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue"] paste here your android L toggles code [/COLOR]
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue]Paste here the notification part[/COLOR]
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
5) Download Required files from here
6) Merge the required files to smali/com/here
7) Save Recompile. :thumbup:
Header (Part 1) acts as show hide button for Your toggles
Credits:-
Tentenponce For smalis
MAAADR
Tested in JB 4.1.2 AND JB 4.2.2
For ScreenShot click HERE
Don't understand points 3 and 4
Slash137 said:
Don't understand points 3 and 4
Click to expand...
Click to collapse
+1
Slash137 said:
Don't understand points 3 and 4
Click to expand...
Click to collapse
they simply mean to divide the xml codes of your panel into 4 parts.,..then put those 4 parts in between the codes mentioned in step 4
Snapdragon815 said:
+1
Click to expand...
Click to collapse
step 1 is decompiling systemui by apktool
eboybasit said:
step 1 is decompiling systemui by apktool
Click to expand...
Click to collapse
I understood up to step 2. I didn't understand what to do next.
Can u provide a screen record or screenshots of doing the work
error SS
eboybasit said:
Items Required:-
Apktool
SystemUI.apk
Text Editor (notepad ++)
Procedure:-
1) Decompile systemui.apk
2) Then goto res/layout and open gemini_status_bar_expanded.xml (mtk) or tw_status_bar_expanded.xml (touchwiz).
3) Then you have to divide your panel into 4 parts.
4) Now after dividing it make sure your expanded look like this;-
BLUE COLOR = PLACEMENT FOR 4 PARTS
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
[COLOR="blue"] Paste here your HEADER code[/COLOR]
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue"] Paste here your brightness slider code[/COLOR]
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue"] paste here your android L toggles code [/COLOR]
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
[COLOR="blue]Paste here the notification part[/COLOR]
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
5) Download Required files from here
6) Merge the required files to smali/com/here
7) Save Recompile. :thumbup:
Header (Part 1) acts as show hide button for Your toggles
Credits:-
Tentenponce For smalis
MAAADR
Tested in JB 4.1.2 AND JB 4.2.2
For ScreenShot click HERE
Click to expand...
Click to collapse
eroor ss
mr.nameless_24 said:
eroor ss
Click to expand...
Click to collapse
Error ? What error
eboybasit said:
Error ? What error
Click to expand...
Click to collapse
Could you please add some screenshots relating to the creation of 4 parts in the xml as I find it difficut to find which codes belong to header/notification toggles/broghtness slider exactly...
Your post is awesome but the screenshots will make them complete
aki_007 said:
Could you please add some screenshots relating to the creation of 4 parts in the xml as I find it difficut to find which codes belong to header/notification toggles/broghtness slider exactly...
Your post is awesome but the screenshots will make them complete
Click to expand...
Click to collapse
Ah okay sir
aki_007 said:
Could you please add some screenshots relating to the creation of 4 parts in the xml as I find it difficut to find which codes belong to header/notification toggles/broghtness slider exactly...
Your post is awesome but the screenshots will make them complete
Click to expand...
Click to collapse
This is my panel
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 androidrientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
<include layout="@layout/l_header" />
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/slider" />
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/ltoggle_mda" />
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/eboy_fbui_layout" />
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
L Header = header
Slider = brightness slider
Ltoggle_mda = ltoggles
Eboy_fbui_layout = notifications
Plz can you add some screenshot
eboybasit said:
This is my panel
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 androidrientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
<include layout="@layout/l_header" />
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/slider" />
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/ltoggle_mda" />
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/eboy_fbui_layout" />
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
L Header = header
Slider = brightness slider
Ltoggle_mda = ltoggles
Eboy_fbui_layout = notifications
Click to expand...
Click to collapse
THE LINK TO SCREENSHOT IS NOT WORKING PLZ ADD THME :good:
I am getting this error
eboybasit said:
This is my panel
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 androidrientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
<include layout="@layout/l_header" />
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/slider" />
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/ltoggle_mda" />
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" androidrientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 androidrientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/eboy_fbui_layout" />
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
L Header = header
Slider = brightness slider
Ltoggle_mda = ltoggles
Eboy_fbui_layout = notifications
Click to expand...
Click to collapse
D:\Apps And Development\apktool>apktool b SystemUI
I: Using Apktool 2.0.0-RC4
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[38,4] Error for input '.param
eter': Invalid directive
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[39,4] Error for input '.param
eter': Invalid directive
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[38,15] mismatched input '"con
text"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file
: com/tenten/LayoutAnimation1$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:71)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:55)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:354)
at brut.androlib.Androlib.buildSources(Androlib.java:294)
at brut.androlib.Androlib.build(Androlib.java:280)
at brut.androlib.Androlib.build(Androlib.java:255)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
AATRONIX said:
D:\Apps And Development\apktool>apktool b SystemUI
I: Using Apktool 2.0.0-RC4
I: Checking whether sources has changed...
I: Smaling smali folder into classes.dex...
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[38,4] Error for input '.param
eter': Invalid directive
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[39,4] Error for input '.param
eter': Invalid directive
SystemUI\smali\com\tenten\LayoutAnimation1$1.smali[38,15] mismatched input '"con
text"' expecting END_METHOD_DIRECTIVE
Exception in thread "main" brut.androlib.AndrolibException: Could not smali file
: com/tenten/LayoutAnimation1$1.smali
at brut.androlib.src.SmaliBuilder.buildFile(SmaliBuilder.java:71)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:55)
at brut.androlib.src.SmaliBuilder.build(SmaliBuilder.java:41)
at brut.androlib.Androlib.buildSourcesSmali(Androlib.java:354)
at brut.androlib.Androlib.buildSources(Androlib.java:294)
at brut.androlib.Androlib.build(Androlib.java:280)
at brut.androlib.Androlib.build(Androlib.java:255)
at brut.apktool.Main.cmdBuild(Main.java:225)
at brut.apktool.Main.main(Main.java:84)
Click to expand...
Click to collapse
Restart the whole process using apktool 1.5.2
Deleted
force closure. I'm doing wrong. thx
excuse my English
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
<RelativeLayout android:background="@drawable/fondo1" android:paddingLeft="6.0dip" android:paddingTop="3.0dip" android:paddingRight="6.0dip" android:paddingBottom="5.0dip" android:layout_width="320.0dip" android:layout_height="50.0dip">
<com.android.systemui.statusbar.StatusBarJellyHeaderView android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<Button android:textColor="@*android:color/transparent" android:id="@id/clear_all_button" android:background="@drawable/btn_clear" android:paddingLeft="16.0dip" android:layout_width="32.0dip" android:layout_height="0.0dip" android:layout_marginTop="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:text="@string/status_bar_clear_all_button" android:layout_toRightOf="@id/date" />
<ImageView android:id="@id/settings_button" android:paddingLeft="19.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginTop="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:src="@drawable/ic_notify_quicksettings" android:scaleType="center" android:layout_toRightOf="@id/clear_all_button" android:contentDescription="@string/accessibility_settings_button" />
</RelativeLayout>
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.powerwidget.PowerWidget android:background="@drawable/fondo1" android:paddingLeft="6.0dip" android:paddingTop="10.0dip" android:paddingRight="6.0dip" android:paddingBottom="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ImageView android:layout_gravity="center_vertical" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</RelativeLayout>
<include android:paddingLeft="6.0dip" android:paddingRight="6.0dip" layout="@layout/qp_brightness" />
<LinearLayout android:orientation="vertical" android:id="@id/power_and_carrier" android:background="#ffee0b0b" android:paddingTop="0.0dip" android:paddingRight="0.0dip" android:paddingBottom="0.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip">
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/carrier_label_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/eboy_toggle_mda" />
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
<FrameLayout android:id="@id/notifications" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:orientation="vertical" android:id="@id/notificationLinearLayout" android:paddingLeft="5.0dip" android:paddingRight="5.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/noNotificationsTitle" android:background="@drawable/shade_header_background" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_no_notifications_title" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/ongoingTitle" android:background="@drawable/shade_header_background" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_ongoing_events_title" />
<LinearLayout android:textColor="#ff009688" android:orientation="vertical" android:id="@id/ongoingItems" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/latestTitle" android:background="@drawable/shade_header_background" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_latest_events_title" />
<LinearLayout android:textColor="#ff009688" android:orientation="vertical" android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textColor="#ff009688" android:layout_gravity="right|center" android:id="@id/compact_clear_all_button" android:background="@drawable/btn_clear" android:paddingLeft="15.0dip" android:paddingRight="15.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginBottom="1.0dip" android:text=" " />
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>
<ScrollView android:id="@id/bottomScroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/bottomNotificationLinearLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</ScrollView>
<LinearLayout android:orientation="horizontal" android:id="@id/compact_carrier_layout" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Title" android:gravity="bottom|right|center" android:background="@*android:color/transparent" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginRight="6.0dip" android:singleLine="true" android:layout_alignParentRight="true" />
</LinearLayout>
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/title_bar_shadow" android:scaleType="fitXY" />
</FrameLayout>
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
shelowe said:
force closure. I'm doing wrong. thx
excuse my English
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.TogglesButton2 android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content">
<RelativeLayout android:background="@drawable/fondo1" android:paddingLeft="6.0dip" android:paddingTop="3.0dip" android:paddingRight="6.0dip" android:paddingBottom="5.0dip" android:layout_width="320.0dip" android:layout_height="50.0dip">
<com.android.systemui.statusbar.StatusBarJellyHeaderView android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<Button android:textColor="@*android:color/transparent" android:id="@id/clear_all_button" android:background="@drawable/btn_clear" android:paddingLeft="16.0dip" android:layout_width="32.0dip" android:layout_height="0.0dip" android:layout_marginTop="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:text="@string/status_bar_clear_all_button" android:layout_toRightOf="@id/date" />
<ImageView android:id="@id/settings_button" android:paddingLeft="19.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginTop="4.0dip" android:layout_marginRight="4.0dip" android:layout_marginBottom="4.0dip" android:src="@drawable/ic_notify_quicksettings" android:scaleType="center" android:layout_toRightOf="@id/clear_all_button" android:contentDescription="@string/accessibility_settings_button" />
</RelativeLayout>
</com.tenten.TogglesButton2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation1 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.powerwidget.PowerWidget android:background="@drawable/fondo1" android:paddingLeft="6.0dip" android:paddingTop="10.0dip" android:paddingRight="6.0dip" android:paddingBottom="10.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ImageView android:layout_gravity="center_vertical" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</RelativeLayout>
<include android:paddingLeft="6.0dip" android:paddingRight="6.0dip" layout="@layout/qp_brightness" />
<LinearLayout android:orientation="vertical" android:id="@id/power_and_carrier" android:background="#ffee0b0b" android:paddingTop="0.0dip" android:paddingRight="0.0dip" android:paddingBottom="0.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip">
<com.android.systemui.statusbar.powerwidget.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/carrier_label_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
</com.tenten.LayoutAnimation1>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation2 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<include layout="@layout/eboy_toggle_mda" />
</com.tenten.LayoutAnimation2>
</LinearLayout>
<LinearLayout android:layout_gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.tenten.LayoutAnimation3 android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.tenten.UpDownBoomPaw android:layout_width="fill_parent" android:layout_height="wrap_content">
<FrameLayout android:id="@id/notifications" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:orientation="vertical" android:id="@id/notificationLinearLayout" android:paddingLeft="5.0dip" android:paddingRight="5.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/noNotificationsTitle" android:background="@drawable/shade_header_background" android:paddingRight="2.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_no_notifications_title" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/ongoingTitle" android:background="@drawable/shade_header_background" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_ongoing_events_title" />
<LinearLayout android:textColor="#ff009688" android:orientation="vertical" android:id="@id/ongoingItems" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:textColor="#ff009688" android:gravity="right" android:id="@id/latestTitle" android:background="@drawable/shade_header_background" android:paddingRight="10.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:text="@string/status_bar_latest_events_title" />
<LinearLayout android:textColor="#ff009688" android:orientation="vertical" android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textColor="#ff009688" android:layout_gravity="right|center" android:id="@id/compact_clear_all_button" android:background="@drawable/btn_clear" android:paddingLeft="15.0dip" android:paddingRight="15.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_marginBottom="1.0dip" android:text=" " />
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>
<ScrollView android:id="@id/bottomScroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/bottomNotificationLinearLayout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</ScrollView>
<LinearLayout android:orientation="horizontal" android:id="@id/compact_carrier_layout" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.CarrierLabel android:textAppearance="@style/TextAppearance.StatusBar.Title" android:gravity="bottom|right|center" android:background="@*android:color/transparent" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginRight="6.0dip" android:singleLine="true" android:layout_alignParentRight="true" />
</LinearLayout>
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/title_bar_shadow" android:scaleType="fitXY" />
</FrameLayout>
</com.tenten.UpDownBoomPaw>
</com.tenten.LayoutAnimation3>
</LinearLayout>
</LinearLayout>
Click to expand...
Click to collapse
Provide your logcat
AATRONIX said:
THE LINK TO SCREENSHOT IS NOT WORKING PLZ ADD THME :good:
Click to expand...
Click to collapse
video http://m.youtube.com/watch?v=8XVy5Wmf9Z4
request
eboybasit said:
video http://m.youtube.com/watch?v=8XVy5Wmf9Z4
Click to expand...
Click to collapse
Just one request my friend can you make a tut on getting lollipop on-touch button (ripple effect) plzz
AATRONIX said:
Just one request my friend can you make a tut on getting lollipop on-touch button (ripple effect) plzz
Click to expand...
Click to collapse
Okay

Categories

Resources