• Как получить root права в ADB?

    @leili
    Привет всем. У меня китайфон с очень экзотическим процессором
    Bus 001 Device 009: ID 1782:4002 Spreadtrum Communications Inc.


    кучей вирусни уже "из коробки". Не получается рутануть ((((
    Ни su, ни sudo, ни root.
    Вот мои манипуляции тщетные
    users-iMac:motopocalypse user1$ ./adb devices
    List of devices attached
    64976194914246	device
    users-iMac:motopocalypse user1$ chmod +x ./adb
    users-iMac:motopocalypse user1$ chmod +x ./fastboot
    users-iMac:motopocalypse user1$ ./adb kill-server
    users-iMac:motopocalypse user1$ ./adb wait-for-device
    * daemon not running; starting now at tcp:5037
    * daemon started successfully
    users-iMac:motopocalypse user1$ ./adb shell chmod 755 /data
    chmod: chmod '/data' to 40755: Permission denied
    users-iMac:motopocalypse user1$ ./adb shell chmod 755 /data/local/tmp/unlock
    users-iMac:motopocalypse user1$ ./adb shell su -c /data/local/tmp/unlock
    /system/bin/sh: su: not found
    users-iMac:motopocalypse user1$ ./adb shell
    shell@tc4_h1_lt_fsp:/ $ ls data
    opendir failed, Permission denied
    1|shell@tc4_h1_lt_fsp:/ $ ls                                                   
    acct
    bin
    cache
    charger
    config
    d
    data
    default.prop
    dev
    etc
    file_contexts
    fstab.sc8830
    fstab.tc4_h1_lt_fsp
    init
    init.environ.rc
    init.rc
    init.recovery.tc4_h1_lt_fsp.rc
    init.sc8830.rc
    init.sc8830.usb.rc
    init.storage.rc
    init.tc4_h1_lt_fsp.rc
    init.trace.rc
    init.usb.rc
    init.zygote32.rc
    lib
    mnt
    oem
    proc
    productinfo
    property_contexts
    res
    root
    sbin
    sdcard
    seapp_contexts
    selinux_version
    sepolicy
    service_contexts
    storage
    sys
    system
    ueventd.rc
    ueventd.tc4_h1_lt_fsp.rc
    vendor
    Ответ написан
    Комментировать