Not working on Realme 5s
What I have to do for it please give me some solutions
Problems shows:- Connection disconnected
Checklist Before Starting Enable USB Debugging Go to: Settings → About phone → Tap 'Build Number' 7 times → Back → Developer options → Enable USB debugging
Use a good-quality USB cable Faulty or power-only cables may cause disconnections.
Install ADB properly Make sure adb is installed and your phone is detected:
adb devices If your phone appears unauthorized, accept the prompt on your device.
Common Fixes
- Revoke USB Debugging Authorizations and Reconnect Go to Developer Options → "Revoke USB debugging authorizations"
Unplug and replug the cable
Accept the debug authorization prompt again
- Try Running Gnirehtet Manually via Command Line Use the terminal or CMD:
adb reverse tcp:31416 tcp:31416 adb shell am start -n com.genymobile.gnirehtet/.GnirehtetActivity Then run:
gnirehtet run Look for logs like:
t Client #0 connected Client #0 disconnected 3. Reinstall Gnirehtet APK Sometimes the APK is corrupted or permission denied:
adb uninstall com.genymobile.gnirehtet adb install gnirehtet.apk 4. Grant VPN Permissions Manually If the app doesn’t start properly:
Go to your phone settings → Apps → Gnirehtet → Permissions → Allow all
Make sure the VPN prompt was accepted
- Disable Battery Optimization Go to: Settings → Battery → App battery management → Gnirehtet → Don't optimize Some Realme devices aggressively kill background VPN services.
If Still Not Working: Share the full command output from:
gnirehtet run Also check logs with:
adb logcat | grep gnirehtet