-
Notifications
You must be signed in to change notification settings - Fork 0
CM 10.1 Status
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="TeamApexQ/android_device_samsung_apexqtmo" path="device/samsung/apexqtmo" remote="github" />
<project name="TeamApexQ/vendor_samsung_apexqtmo" path="vendor/samsung/apexqtmo" remote="github" />
<project name="TeamApexQ/android_kernel_samsung_apexq" path="kernel/samsung/apexq" remote="github" />
<project name="CyanogenMod/android_device_samsung_qcom-common" path="device/samsung/qcom-common" remote="github" />
<project name="CyanogenMod/android_device_samsung_msm8960-common" path="device/samsung/msm8960-common" remote="github" />
</manifest>
This appears to be a very similar phone, for CDMA/LTE networks, no keyboard, but has both the same cameras as apexq.
- Display (including GL)
- Manual brightness control
- Touch sensor
- Sound (most? all? updated 01/29/13)
- Radio/Data
- GPS -- sortof/sometimes
- Orientation sensor
- Keyboard
- Charging LED
- Wifi (including tethering?)
- On screen keyboard
- Flashlight mode
- BT
- Camera (3rd party application)
- stock camera application
- snd_soc_msm_2x probably could use some more tweaking
Driver update for wcnss and prima. These drivers can be updated by directly pulling in and overwriting the kernel paths drivers/net/wireless/wcnss and drivers/staging/prima from the Nexus 4 LGE Mako kernel on CM: https://github.com/CyanogenMod/lge-kernel-mako.git
In conjunction with the Mako FIRMWARE found here: https://github.com/CyanogenMod/android_device_lge_mako/blob/cm-10.1/WCNSS_qcom_wlan_nv.bin it will load.
Note that this driver appears to OBSOLETE the system/etc/firmware/wcnss.* files. It also requires an edit to system/etc/init.qcom.wifi.sh so that it doesn't overwrite the mako firmware and link back to relay firmware.
The driver can be named wlan.sh with an internal name of wlan. I believe that the driver works, it is able to scan perfectly, but does not connect. I suspect different configuration may be required.
I ran out of time, otherwise would have provided these changes via GIT.