ale5000-git / tingle

Tingle - Android patcher
http://forum.xda-developers.com/showthread.php?t=3438764
GNU General Public License v3.0
160 stars 11 forks source link

Error code: 90 #48

Open andoruB opened 5 years ago

andoruB commented 5 years ago

Tried running Tingle on my Moto G6 Plus to patch the Lineage OS install I have, but when I try to run main.py, I get this:

$ ./main.py
MENU

    1 - Patch file from a device (adb)
    2 - Patch file from the input folder

> 1

 *** OS: Linux 4.19.0-5-amd64 (linux)
 *** Python: 2.7.16 (64 bit)
 *** Mode: 1
 *** Working dir: /tmp/Tingle-lIHv9p
 *** Selected device: ZY322TXVZ4
 *** Automounting /system...
      DEBUG: Already mounted
 *** Pulling framework from device...

ERROR INFO
==========
Type: <class 'subprocess.CalledProcessError'>
Cmd: ['/usr/bin/adb', '-s', u'ZY322TXVZ4', 'pull', '/system/build.prop', '.']
Return code: 1
Output: adb: error: failed to copy '/system/build.prop' to './build.prop': remote open failed: Permission denied

ERROR CODE: 90

I made sure that I have superuser privileges by entering the shell through adb and typing 'su'.

Here's the logcat: logcat.tar.gz