Перейти к содержимому

FAQ

Это содержимое пока не доступно на вашем языке.

Unreadable (garbled) characters in the device name. The program freezes upon startup.

Section titled “Unreadable (garbled) characters in the device name. The program freezes upon startup.”

These are typical signs that your computer is infected with a virus. Try running a scan with any trusted antivirus program and remove the threat.

The program does not start. Method not found: “!!()[] System.Array.Empty()”. .NET Framework required.

Section titled “The program does not start. Method not found: “!!()[] System.Array.Empty()”. .NET Framework required.”

Install the .NET Framework 4.8 for Windows 7 SP1, 8.1 и 10 or .NET Framework 4.6.2 for Windows 8 and 7 without SP1. If on the Windows 7 SP1 is .NET Framework can’t install try to install KB3033929 update (for x86 system here).

The program cannot be started because api-ms-win-crt-string-l1-1-0.dll is missing on the computer.

Section titled “The program cannot be started because api-ms-win-crt-string-l1-1-0.dll is missing on the computer.”

Install Visual C++ and the update (select the version for your OS).

adb.exe - Application Error. The Application was unable to start correctly (0xc000007b)

Section titled “adb.exe - Application Error. The Application was unable to start correctly (0xc000007b)”

Install VC++ and the update from the previous answer.

The program hangs while connecting. Error “The device does not respond for a long time”.

Section titled “The program hangs while connecting. Error “The device does not respond for a long time”.”

Your device may be in sleep or power saving mode. Try to unlock the screen and connect again.

Try to revoke the USB debugging authorizations in Developer settings on the device.

When the device is connected, the program does not respond. Always DISABLED status.

Section titled “When the device is connected, the program does not respond. Always DISABLED status.”

See the Drivers chapter.

Check that all required options are enabled in the Developer Settings. On Xiaomi, you need to enable the USB debugging (security settings) option.

ACBridge is not installed. [Error]: Cannot to install ACBridge.

Section titled “ACBridge is not installed. [Error]: Cannot to install ACBridge.”

If in the menu for the Developers of your device there is an item Install applications via ADB - enable it. If that doesn’t help and the rest of the program functions (disabling, saving, etc.) work correctly, then copy the com.cybercat.acbridge.apk file from the adb folder to the device and try to install it manually through the file manager. In Settings - Applications, find ACBridge and give it permission to access memory. Restart the program. You don’t need to run ACBridge.

The program installs a service application on my device … Is it safe?

Section titled “The program installs a service application on my device … Is it safe?”

Yes, it is completely safe. ACBridge application does NOT have any permissions other than storage access. Even internet access. This means that this application cannot pose a threat to your device.

Permission Manager. Can’t grant/revoke permits. Why?

Section titled “Permission Manager. Can’t grant/revoke permits. Why?”

You can only grant permissions that are allowed by the Android security policy. You can only revoke permissions that have been manually granted.

Application sizes are not always displayed and not on each device. You can check it out by the console command: adb shell dumpsys diskstats. In the normal output must be present package names and many digits (sizes). If this is not, the command do not work and there will be no size. But you can use the Accurate Sizes option (in the Extended version) for Android 8+ devices, in this case the sizes of applications will be shown.

Android TV. There is an error 10061 when trying connect over the network.

Section titled “Android TV. There is an error 10061 when trying connect over the network.”

Maybe this will help: enable usb debugging in the settings for developers. Reboot the TV. Enable the option debug via usb again.