Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:udoo:android [2015/04/01 20:45] – created scipio | tips:udoo:android [2021/10/13 19:51] (current) – removed scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Udoo ====== | ||
- | |||
- | ===== Superuser ===== | ||
- | |||
- | http:// | ||
- | |||
- | unpack supersu apk and copy | ||
- | |||
- | {{{ | ||
- | mkdir / | ||
- | cp su / | ||
- | cp su / | ||
- | cp su / | ||
- | cp install-recovery.sh / | ||
- | echo 1 > / | ||
- | }}} | ||
- | |||
- | add to device/ | ||
- | < | ||
- | import init.superuser.rc | ||
- | </ | ||
- | |||