This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; do input tap 670 257; input tap 680 257; input tap 473 745; sleep 5; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CoordMode, Mouse, Screen | |
while true{ | |
MouseClick, left, 1870, 170 | |
MouseClick, left, 1850, 190 | |
MouseClick, left, 1840, 120 | |
sleep, 4000 | |
} | |
return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Google play services won't update after root. (Install app on rooted device using google play services ???) | |
System update stops after unlocking bootloader. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell | |
wm density X | |
wm density reset | |
wm size X X | |
wm size reset |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastboot oem get_unlock_data | |
fastboot oem unlock UNLOCK_KEY | |
adb reboot bootloader | |
fastboot flash recovery TWRP.img |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All platform independent customization should go into AppTheme not AppBaseTheme | |
If you have custom component in Toolbar, for example Switch, styling cannot be applied to Switch layout, should be in ToolBarTheme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4.workbench | |
core.resources .snap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Download ruby (2.1.6) from http://rubyinstaller.org/downloads/ | |
In CMD, type gem install | |
Download DevKit from http://rubyinstaller.org/downloads/ | |
Extract DevKit on your PC | |
Follow the steps on https://github.com/oneclick/rubyinstaller/wiki/Development-Kit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In case you wipe all the internal storage of your phone and the phone is now soft bricked, you can flash the stock firmware to the phone to make it work again. Open CMD in the folder you put your mfastboot tool and type following commands. | |
mfastboot flash partition gpt.bin | |
mfastboot flash motoboot motoboot.img | |
mfastboot flash logo logo.bin | |
mfastboot flash boot boot.img | |
mfastboot flash recovery recovery.img | |
mfastboot flash system system.img_sparsechunk1 | |
mfastboot flash system system.img_sparsechunk2 | |
mfastboot flash system system.img_sparsechunk3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Virtualbox menu -> Devices -> Insert Guest Additions CD image | |
Shut down and restart |
OlderNewer