Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tips:udoo:android [2015/04/02 07:48] – [Superuser] scipio | tips:udoo:android [2021/10/13 19:51] (current) – removed scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Udoo ====== | ||
- | |||
- | ===== Superuser ===== | ||
- | |||
- | http:// | ||
- | |||
- | unpack supersu apk and copy | ||
- | |||
- | <code bash> | ||
- | mkdir / | ||
- | cp su / | ||
- | cp su / | ||
- | cp su / | ||
- | cp install-recovery.sh / | ||
- | echo 1 > / | ||
- | </ | ||
- | |||
- | add to device/ | ||
- | < | ||
- | import init.superuser.rc | ||
- | </ | ||
- | |||
- | init.superuser.rc | ||
- | < | ||
- | on boot | ||
- | chmod 06755 / | ||
- | |||
- | # su daemon | ||
- | service su_daemon / | ||
- | oneshot | ||
- | |||
- | on property: | ||
- | stop su_daemon | ||
- | |||
- | on property: | ||
- | stop su_daemon | ||
- | |||
- | on property: | ||
- | start su_daemon | ||
- | |||
- | on property: | ||
- | start su_daemon | ||
- | </ | ||