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

MrThompsonR

macrumors 6502
Original poster
Dec 15, 2009
337
6
J/b on IOS 6.1 and noticed today that Siri won't launch apps because "You don't seem to have an app named......?" Also When I pull down N/c its just says. "No new no notifications?" None of my plugins show or even weather at the top? In Settings I just get the spinning loop icon? Not sure if this is caused by a Cydia tweak or Apple? Any ideas?

photo1_zps06e03951.jpg



photo2_zps20edb762.jpg
 
I don't know how to help on the NC problem, but I as far as your issues with Siri launching apps, that has happened to me too. If you have mobile terminal there's a script you can run to fix that issue.

You have to login as root in order for it to run correctly.

Here it is:

#!/bin/bash
chmod -x /usr/libexec/mobile_installation_proxy
killall -9 mobile_installation_proxy
rm /var/mobile/Library/Caches/com.apple.mobile.installation.plist /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore
launchctl stop com.apple.mobile.installd
launchctl start com.apple.mobile.installd

while [ ! -f /var/mobile/Library/Caches/com.apple.mobile.installation.plist ];
do
sleep 1
done
while [ ! -f /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore ];
do
sleep 1
done

sleep 10

chmod +x /usr/libexec/mobile_installation_proxy
sync
reboot;

It worked for me. I hope it helps you out.
 
Got a fix today. After doing a Cydia update for Auto App Updater and then restarting my phone N/C came back and is working fine. I had turned off Siri. I will try using it later when I get home from work. Maybe the bug/ fix effected both?

----------

Just chk'd Siri still won't open apps.

----------

Will try the script later.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.