앱 플레이어

2015.10.04 12:53

AMI DuOS 루팅하기

조회 수 929 추천 1 댓글 4

안녕하세요! 초보 신입입니다.


AMI사에서 만든 DuOS관련 게시판은 따로 없는 듯 하여, 앱플레이어 게시판에 올려 봅니다.

서피스3 테블릿 구매 후 적당한 안드로이드 에뮬을 찾다가 아톰 프로세서에서도 비교적 가볍게 잘 돌아 간다는 AMI의 DuOS로 정착을 하였습니다.


DuOS는 지니모션, 블루스택에 비해 많이 알려지지는 않았고, 한달 무료 체험기간이 끝나면 유료 구매를 해야 하고(킷캣 $10, 롤리팝 $15), 동시에 여러개를 실행 시킬 수 없는 단점에도 불구하고, 웬만한 어플이 튕기지 않고 가볍게 잘 돌아가는 편이라, 좋은 평을 얻고 있지 않나 싶습니다.


DuOS는 지니모션 처럼, 설정에서(DuOS Configuration Tool) 루트모드를 지원하는데, 어찌된 일인지 DuOS 2.x 버전에서는 SuperSU도 설치할 수 없고, 안드로이드 내에서 루팅 기능을 이용하는게 불가능 했습니다.


아래 설명대로, SuperSU를 adb를 이용해서 수동으로 설치하시면, SuperSU와 루팅 기능을 제대로 이용하실 수 있습니다.


###### 준비물

1. AMI DuOS confiration에서 Rood Mode 활성화

2. AMI DuOS에 설치한 안드로이드에서 개발자 모드 활성화(빌드 번호 연타) 후, USB디버깅 모드 On

