Skip to content

Instantly share code, notes, and snippets.

@adeen-s
Last active June 1, 2016 11:37
Show Gist options
  • Select an option

  • Save adeen-s/235fdb6906e71537b043456ed5f6945a to your computer and use it in GitHub Desktop.

Select an option

Save adeen-s/235fdb6906e71537b043456ed5f6945a to your computer and use it in GitHub Desktop.
SFOS for wt88047 / Redmi2
Mountpoints --> http://pastebin.com/VwzPCx3A
Kernel modifications (apart from the error flags) {
please double check that you have these correctly set https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L276
**ENABLE** ANDROID_CONFIG_PARANOID_NETWORK.
Enable CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC
Disable selinux.
}
Error while building geoclue from build_packages.sh ("No provider of 'pkgconfig(qofonoext)' found")
Fix:execute this from MerSDK--> sb2 -t $VENDOR-$DEVICE-$PORT_ARCH -R -m sdk-install ssu ar testing2 http://repo.merproject.org/obs/home:/mal:/testing2/sailfishos_latest_armv7hl/
modify udev rules at /lib/udev/rules.d/998-droid-system.rules
ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_PART_ENTRY_NAME}=="?*", IMPORT{program}
="/bin/sh /lib/udev/platform-device $env{DEVPATH}", SYMLINK+="block/bootdevice/b
y-name/$env{ID_PART_ENTRY_NAME}"
add nemo to group inet
Install detritus package. rather mark it for installation in patterns.
Add to ks -->
http://repo.merproject.org/obs/nemo:/devel:/hw:/common/sailfish_latest_armv7hl/
Revert this change-->(not neeeded in sailfish)
https://github.com/kumajaya/android_kernel_cyanogen_msm8916/commit/9ed4ced9ad0b24240ce9637b35372e843789fe9d
Change in droidmedia https://github.com/kimmoli/droidmedia/commit/95aec707be50ed8cb0acec806cf81e763a41fdf3
Also add this if changing droidmedia https://github.com/kimmoli/android_build/commit/fb570e35f9e169083e76e65fc0635ade57c85c37
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="kumajaya/android_device_wingtech_wt88047" path="device/wingtech/wt88047" remote="github" revision="cm-12.1" />
<project name="kumajaya/android_kernel_cyanogen_msm8916" path="kernel/cyanogen/msm8916" remote="github" revision="cm-12.1-amss-2.1-wt88047" />
<project name="kumajaya/proprietary_vendor_wingtech" path="vendor/wingtech" remote="github" revision="cm-12.1" />
<project name="kumajaya/android_device_cyanogen_msm8916-common" path="device/cyanogen/msm8916-common" remote="github" revision="cm-12.1" />
<project name="CyanogenMod/android_device_qcom_common" path="device/qcom/common" remote="github" />
<project name="kumajaya/android_packages_apps_SnapdragonCamera" path="packages/apps/SnapdragonCamera" remote="github" revision="cm-12.1" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment