04 2013 档案

摘要:代码基于https://github.com/conradev/Open一: 二步方法(基于iOSOpenDev)1: 用logos tweak模板创建deb文件.用常规方法配置后, 把Tweak.xm中的内容换成新的. profiling后, build, 生成 对应的deb文件.*** 此deb用于注册消息 "open"2:生成 command line 模板创建open文件将main.m中的内容用open.m中的内容替换. profiling后, 生成 对应的执行文件 open.*** 此执行文件用于在Terminal中使用配置:1: 将open拷贝到 /usr/bi 阅读全文
posted @ 2013-04-18 16:35 willbin 阅读(274) 评论(0) 推荐(0)
摘要:1: 下载iOSOpenDevhttp://iosopendev.com/download/2: 点击安装会碰到安装错误解决方法下载这个https://github.com/downloads/kokoabim/iOSOpenDev/xcode-license.tar.gz解压缩, 打开Terminal, 进入解压到的目录, 运行 : ./xcode-license(翻页加agree等后, 安装成功)3:重新安装就可以了. 阅读全文
posted @ 2013-04-16 21:50 willbin 阅读(259) 评论(0) 推荐(0)
摘要:为了能在任意目录下使用class-dump命令,首先建议把class-dump文件拷贝到/user/local/bin/目录下,然后就可以在任意目录下执行以下命令:class-dump /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/UIKit.framework/ >UIKit.h下载:http://ericasadun.com/HeaderDumpKit/使用:1 将下载好的 class-dump 放入usr/lo 阅读全文
posted @ 2013-04-10 16:15 willbin 阅读(400) 评论(0) 推荐(0)
摘要:1:在Certificates, Identifiers & Profiles中的devices列表添加 name和udid.2: 在Provisioning Profiles中选中某证书, 会展示一个 edit 按钮, 点击 edit 选中 使用此证书的 设备名称.3: 下载生成的新 证书, 点击证书, 自动更新到xcode.ok 阅读全文
posted @ 2013-04-10 15:14 willbin 阅读(422) 评论(0) 推荐(0)
摘要:https://github.com/kokoabim/iOSOpenDev/issues/45I was getting this error myself, I just copied the /opt/theos/include/logos folder into /opt/iOSOpenDev/include and haven't had that error since 阅读全文
posted @ 2013-04-08 09:52 willbin 阅读(233) 评论(0) 推荐(0)
摘要:Your aimYou want to use Linux and OpenSSH to automize your tasks. Therefore you need anautomaticlogin from host A / user a to Host B / user b. You don't want to enter any passwords, because you want to callsshfrom a within a shell script.How to do itFirst log in on A as user a and generate a pai 阅读全文
posted @ 2013-04-01 17:08 willbin 阅读(283) 评论(0) 推荐(0)
摘要:http://www.devdiv.com/home.php?mod=space&uid=54&do=blog&id=7596前段时间在开发一个越狱应用,用于在通知中心显示阳历和阴历,名为Chinese Calendar for Notification Center。第一次研究越狱开发,四月七号开始编码到昨天,在这两周里,从无到有,接触了Notification Center Widget和Preference Bunlde应用的开发,深切地感觉到越狱文档的稀少和零散,以及找资料的痛苦,期间甚至有“没人提供文档,我来提供!”的想法。文档是个浩大的工程,目前的水平也无法 阅读全文
posted @ 2013-04-01 16:49 willbin 阅读(1001) 评论(0) 推荐(1)