me e descargado Updated : 18/03/12 y al desbloquear el cel se ha quedado colgado, lo reinicie quitando la batería y al iniciar ya funcionaba. por un momento creí que no iba a funcionar así como los anteriores. Gracias.
<EndPoint x="0" y="0" w="0" h="0">
<PressedState>
<Image x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/>
<Image x="#unlock_x" y="#unlock_y+100-32" align="center" alignV="center" src="lock_screen_indicator_anim.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)">
<Mask x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_mask.png" align="absolute"/>
<PositionAnimation>
<Position x="0" y="0" time="0"/>
<Position x="0" y="126" time="1500"/>
</PositionAnimation>
</Image>
<Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/>
<Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)">
<AlphaAnimation>
<Alpha a="128" time="0"/>
<Alpha a="255" time="375"/>
<Alpha a="128" time="750"/>
<Alpha a="128" time="1125"/>
<Alpha a="128" time="1500"/>
</AlphaAnimation>
</Image>
</PressedState>
<NormalState>
<Image x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/>
<Image x="#unlock_x" y="#unlock_y+100-32" align="center" alignV="center" src="lock_screen_indicator_anim.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)">
<Mask x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_mask.png" align="absolute"/>
<PositionAnimation>
<Position x="0" y="0" time="0"/>
<Position x="0" y="126" time="1500"/>
</PositionAnimation>
</Image>
<Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/>
<Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)">
<AlphaAnimation>
<Alpha a="128" time="0"/>
<Alpha a="255" time="375"/>
<Alpha a="128" time="750"/>
<Alpha a="128" time="1125"/>
<Alpha a="128" time="1500"/>
</AlphaAnimation>
</Image>
</NormalState>
</EndPoint>
<Image x="#unlock_x" y="-71" align="center" src="sliding_panel_visualization_bg.png" visibility="#music_control.visibility"/>
<!--
<SpectrumVisualizer x="#unlock_x" y="-71" align="center" panelSrc="sliding_panel_visualization_bg.png" dotbarSrc="sliding_panel_visualization_dot_bar.png" shadowSrc="sliding_panel_visualization_dot_bar_shadow.png"/>
-->
There was a bug when pressing the center button did not hide the image: lock_screen_indicator_anim_stroke
I'm providing an update with this fix
NOTE: I also modified the images relating to the numbers to get the same quality as the center button
Version 2.3.7 (GB)
Code:<EndPoint x="0" y="0" w="0" h="0"> <PressedState> <Image x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/> <Image x="#unlock_x" y="#unlock_y+100-32" align="center" alignV="center" src="lock_screen_indicator_anim.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"> <Mask x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_mask.png" align="absolute"/> <PositionAnimation> <Position x="0" y="0" time="0"/> <Position x="0" y="126" time="1500"/> </PositionAnimation> </Image> <Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/> <Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"> <AlphaAnimation> <Alpha a="128" time="0"/> <Alpha a="255" time="375"/> <Alpha a="128" time="750"/> <Alpha a="128" time="1125"/> <Alpha a="128" time="1500"/> </AlphaAnimation> </Image> </PressedState> <NormalState> <Image x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/> <Image x="#unlock_x" y="#unlock_y+100-32" align="center" alignV="center" src="lock_screen_indicator_anim.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"> <Mask x="#unlock_x" y="#unlock_y-10" src="lock_screen_indicator_anim_mask.png" align="absolute"/> <PositionAnimation> <Position x="0" y="0" time="0"/> <Position x="0" y="126" time="1500"/> </PositionAnimation> </Image> <Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n_stroke.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"/> <Image x="#unlock_x" y="#unlock_y+192" align="center" alignV="center" src="unlock_home_n.png" visibility="eq(#unlocker.state,0)*not(#music_control.visibility)"> <AlphaAnimation> <Alpha a="128" time="0"/> <Alpha a="255" time="375"/> <Alpha a="128" time="750"/> <Alpha a="128" time="1125"/> <Alpha a="128" time="1500"/> </AlphaAnimation> </Image> </NormalState> </EndPoint>
=====> Edited (version date: 05-04-2012) <=====
* Some bugs fixed
Positioning: missed calls, unread messages and music display.
Show image: lock_screen_indicator_anim_music_1.png
Next step will be to correct the simulation of "SpectrumVisualizer"
Code:<Image x="#unlock_x" y="-71" align="center" src="sliding_panel_visualization_bg.png" visibility="#music_control.visibility"/> <!-- <SpectrumVisualizer x="#unlock_x" y="-71" align="center" panelSrc="sliding_panel_visualization_bg.png" dotbarSrc="sliding_panel_visualization_dot_bar.png" shadowSrc="sliding_panel_visualization_dot_bar_shadow.png"/> -->
Replace all:
x="#screen_width/2-55" to x="#screen_width/2-99"
and
x="#screen_width/2-35" to x="#screen_width/2-75"
I have had the same since two updates ago.... RLY annoying as it has been like this for a while!!!I have aproblem.When Ichange thewallpaper image and the lockscreen image and i lock and unlock the phone I see for a second othe wallpaper image.. It's annoyng, Any solution?
my problem :
using miui v2.3.2 GB
some1 help me..
please..
Hi there
Any fix for none English battery low?
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
Hi there
Any fix for none English battery low?
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk
"format="Low Battery (%d%%)""
where's the mtz file?
I've never themed before, but my mind is blown when I see this.
and yet is displays in Chinese. I'll have to ask Pele.Code:"format="Low Battery (%d%%)""
[PL]
Poprawiony Lockscreen z MIUI v4 dla MIUI 2.3.7
Poprawiony Lockscreen z MIUI v4 dla MIUI 2.3.7
Download:
http://sysop.pl/miui/lockscreen/v4_lockscreen_sysop_mod-220312.mtz
Zdjęcie:
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation