Skip to content
Mygod edited this page Dec 29, 2016 · 23 revisions

Troubleshooting

Cannot connect to server:

  1. Stop battery saver if it's active;
  2. If an upgrade breaks anything, do a manual reset first by pressing Reset at the end of the list;
  3. Check your config;
  4. Wipe app data.

Crash: Submit an issue with logcat attached, or submit a crash report to Google Play. Then, try wiping app data.

UI tips

  • Tap the number to enter the port you wish to use; (if the keyboard doesn't pop up automatically for some reason)
  • Use Tasker integration to create a desktop widget.

How to add QR code from local gallery?

Scan it with a third-party scanner like QuickMark Barcode Scanner and click the ss url.

Why is NAT mode deprecated?

  1. Requiring ROOT permission;
  2. No IPv6 support;
  3. No UDP relay support.

How to remove the exclamation mark when using VPN mode?

The exclamation mark in the Wi-Fi/cellular icon appears because the system fails to connect to portal server (defaults to clients3.google.com) without VPN connection. To remove it, follow the instructions in this article. (in Simplified Chinese)

Why are MIUI, EMUI and other AOSPs in China not officially supported?

  1. Broken VPNService implementation, especially for IPv6;
  2. Aggressive (or called broken) background service killing policy.

Fixes for MIUI: #772

How to pause Shadowsocks service?

  • For Android 7.0+: Use quick switch tile in Quick Settings;
  • Use Tasker integration;
  • Add a profile with per-app proxy enabled for Shadowsocks only, bypass mode off.

Why does Shadowsocks consume so much battery on Android 5.0+?

As Shadowsocks takes over the whole device network, any battery used by network activities from other apps are also counted as those from Shadowsocks. So, the battery usage of Shadowsocks equals to the sum of all the network activities of your device. Shadowsocks itself is a totally I/O bound application on modern Android devices, which is expected not to consume any notable battery.

So if you notice a significant increase in battery usage after you use Shadowsocks, it's most likely caused by other apps. For example, Google Play services can consume more battery after being able to connecting to Google, etc.

It works fine under Wi-Fi but can't connect through cellular data?

Allow this app to consume background data in app settings.

Why Camera permission is required on devices below Android 6.0

To scan the QR code through the integrated QR scanner.

Clone this wiki locally