This file contains 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
http://tieba.baidu.com/p/3401168509 | |
build.prop加入 | |
ril.subscription.types=NV,RUIM | |
ro.telephony.default_cdma_sub=0 | |
ro.cdma.subscription=0 | |
重启后设置移动网络为RUIM/SIM(可能需要多次) |
This file contains 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
#!/bin/sh | |
# author: bingliang | |
# date: Apr/26/2018 | |
# | |
# ------------Usage------------ | |
# go to https://my.vultr.com/ --> Startup Scripts --> Add Startup Script | |
# --> name: anything as you wish; Type: Boot; Script: copy this script --> Add Script | |
# when you depoly a new server, select this script on deploy page before click "Deploy Now" | |
# | |
# ------------Comments------------ |