• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root CM10 RIL / Baseband discussion

here are more ril build.prop properties that can be tested

here is a list of different props you can test

DEVICE_PROVISIONED=1
gsm.operator.alpha=MetroPCS
gsm.operator.numeric=311660
mobiledata.interfaces=rmnet0
persist.data.netmgrd.qos.enable=true
persist.data_netmgrd_mtu=1428
persist.mot.gps.assisted=false
persist.mot.gps.locktype=4
persist.radio.0x9e_not_callname=1
persist.radio.adb_log_on=1
persist.radio.add_power_save=1
persist.radio.apm_sim_not_pwdn=1
persist.radio.call_type=1
persist.radio.dfr_mode_set=1
persist.radio.imsallowmtsms=1
persist.radio.imsregrequired=1
persist.radio.mode_pref_nv10=1
persist.radio.no_wait_for_card=1
persist.radio.skip_data_check=1
persist.radio.snapshot_disabled=
persist.radio.vrte_logic=2
persist.ril.max.crit.qmi.fails=4
persist.rild.nitz_long_ons_0=
persist.rild.nitz_long_ons_1=
persist.rild.nitz_long_ons_2=
persist.rild.nitz_long_ons_3=
persist.rild.nitz_plmn=
persist.rild.nitz_short_ons_0=
persist.rild.nitz_short_ons_1=
persist.rild.nitz_short_ons_2=
persist.rild.nitz_short_ons_3=
ril.subscription.types=NV,RUIM
rild.libargs=-d /dev/smd0
rild.libpath=/system/lib/libril-qc-qmi-1.so
ro.baseband.arch=msm
ro.bug2go.uid.type=TELEPHONY_DEVICE_ID
ro.carrier=unknown
ro.cdma.data_retry_config=max_retries=infinite,0,0,10000,10000,100000,10000,10000,10000,10000,140000,540000,960000
ro.cdma.default_alpha=MetroPCS
ro.cdma.default_numeric=311660
ro.cdma.home.operator.alpha=MetroPCS
ro.cdma.home.operator.isnan=1
ro.cdma.home.operator.numeric=311660
ro.cdma.homesystem=64,65,76,77,78,79,80,81,82,83
ro.cdma.nbpcd=1
ro.cdma.otaspnumschema=SELC,1,80,99
ro.cdma.subscribe_on_ruim_ready=true
ro.config.combined_signal=true
ro.config.ehrpd=true
ro.config.lte=true
ro.config.multimode_cdma=true
ro.config.qc_lte_network_modes=true
ro.config.svlte1x=true
ro.config.vc_call_vol_default=5
ro.config.vc_call_vol_steps=7
ro.config.vc_call_vol_steps=9
ro.gsm.2nd_data_retry_config=max_retries=1,15000
ro.gsm.data_retry_config=default_rando mization=2000,max_retries=infinite,1000,1000,80000,125000,485000,905000
ro.mot.eri=1
ro.mot.ignore_csim_appid=true
ro.mot.phonemode.vzw4gphone=1
ro.ril.def.agps.mode=2
ro.ril.disable.power.collapse=0
ro.ril.ecclist=112,911,#911,*911
ro.ril.enable.3g.prefix=1
ro.ril.enable.a53=1
ro.ril.enable.amr.wideband=1
ro.ril.enable.dtm=1
ro.ril.gprsclass=10
ro.ril.hep=1
ro.ril.hsdpa.category=14
ro.ril.hsupa.category=6
ro.ril.hsxpa=1
ro.ril.hsxpa=2
ro.ril.shutdown=true
ro.telephony.default_network=0
ro.telephony.gsm-routes-us-smsc=1
ro.telephony.ril.v3=qcomuiccstack
ro.telephony.ril.v3=qcomuiccstack,icccardstatus,skipbrokendatacall,signalstrengt​h,datacall
ro.telephony.ril.v3=qcomuiccstack,signalstrength,icccardstatus
ro.telephony.ril.v3=signalstrength
ro.telephony.ril.v3=skipnullaid
ro.telephony.ril_class=LGEQualcommRIL
ro.use_data_netmgrd=true
ro.vendor.extension_library=/system/lib /libqc-opt.so
telephony.lteOnCdmaDevice=1
 
So I noticed this when I flashed back to stock after playing with some rils and network settings on cm10


while in CM10 did you change the network mode by dialing

*#*#4636#*#*

and going into phone information

if so, did you change it back to the original setting before you flashed stock back
 
Hi Bob

which tree did you use, and did you use any of the stuff from here

https://github.com/985hPaKicK/Modified_d1lu/

You will at least want this one file
ShutdownThread.java

that changes the reboot recovery / power button menu option to boot into second init recovery

I used your tree with some modifications.
Yes, I have that commit to reboot back into recovery.

I am pretty sure MMS will not work unless you have internet

did you use this RIL file

QualcommSharedRIL.java


our rill class is LGEQualcommRIL

which is an extension of QualcommSharedRIL

Yep, I have that commit also

we should also be trying to change

ro.telephony.ril_class=LGEQualcommRIL

to

ro.telephony.ril_class=LGEQualcommUiccRIL

in our build prop to see if it makes a difference


and also

ro.telephony.ril_class=QualcommSharedRIL

I used ro.telephony.ril_class=LGEQualcommUiccRIL, which didn't work.


