I just re-read the sticky on this thread and found this:
IF YOU HAVE NO WIFI AFTER COMPLETING FIX 2:
1) Uninstall blacksn0w (either remove the package from Cydia, or remove /usr/lib/blacksn0w.dylib and re-add the original com.apple.CommCenter.plist)
2) Reboot your phone.
3) You should now have WiFi back.
4) Add the Blacksn0w repository (cydia.pushfix.info) and install Blacksn0w RC2
5) Reboot your phone
QUESTION: If I complete steps 1 & 2 (not able to uninstall blacksn0w through cydia as I installed it through blackra1n) will all my (iphone) problems be over?
I can remove the dylib file by using iphone explorer and i have 2 p.list files (com.apple.CommCenter.plist and com.apple.CommCenter.plist.backup).
I used plist editor for windows and the files look like this:
com.apple.CommCenter.plist: Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>DYLD_INSERT_LIBRARIES</key>
<string>/usr/lib/blacksn0w.dylib:/Library/MobileSubstrate/MobileSubstrate.dylib</string>
</dict>
<key>HopefullyExitsFirst</key>
<true/>
<key>Label</key>
<string>com.apple.CommCenter</string>
<key>MachServices</key>
<dict>
<key>com.apple.commcenter</key>
<dict>
<key>ResetAtClose</key>
<true/>
</dict>
</dict>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/System/Library/PrivateFrameworks/CoreTelephony.framework/Support/CommCenter</string>
</array>
<key>ServiceIPC</key>
<false/>
</dict>
</plist>
and the backup file looks like this: Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HopefullyExitsFirst</key>
<true/>
<key>Label</key>
<string>com.apple.CommCenter</string>
<key>MachServices</key>
<dict>
<key>com.apple.commcenter</key>
<dict>
<key>ResetAtClose</key>
<true/>
</dict>
</dict>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/System/Library/PrivateFrameworks/CoreTelephony.framework/Support/CommCenter</string>
</array>
<key>ServiceIPC</key>
<false/>
</dict>
</plist>
Bookmarks