2017年3月15日 / kirito / 0 Comments
Download link: https://github.com/osfans/PRIME/releases
LOL IME NOT displayed solution:
Add the following lines to ..\GameData\Apps\LoLTW\Game\DATA\Menu\IMEConfig.xml in ChineseSimplified section:
|
|
<imeName>中州韻輸入法 (PIME)</imeName> <displayName>PIME</displayName> <Tag>GFxIME_SogouPinyin</Tag> |
2017年3月9日 / kirito / 1 Comment
When we meet the error in visual studio like the following below:
fatal: could not read Username for ‘https://github.com’: terminal prompts disabled
Solution: Open the command line, navigate to the folder and git push origin master. We can find there will be a prompt to ask you to input the github username and password. Just do it!
2017年1月10日 / kirito / 0 Comments
1. Uninstall YouTube
2. adb shell
3. su
4. mount -o remount,rw /system
5. mkdir /system/app/YouTube
6. Download the adAway apk here
7. Move apk to /system/app/YouTube
8. chmod 644 /system/app/YouTube/yourAPKFileName
9. mount -o remount,ro /system
10. Restart your Android device.
This is a YouTube AdFree solution for Android Root users with someone who do not want or cannot install Xposed framework.