How to Install, Uninstall, Send Apps on RayNeo X2 [ADB Commands]
In this guide, we will show you a couple of impressive methods that you can use to install, uninstall, and send apps to RayNeo X2 via ADB Commands. These truly wireless glasses beholds a slew of intriguing goodies up their sleeves, including Multi-language Dialogue Translation, Smart navigation, Voice Assistant [that can let you make calls, record videos, etc] and the latest and greatest Snapdragon XR2 Platform, though its poor battery life and bulky design leave a dent in its reputation.
However, if you are a tech enthusiast, then you can more than make up for that by carrying out some impressive tweaks via ADB Commands. These include installing your preferred apps, uninstalling the unwanted ones, and even transferring files to your glasses. While all this might sound like a monumental task, trust us, things can’t get easier than this. So, on that note, let’s make you aware of the steps to get this job done right away. Follow along.
- How to Install, Uninstall, and Send Apps on RayNeo X2 [ADB Commands] Prerequisites Install Apps on RayNeo X2 Uninstall Apps on RayNeo X2 How to Transfer Files to RayNeo X2
How to Install, Uninstall, and Send Apps on RayNeo X2 [ADB Commands]

Prerequisites
- Download & extract Android SDK Platform Tools on your PC.
- After that, connect your glasses to your PC using a USB cable.
- Then open Command Prompt inside platform-tools and type: adb devices
- If you get a serial ID, then a connection has been established.
Install Apps on RayNeo X2
Before you can directly use the generic adb install command, you’ll have to execute another command that will unlock the install command. Here’s how:
- Type in the below command to initiate the installation process: adb shell settings put global mercury_install_allowed 1
- Now, download the desired app, rename it to app.apk, and transfer it to platform-tools.
- Then type in the below ADB command to install the app on your RayNeo X: adb install app.apk
TIP: You can use the above command to install an app store like F Droid or AppGallery and then directly install the app using them. No need to use ADB Commands or a PC for installing apps every time!
Uninstall Apps on RayNeo X2
As opposed to app installation, you cannot directly use the app name to uninstall it on your RayNeo X2, instead, you’ll have to use its package name. Here’s how it can be done:
- Type in the below command to get the app package names for all the installed apps: adb shell pm list packages
- Then, input the below command, replacing the app-package-name accordingly: adb uninstall app-package-name
TIP: You can install any uninstaller app, such as “Revo Uninstaller” from the Play Store and install it via ADB, as shown above. After that, the Uninstaller appears as an icon, and you can uninstall the APKs. No need to use ADB Commands or a PC to uninstall apps every time!
How to Transfer Files to RayNeo X2
If you are looking to transfer files to your RayNeo X2, then the below command syntax will help you out:
- First off, transfer the desired file to the platform-tools folder.
- Then, rename it to something shorter so that it becomes easier to type in the CMD window [let’s say video.mp4]
- Now type in the below command to transfer the file [the RayNeo-X2-location is given after the command]: adb push filename.extension /RayNeo-X2-location
- Replace RayNeo-X2-location in the above command with any of the following: /storage/emulated/0/Music /storage/emulated/0/Podcasts /storage/emulated/0/Movies /storage/emulated/0/Downloads /storage/emulated/0/Documents /storage/emulated/0/Audiobooks
- For instance, let’s transfer video.mp4 to the Movies folder, then the above command will transform to: adb push video.mp4 /storage/emulated/0/Movies
- How to Launch an App via ADB Commands
- Edit Touch and Hold Delay Timings on Android via ADB Commands
- Expand and Collapse Notifications on Android via ADB Commands
- Install Older Version of an App on Android without ADB Commands
(Cancel Reply)
Δ