2018年3月3日 / kirito / 0 Comments
1. Install tcptraceroute via brew:
|
brew install tcptraceroute |
2. Install tcping script:
|
wget http://www.vdberg.org/~richard/tcpping |
3. Add soft link
|
ln -s ~/Applications/tcpping /usr/local/bin/tcping |
4. Run tcping
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.
2015年4月15日 / kirito / 0 Comments
The issue is caused by the Android 5.1 bug and there are two methods to solve the issue.
METHOD 1:
Download the apk and change it to androidcheck.kiritostudio.com
METHOD 2:
Use the following command via adb(You can find the slim version of adb here):
|
adb shell settings put global captive_portal_server androidcheck.kiritostudio.com |
After finishing setting, suggest to reboot the device and everything will be ok.