hook springborad 中的错误

用theos 开发越狱后的ios应用程序可能是最简单的这类程序的开发方法了。

做的时候,碰到了个小问题,

bash-3.2# make package install
Making all for tweak txtwService...
make[2]: Nothing to be done for `internal-library-compile'.
Making stage for tweak txtwService...
dpkg-deb:正在新建软件包“com.txtws.txtwservice”,包文件为“./com.txtws.txtwservice_0.0.1-8_iphoneos-arm.deb”。
install.copyFile "./com.txtws.txtwservice_0.0.1-8_iphoneos-arm.deb" "com.txtws.txtwservice_0.0.1-8_iphoneos-arm.deb"
root@192.168.1.157's password: 
com.txtws.txtwservice_0.0.1-8_iphoneos-arm.deb 100% 2112 2.1KB/s 00:00 
install.exec "dpkg -i com.txtws.txtwservice_0.0.1-8_iphoneos-arm.deb"
root@192.168.1.157's password: 
dpkg: status database area is locked by another process
make: *** [internal-install] Error 2

 

 

然后去搜索了下,发现原来是打开cydia 或者91 之类的安装程序后,其他程序无法安装。所以退出 cydia 以及91 之后就可以了

bash-3.2# make package install
Making all for tweak txtwService...
make[2]: Nothing to be done for `internal-library-compile'.
Making stage for tweak txtwService...
dpkg-deb:正在新建软件包“com.txtws.txtwservice”,包文件为“./com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb”。
install.copyFile "./com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb" "com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb"
root@192.168.1.157's password: 
com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb 100% 2112 2.1KB/s 00:00 
install.exec "dpkg -i com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb"
root@192.168.1.157's password: 
Selecting previously deselected package com.txtws.txtwservice.
(Reading database ... 3171 files and directories currently installed.)
Unpacking com.txtws.txtwservice (from com.txtws.txtwservice_0.0.1-9_iphoneos-arm.deb) ...
Setting up com.txtws.txtwservice (0.0.1-9) ...
install.exec "killall -9 SpringBoard"
root@192.168.1.157's password:

bash-3.2# 

 

 

另外 open-ssh的root默认密码是alpine

posted @ 2012-05-08 09:33  有只茄子  阅读(593)  评论(0编辑  收藏  举报