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

Root {MS323} Cyanogenmod Development thread.

For those having problems with the power button to turn on off....I use proximity sensor on off from play store. Just adjust the settings accordingly and wave hand over sensor to turn screen off and on....also using reboot menu widget from play store for advanced power menu options
 
The kernel that was built in use for cm11 was a mix of CAF and files pulled from the stock kernel. From the looks of it, I'm thinking whoever built it did not include files for the rear camera. Which files? I wouldn't know to be honest until I actually start on it.

But, after reading that log makes it seem to me like it won't trigger the camera on because of some sort of permission (I/O or RW) error, but that's what I caught with a very quick glimpse.
 
Last edited:
The more logs or errors posted, the sooner we can actually get this up and running. I'm back on a PC now, but still at work... LOL. too bad this pc is running windows and I'm just too lazy to set up a virtualbox. LOL
 
12-11 16:56:11.663: E/CAM_CameraActivity(19089): Camera Exception
12-11 16:56:11.663: E/CAM_CameraActivity(19089): java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.List.get(int)' on a null object reference
12-11 16:56:11.663: E/CAM_CameraActivity(19089): at com.android.ex.camera2.portability.AndroidCameraCapabilities.<init>(AndroidCameraCapabilities.java:50)
12-11 16:56:11.663: E/CAM_CameraActivity(19089): at com.android.ex.camera2.portability.AndroidCameraAgentImpl$CameraHandler.handleMessage(AndroidCameraAgentImpl.java:346)
12-11 16:56:11.663: E/CAM_CameraActivity(19089): at android.os.Handler.dispatchMessage(Handler.java:102)
12-11 16:56:11.663: E/CAM_CameraActivity(19089): at android.os.Looper.loop(Looper.java:135)
12-11 16:56:11.663: E/CAM_CameraActivity(19089): at android.os.HandlerThread.run(HandlerThread.java:61)
12-11 16:56:11.672: D/NuPlayerDriver(326): reset(0xb2f43880)
12-11 16:56:11.673: D/NuPlayerDriver(326): notifyResetComplete(0xb2f43880)
12-11 16:56:11.679: D/NuPlayerDriver(326): reset(0xb4708100)
12-11 16:56:11.683: D/NuPlayerDriver(326): notifyResetComplete(0xb4708100)
12-11 16:56:11.746: E/mm-camera-sensor(338): Got some events


Can somone tell me if nuplayer is running in development settings?
 
Finaly, Android L on m d325 :) . But there are some bugs:
1. Error with camera (Can't connect to camera)
2. Can't activate celluar, which means i dont have signal, which means tham i'm unreachable
3. Not 100% sure, but likel there will be issues with batter drain
 
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
 
Back
Top Bottom