Guide

How to Set Up Owner Mode on Your Device

A step-by-step guide to giving PocketProxy Owner Mode, the privilege that lets you remotely reboot a stuck phone and keep it earning around the clock.

Published May 30, 2026 · 6 min read

What is Owner Mode?

Owner Mode (Android calls it “Device Owner”) is a one-time setup that gives the PocketProxy app permission to manage the phone at a deeper level. We use it for exactly one thing: letting you reboot a wedged device remotely from your dashboard. If a phone ever gets stuck and stops serving proxy traffic, one click restarts it, no driving to the location, no plugging in a cable.

Without Owner Mode, the remote Reboot button can't work, Android blocks it for security. That's why operators running fleets of phones turn it on: it's the difference between a device that self-recovers and one that sits offline (and unpaid) until someone notices.

Owner Mode can only be granted on a phone with no Google account signed in. That's why this guide starts with a factory reset. Plan to do this before you put the phone into service.

What you'll need

  • A computer with the Android SDK platform-tools (so the adb command works) and a USB cable.
  • The latest PocketProxy APK: download it from your dashboard Quick Start page.
  • A phone that's brand-new out of the box, or one you're willing to factory reset.
  • About 15 minutes. The factory reset is the longest part.

The setup, step by step

1.Factory reset the phone

Owner Mode can only be granted on a phone with no Google account attached. If the phone has ever been signed in, go to Settings → System → Reset → Erase all data and let it reboot to the welcome screen. A brand-new phone can skip this step.

2.Skip the Google account during setup

On the first-time setup screens, tap 'Skip' on every Google / account prompt. You can connect WiFi, but do NOT add a Google account, that's the one thing that blocks Owner Mode.

3.Turn on USB debugging

Open Settings → About phone and tap "Build number" seven times to unlock Developer Options. Then go to Settings → System → Developer options and switch USB debugging ON. Plug the phone into your computer.

4.Install the PocketProxy app over USB

In a terminal on your computer, confirm the phone is connected and install the app:

adb devices
adb install -r pocketproxy.apk

You should see "Success". Do this before any Google account is ever added to the phone.

5.Grant Owner Mode

This is the command that turns on Owner Mode:

adb shell dpm set-device-owner com.pocketproxy/.core.admin.PocketProxyDeviceAdmin

Success looks like: "Device owner set to package ... PocketProxyDeviceAdmin".

6.Confirm it worked

Double-check that PocketProxy is now the device owner:

adb shell dumpsys device_policy | grep -A 2 "Device Owner"

You should see PocketProxyDeviceAdmin listed under "Device Owner". If the line is missing, the previous step did not take, usually because a Google account snuck in.

7.Pair the device as usual

Open the PocketProxy app and pair it with your dashboard using the QR code or pairing code, exactly like any other device. Within about 30 seconds the dashboard will show Owner Mode as active, and the remote Reboot button will now work.

If something goes wrong

Almost every failure comes down to the phone not being “clean” enough. Here are the messages you might see and what they mean:

Device owner is already set

Another app is already the owner. Android doesn't allow two. You have to factory reset and start from step 1.

There are already several users on the device

A Google account or second user was added. Owner Mode needs a clean phone: factory reset and try again, skipping all accounts.

Admin … is not registered

An older or wrong APK is installed. Reinstall the latest PocketProxy APK from your dashboard, then re-run step 5.

The fix is almost always the same: factory reset, skip every account prompt, and run the steps again from the top.

Is this safe?

Yes. PocketProxy uses Owner Mode for the reboot command and nothing else, it never reads your data, changes your password, or disables features. It's the same capability trusted proxy and device-management apps on the Play Store use, scoped down to the single action we need.

Ready to set up your first device?

Grab the latest APK and walk through pairing from the Quick Start guide.