我在Mac OS和Ubuntu Server上都配置了相同的设备。 两者都是相同的,唯一的区别是在Ubuntu服务器上我添加了-no-window参数。
在Mac上,我在adb shell中看到以下内容
generic_x86:/ $ getprop | grep net
[gsm.network.type]: [LTE]
[init.svc.netd]: [running]
[init.svc.ranchu-net]: [stopped]
[net.bt.name]: [Android]
[net.eth0.dns1]: [10.0.2.3]
[net.eth0.gw]: [10.0.2.2]
[net.gprs.local-ip]: [10.0.2.15]
[net.qtaguid_enabled]: [1]
[net.tcp.default_init_rwnd]: [60]
在Ubuntu服务器上它是
eneric_x86:/ $ getprop | grep net
[init.svc.netd]: [running]
[init.svc.ranchu-net]: [stopped]
[net.bt.name]: [Android]
[net.eth0.dns1]: [10.0.2.3]
[net.eth0.gw]: [10.0.2.2]
[net.gprs.local-ip]: [10.0.2.15]
[net.tcp.default_init_rwnd]: [60]
我似乎无法让Ubuntu服务器拥有[gsm.network.type]:[LTE]参数。
我做错了什么?
答案 0 :(得分:0)
将以下内容添加到config.ini解决了此问题
hw.gpu.enabled=yes
hw.gpu.mode=auto
skin.name=1080x1920
skin.path=_no_skin
skin.path.backup=_no_skin