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

Root {MS323} Cyanogenmod Development thread.

Okay I was getting pissed about the buttons not working so I took it upon myself.

https://drive.google.com/folder/d/0B49eSz3ZJIn0MnlGTDREcWQ5N28/edit

I got home to work, long press for appswitch is set in settings>buttons.
Menu will work but you gotta set it in settings (short press = menu)
I turned the quick button into a second power button but you can make it whatever you want.
Music, contacts etc. Just look in generic.kl for the flags you can set.

If anyone wants to play with their own files the key values are
Code:
 Home 102
Back 158
Power 116
Menu 172
Quick button 250
 
with this patch:

you will enable the gsm settings in the roms that do not include GSM settings and APNs settings
you will enable the gsm in AOSP rom that natively only support the CDMAyou will solve the problem "Unfortunately, the process com.android.phone has stopped." in AOSP roms that do not natively provide GSMyou will solve the missing request PIN problem, the no signal problem and the no sending sms problem in AOSP roms that do not natively provide GSM

To fully enable the GSM you must edit the build.prop with correct settings, here the lines that should be edited:

# General GSM Settings
telephony.lteOnGsmDevice = 1
telephony.lteOnCdmaDevice = 0
telephony.rilV7NeedCDMALTEPhone = false
persist.ril.mux.noofchannels = 10
persist.ril.modem.mode = 2
persist.ril.features = 0x102
persist.radio.vzw.cdma.mdn = deleted
persist.radio.ap.phonetype = 1
persist.radio.lte.mm.disable = 1
ro.telephony.default_network = 3
ro.telephony.gsm-routes-us-smsc = 0
ro.telephony.ril.v3 = writeaidonly, signalstrength
ro.cdma.data_retry_config = default_randomization=2000, 0, 0, 120000, 180000, 540000, 960000
ro.gsm.data_retry_config = max_retries=infinite, default_randomization=2000, 0, 0, 80000, 125000, 485000, 905000
ro.cdma.subscribe_on_ruim_ready = false
ro.com.android.dataroaming = false
# Motorola GSM Settings
ro.mot.eri = 0
ro.mot.phonemode.vzwglobalphone = 0
ro.mot.phonemode.vzw4gphone = 0
ro.mot.lte_on_cdma = 0
ro.mot.ds.fastdormancy.disable = true

If you want manually edit the build.prop you have to edit only the lines that are present in it.

If you want you can install the patch here attached.

This patch will automatically edit your build.prop with correct lines for your phone, it will add a correct list of GSM APNs and for Motorola phones it will replace the lib moto-ril-multimode.so with its GSM version.

The patch will also make a backup of your original files and in in case of problems you can restore them simply reinstalling the patch.

You can install the patch on every AOSP ROM, on every Stock Rom and on every Android version.

Try this tooo
Does this work
 
Yes I used
Code:
250 POWER
Would you mind helping me port either cm 11 or cm 12? but I think I'll try 12 since it has less bugs on my L70 D321 variant. Guys why has it been hard for y'all to figure out how to fix the camera. Why don't you guys look at another LG phone like L9's cm kernel examine how it has the cameras configurations and add them to either Vm's or Chevan's. Idk just trying to help in anyway I can.
 
I use cm 12 daily and I can also confirm that GPS works flawless.... Looking into camera issue and reading different posts and to me it seems it's missing libs......Not sure where to begin on that one. The battery life on here is OK. I mean I use it constantly... Since installed have not had a single random reboot at all...
 
Its weird... Sometime is battery like water.... Sometimes is battery like cm11...
40c2827d0d06bf49ef1be528c11cfb36.jpg
 
Back
Top Bottom