Advertisement
Guest User

HS for lolipop

a guest
Dec 16th, 2014
3,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1.  
  2. * Install the game by following the above steps.
  3. * Install the "15 seconds [ADB Installer](http://forum.xda-developers.com/showthread.php?t=2588979) v1.4.2" - [(Direct Download)](https://docs.google.com/uc?authuser=0&id=0B0MKgCbUM0itVVFWRC02Q0VBQnc&export=download)
  4. * Go to "about device" or "about phone" in settings>more and tap "build number" mutiple times until developer mode is enabled. (Yeah, it's weird.) Go back to the previous menu and open developer options. Enable USB debugging.
  5. * Type cmd into windows and run cmd.exe as an administrator. Type "adb devices" and press enter. If your device is not listed, follow the steps below. **If it is listed, skip to the next bullet point.**
  6.  
  7. Next, we need [Universal ADB](https://plus.google.com/103583939320326217147/posts/BQ5iYJEaaEH) (Android Debug Bridge) Driver for Windows - [Direct Download](http://download.clockworkmod.com/test/UniversalAdbDriverSetup6.msi)
  8.  
  9. Find your android device under "other devices." Right click and "update driver software."
  10. "Browse my computer for driver software." "let me pick..." find your android device from the list and install. You should now see your android device under "Android Devices" in device manager.
  11.  
  12. * Type "adb devices" into cmd again. Your device number should now be displayed.
  13. * Type "adb shell wm size 1440x2560" into cmd and press enter. Your phone should change resolution.
  14. * Open hearthstone. It should patch, then start running :)
  15.  
  16. To change your resolution back, just type "adb shell wm size 1080x1920"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement