Hi all,
Bit out of touch with WinterBoard on iOS 5 - trying to bring myself back up to speed for some new releases. Big project I'm working on.
Anyway, how can I hide ALL of the Springboard strings? e.g.:
I've managed to hide Slide to reply, and Slide to unlock using:
Theme/Bundles/com.apple.springboard/en.lproj/Springboard.strings
Think everything has changed since I made this
Preferably, the correct locations for WinterBoard strings would be ideal, but if there's a free tweak on Cydia to hide them all, I suppose that will do.
Much appreciated.
Bit out of touch with WinterBoard on iOS 5 - trying to bring myself back up to speed for some new releases. Big project I'm working on.
Anyway, how can I hide ALL of the Springboard strings? e.g.:
- Slide to answer
- Slide to reply
- Slide to view
- Slide to etc.
I've managed to hide Slide to reply, and Slide to unlock using:
Theme/Bundles/com.apple.springboard/en.lproj/Springboard.strings
Code:
"ALARM_LOCK_LABEL" = "";
"AWAY_LOCK_BUDDY_LABEL" = "";
"AWAY_LOCK_EMERGENCY_LABEL" = "";
"AWAY_LOCK_LABEL" = "";
"AWAY_LOCK_LABEL_FORMAT" = "";
"AWAY_LOCK_LABEL_SHORT" = "";
"CALENDAR_LOCK_LABEL" = "";
"NETWORK_LOST_LOCK_LABEL" = "";
"NETWORK_LOST_LOCK_LABEL_SHORT" = "";
"POWER_DOWN_LOCK_LABEL" = "";
"REMOTE_NOTIFICATIONS_LOCK_FORMAT" = "";
"REMOTE_NOTIFICATIONS_LOCK_LABEL" = "";
"SLIDE_TO_ANSWER" = "";
"SLIDE_TO_CALL_BACK" = "";
"SLIDE_TO_CALL_BACK_SHORT" = "";
"SLIDE_TO_CANCEL" = "";
"SLIDE_TO_LISTEN" = "";
"SLIDE_TO_VIEW" = "";
"SOFTWARE_UPDATE_FORCED_INSTALL_ALERT_LOCK_LABEL" = "";
"SOFTWARE_UPDATE_FORCED_INSTALL_ALERT_LOCK_LABEL_SHORT" = "";
"TIMER_LOCK_LABEL" = "";
Think everything has changed since I made this
Preferably, the correct locations for WinterBoard strings would be ideal, but if there's a free tweak on Cydia to hide them all, I suppose that will do.
Much appreciated.