19 Comments

  1. mistletoe
    Posted January 1, 2008 at 8:44 pm | Permalink

    1.1.2 下失败“没漏了什么啊

  2. Posted January 2, 2008 at 8:40 am | Permalink

    Please carefully follow the instructions in the article. The patch has been confirmed working, also tested in roaming.

  3. mistletoe
    Posted January 2, 2008 at 12:11 pm | Permalink

    其他的都是按照步骤来的
    com.apple.SpringBoard.plist用记事本打开是乱码,我直接在SpringBoard后面加上.sh
    ?_8/System/Library/CoreServices/SpringBoard.app/SpringBoard.sh
    不知道是不是这里的问题,但是不知道怎么转换这个plist文件
    还一个问题,SpringBoard.sh文件,是不是只要在记事本里面复制上以下内容,保存为SpringBoard.sh就可以了?
    #!/bin/sh DYLD_INSERT_LIBRARIES=/usr/lib/extSpringBaord.dylib exec /System/Library/CoreServices/SpringBoard.app/SpringBoard

  4. Posted January 2, 2008 at 12:23 pm | Permalink

    1. .plist文件用plutil可以在iPhone上直接转换成文本文件(在BLOG搜索一下),转换后再下载编辑
    2. SpringBoard.sh内容按”view plain”,然后复制保存,或者手工输入(要与教程中的完全一样,包括分行)
    3. .plist及.sh文件必须采用UNIX格式换行符,在Windows下编辑要用UltraEdit之类的,Notepad不行

  5. mistletoe
    Posted January 2, 2008 at 11:34 pm | Permalink

    没用 :(
    不知道是不是漏了什么
    英文不太好,能否发篇中文得到我邮箱
    主要想尝试一下,谢了

  6. Posted January 2, 2008 at 11:38 pm | Permalink

    很抱歉,所有需要的内容都写在这里了,不打算再写一次了。

  7. Ron
    Posted January 6, 2008 at 1:51 am | Permalink

    Works great, thanks! One thing though: there is a typo in the SpringBoard.sh script on this page (you typed extSpringBaord.dylib, not extSpringBoard.dylib - a and o reversed)

  8. Posted January 6, 2008 at 3:09 am | Permalink

    Ron,
    Thanks for pointing that out, fixed!

  9. mistletoe
    Posted January 6, 2008 at 7:35 pm | Permalink

    修改了新的SpringBoard.sh文件,不至于白苹果了,但Logo还是没有改变
    严格按照步骤来做的,不知道哪里出了问题
    extSpringBoard.dylib和SpringBoard.sh也改了755权限
    我把我的文件发你邮箱,帮我检查下吧,谢了

  10. Posted January 6, 2008 at 7:49 pm | Permalink

    到日志/var/log/syslog里面找包含>>>的行,根据记录的信息判断是哪里出问题了。

  11. mistletoe
    Posted January 6, 2008 at 8:10 pm | Permalink

    看了,没有相关的纪录,没有包含>>>的行

  12. Posted January 6, 2008 at 8:22 pm | Permalink

    如果没有日志纪录,那么补丁根本就没有启动。

  13. mistletoe
    Posted January 6, 2008 at 8:47 pm | Permalink

    那这种情况一般是什么原因呢?
    你邮箱是多少啊或者MSN,我发给你帮我看看

  14. Josh
    Posted January 11, 2008 at 8:53 am | Permalink

    Do any of the files mentioned above need to be compiled, or should they be uploaded to the phone in plain text format?

  15. Posted January 11, 2008 at 9:01 am | Permalink

    You don’t have to compile anything, just download the binary and follow the How To Use instructions. The plist files are in Mac’s binary format, so you need to edit them using Property List Editor or convert them to plain text files (try searching plutil) then edit. Since Mac OS X is UNIX, you have to make sure the your edited plist files are in UNIX format, aka the newline character is LF (0×0A), not CRLF (0×0D,0×0A). I would suggest editing under any Unix/Linux.

  16. oaixnait
    Posted January 13, 2008 at 4:03 am | Permalink

    可以麻烦你看一下这个帖子吗? 我把你的教程翻译了一下,发到了weiphone..出现了一些白苹果,问题不明.我自己是修改成功的..
    这是帖子的地址http://www.weiphone.com/thread-51101-1-1.html

  17. Posted January 13, 2008 at 6:36 pm | Permalink

    出现不能进入SpringBoard的问题多半是因为com.apple.SpringBoard.plist文件出问题,导致SpringBoard无法正常启动,所以才会有这种现象:系统服务启动正常,只是不出现主菜单,假如这个时候用SSH登录去看syslog,一定会发现SpringBoard在反复启动,并反复崩溃,同时生成崩溃日志文件。至于Load failed,有两个可能的原因,一是Carriers.plist不存在,二是Carriers.plist格式错误(比如不是UNIX格式,或者文件内容有错误),但是Carriers.plist的错误不会导致系统崩溃。

    解决方法就是要保证文件是UNIX格式或者苹果Binary格式,别无他法。

  18. oaixnait
    Posted January 14, 2008 at 1:43 am | Permalink

    非常感谢.原因已经明了..

  19. Posted February 6, 2008 at 4:33 pm | Permalink

    Hi, I was wondering if it is possible to emulate the home key in software. for example can we place a semi-transparent button near the bottom which if pressed for 5 seconds returns the phone to the home screen? OR can we remap the home key to the volume control key?
    Basically my iphone fell in water and now the home key is not responding!
    Thanks!

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*