zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    IntelliJ IDEA 中自定义模板代码的缩写
    小猪评《101次求婚》——屌丝是否能够逆袭女神
    C#委托的理解
    ASP.NET MVC权限验证
    ASP.NET MVC 中表单的Encode及Decode
    JQuery方式验证表单和AJAX提交
    C# LIST 的各种加减
    小猪决定做一件尝试
    ASP.NET 将excel导入 sql server
    从客户端XXX中检测到有潜在危险的 Request.Form值——终极解决方案
  • 原文地址:https://www.cnblogs.com/qiezi/p/2489574.html
Copyright © 2011-2022 走看看