while in CM10 did you change the network mode by dialing

*#*#4636#*#*

and going into phone information

if so, did you change it back to the original setting before you flashed stock back
Nope, I didn't try it.
 
So I noticed this when I flashed back to stock after playing with some rils and network settings on cm10

Do you have a list of things you tried? Global mode means it should be able to be using GSM mode, but that option isn't normally available on stock, if we can get it selected in another rom it should technically work as a GSM phone with another sim in it, our baseband supports cdma,GSM,and lte. I have a feeling this phone would get a lot more interest if suddenly it was working on all GSM carriers in addition to metro. If you go in the service menu and turn off network lock, then put in a GSM sim it knows it's there (reads the iccid,T-Mobile apns showed up in settings,and the SMS service center set to tmobiles all automatically but it wouldn't join the network because it was still in cdma+lte mode. I'll test the different rils on cm10 and see if I can make GSM work since we already have results on what it does with the cdma side. All my GSM testing so far was with stock because cm10 didn't read any info from the sim.
 
Do you have a list of things you tried? Global mode means it should be able to be using GSM mode, but that option isn't normally available on stock, if we can get it selected in another rom it should technically work as a GSM phone with another sim in it, our baseband supports cdma,GSM,and lte. I have a feeling this phone would get a lot more interest if suddenly it was working on all GSM carriers in addition to metro. If you go in the service menu and turn off network lock, then put in a GSM sim it knows it's there (reads the iccid,T-Mobile apns showed up in settings,and the SMS service center set to tmobiles all automatically but it wouldn't join the network because it was still in cdma+lte mode. I'll test the different rils on cm10 and see if I can make GSM work since we already have results on what it does with the cdma side. All my GSM testing so far was with stock because cm10 didn't read any info from the sim.
I was using the L-01D RIL and I was poking around with the network modes and when I went back to stock it said it was in global mode it still worked too
if I had a T-Mobile sim I would have tried some things
 
I was using the L-01D RIL and I was poking around with the network modes and when I went back to stock it said it was in global mode it still worked too
if I had a T-Mobile sim I would have tried some things

I'm waiting for my computer to finish installing windows because I run mint, and that wont work for flashing back to stock. Once that's done I'll start poking around, my only GSM device right now is a Motorola defy so this would be a huge step up.
 
I really do not know much about the SIM and ICCD cards


Sorry I can not help more with it
 
  • Like
Reactions: k0r
Running cm10 now,sim in and flashed the ril zip someone posted,I noticed it jumped onto 1x instantly vs before it took like 5 minutes before it tried connecting to anything. I tried going into phone info but if you pick any of the gsm options it instantly jumps back to CDMA/lte, still not reading the iccid from the sim so I guess time to nandroid restore to stock and see if I'm in global mode.
 
Can the RILs be installed while on stock??

Sorry, I just never knew anything about RILs before this phone.


the ril files are part of the rom in /system/lib and /system/bin


we already have working stock ril files that work with the stock rom

what we need is ril files that work with cm10


so i would not flash them while on stock, there is no point in doing so
 
was there somewhere special you were changing settings in cm10 that made global mode show up? like I said, I tried changing it to gsm only, gsm auto prl, wcdma only, wcdma preferred, all of those it instantly went back to cdma/lte auto, when I went back to stock, it still said cdma/lte auto like it was set to before. I wish we had a way of using *#*#4636#*#* on stock, creating a shortcut to phone info says the app can't be used on this phone.
 
Hey BobZhome and candoopa:

I edited a few of some of your posts to fix the broken page :)

Broken pages don't show on tapatalk...
 
the ril files are part of the rom in /system/lib and /system/bin


we already have working stock ril files that work with the stock rom

what we need is ril files that work with cm10


so i would not flash them while on stock, there is no point in doing so

Hey man, would the RIL files from a CM10.1 nightly for the LG VS920 be of any use to us? It's an LG, it's a CDMA/LTE phone, and it's CM. Maybe? I'm trying to throw anything I can think of out there. And, if this works for the Motion, can we make it work for the Connect too?
 
Hey man, would the RIL files from a CM10.1 nightly for the LG VS920 be of any use to us? It's an LG, it's a CDMA/LTE phone, and it's CM. Maybe? I'm trying to throw anything I can think of out there. And, if this works for the Motion, can we make it work for the Connect too?

I'm sure the Connect would use different RIL files than the Motion ;)
 
Hey man, would the RIL files from a CM10.1 nightly for the LG VS920 be of any use to us? It's an LG, it's a CDMA/LTE phone, and it's CM. Maybe? I'm trying to throw anything I can think of out there. And, if this works for the Motion, can we make it work for the Connect too?


I may have tried that already, Spectrum right ?


but you can try it, I will try to help you, if i have the time
 
There are still some posts here breaking the page when Quoting someone :(

I think some of candoopa's posts need [CODE][/CODE] added in...

Until I figure out what's wrong, I'm gonna go flash CM10 for the first time.
 
I may have tried that already, Spectrum right ?


but you can try it, I will try to help you, if i have the time

Yes, the Spectrum. I downloaded the most recent nightly a couple of days ago, thinking it may have something we can use. Unfortunately I don't have time to do anything right now, gotta get up @ 5am for work :(

I'll try to find you tomorrow, just let me know what you want me to do, and what I need to do it :)
 
Back
Top Bottom