앱 플레이어

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
질문 amd는 ld64..? 1 rox 2021.08.12 0/0
질문 AMD는 뉴 에뮬레이터 사용못하는건가요? 2 사랑해잉 2014.08.21 1/0
질문 AMD로도 뉴에뮬 잘돌아가나오?? 1 골드베리 2014.08.13 0/0
AMI DuOS 루팅하기 4 난나님 2016.02.22 1/0
정보 AMIDuOS 2 Lollipop Pro v2.0.7.8268 리샤오랑 2016.05.30 0/0
자유 andy cpu점유율이 어느정도 되세영;;; 엄청나네여 7 쑤봉e 2016.05.10 0/0
질문 andy os라는 목록이 삭제가 안되요.. 익뚜뚜뚜뚜 2016.11.24 0/0
자유 andy remote cotrol 3 곰돌파파 2014.11.01 0/0
자유 andy rootkit v0.41 9 곰돌파파 2016.03.05 2/0
질문 Andy VS 지니 뭐가 좋을까요...? 14 토스트한개 2014.10.24 0/0
질문 andy 몬스터길들이기 오류 2 Thales 2015.01.18 0/0
질문 andy 사용해보려고 하는데 도와주세요 7 민이ㅎ 2014.10.18 0/0
질문 andy 사이트에서 에뮬 다운로드 하신분들 4 이브자리 2014.10.29 0/0
질문 andy 설치후 handyandy 라고 뜨면서 실행이 안되네요... 2 링클레터 2014.11.24 0/0
질문 andy 실행시키는데요... 잘안되네요 ㅠㅠ 4 꼬롬한데 2014.10.23 0/0
질문 andy 영군 실행하면 이런 오류가떠서 5 별이되어줍쇼 2014.11.19 0/0
질문 Andy 완전 삭제는 어떻게 하나요? 가끔정상 2014.10.28 0/0
자유 andy 이거.. 왜이러나요? 9 리프로치 2014.10.26 0/0
자유 Andy 채굴앱 심어둔거 걸렸습니다. 4 파인애플피자 2018.10.27 0/0
정보 andy 최선버전 이후 플레이스토어 계정동기화 불가로 이용불... 1 O돈카츠O 2015.05.23 0/0
Board Pagination Prev 1 2345678910 ... 310 Next
/ 310

전체 최신 인기글

전체 주간 인기글