Related
Q&A for [ROM][Official Nightly][Android 4.4] CyanogenMod 11.0 for SGS4A (int'l)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
c11 in speaker have mic fail in speaker
Hi I tested cm11 in my s4 active for 2 months; its very stable and fast; but i never used the speaker, but today i put the speaker on and the microphone dont work, i tried make other call, but in speaker the mic dont work. Sorry for my bad english. Thanks
@selebaruc
Preliminary test build here
http://forum.xda-developers.com/showthread.php?p=55841925
selebaruc said:
Hi I tested cm11 in my s4 active for 2 months; its very stable and fast; but i never used the speaker, but today i put the speaker on and the microphone dont work, i tried make other call, but in speaker the mic dont work. Sorry for my bad english. Thanks
Click to expand...
Click to collapse
Seems to be a well known problem at some newer builds of different ROMS.
Correct me if i´m wrong.
Recovery
..
O-T said:
@selebaruc
Preliminary test build here
http://forum.xda-developers.com/showthread.php?p=55841925
Click to expand...
Click to collapse
thanks; the cm-11-20141006 unoficial work!
i have speaker again!
Great work
I run this rom as my "toilet device" right now nightly 10.12.2014
And no problems.
Have not tested phone functionality but it works great with video, web surfing and LTS data and wifi.
An issue I have noticed is excessive power-use when syncing (owncloud). might be related to wifi.
I want this room to reach stable badly. Please tell me if there is anything you need.
daLuiz said:
Hi everyone,
I use CM11 on my phone for a few days now and I love it, I have been waiting for quite some time. I have just two questions:
1: Could you recommend me a recovery to use for the i9295? I am currently using PhilZ Touch 6.57.9 / CWM 6.0.5.1 since it was listed in a german forum (can't link since I am new..) on rooting the phone. However, the path to the sdcard in the recovery is obviously different than what is given in the update-scripts, so the automatic nightly updates do not work and I always have to select the file manually. Also I think I have read that PhilZ announced that he won't be working on the recovery any longer.
So in short: Which custom recovery should I use and where can I find it?
2: Should I update my Baseband? I am currently on the relatively old version I9295XXUAMF5 - Is it worth to update? If so - do I need to flash a full Samsung firmware, or can I get the baseband seperately and flash it with Odin? I was already told that the last Knox-Free version is NE5, so which baseband do you guys use?
Thanks in advance,
daLuiz
Click to expand...
Click to collapse
1: @spegelius has put 6.0.5.0 on his Gdrive. Built Aug 15. Link in OP of CM11 Original Dev. tread. @allram has 6.0.5.1 on his Gdrive. http://forum.xda-developers.com/showpost.php?p=55589413&postcount=871
Both is OK for clean/dirty flash or backup. Both have Reboot = ShutDown. No big deal, just power on after. External SD exfat support is only 6.0.5.1.
2: Baseband ???
After reading some posts and seen the use of baseband = modem, baseband = bootloader and baseband = LTE modem, also aware that System - About... present this as tag for ....? (not sure which of them)
This is certainly a source of confucion and also probably the reason why some experience loss of WiFi when they have done a Odin flash of LTE modem =NON-HLOS.BIN on wrong bootloader (aboot.mbn, sbl1.mbn, sbl2.mbn, ...) version.
It is NOT reccommended to mix 4.2 bootloader and 4.4 LTE modem.
Some collected info and links from here
Please keep in mind that i9295 Active is really similar to i9505 S4 LTE in hardware. Thats why my link in the CM11 thread point to a well visited thread for i9505.
BE AWARE that modem/LTE/bootloader IS NOT interchangeable for the two devices AFAIK.
You _must_ be sure it is for i9295 Active.
If you choose to do it the Odin way with modem.bin, NON-HLOS.bin: first identify your bootloader version in CM Terminal or ADB:
Code:
getprop ro.bootloader
Samsung last 3 letter code naming:
N = year = 2014 (14th letter of alphabet)
E = month of year (May in this case, 5th letter of the alphabet)
x = build # of that month (10th for, "A", as they start 1-9 first, before letters)
NE4 = 2014, May, Build 4 (4.4 KitKat)
NH2 = 2014, Aug, Build 2 (4.4 KitKat)
Generally - if you have working WiFi/GSM/LTE after CM11 flash = no need to fiddle with modems.
The safe way to update is by flashing a complete original Samsung TW ROM for your region/country that has this bootloader-LTEmodem chain setup correctly. When later flashing CM11 nightly, flashing CM11 nightly,... you keep whatever bootloader+GSM modem+LTE modem version you had from first transition to CM11 world. CyanogenMod does'nt touch any of them.
Camera Crashing
Hi All,
anybody else having problems with camera? It's crashing a few seconds after starting camera. Tried 20141019 and 20141016 build. Same Problem. Just tried the google camera from play store. Same problem...
Greets
tommy-77 said:
Hi All,
anybody else having problems with camera? It's crashing a few seconds after starting camera. Tried 20141019 and 20141016 build. Same Problem. Just tried the google camera from play store. Same problem...
Greets
Click to expand...
Click to collapse
1017 & 1018 or older never crash.
System settings - Apps - Camera:
Force stop + Clear data
This will not delete any pictures /video.
CM11 camera version is 2.0.002, Google camera replace CM11 camera and has a higher version.
There are pending updates for CM11 Camera in next nightly. If Clear data doesn't help do you recognize similar issue fixed as listed in cmxlog web page (change log) ?
O-T said:
1017 & 1018 or older never crash.
System settings - Apps - Camera:
Force stop + Clear data
This will not delete any pictures /video.
CM11 camera version is 2.0.002, Google camera replace CM11 camera and has a higher version.
There are pending updates for CM11 Camera in next nightly. If Clear data doesn't help do you recognize similar issue fixed as listed in cmxlog web page (change log) ?
Click to expand...
Click to collapse
Hi and thanks for your help.
I have deinstalled google camera, force stopped camera, cleared data. Still the same problem. When i start camera, the camera opens and starts focusing. During focusing it force closes.
In the changelog of 20141019 there is a similar topic. http://review.cyanogenmod.org/#/c/74734/
And here is the bug report:
java.lang.RuntimeException: Media server died.
at com.android.camera.CameraErrorCallback.onError(CameraErrorCallback.java:33)
at android.hardware.Camera$EventHandler.handleMessage(Camera.java:1017)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
Does the IR suppose to work? Upgraded from a nightly from may 2014 to the nightly 20141024 last night (without wipe). The saved remote in the app ASmart remote doesn't turn my TV on. Anyway to check if IR is supported?
msm_serial_hs_dma Wakelock when bluetooth is on
Title tells it all.
running CM11 nightly 20141024 and phone wont go into deep sleep as long as bluetooth is on.
Is this normal? known issue?
Does anyone know how to fix this?
-Ole
..
help
daLuiz said:
I observed exactly the same on my phone. Bluetooth on = no deep sleep.
Sent from my GT-I9295 using XDA Free mobile app
Click to expand...
Click to collapse
can somone please tell me how to install custom rom on my sghi537, I tired the stocky rom but it didn't work, Help pls
---------- Post added at 02:13 AM ---------- Previous post was at 02:09 AM ----------
can somone please tell me how to install custom rom on my sghi537, I tired the stocky rom but it didn't work, Help pls
Gaffyboy said:
can somone please tell me how to install custom rom on my sghi537, I tired the stocky rom but it didn't work, Help pls
---------- Post added at 02:13 AM ---------- Previous post was at 02:09 AM ----------
can somone please tell me how to install custom rom on my sghi537, I tired the stocky rom but it didn't work, Help pls
Click to expand...
Click to collapse
Your i537 has AT&T locked bootloader. This is different from the i9295 and topic of this thread. No known CyanogenMod or AOSP option available for the i537.
Try this link http://forum.xda-developers.com/showthread.php?p=7827
... and advice you to use xda forum search or open a thread in Q&A section if no search hit match your next question.
Still an issue on newest release.
mrfoyl said:
Title tells it all.
running CM11 nightly 20141024 and phone wont go into deep sleep as long as bluetooth is on.
Is this normal? known issue?
Does anyone know how to fix this?
-Ole
Click to expand...
Click to collapse
Now running 20141103
This is still my number one issue. Got any ideas?
Does anybody else get a FC when trying to reply/forward to an email in the new Gmail 5.0 (1569867)? The only way I can get it to work is to roll back to Gmail 4.9 (1271612).
Any ideas?
Have flashed CM11 Nightlies only doing cache clean between. Have kept pa_gapps-modular-pico-4.4.4-20140923 in /system along with cm flash. Play Store and Services updated automatically during this.
No issues besides known like man. carrier search.
Along with CM11 1105 I did a /system format and flashed updated pa_gapps-modular-pico-4.4.4-20141103. After that I had slow down speed from Store, below 100kb/s usually over Mb/s.
Repair:
Went to apps and deleted data from Google Services, removed Play update, let Play update (pressed Play - About inside Play) =speed restored
Delete data from Google Services won't remove account or contacts
@Devo7v
You could try the Services trick. I don't know if Gmail has links to it.
Alternatively K9 can handle several accounts including Gmail.
O-T said:
Have flashed CM11 Nightlies only doing cache clean between. Have kept pa_gapps-modular-pico-4.4.4-20140923 in /system along with cm flash. Play Store and Services updated automatically during this.
No issues besides known like man. carrier search.
Along with CM11 1105 I did a /system format and flashed updated pa_gapps-modular-pico-4.4.4-20141103. After that I had slow down speed from Store, below 100kb/s usually over Mb/s.
Repair:
Went to apps and deleted data from Google Services, removed Play update, let Play update (pressed Play - About inside Play) =speed restored
Delete data from Google Services won't remove account or contacts
@Devo7v
You could try the Services trick. I don't know if Gmail has links to it.
Alternatively K9 can handle several accounts including Gmail.
Click to expand...
Click to collapse
I wiped Google Play services, Google Services Framework, and Gmail data, but still Gmail 5.0 FCs whenever I try to reply to an email. I uninstalled Gmail updates and reinstalled Gmail 4.9 and no problems. I think I'm going to convert it to a user app with TiBu and see if that works. If not I guess I'm wiping the phone and starting over.
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.0.2 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.
Code:
#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.
Device-specific source code for the Samsung Galaxy Grand Duos are available from https://github.com/pawitp/android_device_samsung_i9082 and https://github.com/pawitp/android_kernel_samsung_i9082.
Compatibilitiy Patches: https://gist.github.com/pawitp/cba169c87dba57eea8ef
(Please give credit if you use them in your ROM and if you fix something, please submit patches.)
Do not submit bug on CyanogenMod issue tracker
Downloads
ROM: http://goo.im/devs/pawitp/i9082_cm12.0 or http://d-h.st/users/pawitp/?fld_id=41223 or https://s.basketbuild.com/devs/pawitp/i9082_cm12.0/
Google Apps: http://d-h.st/users/dhacker29/?fld_id=27426 (use the one named "lp", not "lpmr1")
What works?
Wi-Fi
Bluetooth
RIL (Calls, SMS, Mobile Data)
Dual SIM
Sensors (Accelerometer, Compass, Light, Proximity, etc.)
Camera (photo)
Video playback
Audio (playback & recording)
GPS
Everything else not listed under "known issues"
Known Issues
FM Radio does not work
Sometimes wake up causes music stutter
Unable to un-pin screen without rebooting
Some users have reported issues with call audio (see FAQ for a possible fix)
Some users have reported low volume when recording video
Does not work on 4.1 stock ROM's bootloader, please upgrade to stock 4.2 before flashing
Additionally, Dual SIM has the following limitations:
Both SIMs are always enabled (no way to disable one SIM)
"Receive incoming call while data is enabled" is always enabled
Installation
Make a backup!
If you were on CM 10.1 or a stock ROM prior to 4.2, upgrade to stock 4.2 first.
Install ClockworkMod recovery with SELinux support (.tar) (.zip). Older CWM will result in a "status 7" error.
Reboot into recovery
Wipe data if coming from stock or another non-CM ROM (You may get a "staus 7" error if you fail to wipe.)
Install the ROM
Optionally install the Google Apps Addon
To upgrade to a newer build, simply flash the zip. There's no need for data wipe or flashing Google Apps again. (However, during this ALPHA stage, if you are experiencing strange issues, you may want to try a wipe.)
Changelog
20150627: Upstream merge (based on YNG4N) (final release)
20150502: Implement performance profile, implement display color calibration, fix lag when using LiveDisplay. fix taking photo with flash using the back camera after taking a photo using the front camera
20150330: Upstream merge
20150320: Fix Wi-Fi and random reboots introduced in 20150319
20150319: Upstream merge (WARNING: Wi-Fi and reboot issues; do not use)
20150312: Upstream merge (fixes MMS crash)
20150311: Upstream merge
20150224: Upstream merge
20150222: Fix app2sd, fix Google Play Movies
20150215: Upstream merge
20150208: Upstream merge (fixes "Ask first" for SIM to use for SMS)
20150204: Upstream merge
20150201: Upstream merge
20150127: Fix missing menu background in apps using holo theme, CMUpdater's compatibility with CWM
20150125: Fix camera freeze on switching front-back cam, fix Trebuchet app page layout, another fix for increasing music volume after notification (from upstream)
20150215: Upstream merge
20150124: Fix center clock crash, fix camera crash on exit
20150123: Upstream merge
20150119: Fix wrong SIM name, fix app2sd on ExFAT
20150116: Upstream merge, fix .wav recording, fix call settings crash
20150115: Upstream merge (might contain fix for increasing music volume after notification)
20150114: Upstream merge
20150108: Fix crash in messaging
20150103: Upstream merge
20141228: Fix status bar brightness adjustment, fix dialer search text taking 2 lines
20141226: Fix volume key, improved switching data SIM
20141224: Fix per-sim ringtone, "up" button in call settings. Removed crashing "X-Divert" setting.
20141223: Fix lock screen double carrier display, missing settings for volume key, SIM name not persisting, Settings "Running" crash
20141221: Fix Miracast, don't turn capacitive button backlight on screen touch
20141220: 5.0.2, Fix screen record, freeze on low video RAM, change log display in CMUpdater
20141218: Fix STK, install on smaller /system, added OTA (see FAQ).
20141216: Fix video freeze in YouTube/browser
20141215: Fix screen off animation
20141212: New music player, fix APN selection not being respected
20141211: Fix FC when accessing mobile network settings
20141210: Fix app name/icon not displayed with app2sd, toggling SIM2 data from Quick Settings, use audioflinger for resampling
20141206: Improve root compatibility, 5.0.1, app2sd, delta update
20141202: Fix root
20141128: Fixed voice note in WhatsApp, SIM PIN, incoming call crash, 2G/3G selection in non-English languages. SELinux is now in enforcing mode (you may need to wipe if you have ever used a custom kernel with SELinux disabled)
20141123: Fixed unable to select 2G/3G, "Carrier Settings" FC, FC when dual SIM disabled, sometimes not able to set APNs, low Wi-Fi download performance when screen off
20141121: Fixed "call feature" crash, random reboots (Note: may require wipe or "pm clear com.android.launcher3" if launcher is crashing)
20141120: Fixed .wav playback, video recording, off-mode charging, "mount /data" error in install script, low call volume
20141116: Initial release
For CM changelog (upstream merge), please see http://www.cmxlog.com/12/. All builds include upstream merge.
FAQ
Sometimes the people on the other side of the call cannot hear me
The real cause of this is unknown, but this is often found with people using the I9082DDUBNB1 baseband/modem. Some people have reported that flashing a different baseband (e.g. I9082XXUBMK3) has resolved the problem. A collection of basebands can be found at http://forum.xda-developers.com/showthread.php?t=2496989. Or you can also try I9082LUBUBMK1 that I use.
How do I enable/disable Dual SIM?
Dual SIM support is enabled by default. If you only use 1 SIM and wants to disable Dual SIM support, you can use the following instruction:
Enable:
Code:
su
setprop persist.radio.multisim.config dsds
Disable:
Code:
su
setprop persist.radio.multisim.config none
(Instruction screenshots)
What are incremental/delta updates?
Delta updates allow updating from one version to another downloading only the difference rather than the full ROM, for those on limited bandwidth. They are named like "cm-12-20141206_from_20141202_delta-UNOFFICIAL-i9082.zip" which means that it can be used to update from 20141202 to 20141206 (simply flash it in recovery like any other update). Delta updates will not work if you have installed custom kernels or other system modifications, including editing build.prop. In those cases, downloading the full update is recommended (flashing a full update will not wipe your data).
If you want to restart from a clean state to use the delta. First format /system (not /data). Then flash full zip of any build. Then flash the gapps linked in this post. Do not flash any other zip or make any other modification to /system. After that, you should be able to use the delta. This will not erase your data, which is on /data.
How does OTA work?
Starting from 20141218 build, you will be able to check for and install update via Settings -> About -> CyanogenMod updates. Updates will be downloaded from the BasketBuild mirror. Delta updates will be used automatically if available (e.g. update to the immediate next build). Otherwise, the full update will be downloaded.
If after using the OTA, the version number remained the same, it means that the delta update was not flashed properly. See the "What are incremental/delta updates?" FAQ for more details. The error message is also available is /cache/recovery/last_log.
The Music app crashes every time I open it
There seems to be something causing corruption in the Media album art database. Clearing the data of the "Media Storage" application and rebooting should fix it.
To clear data, go to: Settings -> Apps -> All -> Media Storage -> Clear Data. Then reboot.
Login with Google does not work in some apps
Sometimes, on a fresh wipe, the phone language will be set to an invalid language. Changing it to a valid one from Settings should fix the issue.
Battery Statistics shows that Wi-Fi is always on even though I've turned it off.
If you are using "scanning always available" in Advanced Wi-Fi Settings, then Wi-Fi will always be on to scan for available network to aid location discovery.
How do I enable root?
Root is now disabled by default in CM. To enable root, first enable developer options. Then enable it in Settings -> Developer Options -> Root access.
I'm having battery issues
Read http://forum.xda-developers.com/gal...galaxy-grand-duos-i9082-t2942255/post57836573
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. In addition, unless a stock ROM with call recording is found, it is highly likely that it is not supported by our hardware.
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.)
Will you make this official CM?
Due to the amount of work and commitment involved, I am not planning to make an official CM port.
For example, I would have to re-format the compatibility patches in such a way that merging it into CM will not break other devices. When critical problems occur in an automatic nightly build, I would be expected to fix it in a day or two because users would continue to download those builds (as opposed to unofficial builds that I can test before releasing). I will also need to justify every modification made to the ROM, as it affects CM as a whole. For example, I may not be able to include the Samsung-style backlight behavior or WCDMA-only setting.
Can contacts be saved to phone/SIM?
No. It is not supported in AOSP-based ROMs.
Can I send files over Wi-Fi Direct?
Yes, but you must use third-party applications. The implementation provided on Samsung ROMs is not an open standard. AOSP/CM does not provide a native way to send files over Wi-Fi Direct.
Can I mirror your ROM?
You're free to, but I will not list it in this post.
Will feature X from a previous version of CM be implemented?
I don't know, probably will be, eventually. I don't really involve myself in the feature-set side of CM.
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. Any bug not reported in the bug report format below may be ignored.
Code:
What is your--
Phone model (I9082 or I9082L):
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):
Dual SIM:
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
- My real-life friend for letting me borrow his phone to work on this
- RampantRhino for donating a phone to help me continue with this project
Wooo... Lollipop for our Grand! Thanks.
What is the difference between this and this (unofficial). I guess there is none as both are pointing to the same downloads page.
Thank you @pawitp I'll test right now and report bugs with logs
Edit: ASAP
Trilochanaaya said:
What is the difference between this and this (unofficial). I guess there is none as both are pointing to the same downloads page.
Click to expand...
Click to collapse
Accidentally created 2 threads. I've closed the other one.
Trilochanaaya said:
First of all thank you so much. I am unclear about this one thing, if I am on cm11 can I simply flash the ROM without a wipe?
Click to expand...
Click to collapse
When M-releases come out, yes. But right now, I would highly suggest you to wipe as the code to handle upgrading some databases are not merged yet.
Thanks for the cm 12 update sir...... Thanks a lot ..
Downloading right now...
This made my day.
Thanks
akiratoriyama said:
This made my day.
Thanks
Click to expand...
Click to collapse
Mine too....
Woaaaaahh...fabulous. Thank you so much pawitp:thumbup:
Sent from my MI 3W using XDA Free mobile app
For people that are looking for GApps and Root Access
GOOGLE DRIVE MIRROR TO DOWNLOAD THE ROM http://goo.gl/on9zdU
or this GApps: https://s.basketbuild.com/filedl/gapps?dl=gapps-lp-20141109-signed.zip @pawitp (add to OP if you wish )
Root Access: http://download.chainfire.eu/589/Sup...erSU-v2.16.zip
Flash the files through recovery
@pawitp:Thanks a lot mannnn..:thumbup::thumbup:..you have always been giving us surprises.. never expected it so early for our grand..thanks for taking out some precious time from ur real life..:thumbup::thumbup:
Thanks OP.. Wonderful ..
If anyone wants to quickly switch to Pawitp's recovery I have made a flashable zip you can flash it on any recovery Link -Opening odin for switching might be time consuming
Also because other recovery gives errors, TWRP gives update binary error
@pawitp you can add it to OP the LINK if you want .
codekidX said:
If anyone wants to quickly switch to Pawitp's recovery I have made a flashable zip you can flash it on any recovery Link -Opening odin for switching might be time consuming
Also because other recovery gives errors, TWRP gives update binary error
@pawitp you can add it to OP the LINK if you want .
Click to expand...
Click to collapse
wouldn't this recovery work? (by xenon92)
http://forum.xda-developers.com/showthread.php?t=2437182
do i have to flash the recovery in ur link to flash this rom?
@pawitp :you are awesome man...I have never got a more pleasant surprise...thanks a lot..
Sent from my GT-I9082
#Prototype said:
wouldn't this recovery work? (by xenon92)
http://forum.xda-developers.com/showthread.php?t=2437182
do i have to flash the recovery in ur link to flash this rom?
Click to expand...
Click to collapse
Yes that'll work based on same cm-11 source but updated
codekidX said:
If anyone wants to quickly switch to Pawitp's recovery I have made a flashable zip you can flash it on any recovery Link -Opening odin for switching might be time consuming
Also because other recovery gives errors, TWRP gives update binary error
@pawitp you can add it to OP the LINK if you want .
Click to expand...
Click to collapse
Link ain't working..
Zephyr! said:
Link ain't working..
Click to expand...
Click to collapse
worked for me!! i've just finished downloading!
#Prototype said:
worked for me!! i've just finished downloading!
Click to expand...
Click to collapse
I meant that CWM flashable zip
Zephyr! said:
I meant that CWM flashable zip
Click to expand...
Click to collapse
yes!! i meant that only!! it's around 7 mb file!! i just downloaded it!!
Thanks a lot @pawitp for wonderful work on CM12 .... So happy today
CosmicROM is specifically designed for I9082
Disclaimer:
Code:
All the firmwares, custom ROMs, official firmware updates, mods and tools mentioned here belong to their respective developers/owners.
You will be doing everything at your own risk.
We nor the developers cannot be held responsible if you end up damaging or bricking your device.
Its build from AOSP 5.1.1_r1 sources.
Device-specific source code for the Samsung Galaxy Grand Duos are available from https://github.com/pawitp/android_device_samsung_i9082/tree/aosp-5.1 and https://github.com/pawitp/android_kernel_samsung_i9082/tree/aosp-5.1.
Compatibility patches are included in the device repository in the "PATCHES" folder. (Please give credit if you use them in your ROM and if you fix something, please submit patches.)
Thanks to
@pawitp for AOSP i9082 patches and device tree and kernel...all this mainly is his genius work..i am just a follower..
@XXMrHyde for my darkui commits.
Download :
https://sourceforge.net/projects/cosmicrom/
Google Apps: http://d-h.st/users/dhacker29/?fld_id=27426 (use the ones marked "lpmr1")
Features
StatusBar tweaks like clock, battery, network traffic etc.
system icon settings
network icon settings
battery saver color
weather panel customizations
Quick settings customizations
Configurable 0, 90, 180 and 270 degree rotation
many more to come..
Changelog :-
Build 1 - initial build
build 2 -
- fix installation.
(error This package is for "i9082" devices: this is a "baffin".) fixed now.
- added few QS tiles.
build 3:
removed darkui
updated to 5.1.1
more smooth now
added 3gAuto option in cellular networks
expanded desktop
build 4
cosmic version 2.0
darkui is back.
few coloring changes..
As of now both build 3 and 4 are will be updated hence forth.
What works?
Wi-Fi
RIL (Calls, SMS, Mobile Data)
Dual SIM
Sensors (Accelerometer, Compass, Light, Proximity, etc.)
Camera
Video (playback & recording)
Audio (playback & recording)
GPS
Everything else not listed under "known issues"
Known Issues
FM Radio does not work
Sometimes wake up causes music stutter
Unable to un-pin screen without rebooting
Does not work on 4.1 stock ROM's bootloader, please upgrade to stock 4.2 before flashing
Installation
Make a backup!
If you were on CM 10.1 or a stock ROM prior to 4.2, upgrade to stock 4.2 first.
Install ClockworkMod recovery with SELinux support (.tar) (.zip). Older CWM will result in a "status 7" error.
Reboot into recovery
Wipe data if coming from stock or other ROMs (You may get a "status 7" error if you fail to wipe.)
Install the ROM
Optionally install the Google Apps Addon
To upgrade to a newer build, simply flash the zip. You also need to flash Google Apps and other addons again because addon.d support is not included in this ROM.
FAQ
Sometimes the people on the other side of the call cannot hear me
The real cause of this is unknown, but this is often found with people using the I9082DDUBNB1 baseband/modem. Some people have reported that flashing a different baseband (e.g. I9082XXUBMK3) has resolved the problem. A collection of basebands can be found at http://forum.xda-developers.com/show....php?t=2496989. Or you can also try I9082LUBUBMK1 that I use.
How do I enable/disable Dual SIM?
Dual SIM support is enabled by default. If you only use 1 SIM and wants to disable Dual SIM support, you can use the following instruction:
Enable:
Code:
su setprop persist.radio.multisim.config dsds
Disable:
Code:
su setprop persist.radio.multisim.config none
(Instruction screenshots)
Battery Statistics shows that Wi-Fi is always on even though I've turned it off.
If you are using "scanning always available" in Advanced Wi-Fi Settings, then Wi-Fi will always be on to scan for available network to aid location discovery.
How do I enable root?
Root need to be flashed manually.
I'm having battery issues
Read http://forum.xda-developers.com/gala...5/post57836573
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.
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 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.
Can contacts be saved to phone/SIM?
No. It is not supported in AOSP-based ROMs.
Can I send files over Wi-Fi Direct?
Yes, but you must use third-party applications. The implementation provided on Samsung ROMs is not an open standard. AOSP/CM does not provide a native way to send files over Wi-Fi Direct.
Can I mirror your ROM?
You're free to, but I will not list it in this post.
@k2wl
Good to see you on grand forum and post a rom
Is this a come back to the grand community?
i never left...just taking my time off..
1 am the 1st to downloading-----
Thank u so much for 5.1
...Good Rom in Good Time.. i wast just thinking an AOSP 5.1 rom that is customizable and it really came...
BTW.... does the camera app can able to save to sd card? have file manger? and Gallery
K2wl thanks for the ROM
Also pls suggest gapps in op and post a link before people flood the thread with queries..
Sent from my GT-I9082 using XDA Premium 4 mobile app
Finally customizable 5.1 aosp rom its amazing waiting for more thx a lot miss ur cosmic rom since kitkat could u add theme engine with clear recent button and navigation bar with switcher
dr_hadota said:
Finally customizable 5.1 aosp rom its amazing waiting for more thx a lot miss ur cosmic rom since kitkat could u add theme engine with clear recent button and navigation bar with switcher
Click to expand...
Click to collapse
yes i will add theme engine if i can..and other tweaks will be there ..
Yayy finally!!! Downloading right away
cannot install zip... it says status error 7. this package is for i9082 devices......this is a baffin ..... installation aborted...
i do a clean install... like.. flashing stock rom via odin 4.2.2... then put the recovery via odin also.. then flash the zip.. i tried it 3 times. same error occured
hi.. i found error " this package is for I9082 " installation aborted. Please help
open zip then go to /META-INF/com/google/android/ folder and open updater-script with notepad++ or some editor compatible with linux style.
delete first line
" getprop("ro.product.device") == "i9082" || abort("This package is for "i9082" devices; this is a "" + getprop("ro.product.device") + "".");
"
and save file in zip again or if ask update it.
flash again.
Sorry for the trouble.
is there these options in mobile networks ? wcdma only, gsm/wcdma , wcdma preffered, gsm only
Thanks.. succesfully flashed it.... i already deleted the line in the script before you say the fix... hehehe... feels like cm... whew
ramshif said:
is there these options in mobile networks ? wcdma only, gsm/wcdma , wcdma preffered, gsm only
Click to expand...
Click to collapse
3g and 2g options there.no other options
Please provide gapps link for this ROM
Q&A for [ROM] [OFFICIAL] Cyanide L RC-15.0-(5.1.1-R5)-I9305-7/02/15
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [ROM] [OFFICIAL] Cyanide L RC-15.0-(5.1.1-R5)-I9305-7/02/15. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
I confirm
Versin 15.6 works. No bootloop. I firs instal rom,
hello.....and the mms..???
agni version
What version of Agni can I use for this ROM and where can I download it. I tried to install just the Boeffla app but my phone restarts whenever I try to turn on the Boeffla Settings.
need help..... pls....
I followed the steps on the first post, used the GAPPS that r0dman posted, but after connecting to my wifi it prompts "Unfortunately, Google Play Services had stopped" then goes back to the wifi selection screen. I cannot get past the setup process.
Can someone please post the version and the link that you had used for GAPPS, I really want to use this ROM.
Hi there,
When i was installing the latest build i came across the same problem.
I have tried several gapps but the only one that worked in my case were gapps-5.1.x-20150404-minimal-edition-signed.zip
With the previous build i had no problems but i felt some lag on the phone. With this latest build/gapps everything works great, super smooth and no lags or crashes.
regards,
paulo
PS: Great work to rodman01!!!
Hello ppereira,
it is a known problem.
I hope Rodman01 will fix it, when he is back from holidays
Try OpenGApps, see my signature.
Full wipe dalvik cache, cache, system and data.
I don't have that Google Play Services problem on my i9305.
Open Gapps are updated almost daily, when there's an update in Google apps.
OpenGApps is up to date, compared to minimal edition GApps which is outdated.
The thing bugging me is the front camera, it's orange in any app.
Is there a fix for the slow shutdown?
I tried most 5.1.1 ROMs but all are slow on boot and shutdown.
I had exactly the same.
Now it is all about, the ROM is amazing !!!
BTW works also on AGNI pureCM kernel
But the thing - it is what helped me:
- installation pure CyanideL (without gapps),
- installation Gapps Banks-dynamic-gapps-5.xx-8-18-15 ,
Can not give a link becouse of rule of xda forum: "To prevent spam on the XDA forums, ALL new users prevented from posting outside links in their messages. After approximately 10 posts, you will be able to post outside links. Thank you for understanding!"
Other gapps not working.
I hope that helped.
pykson said:
Other gapps not working.
Click to expand...
Click to collapse
OpenGApps work fine for me.
I flashed straight after rom, clean flash OpenGApps Pico package.
Is there a way to disable the anti piracy software detection on this ROM? I've tried using Disable Service, but no luck. Thanks.
Sent from my GT-I9305 using Tapatalk
sham79 said:
Is there a way to disable the anti piracy software detection on this ROM? I've tried using Disable Service, but no luck. Thanks.
Sent from my GT-I9305 using Tapatalk
Click to expand...
Click to collapse
Build your own rom. More and more roms are adding it so you might as well get used to it. This is something we stand behind completely.
Is AntiPiracy the reason why I can't run Ghostery after installation?
It's available on Play Store and it's not a piracy app at all.
My 64GB microSD Card has a 1MB read speed limit, never goes beyond that on this ROM. It can handle much more. It's formatted to FAT32
Why is that?
Flashlight always turns off after switching off the screen
I often use a torch, and here is IMHO a bug - Flashlight turns off forever and at the same time - about 1 second after switching off the screen, regardless of the "Torch Settings"
Gapps and Xposed
Good rom!
I found that OpenGapps didn't work for me, but this one: google apps minimal edition 5.1
http://forum.xda-developers.com/andr...ition-t2943330
from Psykitt worked well.
I am having trouble getting exposed working though... Says "Xposed is not yet compatible with Android SDK version 22 or your processor architecture (armeable v7a)"?! WTF is that? I had Xposed working on Slimsaber Kitkat on this phone.
Anyone have any idea about that?
Thanks,
Pseast said:
Good rom!
I found that OpenGapps didn't work for me, but this one: google apps minimal edition 5.1
http://forum.xda-developers.com/andr...ition-t2943330
from Psykitt worked well.
I am having trouble getting exposed working though... Says "Xposed is not yet compatible with Android SDK version 22 or your processor architecture (armeable v7a)"?! WTF is that? I had Xposed working on Slimsaber Kitkat on this phone.
Anyone have any idea about that?
Thanks,
Click to expand...
Click to collapse
Also,
SlimPie seems to be ambiguous. One time it randomly went off on the home screen against all settings that were set. Is it only supposed to come on during lock screen use?
Thanks for the rom anyhow!
@Pseast
You need to look for xposed for Android 5.1
Search...
Slim GApps are intended for SlimRom, you won't find support for that.
Try TK GApps, Open GApps or BaNkS GApps.
WORF84 said:
@Pseast
You need to look for xposed for Android 5.1
Search...
Slim GApps are intended for SlimRom, you won't find support for that.
Try TK GApps, Open GApps or BaNkS GApps.
Click to expand...
Click to collapse
Alright, thanks!
I found that opengapps ddn't workt for me, but the link from psykitt did.
I found the xposed by romracer.
Thanks again.
I'm using Cyanide L RC 18.0. The rom is working well, but have a bug with Chrome. Seems I can't play embedded youtube videos in the browser, I have to open the link externally. If I attempt to play them the browser force closes. I have tried turning on Javascript, updating Chrome, deleting cookies and private data and still doesn't seem to work. Also, seems to have the same problem with the Native browser. Anyone have these problems? Is it fixed in Cyanide L RC 19.0?
Welcome to Formula Performante...
Hey there fellow Tab S2 user! So... your wondering what this ROM is huh? This ROM is the fruit of my labour, after many many hours of work, research etc. This ROM is genuinely the lightest stock based ROM, in all of the Tab S2 ROM era. The ROM weighs just 675 MB, its RAM usage only 1.0-1.1 GB and its fluidity and speed is unmatched, since any and all modifications have been directed towards only enhancing performance and battery life. So, what does this ROM pack? Here's a list:
Features:
1. Extraordinarily Light Operating System with a very deep debloat
2. Google Apps Removed while still maintaining SafetyNet
3. Latest @engine95 Kernel with Enforcing and far more superior RAM Management
4. Updated SoundAlive with slightly modified Volume Increases
5. Every App has been replaced by the lightest equivalent (For e.g, for the Music App, I checked RAM management of Google Play Music and Eleven Music (Cyangogenmod) and found that Eleven Music used 50 MB of RAM lesser than GPM, so I used that. This should give you an idea of how much research and time it took to find the lightest variant of most stock apps)
6. S8 Camera UI with FHD 60FPS,Tracking AF and Standard Improved Autofocus. Other than these improvements, the camera app was debloated as well, and any useless modes were terminated and rooted out.
7. Completely De-knoxed
8. Magisk Pre-Installed
9. Most Extra RAM and Battery Consuming features have been terminated
10. Device Maintenance switched out for Files GO and SystemUI Tuner (To view battery stats, pull down quick settings (notification panel), click on the top right corner (three dots),button order and place the battery icon and storage icon into the quick settings panel.
11. Mtweaks 13.0 Installed for better kernel control, including GPU control.
12. AOSP Sounds instead of Sammy Sounds.
13. Few build prop tweaks for minor performance gains.
Bugs:
Music will crash on first boot
Do not update Magisk, its 17.1 and has to stay that way to work! New versions of Magisk aren't compatible with out current kernel and will just kill boot!
INSTALL INSTRUCTIONS
1. Wipe DATA,SYSTEM,DALVIK CACHE and CACHE
2. Flash The ROM
3. Realize you enjoy the ROM and hit Thanks :good:
-- NOTE: This ROM is heavily debloated. It's weight alone should classify how much has been removed. Please check comments before installing to see if theres any problems.
Download Link: https://drive.google.com/open?id=1XedlWrDuaQGD48ercE-dWLWcFdCq41Cf
Kernel Source: https://github.com/engine95/Exynos-5433-S2-2DRG2
Screenshots will be uploaded later:
Thanks. Just installed it.
First impressions:
Starting with "Music has stopped". Oops.
Upgrading Magisk Manager results in error, because Magisk version lower than v18.0 not supported. You should mention this. So no updated version of Magisk possible here (from 17.1 to 18.1)? Oops
its fast, really fast. Wow
more to follow, will just reinstall everything to get Magisk to work.
...
ThaiDai said:
Thanks. Just installed it.
First impressions:
Starting with "Music has stopped". Oops.
Upgrading Magisk Manager results in error, because Magisk version lower than v18.0 not supported. You should mention this. So no updated version of Magisk possible here (from 17.1 to 18.1)? Oops
its fast, really fast. Wow
more to follow, will just reinstall everything to get Magisk to work.
...
Click to expand...
Click to collapse
Oh yeah, thanks for reminder. OP updated
You should explain why it isn't possible to update to the newest version of Magisk. It isn't so nice installing a new ROM with an old version of root and no chance to fix this.
Update:
Removed the ROM. Titanium Backup crashes immediately. So unusable for me.
ThaiDai said:
You should explain why it isn't possible to update to the newest version of Magisk. It isn't so nice installing a new ROM with an old version of root and no chance to fix this.
Update:
Removed the ROM. Titanium Backup crashes immediately. So unusable for me.
Click to expand...
Click to collapse
He explained why...upgraded versions of magisk are not compatible with the custom kernel he used inside the rom. Possibly if the kernel gets some updates we'll get magisk updated support too.
Btw idk why Titanium crashes...will test tonight if happens with me too. Dumb tought: maybe it uses some gapp related services to work and then it crashes because thei're missing? That sound stupid i know...
For the Dev:
It's possible to install gapps (bare minimum as play store and play services) or MicroGapps in this rom? Just in case i wont rely on Fdroid or other thirdy part stores. Thank you
Giuskiller said:
He explained why...upgraded versions of magisk are not compatible with the custom kernel he used inside the rom. Possibly if the kernel gets some updates we'll get magisk updated support too.
Btw idk why Titanium crashes...will test tonight if happens with me too. Dumb tought: maybe it uses some gapp related services to work and then it crashes because thei're missing? That sound stupid i know...
For the Dev:
It's possible to install gapps (bare minimum as play store and play services) or MicroGapps in this rom? Just in case i wont rely on Fdroid or other thirdy part stores. Thank you
Click to expand...
Click to collapse
Ok so Titanium backup, is related with the kernel being enforcing. Titanium require permissive which I didn't release due to the many security holes it usually poses. Oh and about Gapps, don't flash.
Updated Magisk 17.3 and up, (18.0, 18.1) compatible kernel is here https://forum.xda-developers.com/showpost.php?p=79164496&postcount=42
Enjoy
Can't enable any Accessibility Services telling that the text to speech language is not supported and when i tries to force itself to change it to english it restarts.
Thanks
core issue imo is that the calling app dialer does not show up during a call-no call ui (call received but no way to accept it) if there was a way to go back to stock dialer and messages this ROM would have been perfect. too bad all in the past now.
For me, after some finetuning, this is the best, fastest and most stable and compatible custom ROM ever for the SM-T715. Thank you Skulldron!
My finetuning after flashing the ROM (TWRP is clearly a requirement):
1) flash new Kernel v1.4
2) flash Magisk v.21.4 (the last one before Magisk (with v.22.0) became an "App", bundeled with the Magisk Manager )
3) install MagiskManager-v8.0.7.apk (The last separate Version of the Magisk Manager before it became a bundle with Magisk)
4) install newest Open Gapps for Arm 7.0 ("Micro" bundle in my case, because I need Exchange support that seems only to come with GMail) choose the one for your needs if you need: open gapps 7.0 arm
5) install Magisk Module "Google Dialer Framework" via Magisk Manager
6) install Google Phone (The offical Google dialer app shows a "device not supported" message but works fine with the Performante Rom. If you don´t like the error message, try another dialer app)
7) install Google contacts (The offical Google contacts app that works fine with the Performante Rom)
That´s the good and stable working basis installation for me. I do not need any google account and use sources like F-Droid, uptodown or the A**zon appstore for some charged applications i need (like Business Calendar, Mobile Doc Scanner...)
Based on you description I reinstalled this one because all other custom roms result in reboots, looping etc.
- Installed stock Gapps (Micro wasn't even available for 7.0)
- the newest kernel 1.6.1
- can use phone and contacts without warnings and problems
- upgraded to lastest magisk version, get warning about system app etc (seems a known problem right now, so I'll wait). But root works
- Netflix, Prime working, Disney with error 39
- fast!
-------------------------
Very good until now. Have to wait a few days and see if the reboots/boot loops etc are gone.
-------------------------
I'll use it only inhouse (since yesterday we have a Galaxy Tab S7+ as primary tablet, but: I can't use it because my daughert occupies it constantly!). Maybe this old and slim rom will give the S2 a new life.
@photona: Thanks for your post. Without it I never would have tried this one again. Sadly Skulldron was last online some months ago...
@engine95: Thanks for updating the kernel!
ThaiDai said:
Based on you description I reinstalled this one because all other custom roms result in reboots, looping etc.
- Installed stock Gapps (Micro wasn't even available for 7.0)
- the newest kernel 1.6.1
- can use phone and contacts without warnings and problems
- upgraded to lastest magisk version, get warning about system app etc (seems a known problem right now, so I'll wait). But root works
- Netflix, Prime working, Disney with error 39
- fast!
-------------------------
Very good until now. Have to wait a few days and see if the reboots/boot loops etc are gone.
-------------------------
I'll use it only inhouse (since yesterday we have a Galaxy Tab S7+ as primary tablet, but: I can't use it because my daughert occupies it constantly!). Maybe this old and slim rom will give the S2 a new life.
@photona: Thanks for your post. Without it I never would have tried this one again. Sadly Skulldron was last online some months ago...
@engine95: Thanks for updating the kernel!
Click to expand...
Click to collapse
Thank you for the tips, after installing opengapps, system webview will be missing, so I have to push a webview (v70.0.3538.80) into /system/app and install it again in the system. Didn't you encounter this issue?
laolang_cool said:
Thank you for the tips, after installing opengapps, system webview will be missing, so I have to push a webview (v70.0.3538.80) into /system/app and install it again in the system. Didn't you encounter this issue?
Click to expand...
Click to collapse
I don't use webview, so: no.
cant believe i haven't tried this before. made this ancient tablet very useable. I wish they still made tablets this size, this thin and light with such good screens. its perfect if you want to read the news or surf social media, want something bigger than your phone but not a monster tablet like most these days
Been using for a couple of days now and it is the best rom by far for everyhting, tried lineage android 10 and 11, both of them make the tab run very hot in games and after a few mins the graphics glitch so bad it is unplayable.
This rom however, the games run great and the tab only gets warm. Also battery usage is superior to all other roms ive tried.
Thank you for your hard work.
Glad to see the link still works, shame this was the last rom ive tried, the last happens to be the best