I was just wondering if not having the update center on the VS980 is normal. :confused:
Affichage des articles dont le libellé est center. Afficher tous les articles
Affichage des articles dont le libellé est center. Afficher tous les articles
mardi 18 mars 2014
lundi 10 mars 2014
guide center notification on statusbar like miui and left signal base cm10.1 topic
material modification :
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk in this case I will not explain what it is decompile recompile...
further..
please decompile your system ui and then download this material and continue extrack place in accordance with the layout of the place is in a folder if there is please replace the replace command...
download link : http://www.mediafire.com/?63nr97full98i90
if it is please recompile your systemui again and make sure there are no errors in the natural..
then push back to System app with permisiions rw .. r .. r
kredit : recognized themer xda
apktool / etc
note pade..
requirement :
must understand decompile recompile the apk in this case I will not explain what it is decompile recompile...
further..
please decompile your system ui and then download this material and continue extrack place in accordance with the layout of the place is in a folder if there is please replace the replace command...
download link : http://www.mediafire.com/?63nr97full98i90
if it is please recompile your systemui again and make sure there are no errors in the natural..
then push back to System app with permisiions rw .. r .. r
kredit : recognized themer xda
Libellés :
base,
center,
CM10.1,
Develope 1,
Guide,
left,
like,
MIUI,
Notification,
signal,
statusbar,
topic
jeudi 6 mars 2014
Any way to center clock on stock B125 ??? (root or xposed..) topic
Hello there, do you guys know a way to center the clock ?
I'm on stock B125, already tried Gravity box, the options seems to do nothing
I'm on stock B125, already tried Gravity box, the options seems to do nothing
center clock and how to topic
This is for who"s on XXUBMJ6 firmware
download here:
https://www.dropbox.com/s/zke597pq8f...ck_XXUBMJ6.zip

who want's to do this:
Decompile you're SystemUI.apk
go to res/layout-sw800dp-xhdpi/status_bar.XML
open with Notepad++
and overwrite with this code
Will try to add date also soon
Enjoy...
download here:
https://www.dropbox.com/s/zke597pq8f...ck_XXUBMJ6.zip
who want's to do this:
Decompile you're SystemUI.apk
go to res/layout-sw800dp-xhdpi/status_bar.XML
open with Notepad++
and overwrite with this code
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/black_bg" android:background="#ff000000" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<ImageView android:id="@id/notification_lights_out" android:paddingLeft="4.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/status_bar_contents" 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/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/notification_icon_area_alpha">
<TextView android:textSize="15.0dip" android:textColor="#ffffffff" 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/operatorLogoIcon_org" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/tw_stat_notify_operator_logo_org" />
<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:paddingBottom="@dimen/notification_icon_bottom_margin" 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="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" systemui:ampmSmall="true" />
</LinearLayout>
<LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/system_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:alpha="@dimen/system_icon_area_alpha">
<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/signal_cluster_view" />
<TextView android:textSize="@dimen/status_bar_battery_text_size" android:textColor="#ffffffff" 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:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="4.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: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:textColor="#ffffffff" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:textColor="#ffffffff" 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>
Enjoy...
lundi 24 février 2014
Good to be true? About Samsung Service Center. topic
Hi. Please forgive me for posting such nonsense. Last time i saw in a post that they actually bring their note 3 into Samsung Service Center and they did reset the knox counter 0x1 into 0x0. I got bored earlier then im thinking to talk or actually go in samsung service center here in the Philippines. The reason is simple. I want to return to 4.3 Jellybean.
Let the images tell you the real details.





So guys. Do you think that they can actually downgrade? Im willing to pay just to get back to JB.
Let the images tell you the real details.
So guys. Do you think that they can actually downgrade? Im willing to pay just to get back to JB.
jeudi 30 janvier 2014
Update center down? topic
Is the LG update center down? I just returned to stock and I want the LTE update being pushed out by my carrier (Three UK) but I keep getting an error.
"Could not connect to update-server. Please check network connection and try again"
Even though I have data connection. WiFi is giving me the same error as well
Sent from my LG-D802 using XDA Premium 4 mobile app
"Could not connect to update-server. Please check network connection and try again"
Even though I have data connection. WiFi is giving me the same error as well
Sent from my LG-D802 using XDA Premium 4 mobile app
mercredi 29 janvier 2014
[Mod]Xperia U(jb) ios7 style (80% transparent)SystemUI with center clock topic
a whole new look of SystemUI
i have replaced the network signal with the original SystemUI
battery icon is of ios 7 style and the center clock look at the screen shots before flashing
for transparent statusbar:
Download:http://www.mediafire.com/download/ux...os%20style.zip
put in ur phone
reboot recovery
mount system
flash zip
reboot system
enjoy
if u don't want transparent statusbar: download the zip
open the zip go to system/framework
delete the android.policy.jar
and flash in the same way as mentioned above
enjoy and hit thanks
i have replaced the network signal with the original SystemUI
battery icon is of ios 7 style and the center clock look at the screen shots before flashing
for transparent statusbar:
Download:http://www.mediafire.com/download/ux...os%20style.zip
put in ur phone
reboot recovery
mount system
flash zip
reboot system
enjoy
if u don't want transparent statusbar: download the zip
open the zip go to system/framework
delete the android.policy.jar
and flash in the same way as mentioned above
enjoy and hit thanks
Notification Center stopping working topic
Hello.
I have same troubles with different versions of Notification Centers - Notification Center mod and YaNC.
Sometime notifications stopping to come to watches. When I starting NC in this situation, I received a message "service is not started" - but really it is checked. After re-checking this mark, service activate but stop working again after some unpredictable time. See screenshots for a reference.
Can you suggest some solution?
Sent from my SAMSUNG-SGH-I727 using xda premium
I have same troubles with different versions of Notification Centers - Notification Center mod and YaNC.
Sometime notifications stopping to come to watches. When I starting NC in this situation, I received a message "service is not started" - but really it is checked. After re-checking this mark, service activate but stop working again after some unpredictable time. See screenshots for a reference.
Can you suggest some solution?
Sent from my SAMSUNG-SGH-I727 using xda premium
samedi 25 janvier 2014
[APP][PORT][JB]Xperia Z1 Compact Update Center topic
Hello Friends I Ported Xperia Z1 Compact SOMC App Update Center For All Sony Xperia Phones Running JellyBean 4.1.2, 4.2.2 & 4.3 + I Hope Everyone Like It.

Download Link Is On 2nd Post
Screenshots On 3rd Post
If U Like My Work Dont Forgot To Press Thanks Button
Cheers ;) U Can Post Screenshots Too & I'll Add To This Thread
XDA:DevDB Information
[APP][PORT][JB]Xperia Z1 Compact Update Center, a App for the Sony Xperia M
Contributors
xperiaz2
Version Information
Status: Stable
Current Stable Version: Final
Stable Release Date: 2014-01-25
Created 2014-01-25
Last Updated 2014-01-25
Download Link Is On 2nd Post
Screenshots On 3rd Post
If U Like My Work Dont Forgot To Press Thanks Button
Cheers ;) U Can Post Screenshots Too & I'll Add To This Thread
XDA:DevDB Information
[APP][PORT][JB]Xperia Z1 Compact Update Center, a App for the Sony Xperia M
Contributors
xperiaz2
Version Information
Status: Stable
Current Stable Version: Final
Stable Release Date: 2014-01-25
Created 2014-01-25
Last Updated 2014-01-25
Inscription à :
Articles (Atom)