hello everyone i hv custom rom cm11 4.4.3 latest rom in my phone and it come with a dual sim functionality but as i use only one sim so i dont what that other sim icon with "?" on it...
Saurabhrajoria said:
hello everyone i hv custom rom cm11 4.4.3 latest rom in my phone and it come with a dual sim functionality but as i use only one sim so i dont what that other sim icon with "?" on it...
Click to expand...
Click to collapse
open terminal
type su and grant root access
then type setprop persist.radio.multisim.config none
then reboot
rutvikrvr said:
open terminal
type su and grant root access
then type setprop persist.radio.multisim.config none
then reboot :d
Click to expand...
Click to collapse
thank you so much
Saurabhrajoria said:
thank you so much
Click to expand...
Click to collapse
hit the thanx button instead of typing it
Related
hi i have forgotten my pattern password.
i have a rooted verizon one with the latest cm11 snapshot.
su is not ebabled on apps and adb is only on apps.
tryed doing the command: adb shell
rm /data/system/gesture.key
but it says i dont have permisson i have notics i have a: $
instead of a #
tryed typing su and it didnt help
any suggestiones ?
UdiFlpb said:
hi i have forgotten my pattern password.
i have a rooted verizon one with the latest cm11 snapshot.
su is not ebabled on apps and adb is only on apps.
tryed doing the command: adb shell
rm /data/system/gesture.key
but it says i dont have permisson i have notics i have a: $
instead of a #
tryed typing su and it didnt help
any suggestiones ?
Click to expand...
Click to collapse
load the latest TWRP in fastboot and use the file manager to pull the file manually?
synisterwolf said:
load the latest TWRP in fastboot and use the file manager to pull the file manually?
Click to expand...
Click to collapse
lol just noticed there was a forgotten pattern button fixed the problem.
thanx anyway
UdiFlpb said:
lol just noticed there was a forgotten pattern button fixed the problem.
thanx anyway
Click to expand...
Click to collapse
Oh yeah, enter the google password to unlock. i forgot that was an option. Its been a while sense i used the pattern lock.
glad you figured it out thought. ^_^
A couplE of weeks ago I installed the cm12.1 nightly on my xperia m.. It was working without any issue . but when I swapped the sims cellular data on neither works I tried deleting telephony.db but waste.. My phone is an xperia m c2004 . I want to use cm12.1 its quite gud . that's why please help
Fix manually
1. Install and launch Terminal Emulator
2. Type su and press Enter
3. Allow root access
4. Type this text and press Enter: settings put global multi_sim_data_call 1
5. Reboot
Doesn't work
vaja_dinesh2006 said:
Fix manually
1. Install and launch Terminal Emulator
2. Type su and press Enter
3. Allow root access
4. Type this text and press Enter: settings put global multi_sim_data_call 1
5. Reboot
Click to expand...
Click to collapse
Thank you but I it didnt work .. As you said I typed those commands in the terminal but the tile still shows no sim card after reboot
are you flash dual sim patch ?
yes i did
i have intalled the latest bug free ril .. plz help sim works but data connection tile in the status bar shows no sim card
I want to unlock LTE on my phone.
Anyone know how to enable it?
deltadiesel said:
I want to unlock LTE on my phone.
Anyone know how to enable it?
Click to expand...
Click to collapse
Check out this link: https://forum.xda-developers.com/g4/general/guide-enabling-lte-bands-t3137818
if you haven't already.
sdembiske said:
Check out this link: https://forum.xda-developers.com/g4/general/guide-enabling-lte-bands-t3137818
if you haven't already.
Click to expand...
Click to collapse
It says permission denied
I am rooted.
Whats the problem?
Tried that link can't get passed permission denied
What SuperSU everyone using I'm still on 2.,82 says I'm rooted but maybe features are disabled
deltadiesel said:
It says permission denied
I am rooted.
Whats the problem?
Tried that link can't get passed permission denied
Click to expand...
Click to collapse
If you're referring to the link above that I posted, works fine for me. Maybe security setting in your browser - suggest you try looking at the security settings for the browser you're using or try a different browser.
Other option is to go to Google Search (preferably on a PC) and search XDA-Guide: Enabling LTE Bands.
sdembiske said:
If you're referring to the link above that I posted, works fine for me. Maybe security setting in your browser - suggest you try looking at the security settings for the browser you're using or try a different browser.
Other option is to go to Google Search (preferably on a PC) and search XDA-Guide: Enabling LTE Bands.
Click to expand...
Click to collapse
When I go to SuperSU is says denied
I need SuperSU pro I think
What is latest supersu
Its not my browser
I'm talking about when I run the line to enable it
Permission denied
deltadiesel said:
When I go to SuperSU is says denied
I need SuperSU pro I think
What is latest supersu
Click to expand...
Click to collapse
SuperSU doesn't have anything to do with accessing a link. I'm on v2.82, the latest update I've received to-date.
If using Chrome on your phone, turn off Safe Browsing in Settings > (under Advanced heading) > Privacy.
---------- Post added at 10:18 PM ---------- Previous post was at 10:10 PM ----------
deltadiesel said:
Its not my browser
I'm talking about when I run the line to enable it
Permission denied
Click to expand...
Click to collapse
Try enabling setenforce 0 in Terminal Emulator.
Just type in the following (enter each command separately):
su
setenforce 0 (to set permissive) or setenforce 1 (to re-enable enforcing)
and confirm with: getenforce
Failing that, it may be hard coded in your rom which may put you out of luck.
sdembiske said:
SuperSU doesn't have anything to do with accessing a link. I'm on v2.82, the latest update I've received to-date.
If using Chrome on your phone, turn off Safe Browsing in Settings > (under Advanced heading) > Privacy.
---------- Post added at 10:18 PM ---------- Previous post was at 10:10 PM ----------
Try enabling setenforce 0 in Terminal Emulator.
Just type in the following (enter each command separately):
su
setenforce 0 (to set permissive) or setenforce 1 (to re-enable enforcing)
and confirm with: getenforce
Failing that, it may be hard coded in your rom which may put you out of luck.
Click to expand...
Click to collapse
That works through terminal on my phone
Seems like running commands on my compute r it won't switch to root
Either way DFS isn't working now
Can't select my device
deltadiesel said:
Its not my browser
I'm talking about when I run the line to enable it
Permission denied
Click to expand...
Click to collapse
deltadiesel said:
That works through terminal on my phone
Seems like running commands on my computer it won't switch to root
Either way DFS isn't working now
Can't select my device
Click to expand...
Click to collapse
One other thought: failing to first enter adb shell will give that result on your PC.
The following worked for me -i.e., did not get permission-denied, on my laptop.
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
sdembiske said:
One other thought: failing to first enter adb shell will give that result.
The following worked for me -i.e., did not get permission-denied.
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
Click to expand...
Click to collapse
This doesn't work for me off my computer
It only works in terminal manager. It switches to root after su
Anyways now that I'm in where is this BAND tab in DFS
deltadiesel said:
This doesn't work for me off my computer
It only works in terminal manager. It switches to root after su
Anyways now that I'm in where is this BAND tab in DFS
Click to expand...
Click to collapse
With respect to the Band tab in DFS - post your questions now to the link I provided in the 1st instance.
If you do not have LGMobileDriver_WHQL_Ver_4.2.0 installed on your PC you will have problems with adb.
sdembiske said:
With respect to the Band tab in DFS - post your questions now to the link I provided in the 1st instance.
If you do not have LGMobileDriver_WHQL_Ver_4.2.0 installed on your PC you will have problems with adb.
Click to expand...
Click to collapse
That is installed
U know what forget this. Probably won't be able to enable band I want anyway
Wasting time
i want to enter diagnostic mode in LOS14.1, i use command:
setprop sys.usb.config diag,adb
but it didn't work, pls help me,thk
kirtikhurana said:
Use this
Click to expand...
Click to collapse
i have try,but nothing change
kirtikhurana said:
you should be rooted unless it won't work.
Click to expand...
Click to collapse
i rooted,but these command work for lenovo offical rom,such as 048,062,232,244,251,not on los,any suggestion?
kirtikhurana said:
before that command i told. write the two.
adb shell
su
then diag commands.
during these commands your phone will prompt to grant permissions. Tap OK/Yes on phone
*remember to check Android bebugging Is ON in developer settings.
Even if you're unsuccessful you're probably doing wrong.
Click to expand...
Click to collapse
bro,setprop should be root,i know it,i use successful in lenovo offical rom, i told you,my question is: why not work for los,can you check it?
After a long time, I found the solution for My Huawei G8 Dual Sim phone.
Steps:
1. Just install the Rom through TWRP.
2. Run/Boot the Rom atleast once.
(Above Steps can be ignored if you are already using the rom)
3. Boot into TWRP. Then Open "Advance" and then "Terminal".
4. Type the Command " setprop persist.radio.multisim.config dsds " .
5. Reboot phone and check
To reverse the effect just open terminal and type " setprop persist.radio.multisim.config none ".
Afzal922 said:
After a long time, I found the solution for My Huawei G8 Dual Sim phone.
Steps:
1. Just install the Rom through TWRP.
2. Run/Boot the Rom atleast once.
(Above Steps can be ignored if you are already using the rom)
3. Boot into TWRP. Then Open "Advance" and then "Terminal".
4. Type the Command " setprop persist.radio.multisim.config dsds " .
5. Reboot phone and check
To reverse the effect just open terminal and type " setprop persist.radio.multisim.config none ".
Click to expand...
Click to collapse
thanks
Afzal922 said:
After a long time, I found the solution for My Huawei G8 Dual Sim phone.
Steps:
1. Just install the Rom through TWRP.
2. Run/Boot the Rom atleast once.
(Above Steps can be ignored if you are already using the rom)
3. Boot into TWRP. Then Open "Advance" and then "Terminal".
4. Type the Command " setprop persist.radio.multisim.config dsds " .
5. Reboot phone and check
To reverse the effect just open terminal and type " setprop persist.radio.multisim.config none ".
Click to expand...
Click to collapse
Has anyone tried this? Are both sims working even though the phone has only one IMEI?
anishjp said:
Has anyone tried this? Are both sims working even though the phone has only one IMEI?
Click to expand...
Click to collapse
Yes if your phone has Dual sim slots... It has no any side effects
Hello everyone one.
Please I have a single SIM S8plus, I wish to find out if, ' if flash a dual SIM ROM into the phone' will it now be a dual SIM S8plus?
Please, I have a single SIM S8plus, SM G955F, how to I convert it to use Dual SIM?
Hello everyone. So I discovered that it could be very difficult for us at time to get response to our questions, because the persons who can help are maybe hardly on Google but could be on other social media platforms as Facebook, Twitter, Telegram, etc. So I created a telegram account, that can house about 200000 participants. So I wish we can all join there and communicate, so that Incase of delays in response from our main XDA website, we can quickly find aid on the telegram page.
The link is below:.
Mod edit: TG link removed as per XDA's Telegram Chat Rules.