Ver Mensaje Individual
  #155  
Viejo 02/02/15, 13:55:17
Avatar de Marcosuper7
Marcosuper7 Marcosuper7 no está en línea
The Best hobby, Android.
Mensajes: 3,911
Compra y venta: (45)
 
Fecha de registro: ene 2012
Localización: En mi casa...
Mensajes: 3,911
Modelo de smartphone: Xiaomi Mi Mix 2
Tu operador: Vodafone
Mencionado: 228 comentarios
Tagged: 0 hilos
Cita:
Originalmente Escrito por LeninSerranoDj Ver Mensaje
A ver si Marcos o alguien puede decir como hacerlo, hay un tutorial por ahí pero mis conocimientos sobre esto no llega a tanto.
Claro que si, tienes que decompilar el LGLoockScreen.apk y en res/values/arrays.xml y añadir esto a lo existente:

"Tienes que BORRAR la "Negrita" antes de copiarlo"

(Click para mostrar/ocultar)
<string-array name="effect_names">
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_soda</item>
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
</string-array>
<string-array name="effect_values">
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_soda</item>
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
</string-array>
<string-array name="secondary_effect_names">
<item>@string/lockscreen_effect_light_particle</item>
<item>@string/lockscreen_effect_vector_circle</item>
<item>@string/lockscreen_effect_mosaic</item>
<item>@string/lockscreen_effect_soda</item>
<item>@string/lockscreen_effect_basic</item>
<item>@string/lockscreen_effect_particle</item>
<item>@string/lockscreen_effect_dewdrop</item>
<item>@string/lockscreen_effect_crystal</item>
<item>@string/lockscreen_effect_ripple</item>
<item>@string/lockscreen_effect_white_hole_alias</item>
</string-array>
<string-array name="secondary_effect_values">
<item>@string/effect_index_swipe_light_particle</item>
<item>@string/effect_index_swipe_vector_circle</item>
<item>@string/effect_index_swipe_mosaic</item>
<item>@string/effect_index_swipe_soda</item>
<item>@string/effect_index_swipe_basic</item>
<item>@string/effect_index_swipe_particle</item>
<item>@string/effect_index_swipe_dewdrop</item>
<item>@string/effect_index_swipe_crystal</item>
<item>@string/effect_index_swipe_ripple</item>
<item>@string/effect_index_swipe_white_hole</item>
</string-array>