앱 플레이어

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
자유 사용해보고 있는데.. operet 2015.10.17 0/0
질문 윈드로이 부자되세요 VM is blocked 문제. 프렙초보용도 2015.10.17 0/0
자유 방금 설치후 사용중입니다. 마르소아 2015.10.16 1/0
자유 윈드 멀티시 씨퓨,램,글픽카드 영향에 관한 7 지니자니쟈니 2015.10.22 0/0
자유 방금 설치해 봤습니다. 7 곰돌파파 2015.10.18 2/0
질문 천부접속불가 파트레스 2015.10.14 0/0
자유 레이븐업데이트가안되네요 1 novajh 2015.10.14 0/0
질문 윈드로이 끊김현상 3 whdams 2015.10.22 0/0
질문 앤디가 작동이 않되요 도와주세요 ㅠㅠ 엠디 2015.10.15 0/0
질문 윈도우10 5 크로노스 2016.06.23 0/0
질문 갑자기 com.google.process.gapps 프로세스 중지 에러... 5 AceYk 2015.10.22 0/0
질문 '앱에 외부저장소가 필요합니다'라는 메시지 타츠루 2015.10.09 0/0
윈드로이 멀티실행시 기기연동 끊김 문제 해결법 프리헌터스 2015.11.01 0/0
질문 윈드로이 멀티 어케키나용 1 아프로투입 2015.10.09 0/0
질문 키보드가 숫자만 인식이되는데 방법없나요? 4 왕꿈틀 2015.10.14 0/0
질문 윈드로이드 끙냥이 2015.10.07 0/0
자유 블루스텍vs지니모션vs윈드로이 어떤게 좋을까요 13 케로아 2016.03.04 0/0
질문 윈드로이에서 한글 인식은 안되나요? 3 ddfa4 2015.10.05 0/0
AMI DuOS 루팅하기 4 난나님 2016.02.22 1/0
자유 아 Windroye 레이븐의 매크로...제가 써본 매크로중 최고는.... 1 몽중인2 2015.10.12 0/0
Board Pagination Prev 1 ... 218219220221222223224225226 ... 310 Next
/ 310

전체 최신 인기글

전체 주간 인기글