Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:udoo:android [2015/04/01 20:46] – 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 | ||
- | </ | ||
- | |||