Jump to content

[GT-I9105/P][ROM][4.4.4][UNOFFICIAL][M11]Cyanogenmod 11.0


anastasiszn
 Κοινοποίηση

Recommended Posts

http://cdn.droidviews.com/wp-content/uploads/2013/12/cm11-nexus-devices.jpg

 

 

This thread is ~copy/paste from  CoolDevelopment 's thread:
[url]http://forum.xda-developers.com/showthread.php?t=2568665[/url]
I've just updated sources from CyanogenMod team up to M8.

I use i9105p, so i9105 not tested at all !!!
Don't blame me for anything!!! Read post for all the warnings.

I don't use f2fs, and I don't know if it's supported.

 

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), which is designed to increase performance and reliability over stock Android for your device.

 

#include 
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/

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 .

 

Device-specific source code for the Samsung Galaxy S II Plus are available from https://github.com/SamsungBCM-Cyanogenmod/android_device_samsung_s2vep and https://github.com/SamsungBCM-Cyanogenmod/android_kernel_samsung_galaxys2plus-common.

 

(For developers only - the patches are already included in the ROM)

Patch to system/core for RIL to work: https://gist.github.com/pawitp/5372673.

Patch to hardware/broadcom/libbt for bluetooth to work: https://gist.github.com/pawitp/7891380

Patch to frameworks/native to support legacy binaries: https://gist.github.com/pawitp/7891421

Patch for button lights fix: https://github.com/luk1337/build_tools/blob/cm/5.patch

Patch to frameworks/native to workaround hwc issues: http://review.cyanogenmod.org/53162/ and https://gist.github.com/pawitp/7891444

Patch to frameworks/av to fix audio/video issues: https://gist.github.com/pawitp/7945188

Patch to external/chromium_org to workaround hwc issues: https://gist.github.com/pawitp/7910708

 

Do not submit bug on CyanogenMod issue tracker

 

What works?

  • Wi-Fi
  • Bluetooth
  • RIL (Calls, SMS, Mobile Data)
  • Sensors (Accelerometer, Compass, Light, Proximity, etc.)
  • Camera (photo & video)
  • Video playback
  • Audio (playback & recording)
  • GPS
  • Everything else not listed under "known issues"

Issues

Known device specific Issues

  • screenrecord does not work
  • Stock browser does not use hardware acceleration (Please use Firefox, Google Chrome, Dolphin, etc)

 

Known Sources Issues

  • Bluetooth Headset not working
  • FM Radio does not work (you can use SpiritFM, but I'm not providing support for any problem)

Does not work on 4.1 stock ROM's bootloader, please upgrade to 4.2 before flashing

 

Installation

  1. Make a backup!
  2. Be sure that you have the 4.2.2 bootloader
  3. Install a custom recovery
  4. Install the ROM using your custom recovery
  5. Optionally install the Google Apps Addon
  6. Wipe data if coming from stock
  7. Don't submit bugs to me, if you didn't do a full wipe and you are coming from another ROM

F2FS

From CM 11.0 M10, it is supposed to be compatible with LuK1337 's EXT to F2FS ROM converter found @

http://forum.xda-developers.com/galaxy-s2-plus/development/linux-ext-to-f2fs-rom-converter-t2840303

thanks to LuK1337

I haven't test it myself though.

 

FAQ

 

Can you include Feature X into your ROM?

No. This ROM will have CyanogenMod's feature set.

Can you include S-Note/S-Planner/MultiWindow/Insert Samsung App Here?

No. This is an AOSP ROM and cannot have TouchWiz applications.

 

Can you include call recording?

No. CyanogenMod does not include call recording to avoid potential legal issues.

 

Can you add Feature X to the stock ROM?

No. I don't work on stock ROMs.

 

What kernel does this ROM use?

A slightly modified version of the stock kernel, the source code is linked above.

I've heard that Broadcom doesn't release source, how can you make this ROM?

Contrary to the popular belief, userspace driver source code is not always required to make an AOSP-based ROM as long as the proprietary binaries shipped with the device does not modify the API too heavily (or is from a very different version of Android). Instead of modifying the source code of the drivers, the Android source code was adapted to be able to use the proprietary binaries.

Can I use your ROM as a base?

http://source.android.com/source/licenses.html

 

Most of Android/CyanogenMod is licensed under the Apache License with other small parts licensed under other open-source licenses. Which means that you may modify and redistribute without asking for permission as long as the proper credits is given and it is not misappropriated as being the official CyanogenMod. (In other words, you must say that it is based on pawitp's unofficial CyanogenMod, but is not related to CyanogenMod in any other way.)

Reporting Bugs

 

You are allowed to report bugs only in this thread.

  • Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
  • If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
  • If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log

Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues. The following is a useful format to follow.

What is your--
Phone model (I9105 or I9105P):
Radio (baseband):
CM version:
CM Download url:
Gapps version:

Did you--
wipe:
restore with titanium backup:
reboot after having the issue:

Are you using--
a task killer:
a non-stock kernel:
CMSettings/Performance settings (other than stock):
ART Runtime:
other modifications:

Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:

 

Thanks

- The CyanogenMod team for providing a great ROM. Without all the compatibility work which went into it, this ROM would've been much harder to make

- pawitp for his base on i9082

- CoolDevelopment for all his amazing work on our device

- LuK1337 for his work and help to build this rom

- KINGbabasula

- s2+user

- DerTeufel1980 for the f2fs backports

- k2wl for some other f2fs stuff and helping me with it

 

 

CHANGELOG

CyanogenMod 11 M11 - http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m11

CyanogenMod 11 M10 - http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m10-arrives

CyanogenMod 11 M9 - http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m9-released

CyanogenMod 11 M8 - http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m8-released

CyanogenMod 11 M7 - http://www.cyanogenmod.org/blog/cyanogenmod-11-0-m7-released

 

Downloads

 

GT-I9105P

CyanogenMod 11 M11 - https://www.androidfilehost.com/?fid=95747613655043625

CyanogenMod 11 M10 - https://www.androidfilehost.com/?fid=23622183712472229

CyanogenMod 11 M9 - http://d-h.st/IZC

CyanogenMod 11 M8 - http://d-h.st/59b

CyanogenMod 11 M7 - http://d-h.st/w1x

 

GT-I9105

CyanogenMod 11 M11 - https://www.androidfilehost.com/?fid=95747613655043626

CyanogenMod 11 M10 - https://www.androidfilehost.com/?fid=23622183712472301

CyanogenMod 11 M9 - http://d-h.st/g5t

CyanogenMod 11 M8 - http://d-h.st/b5a

CyanogenMod 11 M7 - http://d-h.st/iUb

 

Screenshots

 

[ATTACH]2825637[/ATTACH][ATTACH]2825638[/ATTACH][ATTACH]2825639[/ATTACH][ATTACH]2825642[/ATTACH]

 

 

[NOPARSE]XDA:DevDB Information[/NOPARSE]

CyanogenMod 11.0 - S2VEP / S2VE - UNOFFICIAL, ROM for the Samsung Galaxy S II Plus

 

Contributors

beastaki23

ROM OS Version: 4.4.x KitKat

ROM Kernel: Linux 3.0.x

Based On: CyanogenMod

 

Version Information

Status: Snapshot

 

Created 2014-10-11

Last Updated 2014-10-11

 

 

Things you can do to speed up your device

 

If your device delay or is not smooth enough you can install some things for free!

 

1. Use greenify and add applications that you don't want to run in the background.

https://play.google.com/store/apps/details?id=com.oasisfeng.greenify

 

2. Use Performance Booster, Digital Booster, RAM Booster from Play Store:

https://play.google.com/store/apps/details?id=com.gejos.android.performancebooster

https://play.google.com/store/apps/details?id=com.gejos.android.digitizerbooster

https://play.google.com/store/apps/details?id=com.gejos.android.rambooster

 

3. Instead of Performance Booster, Digital Booster, RAM Booster, you can flash PurePerformances™X from Jeeko.

http://forum.xda-developers.com/showpost.php?p=43509063

 

4. Stop (most) ads from aps to stop device from loading them. Flash Mother of All AD-BLOCKING:

http://forum.xda-developers.com/showthread.php?t=1916098

 

5. Install from play store Autorun Manager to prevent apps from catching signals that you believe are not important.

You can choose which signals to stop from which apps.

https://play.google.com/store/apps/details?id=com.gmail.heagoo.autorun

oie_187028Bihdufbm.png.3d3976d11317e0e48874a77356b5ad14.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Επισκέπτης
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Κοινοποίηση

×
×
  • Create New...