You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
The sed command could be used to replace references to /sbin/ with /system/bin/ and /tmp/ with /data/local/tmp. In case update-binary is a shell script, the replacements should be done there, otherwise updater-script might have to be modified. The latter would require producing a new, temporary archive file.
The
sedcommand could be used to replace references to/sbin/with/system/bin/and/tmp/with/data/local/tmp. In caseupdate-binaryis a shell script, the replacements should be done there, otherwiseupdater-scriptmight have to be modified. The latter would require producing a new, temporary archive file.