Switch Payload Injector: Android

A prompt will appear on your Android screen asking for permission to allow Rekado to access the USB device.

A small plastic tool used to ground Pin 10 in the right Joy-Con rail, forcing the console into Recovery Mode. switch payload injector android

UsbManager manager = (UsbManager) getSystemService(Context.USB_SERVICE); HashMap<String, UsbDevice> devices = manager.getDeviceList(); UsbDevice switchDevice = null; for (UsbDevice device : devices.values()) // Nintendo Switch vendor ID: 0x0955, product ID: 0x7321 if (device.getVendorId() == 0x0955 && device.getProductId() == 0x7321) switchDevice = device; break; A prompt will appear on your Android screen

To turn your phone into a portable modding station, you need three things: devices = manager.getDeviceList()