cm12 disable Dual sim - Galaxy S3 Neo Q&A, Help & Troubleshooting

How do I enable/disable Dual SIM?
Dual SIM support is enabled by default. If you only use 1 SIM and wants to disable Dual SIM support, you can use the following instruction:
Enable:
Code:
su
setprop persist.radio.multisim.config dsds
Disable:
Code:
su
setprop persist.radio.multisim.config none
I do not know why? When you disable the status bar shows no sim card @Rox

Related

How to setup DNS for APN in Internet setting

EDITED 30/8/2011
Did a lil research and found d solution..
U need to have Terminal Emulator installed first(needs root)
den type d follwing in terminal emulator:
$ su
Allow super user permission
$ getprop
$ setprop net.pdp0.dns1 value1
$ setprop net.pdp0.dns2 value2
$ setprop net.dns1 value1
$ setprop net.dns2 value2
where value1 is d first dns address eg. 202.255.255.255
value2 is the second dns address(if there is a second dat is)
using the setprop u can change certain properties that u can see from the getprop output(still do this at ur own risk)
Also note the dns is changed only for one session..
u have to repeat the above steps for every session..
if u find a beter way please post it..
It is not working on this phone so why bother?
The Tether app is opening and running, you can connect to the apn but you wont get internet.
I don't have a solution for this but may I remind you this is development section.
How to Setup DNS for APN in Internet Setting
Please ask if u didnt understand d above method .. i'll try my best to clear it out

[Q]found drivers wlan

Hello
I want to launch a command to activate the WiFi and some time data 4g , to connect the WiFi has ex: tv, DD ... And to use data her 3g some time free in. I have the base of the script to activate and deactivate that, but I do not has to locate drivers wlan of galaxy note 3, somebody would be him or they find it??
The scrpt is :
Code:
# enable dual-networking:
pkill dhcpcd
svc wifi disable
svc data enable
netcfg wlan0 up
cd /data/misc/wifi/.
wpa_supplicant -B -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
dhcpcd wlan0
but in first ,it is nécessary to load the driver.
thanks
no one have work this script on 9005 or localized this wlan driver ??

adb shell setprop fails on certain properties

setprop camara.dis.flag 0
setprop: failed to set property 'camara.dis.flag' to '0'
why am i getting this error?
when i am tring to change some other fields i succeeded
for example
HWBLA:/ $ setprop debug.aps.enable 1
HWBLA:/ $ echo $?
0
seems like i dont have root access although i did unlocked the phone..
what am i missing?

[ADB|NoRoot] HIDE Nav/Status bars WITHOUT screen awaken Bug & [MENU] button

Whether you enjoy LMT pie or dislike squary navbar, you may have already tried (with infamous screen awaken BUG) [ adb shell settings put global policy_control immersive.full=*] because of need for interactive com.sonymobile.lockscreen.otp to be excluded :
· Hide Status Bar only type:
Code:
adb shell settings put global policy_control immersive.status=apps,[B]-"com.sonymobile.lockscreen.otp"[/B]
· Hide Navigation Bar only type:
Code:
adb shell settings put global policy_control immersive.navigation=apps,[B]-"com.sonymobile.lockscreen.otp"[/B]
· Hide Both Bars type:
Code:
adb shell settings put global policy_control immersive.full=apps,[B]-"com.sonymobile.lockscreen.otp"[/B]
· Back to normal/default state:
Code:
[B][U]adb shell settings put global policy_control null*[/U][/B]
For info, light swiping down upper-screen, or up end-screen, will display Nav/Status for few seconds.
BE AWARE that a very few apps, like topmodel 3CToolBox(ccc71.at.free) or specifics /Settings/Display/NightLight/Schedule (com.android.settings), can also be StatusBar "dependent", so as example, add them :
Code:
adb shell settings put global policy_control immersive.full=apps,[B]-"com.sonymobile.lockscreen.otp"[/B],-"ccc71.at.free",-"com.android.settings"
You can also reduce NavBar height with :
Code:
adb shell wm overscan 0,0,0,[B]-15[/B]
· Back to normal/default state:
Code:
adb shell wm overscan 0,0,0,0
primorigin: @Rashad83​
Excluding the Home app can also be useful, and [MENU] button can be added to the right corner; copy attached console.png to /sdcard (source: twrp).
- Add [menu] icon to right nav bar (use 120 keycode for Screenshot): first "space,..." can also be used for left corner with any other keycode.
Code:
settings put secure sysui_nav_bar "space,back;home;recent,key([B]82[/B]:file:///storage/emulated/0/console.png)"
· Back to normal/default state:
Code:
settings put secure sysui_nav_bar "space,back;home;recent,space"
primorigin: https://www.xda-developers.com/nav-...ck-nougat-all-along-and-it-never-needed-root/​
Nota : please, if you have an other Xperia device than XZ1x, do report if working ok (& label_Id of culprit screenlock apk, if different), thanks.
btw: conversely to many, official (Xperia missing) Sony audio Recorder has real Stereo ability.

Enable DIAG mode (qualcomm) for Xperia Z5 Premium

How enable DIAG qualcomm mode in the Xperia Z5 Premium E6833.
Command adb???
setprop sys.usb.config rndis,adb
setprop sys.usb.config diag,adb
setprop persist.usb.eng 1

Categories

Resources