zoukankan      html  css  js  c++  java
  • 安卓开发时,免root查看数据库 等

    利用adbshell 的run-as命令 访问/data/data/包名  

    如果签名了并且指定设置了android:debuggable="false"将无法使用该命令。

    D:anzhuangstudiosdkplatform-tools>adb shell

    shell@R9:/ $ run-as com.xxx.xxx

    shell@R9:/data/data/com.xxx.xxx$ ls

    files

    lib

    program_cache

    shared_prefs

    shell@R9:/data/data/com.xxx.xxx$ cd files

    shell@R9:/data/data/com.xxx.xxx/files $ ls

    __MACOSX

    quanjing

    shell@R9:/data/data/com.xxx.xxx/files $ cd quanjing

    shell@R9:/data/data/com.xxx.xxx/files/quanjing $ ls

    Scorllimage

    Sounds

    Videos

    quanjing.json

    shell@R9:/data/data/com.huachuang.mvlplatform/files/quanjing $

  • 相关阅读:
    django ajax使用
    vim--分屏快捷键
    django csrf
    django mysql使用
    官方文档地址
    图解http 学习
    Terms
    Data Center Group
    Misc
    FTDI CDM Drivers 2.06.00
  • 原文地址:https://www.cnblogs.com/andlp/p/7489269.html
Copyright © 2011-2022 走看看