Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

braddick

macrumors 68040
Original poster
Jun 28, 2009
3,949
1,065
Encinitas, CA
What do you do when you need a quick respring after modifying your iDevice?

I go into Winterboard and toggle 'summerboard' on and then off. In the upper left corner the respring toggle instantly appears and I use that. Takes a second or two and allows my iDevice to respring without hassle or trouble.

I know this simple method isn't going to light the world on fire, but I was at an iPhone repair shop yesterday getting my screen replaced and the technician there was turning the iPhone off, waiting for the iPhone to then cycle off, and then turning it back on. When I suggested what I did above he seemed mildly surprised.

Just wanted to share this tip here. . .

Carry on!
 
Activator gesture for SBPowerAlert or my own FlipSwitch power toggle or "sbreload" via ssh/terminal or "killall -9 SpringBoard" via ssh/terminal

I believe that "killall -9 backboardd" via ssh/terminal will also do it
 
there's a CCToggles switch that does it (I use this)

Springtomize 3 has a neat one where when you are in task/app switcher, swiping up on the home page/springboard would respring your phone. this was my favorite but S3 would crash my springboard from time to time so I uninstalled it :(
 
there's a CCToggles switch that does it (I use this)

Springtomize 3 has a neat one where when you are in task/app switcher, swiping up on the home page/springboard would respring your phone. this was my favorite but S3 would crash my springboard from time to time so I uninstalled it :(

This

Or just go in to springtomize 3 and tap respring in the upper right corner.
 
iWipeCache is also an invaluable tweak, but I was thinking along the lines of accomplishing a respring without using an additional tweak. Already had Winterboard (yet not Springtomize).
 
iWipeCache is also an invaluable tweak, but I was thinking along the lines of accomplishing a respring without using an additional tweak. Already had Winterboard (yet not Springtomize).

Do you use any control center tweaks?
 
^
No, I keep my jailbreak as minimalistic as possible.
(Even having added Winterboard was a bit of a stretch.)
 
^ironically, I think theming is less minimalistic than tweaks but that's my opinion :D

Strangely, I can't disagree with you.
I keep a single Theme (Laguna) and don't use Winterboard for anything else.

But you're right- Winterboard is my single indulgence in an otherwise minimalistic cydia jailbreak.
 
Omni Stat Widget. Shows stats and system information as well as giving you the option to Respring, Reboot or Power Off.

I have it in the NC and it works from anywhere, including the lockscreen.

Oh yeah. Don't think they've update to iOS 7 yet.
 

Attachments

  • 2014-03-14 15.26.01.png
    2014-03-14 15.26.01.png
    390.9 KB · Views: 148
iWipeCache is also an invaluable tweak, but I was thinking along the lines of accomplishing a respring without using an additional tweak. Already had Winterboard (yet not Springtomize).

I'm not sure Winterboard allows for adding scripts. If it does, just paste the following there:

#!/bin/bash
rm -f /private/var/mobile/Library/Caches/com.apple.springboard-imagecache*
rm -rf /private/var/mobile/Library/Caches/SpringBoardIconCache
rm -rf /private/var/mobile/Library/Caches/SpringBoardIconCache-small
/usr/bin/killall SpringBoard


Incidentally, this (and nothing else) is what iWipeCache executes. (See the /Applications/iwipecache.app/run script.)

EDIT: BTW, under iOS7, simple respringing (like the above way) may not show new apps (also see https://github.com/kokoabim/iOSOpenDev/pull/105 ). Then, an additional

su mobile -c uicache

may be needed. Actually, I use this in the postinst file of my own JB tweaks (e.g., "Video Bitrate Configurer" or "SkypeRecorderSourceSwitcher"). After installation, it makes sure the newly-installed app is shown - without going through a full Respring (via killall). Nevertheless, its usage is pretty limited; for example, to reload the dynamic libraries in Mobile Substrate (as is done in my SkypeRecorderSourceSwitcher), you do need a killall.
 
Last edited:
Have a triple home button press to respring. Also have the toggles in CC (using CCToggles)
 
I'm partial to this method.

Activator and custom menus work wonders (it comes up when I press-hold the power button).

Credit to Menneisyys2 for the background. ;-)
 

Attachments

  • image.jpg
    image.jpg
    158.7 KB · Views: 167
The OP worked way too hard on this one! Most of us do a swipe and tap with Flip Control or another tweak. Sometimes we don't think of the obvious.
 
I use a CC toggle myself. One for respring and one for reboot.

I read Saurik has an activator action set to pressing both the up and down volume buttons at the same time for respring. Pretty clever.
 
I use a CC toggle myself. One for respring and one for reboot.

I read Saurik has an activator action set to pressing both the up and down volume buttons at the same time for respring. Pretty clever.

If you have flipswitch installed with activator, you can set that up too
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.