앱 플레이어

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
질문 히트는 컴퓨터 무슨프로그램으로??? 4 땅부자 2016.12.18 0/0
질문 히트는 어떤 프로그램이 좋은가요? 1 니꾸리 2016.03.15 0/0
자유 히트2는 앱플에서 안될겁니다. 8 유오 2022.09.27 0/0
자유 히트2 이제 9일 남았네요. 7 갱주 2022.08.22 0/0
질문 히트 호환이 안되네요ㅠㅠ 3 데이몬 2015.11.17 0/0
질문 히트 앱플레이어로 가능하죠? 2 지나가요 2022.08.24 0/0
자유 히트 미뮤로 돌리는데 만족중 1 yepp 2016.11.27 0/0
히로매크로와 윈드로이 화면 매칭 방법. 3 HyunsD 2015.04.04 2/0
질문 히로매크로 질문좀 드릴게요. 3 우앙쿵쾅 2015.09.27 0/0
질문 히로매크로 쓰시는분잇나요?? 5 야혈 2015.05.06 0/0
질문 히로매크로 사용 가능한가요? 에드 2016.08.13 0/0
질문 히로매크로 뉴에뮬레이터에서는 안되나요? 3 심심팡팡 2014.09.21 0/0
질문 히로 매크로 사용시 1 라찌 2015.04.13 0/0
자유 히로 매크로 때문에 윈드로이 써봤는데 굳이네요 4 다슈매트 2015.09.25 0/0
질문 흠..몬길돌리는데요 2.80C버전 3 섬광의루나 2015.05.31 0/0
자유 흠.. 고민중입니다. 1 밀크윤서 2017.12.11 0/0
질문 흠 이 사이트는 레벨을 어떻게 올려야 되는거죠???? 2 장마철녹슨칼 2018.06.22 0/0
질문 흑흑.... 뉴에뮬이 설치가 안돼네요...;; 1 하플러 2014.08.29 0/0
자유 휴 드디어 되네요 4 힙합리스너 2015.02.27 0/0
질문 후.... 강철의기사는 해결보신분 계신가요...? 사쓰킥 2015.03.04 0/0
Board Pagination Prev 1 2345678910 ... 310 Next
/ 310

전체 최신 인기글

전체 주간 인기글