Razer Forge ADB Debug Application icon

Razer Forge ADB Debug 1.0.13

1.9 MB / 5+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Razer Forge ADB Debug, developed and published by Razer, Inc., has released its latest version, 1.0.13, on 2015-01-22. This app falls under the Entertainment category on the Google Play Store and has achieved over 500 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Razer Forge ADB Debug APK available on this page is compatible with all Android devices that meet the required specifications (Android 5.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.razerzone.pearlyn.switchmode

Updated: 10 years ago

Developer Name: Razer, Inc.

Category: Entertainment

Installation Instructions

This article outlines two straightforward methods for installing Razer Forge ADB Debug on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

5.0
Total 1 reviews

Previous Versions

Razer Forge ADB Debug 1.0.13
2015-01-22 / 1.9 MB / Android 5.0+

About this app

How to debug the Razer Forge Using ADB…

Switching the USB Port

The single USB port on the back of the Forge can be both a host and device USB port. By default, the box boots as a host USB port and is not capable of being debugged through USB. This application in called “Switch Mode” that allows you to set the USB port to device mode.

Connecting to the PC

1. The forge is connected to your PC through the USB A-to-A cable. These cables can be purchased at online easily. Do not buy a USB transfer cable.
2. Here is an example cable on Amazon - http://amzn.com/B003VTZ070

Enabling Developer Mode

1. Go to “Settings” from the home screen
2. Go to “About”
3. Click on the “Build” info until developer mode is unlocked
4. Go back to the home screen
5. Go to “Settings”
6. The “Preferences” row will now have a “Developers options”
7. Go to “Debugging”
8. Turn on “USB debugging”

Installing Drivers

1. This step requires that you’ve already installed the Google ADB drivers from the SDK.
2. Go to device manager and select “Update Driver Software…” on the “Android” device that is banged out.
3. Select “Browse my computer for driver software”
4. Select “Let me pick from a list of device drivers on my computer”
5. Select “Android Device”
6. Select “Android ADB Interface”

Enabling ADB

1. This step tells ADB that the VID/PID from the Razer Forge should be used for ADB.
2. Run the SDK's tools to generate an ADB configure file: [YOUR ADB MAY BE INSTALLED AT SOME OTHER PLACE] C:\Program Files\Android\android-sdk\tools> android.bat update adb
3. Modify the adb usb configure file to add the new vendor id 0x1532.

Example adb_usb.ini (normally located at C:\Users\\.android\adb_usb.ini) file…
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x1532

After these steps, running adb devices should show Razer Forge as a found device. Once adb is connected through USB, it can be configured though networking by following these instructions…

http://developer.android.com/tools/help/adb.html#wireless