We are using adb command or you can use shizuku, commands are same but the execution is different ways I am assuming you already know about adb and how to use it First way using pc 1. Connect your phone to pc 2. Open windows terminal or cmd 3. Check your device is connected or not by using adb devices command 4. If connected then paste this. dumpsys deviceidle enable dumpsys deviceidle force-idle pm uninstall --user 0 com.google.android.marvin.talkback pm uninstall --user 0 com.google.android.projection.gearhead pm uninstall --user 0 com.dsi.ant.server pm uninstall --user 0 com.google.ar.core pm uninstall --user 0 com.android.backup pm uninstall --user 0 com.oneplus.backuprestore.remoteservice pm uninstall --user 0 com.android.dreams.basic pm uninstall --user 0 com.android.bluetoothmidiservice pm uninstall --user 0 com.oneplus.bttestmode pm uninstall --user 0 com.android.bookmarkprovider pm uninstall --user 0 com.oneplus.opbugreportlite pm uninstall --user 0 net.oneplus.commonlogto...
Step-by-Step Guide: Installing Cloudflared in Termux for Android (Alternative to ngrok) | 2024" J Link updated https://github.com/rajbhx/cloudflared-termux What is cloudflare Cloudflare, Inc. is an American content delivery network and DDoS mitigation company, founded in 2010. It acts as a reverse proxy between a website's visitor and the Cloudflare customer's hosting provider. Its headquarters are in San Francisco, California Usages cloudflared -url [localhost]:port_number] example : cloudflared -url localhost:8000 cloudflared tunnel localhost:[port_number] Installation Make sure your Termux app updated The commands you provided are the steps to install Cloudflared in Termux using the `rajbhx/cloudflared-termux` repository. Here's a breakdown of each command: 1. Update and upgrade packages: ``` pkg update && pkg upgrade && pkg install git ``` 2...