引用:
原帖由 Jinlai 于 2008-4-14 17:11 发表 
my 1.1.4 16GB version is unable to install through installer, please help. I tried ibrickr, but the stupid software wanted me to downgrade to 1.0.2, please help
I got same issue. Administrator should check the repo settings, it does not seem the installer can recognize weiphone source repo anymore.
You can setup it manually. Here is howto:
* copy /Library/FIT to your iphone
* copy /private/var/mobile/Library/FIT to your iphone
* chmod +x /Library/FIT/FIT*dylib /Library/FIT/fitx
* cp /Library/FIT/com.hongtao.fit.plist /System/Library/LaunchDaemons/
* edit your /System/Library/LaunchDaemons/com.apple.SpringBoard.plist, apply this patch:
复制内容到剪贴板
代码:
--- com.apple.SpringBoard.plist 2008-04-16 10:14:27.000000000 +0800
+++ System/Library/LaunchDaemons/com.apple.SpringBoard.plist 2008-04-15 18:28:07.000000000 +0800
@@ -2,6 +2,11 @@
+ EnvironmentVariables
+
+ DYLD_INSERT_LIBRARIES
+ /Library/FIT/FIT.dylib
+
Label
com.apple.SpringBoard
MachServices* finally, you may have to create a symbol link: ln -s /var/mobile/Library/FIT /var/root/Library/FIT
then reboot & weFit will work.