DuOS Help and Support

We love your feedback and look forward to hearing from you. Please share your stories to help us build a product that best fits your needs.

AMIDuOS is now available for free download to all users. Please visit ami.com/getamiduos to download the AMIDuOS installer, and for more information on terms and conditions, limitations and known issues.

Enabling Root Mode in AMIDuOS

Please follow the below mentioned steps to enable Root Mode for AMIDUOS

  • Launch AMIDuOS.
  • Enable Root Mode from Settings -> AMIDuOS Configuration Tool -> Advanced -> System -> Root Mode
  • Restart AMIDuOS.
  • Verify the same with applications that require root permissions or verify the same from shell directory of AMIDuOS

Please follow the steps to enable adb interface for AMIDuOS

'adb' executable will be generally present in platform-tools directory of Software Development Kit(SDK). The compressed file could be downloaded from Link1 / Link2 and unzip it.

  • Launch AMIDuOS.
  • Press 7 times repeatedly on Build Number from Settings -> About phone to enable Developer Options
    Go to Developer Options, enable 'USB Debugging'
  • From Windows Command prompt, navigate to path where 'adb.exe' is present and enter below commands
  1. adb kill-server
  2. adb start-server
  3. adb devices  (this will take 2 seconds to list AMIDuOS as active device.(repeat this command until adb devices lists emulator-5564)
  4. You could connect AMIDuOS via adb through IP address also. Please follow the steps for the same:-

     a. If adb server is running in one device and AMIDuOS in a different device, and only if both of them are connected to the same network, please follow the below commands

     adb kill-server

     adb connect <windows ip address of the system where AMIDuOS is running> :5565

     For example adb connect 192.168.2.40:5565. (You could also verify the ip address to which AMIDuOS is connected from Settings ->About Tablet -> Status -> IP address)

     adb devices (which will list the adb devices with its IP address)

    b. If adb server and AMIDuOS running in the same device, please use loop back address(127.0.0.1) instead of IP to connect it

      adb kill-server

     adb connect 127.0.0.1:5565

     adb devices

4.  adb shell  (Which enables the user to execute various shell commands in AMIDuOS

     a. Verify that shell shows like root@duos:/ #  , which resembles AMIDuOS is rooted.

     b. verify various su commands to check root permissions

-Team AMIDuOS

Is article helpful?