앱 플레이어

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
(주관적인 생각 다소포함) 녹스vs블루스택 ! 4 JAY야캐요 2016.10.22 2/0
미뮤만 켜면 Windows Aero 효과가 해제되는현상 7 스톤세나등 2016.10.06 2/0
블루스택1 다운 링크입니다. 5 BumBum 2017.09.09 0/0
레이드에대해서 간단한 조언?? 3 승카 2016.09.09 0/0
KOPLAYER 에뮬 설치방법과 한글폰트 적용법 7 팟팟팟 2017.11.17 1/0
미뮤 버전 호환 되지 않는다고 하시는 분들 1 레지스탕스 2016.03.05 0/0
미뮤, 엔디로 로킹 돌려본 결과 6 홍홍홍캬 2016.03.13 0/0
윈드로이 다운로드 받는법 몽중인2 2015.10.25 1/0
fixed an error, please restart 해결법 2 2야2야5 2016.02.14 1/0
윈드로이 멀티실행시 기기연동 끊김 문제 해결법 프리헌터스 2015.11.01 0/0
AMI DuOS 루팅하기 4 난나님 2016.02.22 1/0
어으 해결했네요 3 아우마쿠아 2015.09.02 0/0
윈드로이 고사양 or 다중실행 팅김 현상 잇으신분 1 응가과과 2015.08.18 0/0
저도 2.8.0c로 내렸습니다. 7 HyunsD 2015.09.14 0/0
지니모션/윈드로이 바로가기 만들기 1 바람처럼 2015.08.07 0/0
윈드로이 매니저로 다중 계정 실행에 문제가 있는 분들에게 5 유레카87 2015.09.14 1/0
2.8.0cz 에서 버전 다운시켰는데 엄청 안정적입니다. 17 테스 2015.09.14 0/0
몇일전부터 갑자기 튕기는게 바이러스때문이엿군... 4 거만한넘 2015.08.06 0/0
윈드로이(windroye) vs 지니모션(genymotion) 12 몽령 2015.11.22 0/0
아침에 윈드로이 검은화면때문에 멘붕왔었는데 해결했습니다. 리네인 2015.06.20 0/0
Board Pagination Prev 1 2345678 9 Next
/ 9

전체 최신 인기글

전체 주간 인기글