Starting the Server¶
FIRERPA installed via Magisk or the auto-start APP will automatically start at boot. You only need to restart your device after the initial installation and can skip this chapter. If you installed manually, then you need to continue reading this chapter to manually start the server.
Hint
There is a chance that the remote desktop will keep loading on the first start. If this happens, please first try restarting the device and restarting the FIRERPA service. If it still cannot be used normally after waiting for a long time, please report this issue to us.
Execute the Start Command¶
Now, enter the adb shell again, switch to su
root identity, and execute the following command. After execution, please wait quietly for the process to exit. The output llllaamDaa started
means the service has started successfully and entered background mode. You can normally exit the adb shell. Otherwise, please troubleshoot according to the error messages below.
sh /data/server/bin/launch.sh
Troubleshooting Error Messages¶
The following error messages may appear during the startup of FIRERPA. You can troubleshoot according to the prompts. Normally, after a successful start, llllaamDaa started
will be displayed on the screen, at which point the service has properly entered background mode, not exited. You can close the terminal and continue with other operations. But if the following errors occur, the startup has failed, and you can troubleshoot according to the following error prompts.
Error Output | Description |
---|---|
already running | The service is already running |
invalid TZ area | The system time zone is not set or is incorrect |
not run as root | Please run as root |
unsupported sdk | This Android system version is not supported |
abi not match | Used the wrong architecture tar.gz package |
file broken | File is corrupted, please reinstall |