Skip to content

Instantly share code, notes, and snippets.

@angrycub
Last active December 14, 2015 12:18
Show Gist options
  • Save angrycub/5085119 to your computer and use it in GitHub Desktop.
Save angrycub/5085119 to your computer and use it in GitHub Desktop.
All the phone things....

Using ADB to forward VNC

  • Plug in phone to USB

  • In command prompt run:

    adb forward tcp:5801 tcp:5801
    adb forward tcp:5901 tcp:5901
    
  • Make sure Droid VNC Server is started on the phone

  • In UltraVNC viewer, browse to localhost:5901

CM10 Beta 2: Android 4.1.2 for the Samsung Epic 4G Touch http://forum.xda-developers.com/showthread.php?t=1975932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment