[ROM][7.1.x][NOUGAT][BETA][CyanogenMod 14.1][WIP][UNOFFICIAL]

Search This thread

Taker18

Senior Member
Dec 28, 2010
2,298
6,614
27
Telfs
gXAqCye.png

CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.​

Be careful, this is still a WIP, dont think that all is working FINE!
There is, and will be still alot to do, and pls report back here!
Also pls make a Backup befor you flash this!

Whats working:


Whats not working:




Sources:
Kernel Tree

Credits:
Whole CM Team
and of course: to all those who have contributed to cm and for there help!​

XDA:DevDB Information
CyanogenMod 141., ROM for the Samsung Galaxy S III I9300

Contributors
Taker18, flo071
Source Code: https://github.com/CyanogenMod

ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.0.x
Based On: CyanogenMod 14

Version Information
Status: Testing

Created 2016-09-13
Last Updated 2016-11-24
 

rpdroky

Senior Member
Nov 13, 2014
713
1,683
Well done , maybe you will share the fixes with forkbomb to officialize it :)
 

djedjy

Senior Member
Oct 16, 2011
1,278
744
ROM boots, wifi, bluetooth, camera, ril doesn't work
Some screenshots..
 

Attachments

  • Screenshot_20160913-233117.png
    Screenshot_20160913-233117.png
    101 KB · Views: 3,574
  • Screenshot_20160913-233108.jpg
    Screenshot_20160913-233108.jpg
    45.8 KB · Views: 3,473
  • Screenshot_20160913-233122.png
    Screenshot_20160913-233122.png
    113.2 KB · Views: 3,522
  • Screenshot_20160913-233137.png
    Screenshot_20160913-233137.png
    83.3 KB · Views: 3,396

rp158

Senior Member
Jan 1, 2013
1,923
864
HTC Desire
OnePlus 6
@Taker18: you're fast! Here my 1st results:
- TWRP-flash found 2 unknown commands (see attached log)
- boots fine
- at the end of optimizing apps a BT-app fails
- SIM-card not recognized (no PIN choosen), fortunately not shreddered
- didn't activate Wifi during start, couldn't switch it on afterwards
- camera-app starts and closes after1 s
- file-manager: root-mode choosen, but couldn't access extSdCard and couldn't save edits of a txt-file on sdcard0
 

Attachments

  • recovery.log
    345.4 KB · Views: 201
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 110
    gXAqCye.png

    CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.

    All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.​

    Be careful, this is still a WIP, dont think that all is working FINE!
    There is, and will be still alot to do, and pls report back here!
    Also pls make a Backup befor you flash this!

    Whats working:


    Whats not working:




    Sources:
    Kernel Tree

    Credits:
    Whole CM Team
    and of course: to all those who have contributed to cm and for there help!​

    XDA:DevDB Information
    CyanogenMod 141., ROM for the Samsung Galaxy S III I9300

    Contributors
    Taker18, flo071
    Source Code: https://github.com/CyanogenMod

    ROM OS Version: 7.x Nougat
    ROM Kernel: Linux 3.0.x
    Based On: CyanogenMod 14

    Version Information
    Status: Testing

    Created 2016-09-13
    Last Updated 2016-11-24
    39
    Any changes on ril? If ril works I'm gonna install CM14 build as my daily driver.

    RIL "works". There's a pretty big bug though: when the screen goes off rild starts eating CPU and the phone becomes unresponsive. (actual RIL functionality should be working ok though). Wifi tethering is also broken (for now, hopefully won't be too hard to fix), along with camcorder (CM problem).

    So... don't expect anything from me until that's fixed. I'm going to be pretty busy over the next ~month, but I'll get to it eventually.

    In the meantime, if anyone wants to roll their own, here's a quick'n'dirty guide, including all the additional patches you need on top of CM (you should already have all the tools to build android installed):
    Code:
    mkdir ~/android/system
    cd ~/android/system
    repo init -u git://github.com/CyanogenMod/android.git -b staging/cm-14.0
    mkdir -p .repo/local_manifests
    curl https://gist.githubusercontent.com/fourkbomb/2cde209bb69c29853085e8af5d68bfa5/raw/cdd078618ef96cf0586fc84f02e4ec8d663b2369/i9300.xml > .repo/local_manifests/roomservice.xml
    reposync
    source build/envsetup.sh
    repopick $(cat device/samsung/i9300/PICKS | grep -v '#')
    lunch cm_i9300-userdebug
    mka bacon
    38
    I have uploaded Build 20161018 on AndroidFileHost.

    Changelog:
    - RIL works again
    - Updated CM14 sources
    36
    Build 20161022 Download: AndroidFileHost

    Changelog:
    - Fixed GPS issue
    - Fixed Google Play Services FC during setup wizard
    - Kernel is more stable and the device doesn't reboot when the screen goes off
    - Long press app switch button to open menu
    - Updated CM14 sources

    The last main issue that needs to be fixed is the camera.
    The app permission dialog bug seems related to OpenGApps. I have read that other gapps don't have this problem.

    All device fixes are from forkbomb444.
    31
    Good new everyone!

    CyanogenMod 14.1 (based on Android 7.1) compiles and the build seems stable and has the same working features as in cm14.0.
    I will clean up the build and post it later, maybe in a new thread.