3. Minimal adb 다운로드 (http://s3.kkbox.kr/files/minimal_adb_fastboot_v1.2_setup.exe) 후 설치. (전체 크기 2MB미만)

4. SuperSU 설치를 위한 파일을 다운로드 (http://s3.kkbox.kr/files/UPDATE-SuperSU-v2.46.zip) 한후, 3번에서 설치한 adb 폴더에 supersu라는 폴더를 만들고 압축 해제

5. 탐색기에서 adb 설치 폴더를 Shift키를 누른채 마우스 우클릭하고, `여기서 커맨드 창 실행` 선택


###### adb를 이용한 SuperSU 설치

###안드로이드 5.x 롤리팝###

5번에서 실행한 커맨드 창에서 아래 adb 명령어를 실행


adb kill-server

adb wait-for-device

adb shell mount -o rw,remount /

adb shell mount -o rw,remount /system

adb shell mkdir /system/bin/.ext

adb shell chmod 0777 /system/bin/.ext

adb push supersu\x86\su /system/bin/.ext/.su

adb shell chmod 06755 /system/bin/.ext/.su

adb push supersu\x86\su /system/xbin/su

adb shell chmod 06755 /system/xbin/su

adb push supersu\x86\su /system/xbin/daemonsu

adb shell chmod 06755 /system/xbin/daemonsu

adb shell mkdir /system/app/SuperSU

adb shell chmod 0755 /system/app/SuperSU

adb push supersu\common\superuser.apk /system/app/SuperSU/SuperSU.apk

adb shell chmod 0644 system/app/SuperSU/SuperSU.apk

adb shell /system/xbin/su --install

adb shell rm /system/bin/app_process

adb shell ln /system/xbin/daemonsu /system/bin/app_process

adb shell rm -r /data/dalvik-cache

adb reboot

adb kill-server


###안드로이드 4  킷캣###

adb kill-server
adb wait-for-device
adb shell mount -o rw,remount /
adb shell mount -o rw,remount /system
adb shell mkdir /system/bin/.ext
adb shell chmod 0777 /system/bin/.ext
adb push supersu\x86\su /system/bin/.ext/.su
adb shell chmod 06755 /system/bin/.ext/.su
adb push supersu\x86\su /system/xbin/su
adb shell chmod 06755 /system/xbin/su
adb push supersu\x86\su /system/xbin/daemonsu
adb shell chmod 06755 /system/xbin/daemonsu
adb push supersu\common\superuser.apk /system/app/Superuser.apk
adb shell chmod 0644 system/app/Superuser.apk
adb shell /system/xbin/su --install
adb shell rm -r /data/dalvik-cache
adb reboot
adb kill-server


AMI DuOS에서 SuperSU를 실행하면 바이너리 업데이트가 제대로 이루어 지고 이후 루팅관련 기능 이용 가능 합니다.

참고로, 윈도우10이 설치된 서피스3 에서 AMI DuOS 롤리팝 버전에서 테스트 했고, 정상동작함을 확인 했습니다.


  • 찐콩 2015.10.16 21:25

    w저도초본데 잘봣습니다

  • 지나가는과객 2016.01.26 13:06

    1달 무료이군요...흠..써볼까..될려나..다 막힌 이판국에..

  • 안드몰리아 2016.01.26 15:31

    DuOS 에서는 C:\Users\사용자계정\.DuOS 에 보시면 config.xml 파일이 있습니다.

    config.xml 에 보시면 <sumode> 가 있어요 거기에 enabled 를 0 -> 1로 변경하게 되면 루트 모드가 됩니다.

  • 서하 2016.02.22 23:39

    루팅 다 끝나고 superroot 에서 계속 업데이트가 뜹니다. 그리고 루팅 프로그램 쓰면 루팅 하라고 뜨네요 어떻게 하면 될까요?


List of Articles
분류 제목 글쓴이 최근변경 추천
자유 앱 플레이어 통합 게시판에 대해 피카부 2019.01.22 0/0
자유 정보 분류와 팁 분류의 차이점 피카부 2019.01.15 0/0
자유 앤디 설치 전 꼭 읽어주세요 63 피카부 2019.01.15 14/0
자유 미뮤 최신버전 카카오토연동법 노빨대 2018.06.17 11/0
자유 [꼭 읽어주세요] 러브 에뮬레이터에 대해서 57 피카부 2015.07.30 9/0
자유 LD플레이어만 뚫린건가요? 8 바벌퀴레 2021.10.28 4/0
정보 윈드로이가 2.8.2 버전으로 업데이트 되었습니다. 20 Sense 2017.02.28 4/0
Windroye 2.8.0b 업데이트 (다운로드 링크) 8 브레인 2016.03.03 4/0
-윈드로이 오류 해결 방법들- 13 갯옹이 2015.05.19 4/0
Windroye v2.8.0 업데이트 17 zelkova 2015.04.11 4/0
정보 윈드로이 v2.7.8c 업데이트 되었습니다. 14 칠용 2015.02.22 4/0
자유 고수님들 윈드로이 메크로 좀 만들어주시면 안될까여?? 6 토모9664 2015.02.11 4/0
자유 오딘 앱플레이어 다음주 수요일까지는 못 뚫을 거 같음 10 삼삼세뿌리 2022.01.03 3/0
자유 LD 플레이어 Google Play 서비스가 계속 중단됨! 팝업 임시... 9 구름과자2 2021.12.04 3/0
자유 모모는 너무 좋은거 같아요 ♥ 11 고구궁 2021.12.04 3/0
자유 윈드로이 2.8.0cz 버전 구글드라이브, 바이두클라우드 링크... 12 Sense 2015.06.29 3/0
정보 윈드로이 2.8.0b 다운 링크 7 하로해 2015.05.18 3/0
게임패드나 키보드로 게임을 즐기는 방법 9 리샤오랑 2015.10.08 3/0
영타 안쳐지시는분들~~ 12 킁킁님 2015.04.20 3/0
이것도 다 아시겠지만..윈드로이 내부 해상도 와 dpi 가 계... 8 스파클 2015.04.08 3/0
자유 윈드로이 2.8.0 버전부터 화면 크기 지정 됩니다! 13 Sense 2015.04.16 3/0
자유 윈드로이 파일 11 쭉빠네 2015.04.01 3/-1
Board Pagination Prev 1 2345678910 ... 310 Next
/ 310

전체 최신 인기글

전체 주간 인기글