sense lockscreen mods
These should work on sense 3.0, 3.5, and 3.6 (I think). These are all bool edits with m10 editor. These are all done in Idlescreen_Base.apk
FYI: any of these visible edits are simple, once on the correct item, the box on the right has a value "visible=1" and we change that to "visible=0" in the top edit box, to remove the image. Below when I say "set to 0" that's what I mean.
A) remove shortcut text labels:
Go to: Lockscreen_shortcut.m10/0x0dc105ce/Lockscreen_Shortcut/
1. /textcomp.shortcut_name4 - set to 0
2. /textcomp.shortcut_name3 - set to 0
3. /textcomp.shortcut_name2 - set to 0
4. /textcomp.shortcut_name1 - set to 0
B) remove shortcut background bubbles:
Go to: Lockscreen_shortcut.m10/0x0dc105ce/Lockscreen_Shortcut/
1. /timeline.shortcutpanel/lockscreen_shortcutpanel_b.png (first) - set to 0
2. /timeline.shortcutpanel/lockscreen_shortcutpanel_b.png (second) - set to 0
3. /timeline.shortcutpanel/lockscreen_shortcutpanel_b.png (third) - set to 0
4. /timeline.shortcutpanel/lockscreen_shortcutpanel_b.png (fourth) - set to 0
C) remove operator name, time, am/pm, date, and text "pull ring to unlock":
Go to: Lockscreen_time.m10/0x0dc105ce/lockscreen_time/timeline.time_fade/
1. /text.lockscreentime_operator - set to 0
2. /text.lockscreentime_time - set to 0
3. /text.lockscreentime_ampm - set to 0
4. /text.lockscreentime_date - set to 0
Go to: Lockscreen_time.m10/0x0dc105ce/lockscreen_time/
1. /textcomp.pull_unlock - set to 0
D) remove lockscreen navbar, and the ring ripples when you touch the screen:
Go to: Lock_ring_motion.m10/0x0dc105ce/Lock_ring_motion/
1. /lockscreen_navbar.png - set to 0
2. /ring_bounce (first) - set to 0
3. /ring_bounce (second) - set to 0
4. /ring_bounce (third) - set to 0
5. /ring_bounce (fourth) - set to 0
6. /ring_bounce (fifth) - set to 0
7. /ring_bounce (sixth) - set to 0
...more to come...
---------- Post added at 04:58 PM ---------- Previous post was at 04:29 PM ----------
FYI: some of these visible edits are simple, once on the correct item, the box on the right has a value "visible=1" and we change that to "visible=0" in the top edit box, to remove the image. Below when I say "set to 0" that's what I mean.
A) how to remove loading errors (like "weather data not available") go away. For this example I will ONLY describe the how to for weather, but the same logic applies to any loading errors.
Go to /Lockscreen_common_error.m10/0x0dc105ce/
1. /timeline.common_error_bigicon/timeline.error_noweather/ - set to 0
2. /lockscreen_squarepanel/lockscreen_squarepanel.png (first) - set to 0
3. /lockscreen_squarepanel/lockscreen_squarepanel.png (second) - set to 0
B) how to make LS notification bg black (I'm going to explain calendar, but the logic applies to any of the m10s, I've customized them all)
(I'll explain... So I use the weather lock, and for instance, when a call comes in or a text or a calendar event, it pops up over the lockscreen, and has a "shaded" darker filter over the lockscreen background. I wanted that black, so that when an active notification was present you could NOT see the background at all, but when there was NO notification, it displayed normally)
Go to Lockscreen_calendar.m10/0x0dc10c5e/Lockscreen_calendar/Black_overlay/
1. on the right side find "opacity=0.59999996" (which is stock shading fyi)
2. click the opacity number and in the edit box up top you can:
3. set to 1 for complete black background shade (I did this for missed call, incoming call, text, a few others)
4. set to 0 for no shade at all (I did this for music, common error, etc)
tah daaahhhhh