May 08
解決升級Installer 3.1 後Package download failed
原文: http://iphone.i-bloog.com/2008/installer_3.1_package_download_fail.html
來源: http://hackint0sh.org
解決方法:
- SSH 入 iPhone 打以下指令
- rm -R /var/mobile/Library/Caches/Installer
- rm -R /var/mobile/Library/Installer/Temp
- cd /Applications
- chmod -R 755 Installer.app
- chown -R root:admin Installer.app
- chmod 6755 /Applications/Installer.app/Installer
- ./Installer等他完成 Refresh 後關閉 SSH
- 重啟iPhone
May 07
Installer 3.1
原文:http://iphone.i-bloog.com/2008/installer_3.1.html
終於升級到 3.1版本了
本次的更新主要加入以下功能:
- 搜索功能
- 按字母排序
- Refresh 速度改進
- 加長軟件描述長度
- 加入了Local Package
Mar 10
原文 : http://iphone.i-bloog.com/2008/1.1.4-appsupport.html
註: 如有遇上彈出桌面 問題請更新此Fix
1.1.4 修正電話號碼格式
包括SMS 只顯示 電話號碼
及電話薄出現 (611)XXXXX 這類格式
已更新較新版本
解決方法:
加入本站Source 
http://i-bloog.com/index.php
之後在 1.1.4 Fix安裝
請安裝後 在Settings > General > International > Region Format 設做香港
Feb 28
[Installer] 如何加入本站 Source
開啟Installer,
按 Sources [右下角] > Edit [右上角] > Add
http://i-bloog.com/index.php
按 Done 就ok :)
Feb 20
Installer [package download failed] 解決方法
原文: http://iphone.i-bloog.com/read-68.html
破解後出現 [package download failed] ??
在網上找到一些解決方法
解決方法一:
重新開啟iPhone =.="
解決方法二:
Installer安裝 / 重裝
Installer > Install > Sources > Community Sources
解決方法三:
Installer > Sources [右下角] > Edit > Delete Ste Packaging
Installer > Sources [右下角] > Add> http://repo.smxy.org/iphone-apps/
(不要串錯字 和 留意大細階)
Installer > 按Install 後 > Remove from Queue 或 Clear Queue
Feb 18
Installer [main script execution failed] 解決方法
原文: http://iphone.i-bloog.com/read-67.html
破解後出現 [main script execution failed] ??
在網上找到一些解決方法 :)
建議又第一個開始試
做完重新開機看看
方法二&三 好像需要 BSDSubsystem
方法三 需要安裝 Installer > Utilities > Erica's Ported Utils
解決方法一:
參考: http://iphone.i-bloog.com/read-61.html
使用指令
ziphone -j
解決方法二:
SSH 入iPhone [例如 WINSCP / Putty]
輸入以下指令
- cd /Applications
- chmod +s Installer.app/Installer
- chown -R root:wheel Installer.app
解決方法三:
SSH 入iPhone [例如 WINSCP / Putty]
輸入以下指令
- cd /Applications
- wget http://repository.apptapp.com/packages/System/Installer.zip
- rm -rf Installer.app
- unzip Installer.zip
- chmod +s Installer.app/Installer
- chown -R root:wheel Installer.app
- rm Installer.zip
- reboot
最新回覆