Resurrection Remix is a free, community built distribution of Android 7.1.2 (Nougat) which greatly extends the capabilities of your phone.
This is the official build of Resurrection Remix for Jiayu S3 (advanced and basic, not S3 plus), with MT6752 SoC.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include
/*
* Your warranty is now void.
*
* We aren't 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 us for messing up your device, we will laugh at you.
*/
What's not working:
Alarm in turned off state.
Sources:
https://github.com/sandstranger/android_vendor_jiayu_s3_h560/tree/cm-14.1
https://github.com/sandstranger/android_device_jiayu_s3_h560/tree/cm-14.1
https://github.com/Shokerface/android_kernel_jiayu_s3_h560
Based on The M.A.D Team device tree.
Developer:
sandstranger
Download:
Check downloads tab
Thanks to:
Zormax
Moyster
Daniel_hk
The M.A.D. Team
XDA:DevDB Information
[ROM] [7.1.2] OFFICIAL Resurrection Remix - JiaYu S3 [MT6752], ROM for the JiaYu S3
Contributors
Borizzz, sandstranger, Verevka, superdragonpt, DerTeufel1980, fire855
Source Code: https://github.com/ResurrectionRemix
XDA:DevDB Information
[ROM] [7.1.2] OFFICIAL Resurrection Remix - JiaYu S3 , ROM for the JiaYu S3
Contributors
Borizzz, sandstranger, Verevka, superdragonpt, DerTeufel1980, fire855, gfofanov
Source Code: https://github.com/ResurrectionRemix
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP for N from The M.A.D. Team
Based On: Resurrection Remix
Version Information
Status: Stable
Current Stable Version: Stable27
Stable Release Date: 2018-05-13
Created 2018-03-02
Last Updated 2018-05-13
Stable27 13.05.2018:
Kernel:
fscrypt with 4.15 Linux kernel;
sdcardfs updated - included last commits;
New filesystem SDFat included;
Kernel built with Gcc 7.3.1;
Many other fixes.
Firmware:
Synced last ResurrectionRemix sources (you can check changelog on theirs site);
Included new hybrid modem taken from madOS from April, 2018 (thanks to The M.A.D. Team);
Android Security Patch Level: April, 2018
Firmware history before deleting all ROMs by its author era:
Stable26 10.02.2018:
Some commits causing reboots rolled out;
Added some debug info into /proc/last_kmsg;
Some caller improvements;
Root added.
Stable25 21.01.2018:
Battery fixed;
WIP.
Stable24 20.01.2018:
Charge current now is 1.3Ah;
WIP.
Stable23 14.01.2018:
Ext4 upstreamed till fresh Linux Kernel 4.14;
Fixed Doze mode;
Fixed crypto in Kernel;
Build.prop cleaned;
Charge current now is 1.5Ah;
Reworked some shims on МТК, thanks to dinolek;
Included HEVC support in Kernel, work is in progress, now software hevc codec is used.
Please, notice that DPI is set to 400. For reverting it back to 480 you should set
Code:
ro.sf.lcd_density=480
in /system/build.prop
Script for fix dpi & LTE.View attachment update-buildprop.zip
Stable22 27.12.2017:
Power hal updated from 0.2 to 0.3;
Added CyanogenMod's power profiles API for Android N;
Improved energy saving in Kernel;
Removed CPU throttling at 15%.
Stable21 25.12.2017:
Synced last Resurrection Remix sources;
Deleted some trash in Wi-Fi;
Audio, btif, FM drivers backported from Sony Kernel;
Fixed Wi-Fi hotspot;
RR now support nfs;
Kernel built with gcc 7.1.2 , because it can be built with gcc 7.1.2 without any issues;
Some others improvements in Kernel;
P.S.: all fixes for RR in this build pushed to github for 7.1.2 tree
Stable20 19.12.2017:
Added Wi-Fi suspend support;
Deleted some trash in Wi-Fi;
Fixed hw keys vibro;
Fixed codecs;
Deleted some MTK stuff;
Some fixes in Kernel;
Audio, btif, FM drivers are taken from Sony Kernel.
Stable19 18.12.2017:
Synced last Resurrection Remix sources;
Upstream common mtk audio driver from 3.18 kernel;
Gcc downgraded to 4.9.4;
Report the voltage in the correct scale ;
Update battery meter;
Completely remove mtk aee driver;
Delete Lenovo ****.
Stable18 12.12.2017:
Synced last Resurrection Remix sources;
Upstream Android sources from r29 to r36;
Android Security Patch Level: 05.12.2017;
Fixed battery drop;
Now battery thermal counter works;
Fixed battery drain;
Fixed charge;
CPU throttling now from 5% battery level instead of 15%.
Stable17 11.12.2017:
Synced last Resurrection Remix sources;
Upstream f2fs;
Upstream workqueue;
Upstream alsa;
Fixed grey colour during video playback;
Now all 8 cores used while ROM works, fluent UI;
Fixed seccomp policy for ffmpeg;
Buffer_age extension in EGL support turned off;
Fixed nvram permissions: selinux issues when the wifi driver reads MAC address from NVRAM. Kernel can't read anymore files from userspace which don't have the root group.
Removed malloc support, which caused app fc, we have a lot of RAM;
Updated ril props in build.prop;
Fixed fuelgauged MTK driver.
Stable16 27.11.2017:
Fixed reboot due to accdec mtk driver when connecting headset;
Fixed reboot due to hotlplug Kernel driver: driver removed, thanks to Dovakin for logs;
Fixed reboot due to fuelgauged binary: binary removed, thanks to Dovakin for logs;
Added sensor calibrate feature;
Added missed xml permissions android.hardware.sensor.stepcounter & android.hardware.sensor.stepdetector, thanks to Moyster;
More mtk hint in power for mtk, thanks to Moyster.
Stable15 23.11.2017:
Synced last Resurrection Remix sources;
Android Security Patch Level: November 2017;
Livedisplay in AppDrawer backported from LineageOS;
Alsa and net upstreams in Kernel;
New mtk security patches in Kernel, thanks to The M.A.D. Team;
Fixed bugs:
After resetting ringtones in audio disappears, thanks to Moyster;
PersistentDataBlockService service errors on boot, thanks to Moyster;
Added support of SUSPENDMODE into Wi-Fi HAL drivers, so, Wi-Fi now sleeps very well, thanks to b1den;
Added Wi-Fi state control support, thanks to danielhk;
Updated ion driver in Kernel, thanks to The M.A.D. Team.
Stable14 *REPACK* 12.11.2017:
Kernel 3.10.108 included;
Added xen0ns stuff, which recalibrate proximity sensor upon each phone boot.
Stable14 *REUPLOAD* 04.11.2017:
Alps driver rolled out, this should be done, thanks to @Danielhk;
Some zram changes, thanks to @Moyster;
Now phone turn on from sleep 4 times faster;
Fastcharge increased to 1,3Ah;
Included some mtk drivers;
Removed some stuff from Lenovo.
Stable14 04.11.2017:
Synced last Resurrection Remix sources;
Netd now fully compiled from cm sources. No more netd patching for mtk. That means - no more netd errors. I need to mention - nobody on 4PDA can fix these daemon errors among all N-based ROMS;
Caller now have Russian support;
Ambient display refactored;
WiFi AP backported from AOSP codebase;
NOTE: I strongly recommend update your fw to Stable14 due to netd fixing. Just trust, many-many-many errors and fcs in ril and other services are gone.
Stable13 *REUPLOAD* 18.09.2017:
Fixed NTFS.
[
Stable13 17.09.2017:
Synced last Resurrection Remix (5.8.5) sources;
WiFi WPA2 KRAK vulnerability is fixed;
All other fixes from LineageOS 14.1 & AICP12.1.
Stable12 09.09.2017:
Synced last Resurrection Remix sources;
Max charge current now is 1,2Ah;
GPS rolled out to The M.A.D. Team blobs;
Removed ril blobs, which caused fc on start;
Working NFC;
Removed some Zormax stuff;
Added gamepad support.
Stable11 26.08.2017:
Charger now is healthd: thanks to The M.A.D. Team & Zormax;
Video dec/enc updated to Android N;
Ril is taken from Android N, thanks to The M.A.D. Team;
Updated ril libs layer, thanks to daniel hk;
Battery voltage etc feature now should work;
Updated GPS blobs to Android N;
Updated FMRadio blobs to Android N;
Fastcharge included in Kernel;
Merged July security patches into Kernel;
Updated sources of CPU governor: interactive;
Removed CPU o/c;
CPU driver: hotplug;
Libglesandroid is compiled from sources 7;
Tons of other fixes&improvements.
Stable10 19.08.2017:
Codecs fixed;
Sdcardfs enabled by default.
Stable9 17.08.2017:
Android security patch level: 05.08.2017;
Synced last Resurrection Remix sources;
Codecs updated to Android 7;
NFC drivers updated;
Sources from Zormax patched;
Updated drivers ged, mtk_smi, gpu_hal , mtkjpg, m4u, mmp in Kernel;
Added overclock option of CPU and GPU with ability to set frequency of CPU;
CPU works with workqueue;
Added new CPU governors: renice , elementalx;
New memory governors: zen and others;
Small fixes in Kernel;
Updated audio drivers to Android 7, they are taken from Sony;
Updated BT drivers to Android 7;
Almost all vendor now from Android 7;
Updated JPG drivers to Android 7, small improvements in photo quality;
Completely working PCM32;
Completely working 48kHz sound;
BT sound now works with 48kHz;
Screen options: now you can prevent accidental sensor turn ons;
ROM build with additional optimization flags;
Added ability to set sound level in engineering mode (WIP);
Camera now works through cameraserver;
Camera now records video using only HW codecs;
Fixed camera fc;
Playing camera recorded video now works;
External USB cams should work now;
ffmpeg codecs included;
Many, many other fixes.
Stable8 31.07.2017:
Fixed lags;
GPS is taken from madOS;
Youtube fixed, need to be tested more;
Updated thermal policy;
All ril libs are taken from wileyfox;
Small fixes in Kernel;
Updated f2fs & exfat drivers;
Fixed camera hangs while shooting at night.
Stable7 07.07.2017:
Synced last Resurrection Remix sources;
NFC taken from madOS 7.1.2;
ROM is odexed;
Kernel updated to 3.10.107;
Android security patch level: 05.07.2017.
Stable6 27.06.2017:
Synced last ResurrectionRemix sources;
Rolled out network commits in Kernel, maybe network apps should work stable now;
Fixed ROM installation.
Stable5 22.06.2017:
Synced last ResurrectionRemix sources;
Kernel updated to 3.10.106;
Many bugfixes;
Full proper f2fs support.
Stable4 12.06.2017:
Synced last ResurrectionRemix sources;
Android Security Patch Level: 05.06.2017;
OMX codecs rolled out, they was cause of many troubles. I you want YouTube - use browser. This should be fixed by Google.
Low memory killer in Kernel updated;
Added sdcards support;
Fuse replaced by sdcardfs;
Security updates in Kernel;
Modem replaced, Wifi should work fine.
Stable3 03.06.2017:
Official Resurrection Remix build;
Synced last Resurrection Remix sources;
Updated OMX codecs;
Improved VPN;
Updated ext4 & ext drivers;
Fixed bug with YouTube zooming;
Magisk root included;
Fixed doubletap switching off;
Different other fixes.
Stable2 19.05.2017:
Doubletap now can be switched off from Settings;
Codecs partially updated to Android 7.1;
Fixes for camera;
Different fixes in Kernel;
Using of other RIL libs;
Fixed bug with wrong call counter displaying.
Stable1 *reupload* 14.05.2017:
Fixed network traffic indicator.
Stable1 11.05.2017:
Resurrection Remix updated to Android 7.1.2!
Tons of bugfixes.
Release Candidates:
RC4 07.04.2017:
Limit to bg processes removed;
Patch for wpa supplicant rolled out;
Tons of fixes in Kernel;
Kernel built using gcc 4.9;
Synced last Resurrection Remix sources;
Audio removed from engineering menu;
Now offstate charge is driven by open source healthd instead of proprietary mtk stuff;
Updated codecs xml.
RC3 28.03.2017:
Bug with using BT & WiFI simultaneously, probably, fixed;
Limit background processes to 5;
Fixed Livedisplay lags;
WiFi AP mode now working;
Fixed FMRadio hangs when changing station;
Fixed bug with selecting ringtone on SIM;
WiFi now skips empty SSIDs;
Fixed hwui fc;
Many fixes in Kernel;
Doze configs are taken from OnePlus;
Libcurl included;
Something other we forgot to mention.
RC2 24.03.2017:
Some codecs updated to Android7, some still used from Android6;
Included YouTube patch v1, this temporary fixes problem;
Open source drives for GPS, ccli-lib, lights;
Security vulnerabilities fixed in Kernel;
Some other fixes in Kernel;
Synced last Resurrection Remix sources;
Updated ril libraries;
Realized changing RGB colour in Kernel;
Night display id off, better use Live display;
Doze from Meizu;
Some other fixes we forgot to mention.
RC1 19.03.2017:
Now all hardware working;
Hall sensor is working, stuff taken from The. M.A.D. Team.
beta 12.03.2017:
This is now user build, so, no more included root in system, use third-party root;
Deleted flag -fno-stackprotector which caused system & app crashes;
Third-party camera apps now working;
Synced last firmwares sources, something new in them with masquarade;
Android Security Patch Level: March 5, 2017;
Removed flags from Kernel linked with Lenovo charging;
Implemented mtk color support;
Fixed wrong textures in games;
Fixed wrong battery voltage displaying;
Fixed YouTube, thanks to DeckerSu;
Cleaned codecs blobs.
alpha1 06.03.2017:
We're moved to Resurrection Remix sources;
Camera, GPS, NFC, charging in off state, codecs are working;
Fixed nvram corrupting;
gralloc_extra , ion , drm libs are updated to Android N;
Kernel updated to 3.10.105;
ExFAT & NTFS support at Kernel level.
Donations
If you want to thank developer for such hard work done during ROM developing, bringing latest RR to our phone, bugless Kernel etc, you can donate any amount of money to him.
Donations are open via PayPal:
Please, consider donation any sum.
Weldone
Sent from my S3
nice
Been running it and it run pretty well, no issues so far!
genesisalgor said:
Been running it and it run pretty well, no issues so far!
Click to expand...
Click to collapse
Is the battery tile drawables in this ROM fine? Damn i wish this ROM has latest OMS commits. It would be effing perfect if that happens!
pleasetouchmenot said:
Is the battery tile drawables in this ROM is fine? Damn i wish this ROM has latest OMS commits. It would be effing perfect if that happens!
Click to expand...
Click to collapse
Battery tiles are fine, same size in QS, and well its OMS 7, latest stable release, RR and Aicp tend to update this constantly, next update (rootless, masquerade 24 ill isn't public yet.)
Got surprised with this one, he made a huge progress from a unusuable Lineage for this one, that I wouldn't call Alpha.
Never tried it before, since for a normal user doesn't make much sense when you already have a stable ROM (I'm not the average Joe in Android but...) now I recommend the average user to test it.
RR Is one of my favorites, had it in a Moto E. But at Jiayu is a whole different kingdom.
Congrats, and our community wins
---------- Post added at 05:21 AM ---------- Previous post was at 05:18 AM ----------
I just dunno if this kernel support fastcharge
@Borizzz
It is a wonderful rom. I think it is already stable and not alpha. I found 3 problems.
1- Do not play videos on Youtube.
2- You can not make calls (or receive calls) through the bluetooth in my car.
3- The flash in the night photo is usually out of sync, dark picture. Thank you very much for this work.
genesisalgor said:
Battery tiles are fine, same size in QS, and well its OMS 7, latest stable release, RR and Aicp tend to update this constantly, next update (rootless, masquerade 24 ill isn't public yet.)
Got surprised with this one, he made a huge progress from a unusuable Lineage for this one, that I wouldn't call Alpha.
Never tried it before, since for a normal user doesn't make much sense when you already have a stable ROM (I'm not the average Joe in Android but...) now I recommend the average user to test it.
RR Is one of my favorites, had it in a Moto E. But at Jiayu is a whole different kingdom.
Congrats, and our community wins
---------- Post added at 05:21 AM ---------- Previous post was at 05:18 AM ----------
I just dunno if this kernel support fastcharge
Click to expand...
Click to collapse
Whoaa. Damn! Imma try this now! I can't believe that it's on alpha stage but everythings already working... with OMS commits already! Damn this guy is good
And i hope they will implement fastcharge on the next updates ?
@Borizzz
Megafix_youtube_by_Wythuk fix youtube in Resurrection Remix
Can I use it as daily derive
from S3 M.A.D 7.1.1
---------- Post added at 10:07 AM ---------- Previous post was at 10:04 AM ----------
Fast charging work?????
from S3 M.A.D 7.1.1
Substratum themes are not working. Tho this ROM has OMS commits ?
Whoa,, gonna move to this from sandstrangers' aicp.. gonna help find some bugs .
Camera close in Facebook messenger
jiayu s3 3gb nougat 7.1.1 by M.A.D
This rom has a fantastic camera
pleasetouchmenot said:
Substratum themes are not working. Tho this ROM has OMS commits ?
Click to expand...
Click to collapse
For me it works, check if you gave masquerade root permissions.
BTW is alarm sound working for you guys? It only vibrates for me, almost lost the time for work due to it --'
genesisalgor said:
For me it works, check if you gave masquerade root permissions.
BTW is alarm sound working for you guys? It only vibrates for me, almost lost the time for work due to it --'
Click to expand...
Click to collapse
What root app are you using? I'm using stock root. I tried all of my subs theme but none of them work except for typeface fonts. I already give root permissions for subs and masquerade. Can you send a screenshot of the theme you're using? And btw. I use google clock, alarm works fine for me. And youtube videos can now be played with wythuk's youtube megafix
Here's mine. But all of my themes that i applied didn't work
genesisalgor said:
For me it works, check if you gave masquerade root permissions.
BTW is alarm sound working for you guys? It only vibrates for me, almost lost the time for work due to it --'
Click to expand...
Click to collapse
Also, suddenly, the alarm stopped working for me. Also the ringtone did not ring. The camera, too, suddenly stopped working. I have not discovered the cause. So I came back to install on dirty rom and gaaps .... Now everything works properly
Related
PLEASE REFER TO THE CHANGE LOGS FOR CURRENT FEATURES.
IF IT'S NOT LISTED THERE, IT'S NOT IN THE BUILD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
INSTRUCTIONS,
1. UPDATE RECOVERY (use latest ADC-TEAM CWM/TWRP)
2. FACTORY RESET (If coming from another rom or stock)
3. INSTALL ROM
4. INSTALL GAPPS
4. REBOOT
5. CUSTOM KERNELS MAY BREAK ROOT, SIMPLY RE-FLASH SUPERSU
PA 4+ UPDATES DO NOT NEED A FACTORY RESET.
SOURCES:
AOSPA-legacy
AriesVE-DevCon-TEAM
CREDITS,
AOSP/Google, Cyanogenmod, Goo, XDA, Krebsmilk, giannisgx89, Liquid,
AOKP, our users, supporters and donators, everyone who's helped us in the past,
heartfelt thanks to all of you!
ADC-Team members:
[Dev] CastagnaIT, Christopher83, krislibaeer, ivendor
[Tester] ktulu84, smeroni68, Rhonin86, XeLLaR*
Links:
Development:
Change Logs
XDA Forum
Github
Gerrit
Social:
Google+
Twitter
Facebook
Images:
FACETS
XDA:DevDB Information
Paranoid Android 4+ for the Samsung Galaxy S Plus, ROM for the Samsung Galaxy S I9000
Contributors
educk
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: ADC-Team CWM/TWRP Recovery
Based On: AOSP
Version Information
Status: Beta
Current Stable Version: 4.45
Stable Release Date: 2014-07-30
Current Beta Version: 4.6
Beta Release Date: 2014-11-09
Created 2014-03-22
Last Updated 2014-11-09
Banner and Additional Info
Latest Build (4.6 BETA 6) Mirror:
MEGA
What's working:
Audio
Receiving and making calls
GPS
Hardware sensors (Light, Orientation, Compass, Proximity, Acceleration)
Legacy sensors / Virtual sensors (Gravity, Linear acceleration, Rotation vector)
Wifi
Bluetooth
USB mass storage
HW accelerated gui
HW accelerated video
Camera
BLNv10
USB/Wifi tethering
VSync
USB OTG (Full FAT, FAT32, NTFS support) (check HERE the cables needed)
MicroSD exFAT support (Tested on Samsung 64GB SDXC uhs1 PRO card)
Phantom key presses filtering
zRam active by default (no more selectable/adjustable in settings -> performance... Only by init.d script)
PIE Controls
Peek
Hover
Theme Engine
Dynamic System Bars
Recents Card Stack View
Not working:
-
Build Info:
*ROM is built using Linaro GCC 4.8-2014.04 androideabi toolchain
*Kernel built with Linaro GCC 4.8-2014.04 arm-eabi toolchain optimized for Cortex-A8 cpu by Christopher83
* -O3 optimization flags on ARM and LLVM (clang)
Some screenshots
Unofficial banner:
Additional info:
You can use both PA and ADC-Team gapps.
ADC-Team device tree, kernel, audio-caf, media-caf, display-caf and native frameworks were used, besides these, everything is pure AOSPA.
Special thanks goes to @Rhonin86 for his support in testing.
CHANGELOG:
Code:
[B][09.11.2014] 4.6 - BETA6 - FINAL[/B]
[B][COLOR="Red"]CLEAN INSTALL RECOMMENDED[/COLOR][/B]
* Implement Dynamic System Bars
* Recents: Implement CardStackView Redesign
* Resize Clock and Date from Expanded StatusBar (credits to Tano Abeleyra)
* Sync with ADC-Team CM11 R13 EOL (device tree and kernel)
* Merged final changes by PA Team on KitKat branches (check gerrit/github)
[B][11.10.2014] 4.6 - BETA4 - [COLOR="DarkOrchid"]Release Humble Huckleberry[/COLOR][/B]
* Make all Quick Settings tiles act similarly in edit mode
* Fixed GPS issues (and other QCOM build failures)
* Add a new default AOSPA wallpaper
* Improve speed and stability of the core
* Adapt to the Peek standalone application package name change
[B][URL="http://forum.xda-developers.com/showthread.php?p=55902915#post55902915"]* Sync with latest PA changes[/URL][/B]
[B][26.09.2014] 4.6 - BETA2[/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=55388570#post55388570"]* Sync with ADC-Team changes (R12)[/URL][/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=55630114#post55630114"]* Sync with latest PA changes[/URL][/B]
[B][03.09.2014] 4.6 - BETA1[/B]
* Introduce the swipe-up gesture to dismiss Hover
* Misc fixes to theme engine.
[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582&page=6"]* Sync with latest PA changes[/URL][/B]
[B][10.08.2014] 4.5 - BETA1[/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=54704917"]*Sync with latest ADC-Team CM11 (R11) changes[/URL][/B]
*Adapted Storage Swap for PA
*Sync with latest PA sources
*Kernel 3.4.102
[B][07.08.2014] 4.5 - BETA1[/B]
*Fixed App2SD (again)
[B][URL="http://forum.xda-developers.com/showthread.php?p=54620455"]*Sync with latest PA Changes[/URL][/B]
[B][30.07.2014] 4.45[/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=54489535"]*Sync with latest PA Changes[/URL][/B]
*Kernel 3.4.100
[B][24.07.2014] 4.44[/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=54316299"]*Sync with latest PA Changes[/URL][/B]
*Kernel 3.4.99
[B][15.07.2014] 4.43[/B]
* Fixed Build Number (Settings -> About Phone)
* Fixed Mute Function on Calls (credits to ADC-Team)
[B][URL="http://forum.xda-developers.com/showthread.php?p=54159880"]* Merge latest ADC CM11 changes (R10)[/URL][/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=54155970"]* Sync with latest PA sources (4.43)[/URL][/B]
[B][10.07.2014] 4.42[/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=53814072"]*Sync with latest PA sources (4.42)[/URL][/B]
[B][01.07.2014] 4.41[/B]
*Fixed Peek (AOSPA removed support for devices without gyro, but I found a way to revert to the old state)
*Fixed PIE Force Closes
*Fixed general SystemUI Force Closes
*Stability improvements
[B][URL="http://forum.xda-developers.com/showthread.php?p=53814072"]*Sync with latest PA sources (4.41)[/URL][/B]
[B][25.06.2014] 4.4 FINAL[/B]
*Final fix for App to SD (feature tested and working fine now)
*Re-enable USB Mass Storage
*Sync with latest ADC-Team Updates (from CM11 RC8)
[B][URL="http://forum.xda-developers.com/showthread.php?p=53658626"]*Sync with final PA changes on AOSPA 4.4 branches[/URL][/B]
[B][20.06.2014] 4.4 RC2[/B]
* Merge Android 4.4.4 KTU84P
* Fix Clear all recents on legacy devices
* Fixed Microphone issues on calls
* Sync with PA Upstream
[B][19.06.2014] 4.4 RC2[/B]
[B][COLOR="Red"]CLEAN INSTALL RECOMMENDED[/COLOR][/B]
[B][URL="http://forum.xda-developers.com/showthread.php?p=53383190#post53383190"]*Sync with latest ADC-Team sources (RC7)[/URL][/B]
[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582&page=5"]*Official AOSPA RC2 Changelog[/URL][/B]
[B][COLOR="DarkOrange"]*-O3 Optimization on LLVM (clang) -> Provides faster execution (thanks to David Eddlemon and JustArchi)[/COLOR][/B]
*Using MTP instead of Mass Storage to fix App2SD (thanks to Davidteri91 for idea and SferaDev for implementation)
*Loads of fixes (Sound Warning soft-reboot fix, App2SD fix, PA Hover/Peek upstream fixes)
[B][11.06.2014] 4.4 RC1[/B]
*Build based on Android 4.4.3 release 1.1 (KTU84M)
[B]General[/B]
- Fixes for Recents view, prevent NPEs
- On boot keyguard dialog improvements
- Cleanup LED implement a bit
- Logical fixes
[B]Hover[/B]
- First public stable state
- Various improvements
- Improved Ticker handling, now will show for blacklisted apps
- Don’t open current notification in floating if is from current foreground app
- Smoothness
[B]Theme Engine[/B]
- Updated to latest CyanogenMod state
- Officially 0-Day supported upstream changes
- Fixed home button refreshing on applied theme
[B]Pie/Immersive[/B]
- Improved PIE’s trigger
- Improved navbar handling
- Cleanup of public API
[B][03.06.2014] 4.4 BETA 1[/B]
[B][COLOR="Red"]*CLEAN INSTALL REQUIRED DUE TO MASSIVE CHANGES[/COLOR][/B]
[B][COLOR="Orange"]General[/COLOR][/B]
* Translated into over 30 languages!
* Backported numerous fixes from AOSP master.
* Improved quicksettings.
* Removed lockscreen blur feature in favour of custom lockscreen background from*Theme Engine (it will come back as a component of theme engine in the future).
* Full sync with latest AOSPA sources
[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582&page=4"]* Official PA Team announcement here[/URL][/B]
[B][COLOR="Orange"]Theme Engine:[/COLOR][/B]
* Bring full CM11 theme engine. (First AOSP based ROM!!)
* WARNING: Home button gets refreshed only after reboot or by force killing SystemUI *if you want to *a avoid reboot. Will be fixed in next build.
[B][COLOR="Orange"]Pie/Immersive[/COLOR][/B]
* Removed my AriesVE hack for PA Diems, triggering area is activated by gestures now
* Fixed immersive API Thanks for the developers who helped diagnose the issue
* Vastly improved triggering, and allow you to trigger from any area on the edge on tablets.
* Pie now rotates like the navBar (will appear on short edge).
* Enabled pie only on immersive mode enabled by quick settings tlie (not in app immersive).
* Fixed AOSP immersive bug issue where apps would register a touch when swiping statusBar*and/or navBar.
* Fixed numerous freezes.
[B][27.05.2014] 4.3 BETA 7[/B]
[B][URL="http://forum.xda-developers.com/showpost.php?p=52943362&postcount=2566"]*Sync with latest ADC Team changes[/URL][/B]
[B]*New KitKat Adreno Drivers[/B]
*Peek fixes
*Some upstream bug fixes
*Synced with latest AOSPA sources
[B][20.05.2014] 4.3 BETA 4 (REV1)[/B]
* Permanently fixed all freezes (yaaay !!!) - thanks to 0xD34D
[B][URL="http://forum.xda-developers.com/showpost.php?p=52732547&postcount=2383"]* Fresh sync with latest ADC Team Changes (RC5)[/URL][/B]
* ROM and kernel built with Linaro GCC 4.8 (thanks to @Christopher83 for the initiative and further help)
* O3 optimizations on ARM target
* settings: Enable the status bar double-tap to sleep gesture (Steve Kondik)
* PEEK: Beautify bridging layers code (Carlo Savignano)
* Other sync-ups with latest AOSPA changes
[B][13.05.2014] 4.3 BETA 4[/B]
* Some memory leak fix patches
[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]* Fresh Sync with latest PA changes[/URL][/B]
[B][06.05.2014] 4.3 BETA 3[/B]
* Translation updates
* Fixed issues with Documents/Downloads crashing while opening a file
* Fixed issue with launcher loading as a recent app while using the quick switch feature of the recents button
* Added ability to launch apps from recents as floating (long press on a recent item and select floating mode)
* Added ability to go directly to floating mode from notification drawer (long press on a notification)
* Added root access modes available in Developer options (disabled, apps only, adb only, apps and adb)
* Removed AppOps category tab, as we only offer one category in App privacy
* Bug fixes throughout
* Awesomeness increased by 3% (ladies will like you more)
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official changelog[/URL][/B]
[B][01.05.2014] 4.3 BETA 2[/B]
*Sync with latest PA stability fixes
*Synced kernel with latest ADC-Team sources
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official changelog[/URL][/B]
[B][29.04.2014] 4.3 BETA 1[/B]
*Revised build on a clean environment
*Clean Flash Required (with clean /data and /system)
*[B][COLOR="DarkOrange"]*Added notification Peek (doesn't work how it should due to missing gyro) (thanks to BigBrother1984 D4rKn3sSyS Anu6is)[/COLOR][/B]
*Double-Tap to sleep on status-bar (Settings -> Display)
*Wake on plug (Settings -> Display)
*Other fixes
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official changelog[/URL][/B]
[B][09.04.2014] BETA 4[/B]
*Fresh sync with PA sources
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official changelog[/URL][/B]
[B][01.04.2014] BETA 3[/B]
*PIE Sensitivity improvements with custom values for AriesVE(thanks to [user=4343903]@Rhonin86[/user] for his support in testing)
*Fix Max Brightness on reboot
*Sync with ADC-Team sources
*Sync with PA Sources
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]Official changelog[/URL][/B]
[B][25.03.2014] BETA 2[/B]
[B][COLOR="DarkOrange"]*Added PIE (thanks to BigBrother1984 D4rKn3sSyS Anu6is David96 drcmda)[/COLOR][/B]
*Immersive mode modifications
*QuickSettings sound tile
*Custom lock screen
*Update App ops (App privacy) layout
*Update download notification formatting
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]More info and additional changelog[/URL][/B]
[B][23.03.2014] BETA 1[/B]
*Fix GPS Issues
*Added missing qcom repos for BT, WiFi and GPS
*Sync PA repo
[B][22.03.2014] BETA 1[/B]
*Initial release
nice :victory:
I'm glad to see a new rom for S+. Thank you !! I will install it in near future
Sent from my Nexus 5 using xda app-developers app
Another build - yeah like it
Hi Erik,
finally you did it :highfive:
Congrats and thank you for your great efforts - I will download the newest build and report later
Cheers
Rhonin
Rhonin86 said:
Hi Erik,
finally you did it :highfive:
Congrats and thank you for your great efforts - I will download the newest build and report later
Cheers
Rhonin
Click to expand...
Click to collapse
Hi Rhonin!
Yep, I hope I'll be able to maintain this one. Thank you! :victory:
Regards,
Erik
Realy nice, i'm gonna install the rom. And Pie and Peak can wait
Hey educk, thank you for the ROM ^^
Everything works fine so far except two things
- GPS: In Settings GPS is enabled but apps don't search the location anyway. GPSTest shows that GPS is disabled but other apps show it's working but they don't search (number of satelites = 0)
- Wifi strength: It's not a bug but in comparison to CM11.0 it's a little bit weaker I think.
EDIT: I would like to say that if you change disable low RAM in Advanced Settings it's irreversible.
Disabling low RAM (or enabling - in any case change it) it makes your display brightness to 100% at reboot even if you change it back(and Tapped Out won't work anymore xD)
rboy28 said:
Hey educk, thank you for the ROM ^^
Everything works fine so far except two things
- GPS: In Settings GPS is enabled but apps don't search the location anyway. GPSTest shows that GPS is disabled but other apps show it's working but they don't search (number of satelites = 0)
- Wifi strength: It's not a bug but in comparison to CM11.0 it's a little bit weaker I think.
EDIT: I would like to say that if you change disable low RAM in Advanced Settings it's irreversible.
Disabling low RAM (or enabling - in any case change it) it makes your display brightness to 100% at reboot even if you change it back(and Tapped Out won't work anymore xD)
Click to expand...
Click to collapse
Hi!
Thank you for report! You are right, the GPS is not working on the current build, I will try to fix it ASAP!
About LowRam Switch, I tested now and it switches fine, I don't know what's the issue over there. Also, ART is a bit unstable, make sure you are running a compatible gapps package (odexed).
Would you mind telling me which Gapps are you using ?
Hey there,
I also installed this rom, I've been loving PA for a long time. This one also performs nice, overall performance is pretty good.
GPS problem is also confirmed here, but the low ram switcher works fine.
I'd like to ask if older PA features, like Paranoid settings, system DPi changer(phablet, tablet mode), themes, etc. will be implemented?
Fixed GPS
New build available, fixed GPS issues. :victory:
Changelog in second post!
shiftyHungary said:
Hey there,
I also installed this rom, I've been loving PA for a long time. This one also performs nice, overall performance is pretty good.
GPS problem is also confirmed here, but the low ram switcher works fine.
I'd like to ask if older PA features, like Paranoid settings, system DPi changer(phablet, tablet mode), themes, etc. will be implemented?
Click to expand...
Click to collapse
All previous PA features such as Hybrid Engine (DPI), PIE, Peak and the new HALO (called HOVER) will be slowly rewritten by the PA team members. PIE and Peak are already finished but the sources are not public yet, they are only available on official releases.
As soon as the sources go public, I'll provide builds...
Enjoy!
Sorry, XDA derped...
educk said:
[...] Would you mind telling me which Gapps are you using ?
Click to expand...
Click to collapse
I'm using the PA Micro Modular Package (~86MB) because of its size (and because of the fact that the Google Stock one has been aborted ) . Our device hasn't got much internal storage volume for system partition unfortunately.
I install the new build later and give a report by editing this post then.
EDIT: GPS works. It takes some time for the first time but that's normal for SGS+
EDIT2: I've got the "100% brightness at reboot" again.I've done a logcat via catlog.
Code:
03-23 22:31:44.510 I/WindowManager(525): No existing display settings /data/system/display_settings.xml; starting empty (Line 863)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.DisplayPowerController.requestPowerState(DisplayPowerController.java:658)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.updateDisplayPowerStateLocked(PowerManagerService.java:1911)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.updatePowerStateLocked(PowerManagerService.java:1343)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.systemReady(PowerManagerService.java:568) (Lines 1128 to 1131)
These two are suspicious I think but here is the full one as atachement.
I hope that Phenom Kernel is back
100 % Brightness
rboy28 said:
I'm using the PA Micro Modular Package (~86MB) because of its size (and because of the fact that the Google Stock one has been aborted ) . Our device hasn't got much internal storage volume for system partition unfortunately.
I install the new build later and give a report by editing this post then.
EDIT: GPS works. It takes some time for the first time but that's normal for SGS+
EDIT2: I've got the "100% brightness at reboot" again.I've done a logcat via catlog.
Code:
03-23 22:31:44.510 I/WindowManager(525): No existing display settings /data/system/display_settings.xml; starting empty (Line 863)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.DisplayPowerController.requestPowerState(DisplayPowerController.java:658)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.updateDisplayPowerStateLocked(PowerManagerService.java:1911)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.updatePowerStateLocked(PowerManagerService.java:1343)
03-23 22:31:47.022 F/SystemServer(525): at com.android.server.power.PowerManagerService.systemReady(PowerManagerService.java:568) (Lines 1128 to 1131)
These two are suspicious I think but here is the full one as atachement.
Click to expand...
Click to collapse
Hi rboy,
could you please describe your problem more detailed ? I mean: Do you encounter this problem with automatic brightness or if you set it manually ? Because i tested it on my testphone once with manually setted value of about 20 % and after reboot it has the same value. If i find the time later i try with automatic setting.....
You could also have a look at the automatic brightness values and check the value of the snsor within the menu - mine has around 600 to 700 LUX in the office - and maybe have a look on the curve of values dedicated to each brighness level...
Please report back so we can dig down to your problem... you can also pm me to prevent misunderstandings due to talk to eachother in a foreign language
Cheers
Rhonin
Rhonin86 said:
Hi rboy,
could you please describe your problem more detailed ? I mean: Do you encounter this problem with automatic brightness or if you set it manually ? Because i tested it on my testphone once with manually setted value of about 20 % and after reboot it has the same value. If i find the time later i try with automatic setting.....
You could also have a look at the automatic brightness values and check the value of the snsor within the menu - mine has around 600 to 700 LUX in the office - and maybe have a look on the curve of values dedicated to each brighness level...
Please report back so we can dig down to your problem... you can also pm me to prevent misunderstandings due to talk to eachother in a foreign language
Cheers
Rhonin
Click to expand...
Click to collapse
I made a video (quality is not the best, but it's possible to see the problem). Here you go:
http://www.firedrive.com/file/3D9CBE8095A6B1E0
Btw, the problem didn't appeared directly after installation. I've got a hypothesis that the Xposed Installer could be the reason but after deactivating/uninstalling the problem still exist. But one thing is clear: Xposed Installer is responsible for forcing Tapped Out
rboy28 said:
I made a video (quality is not the best, but it's possible to see the problem). Here you go:
http://www.firedrive.com/file/3D9CBE8095A6B1E0
Btw, the problem didn't appeared directly after installation. I've got a hypothesis that the Xposed Installer could be the reason but after deactivating/uninstalling the problem still exist. But one thing is clear: Xposed Installer is responsible for forcing Tapped Out
Click to expand...
Click to collapse
Just want to say that someone reported the same problem with my MoKee build with stock kernel.and after flash K^Kernel the problem solved.
zxc123coke said:
Just want to say that someone reported the same problem with my MoKee build with stock kernel.and after flash K^Kernel the problem solved.
Click to expand...
Click to collapse
May that's the reason why i haven't seen it yet - whethter on MoKee nor on PA or on CM 11 - and on the first two systems i have installed xposed framework and k^kernel 1.7 366 MB uvOC
New build !
Care to have some ?
New build is up with added PIE support. Changelog:
Code:
[B][25.03.2014] BETA 2[/B]
[B][COLOR="DarkOrange"]*Added PIE (thanks to BigBrother1984 D4rKn3sSyS Anu6is David96 drcmda)[/COLOR][/B]
*Immersive mode modifications
*QuickSettings sound tile
*Custom lock screen
*Update App ops (App privacy) layout
*Update download notification formatting
*[B][URL="http://forum.xda-developers.com/showthread.php?t=2583582"]More info and additional changelog[/URL][/B]
Enjoy!
Amazing Sir!
You are still here with new projects even after having a Nexus!
I will not forget your works and help for me for ever..
Thank you so much
This is a Official Build of madOS ( based on AOSP N ) for Jiayu S3 Plus with MT6753 SoC.
madOS is based on pure A.O.S.P. with many additional customizations and MediaTek support.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
*/
Installation Instructions:
Download ROM from M.A.D. Facebook
OR via xda DevDB
Download OpenGapps nano or pico from OpenGapps
(choose Arm64 and Android 7.0 / Android 7.1 / Android 7.1.x -Depending on the rom build you downloaded)
Download BeansGapps MINI from BeansGapps
(choose the MINI Package)
Boot to recovery
Wipe data if you are not coming from AOSP N / madOS already
Install rom
Reboot to recovery again, and Flash your desire Gapps
Reboot
Working:
RIL (Calls /SMS, Data connection)
Wifi
Bluetooth
Audio
Sensors
Lights
Both storages & MTP
HW de/encoding
Camera (Photo & Video)
GPS & AGPS
NFC
Bugs:
You tell me...
XDA:DevDB Information
madOS for Jiayu S3 Plus, ROM for the JiaYu S3
Contributors
fire855, superdragonpt, DerTeufel1980
Source Code: https://github.com/MediatekAndroidDevelopers
ROM OS Version: 7.x Nougat
Version Information
Status: Stable
Created 2016-08-27
Last Updated 2017-05-27
Changelogs:
Build [7.0] 20160826 - Beta 1
First Release
Build [7.0] 20160827 - Beta 2
Fixed Camera
Fixed FMRadio
Fixed NFC
Added buttons and more notification settings
Added M.A.D. extras (fastcharge, smartwake, performance settings, sensor tool)
Build [7.0] 20160904 - Beta 3
Fixed Hardware decoder/encoder
Fixed Sound / Mediaserver issues
Fixed Video recording
Fixed GPS
Cleaned up apps & added proper browser
Other system issues fixed and improvements here and there
Build [7.0] 20160910 -Stable 1
Updated to 7.0.0_r6 (security patch level: September 6)
Updated kernel version to 3.10.103
Fixed GPS issues
Fixed sensor calibration
Fixed data usage monitor
Fixed data saver
Fixed other small issues
Build [7.0] 20160917 -Stable 2
Fixed FMRadio issues (volume control, recording)
Fixed sensor calibration
Fixed wifi issues (5ghz wifi hotspot)
Fixed DRM issues
Updated apns
Switched to new audio policy configs
Build [7.0] 20160927 -Stable 3
Reworked M.A.D. settings (fixed various problems)
Fixed HDR camera mode
Added Snap Camera app
Added standalone file manager
Added sim on/off switch
Added signal bar color option
Added custom headphone control (3 buttons: the right and the left one (normally only for volume) can switch now between tracks with a longer click)
Various other changes including fixes for gapps
Build [7.0] 20161016 -Stable 4
Fixed some RIL issues (airplane mode, sim activation)
Fixed some wifi issues
Fixed some audio problems (e.g. whatsapp audio recording)
Improved compatibility between snap camera and mtk
Fixed video recording issues (e.g. Snapchat video recording)
Enabled and fixed automatic night mode
Added ambiet display (including settings part)
Added substratum support
Fixed & reworked some other things (e.g. improvements)
Built as user build (no su binary)
Build [7.1] 20161030 -Stable 5
Updated to latest Nougat: 7.1 [ NDE63P ]
Dual ringtone (choose a ringtone per SIM)
Improved sim switch
Enabled 'Night Light' feature of Android 7.1 (automatic mode not finished by Google yet)
Updated apps (Calendar, Gallery2, Gello)
New bootanimation
Some small other changes
Build [7.1] 20161113 -Stable 6
Updated to NDE63X (security patch level: 6th November)
Kernel upstream (3.10.104)
Enforcing SELinux
Various other security improvements
Improved camera recording
Updated bluetooth system
Added partial screenshot feature (long press on screenshot in power menu)
Added Gesture settings
Improved sim switch
Fixed flashlight tile
Various other improvements
Build [7.1] 20161205 -Stable 7
First signed build (fixes for example android wear app)
Fixed some codec issues
Fixed 'prevent audio ducking'
Fixed theming of 'button settings'
Fixed clock app crashes
Fixed default call sim setting
Added 'kill foreground app on longpress' in button settings
Added Russian translations by Borizzz
Various other improvements
Build [7.1.1] 20161210 -Stable 8
Updated to Android 7.1.1
Fixed FMRadio
Fixed led notification for missed calls
Improved substratum support (OMS7)
Various other improvements
Build [7.1.1] 20170106 -Stable 9
Updated to N4F26M (7.1.1)
Security patch level: 5th January 2017
Added long-press power for toggling torch feature
Added option to control scroll friction and velocity
Added PixelUI navbar
Added 'longpress button, to kill foreground app'
Merged security patches
Other small improvements
Build [7.1.1] 20170224 -Stable 10
Updated to 7.1.1 r22 ( NMF26X )
Security patch level: February 5, 2017
Updated kernel to 3.10.105
Added many new M.A.D. extras
Improved LED custom Settings
Improved Tethering
Improved hall sensor support ( flip cover )
Improved media HW decoding & encoding
Camera: Improvements on default app ( Snap )
Update System Sounds (ringtones, etc)
Added new MAD offline charging animation
Added new Russian Translations (thanks to Borizzz)
Build madOS v1.1 [7.1.2] 20170527
Update to 7.1.2
Patch Level: May 2017
madOS version v1.1
Introducing:
madlauncher: (AOSP based, but on mad steroids with several options)
madCamera: Our own camera (with several improvements for MediaTek based devices)
Telephony :
RIL improvements
Fixed a badass NullPointer on Telephony (Operator related)
Network / SIM Status fixes
wlan and connection improvements
Added sdcardfs support
Support for the new substratum (madOS is now an official supported rom)
Other Features:
omnijaws weather (Lockscreen & Status bar,etc)
--> with huge madOS improvements over the original implementations
Power Menu Options
One handed mode
Lockscreen PIN quick unlock & quick unlock improvements
Added SIP Options
QS (Quick Settings) Options
Custom Carrier Label options
madOS NavBar: fixup
Bluetooth: battery status options
AlarmsBlocker
WakelockBlocker
Recents Options
Pie: New SlimPie (ported by mad from lp to N) & improved
Tiles:
CompassTile
NFC Tile
Compass & Language toggle Tiles
madOS Tile
etc ..
Other fixes & Improvements:
couple GAPPS related issues
location provider errors
SchedulePowerOnOff
facelock
Removed Gello , Welcome chromium
faster app switching
AppOps
gesture events
PhoneWindowManager
anr's
NPE's
memory leaks
masOS offline charging animation
Dashboard & madOS settings cleanup
Miracast issues on some dongles
There's other fixes & features included on this release
--> Too much to write on a changelog
Build madOS v1.2 [7.1.2] 20170819
Patch Level: August 2017
Kernel version 3.18.64
Fixed video recording issues
Fixed substratum issues
New feature for showing charging current & voltage on lockscreen
Added F2FS support
Reworked MTK RIL implementation
Some more improvements
Reserved
F.A.Q.
General F.A.Q.
Q: What the hell is madOS ?
A: madOS, (M.A.D. Team OS), is a ROM based on pure A.O.S.P. with extended capabilities and customizations made by or merge/adapted by M.A.D. Team.
Q: Which recovery should I use for this ROM?
A: Latest M.A.D. TWRP recovery
available here
Update to TWRP v: 3.1.1-0 Mandatory for 7.1.2:
available here
Q: Some translations are missing for my language, can I help?
A: Sure you can, please check our translations repo available here , you can either do a pull request, or if you don't know how to work with git, sent us the XML. Strings for your language ( Check Readme on repo).
Q: What's working ?
A: Check first Post for current status
Update for 7.1.1
Q: When I try to install the ROM it says "Error 7 symlink failed", what gives?
A: You need to unmount /system first on twrp
Q: After flashing TWRP says "No OS Installed?"
A: Ignore this message. If the ROM flash indicated as being successful, you can swipe to reboot and the OS should boot.
Q: Do i really need full wipes?
A: Yeah
Q: App "x" doesn't work, why?
A: Probably not compatible with Nougat yet, feedback is welcome
Q: Is the rom rooted?
A: NO, But you can easily root with SuperSU v2.76 onwards.
Update for 7.1.2: Only latest SuperSU is working
Q: Does xposed work?
A: As of now, there's no Xposed for N, so no
Q: Does busybox still works on Nougat?
A: yes
Q: AdAway no longer works on Nougat, what can I do?
A: Simply install busybox first, available from the Play Store, and it'll download hosts and work just fine then
Q: Data Connection does not work, why?
A: The ROM, already includes latest APNs, if you still have no active data connection, check your APN settings
Q: How is battery life with Nougat on the Jiayu?
A: It should be comparable to Marshmallow.
Update: We've already fixed several memory leaks and draining issues
Q: Does this build support Vulcan?
A: No. Vulcan does not provide support for MediaTek (yet?)
Q: Does doze work in this build?
A: Yes. You do not have to enable anything; it is active by default.
Q: Does this ROM supports Substratum ?
A: YES, latest rootless substratum is supported on madOS
madOS: We are now an Official Substratum supported rom
Q: Does the ROM features disabling SIMs , On Settings SIM Options?
A: YES, we've now merged our own implementation (adapted for N)
Q: when will (feature/issue here) be fixed?
A: NO ETA , please
Porting F.A.Q.
No porting support, no port questions allowed on this thread, and porting PMs will be auto-deleted, porting replies will be reported as well
G.APPS F.A.Q.
Q:What GAPPS package should I use?
A: BeansGapps or Open GAPPS
Update 7.1.2
Beans GAPPS (MINI) or OpenGapps (pico/nano) Packages, are recommended
Q: How to properly install GAPPS?
A:Flash Rom + Flash Gapps at once
CREDITS and Thanks
madOS Team
Our translators, credits list here
A.O.S.P.
Slim Roms
Pure Nexus
AOSPA
Lineage
DU (Dirty Unicorns)
Omni
HELP supporting madOS
We do this on our free time, however we do have costs on maintaining this :/
Any donation is highly appreciated
You can donate by using
this link
If the above doesn't work in your country, then you can directly donate by using this e-mail adress: [email protected]
About madOS Proprietary Apps
You are NOT allowed by any means, to use our madOS apps on any other build, your rom
This is exclusively for OFFICIAL madOS ROM releases
@To Moderators: Feel free to clean the thread, whenever users start spamming, severe OT, or questioning about porting...
reserved one more
holy cow!
will we be seeing the S3 release also tonight?
TommeleTBone said:
holy cow!
will we be seeing the S3 release also tonight?
Click to expand...
Click to collapse
Not tonight
TommeleTBone said:
holy cow!
will we be seeing the S3 release also tonight?
Click to expand...
Click to collapse
im the only not drunk today (joking)
not tonight, people need to sleep ... haha
cheers
FMRadio and NFC fixed
10chars
Beta 2 uploading
We need to sleep
Beta 2 will be uploaded tomorrow
NFC + FMRadio working
fire855 said:
FMRadio and NFC fixed
Click to expand...
Click to collapse
freak
so we get hourly releases now?
:silly::laugh::victory:
---------- Post added at 01:18 AM ---------- Previous post was at 01:16 AM ----------
i need to get a s3+!
all i can say is you guys are awesome and continue to amaze me!
The version for jiayu s3A will be released tomorrow?
Thanks for this job!!
Enviado desde mi S3_FlareX mediante Tapatalk
TommeleTBone said:
freak
so we get hourly releases now?
:silly::laugh::victory:
---------- Post added at 01:18 AM ---------- Previous post was at 01:16 AM ----------
i need to get a s3+!
Click to expand...
Click to collapse
Crazy Team
Another build running while i sleep
Bed time
that is the better team ever with just 3 members the best team well done...... i hope to see a jiayu s3 version soon
superdragonpt said:
Crazy Team
Another build running while i sleep [emoji14]
Bed time
Click to expand...
Click to collapse
The build for s3A maybe? Hehehe
Enviado desde mi S3_FlareX mediante Tapatalk
nice works devs... salutt...
Guys you're going to make my mom crazy. Every time when I reflash some new rom and after installing gapps and my favorite apps especially Viber, my mom is calling me with : I have a missed call from you on Viber was it you or your sis? Hahaha. BTW is there a way to disable viber to notify all my friends that I'm actually in viber every time when I log in after install?
Sent from my S3 using Tapatalk
Well done MAD. Your so fast that is difficult to follow Btw will MM developement continue or the focus is on N now?
For S3 advance?
tincho5588 said:
LineageOS is a free, community built, aftermarket firmware distribution of Android 6.0.1 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
It 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
This thread is for Unofficial LineageOS 13.0 builds for ha3g (SM-N900). The following will not be supported here:
Custom kernels
Mods
Xposed
I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
First time flashing LineageOS 13.0 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot
Current Build:
02/07/17 build (LineageOS 13.0)
Older Builds:
02/05/17 build (LineageOS 13.0)
12/10/2016 build
12/04/2016 build
11/25/2016 build
11/18/2016 build
11/05/2016 build
10/27/2016 build
10/25/2016 build
10/22/2016 build
10/20/2016 build
10/19/2016 build
10/11/2016 build
10/10/2016 build
10/05/2016 build
10/02/2016 build
9/29/2016 build
9/24/2016 build
Google Apps:
http://opengapps.org/
Want Root access? Flash this!
SuperSU 2.79
02/07/2017
*Fixed bad quality on the camcoder
*Fixed problems with Android Auto
*Everything that uses the AVC/h264 encoder will work well now
*Built with up to date LineageOS sources
Older Changelog:
02/05/2017
*Switched from CM to LineageOS
*Stability improvements for RIL
*Fixed wifi crashes plus other stability patches applied
*Doze now uses the Significan Motion Sensor
*Disabled fake shadows... UI shadows look more realistic now
*Fixed AudioFX! It is back into the ROM and it works great!
*Improvements for noise cancelation
*Codecs and Scalers are built from source now
*Some changes to the camera relevant code
*Gralloc has been updated
*Interactive Governor has been tuned for better battery life
*Lots of other under the hood changes
*The ROM feels a lot smoother now
*Battery life should be better now
12/10/2016
New power saving feature included: Advanced Low Power Audio (click here for more info)
Input Boosters disabled by default
Spen power saving enabled by default
12/04/2016
New kernel control app included: Deathly Adiutor (check it out on google play!)
Added support for 3000ma chargers.
Added support for UBS3.0 charging speeds (Up to 1000ma).
Added screen on charging limiter to avoid high heat generation while charging.
Screen rotation fixed in this build.
Interactive is the default governor again.
Some RIL changes that could solve the problems some people are having with cellular connection.
KERNEL: Tuned ondemand governor to match Samsung stock values.
KERNEL: epen_saving_mode node now shows the current state of the feature.
KERNEL: touchkey glove_mode node now shows the current state of the feature.
KERNEL: added new sysfs to enable/disable input boosters (touchscreen, touchkey and spen)
11/25/2016
Fixed s5p-mem ownership. This was affecting battery drain and Deep sleep times.
Fixed battery kernel wakelock. This was affecting Deep Sleep times, causing the device to be awake more than normal.
KERNEL: battery: Add MAX77803/UNIVERSAL5420 charger control.
KERNEL: Rewrote/exposed proper handling of power supply properties. Reported charging currents limits are correct now.
11/18/2016
DRM Fixed. You can now play DRM protected content. This should also fix WiFi Display, needs testing and confirmation.
Tweaked Thermal driver. Device should heat a bit less under stress.
Updated dalvik/hwui for 3GB.
KERNEL: Fixed GPU control nodes.
KERNEL: Fixed CPU Thermal nodes.
11/05/2016
Usb otg fixed
NFC battery drain fixed
Multiwindow enabled by default
Vibrator intensity enabled
Dexpreopt enabled (no more optimizing apps on first boot)
Updated GPS Blobs
Reworked and updated ramdisk.
KERNEL:
gpu oced to 533mhz
added gpu custom control interface (has some bugs, will get fixed in upcoming build)
added gpu voltage control
added gpu thermal control interface
several fixed for CPU governors
removed CPU slim governor
added and updated some CPU governors
10/27/2016
Mobile data 100% fixed in this build. No more slow data for some carriers.
Bluetooth 100% fixed in this build. Proper fix applied, you dont need to flash a fix now.
10/25/2016
Updated the ril class to be inline with the other 5420 devices.
Lag fix is now built from sources (Thanks to Safarend for his sources!). ROM should be even more fluid now, better battery life also.
Samsung_symbols shims are now built from sources (Thanks to Safarend for his sources!).
Updated media profiles and media codecs configs (Credits to ShevT for the configs). This solves problems while reproducing videos (skips, lags, etc).
Reverted radio properties to stock on build.prop. Should solve slow mobile data problems.
10/22/2016
This build should fix bluetooth. Needs testing.
New RIL blobs from P601XXUDOJ2.
10/20/2016
Fixed mobile data issues introduced in 10/19 build.
10/19/2016
MOBILE DATA IS BROKEN IN THIS BUILD!! will be fixed in upcoming build.
AudioFX removed. It doesnt get along well with yamaha prebuilt audio.
Ondemand and Interactive governors tuned. Should improve battery life a lot.
Ondemand is the default Governor now.
New camera blobs. Camera quality should be better. Its also faster and more reliable now.
Fixed "Slow Charging" message on lockscreen.
New DRM blobs. Widevine security level is L1 now!
Under the hood changes for audio reproduction, video reproduction, and wifi. Should improve battery life without compromising quality.
10/11/2016
Force api1 for camera2
Added SamsungDoze support (aka Ambien Display). You are gonna find it under gestures, on settings.
Standby battery consumption should be much better now (Thanks to SamsungDoze inclusion)
Overlays cleaned and updated.
You can HotSwap your microSD card now.
10/10/2016
Latest security patch (October) applied
Camera is now working
Proximity sensor is now working
Reverted back to ha3g ril subclass (The slte subclass made the ril to act funny after the October security update)
Enabled OpenGLES 3.1 instead of 3.0 (The M gpu driver has support for this)
10/5/2016
Updated all blobs to the stock lollipop base (minus libsec-ril)
This fixes all of the lag spikes and other minor lag issues that were happening
10/2/2016
Updated the ril class to be inline with the other 5420 devices
Changing to 2g works now
ConsumerIR is fixed
Incall volume is fixed
9/29/2016
Lag is fixed
Bluetooth is fixed
M gpu driver added
OMX blobs function
Charging speed should be better
9/24/2016
Initial Release
*You tell me!
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/d....tortel.syslog
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
Exynos5420 Dev Team (@deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah
@joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588)
Source Code:
Kernel
https://github.com/exynos5420/android_kernel_samsung_exynos5420/tree/cm-13.0
Device Tree
https://github.com/exynos5420/android_device_samsung_ha3g/tree/cm-13.0
XDA:DevDB Information
[6.0.x|SM-N900| Unofficial LineageOS 13.0 (ha_3g), ROM for the Samsung Galaxy Note 3
Contributors
deadman96385, tincho5588
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Stable
Created 2016-09-24
Last Updated 2017-02-07
Click to expand...
Click to collapse
Bugs:
Camera is a little laggy but usable
Kernel Info:
M Kernel base from the Galaxy Tab S
M GPU driver from Galaxy Tab S
CPU Voltage Control
CPU OverClock/UnderClock (Up to 2.1GHZ)
MIF/INT Voltage Control
Wolfson Sound Control (No Yamaha support)
UKSM instead of KSM
Added the following IO Schedulers: fifo, fiops, sioplus, tripndroid, vr, zen, bfq (Default)
Full f2fs support updated off the mainline (Stock cm kernel has limited support)
Modified Thermal Throttling temperatures for all devices so hopefully they won't get as hot
Exynos thermal exposed to sysfs
Android Logger disabled by default can be enabled over sysfs
WQ power efficient workqueues (Still need to apply in more places)
Frandom Support
Readahead bumped to 256 from 128
Currently Disabled:
GPU Voltage Control/GPU OverClock/UnderClock (Needs to be rewriten for the M driver)
If anyone knows how @Safarend fixed the UI lag on his cm-13 build please let me know.
deadman96385 said:
If anyone knows how @Safarend fixed the UI lag on his cm-13 build please let me know.
Click to expand...
Click to collapse
Great bro!!!
I hope you are able to update this rom and make it stable as possible. When lag and camera issues are gone am gonna use it as my everyday rom
---------- Post added at 03:16 PM ---------- Previous post was at 03:08 PM ----------
deadman96385 said:
If anyone knows how @Safarend fixed the UI lag on his cm-13 build please let me know.
Click to expand...
Click to collapse
I think he used the samsung s5 (exynos) MM kernel
Another team of developers to join exynos!!:victory::victory:
thank you for the rom good work
tnx for rom. waiting for full version without bug
It's not A Touchwiz it is only CyanogenMod And it's Alpha
Rohan1996 said:
It's not A Touchwiz it is only CyanogenMod And it's Alpha
Click to expand...
Click to collapse
It's good if it's not a touch-****. Will wait for it to stabilize but for sure will be better than touchwiz anytime..!!
Great to hear...
Thank you developer for your interest...
Will install...
Sent from my SM-N900 using XDA-Developers mobile app
deadman96385 said:
If anyone knows how @Safarend fixed the UI lag on his cm-13 build please let me know.
Click to expand...
Click to collapse
thia is @Safarend last update but camera is not work
http://forum.xda-developers.com/gal...-alpha-cyanogenmod-13-0-t3251679/post67650818
yousifm96 said:
thia is @Safarend last update but camera is not work
http://forum.xda-developers.com/gal...-alpha-cyanogenmod-13-0-t3251679/post67650818
Click to expand...
Click to collapse
I installed the above rom and that is lag free and xposed ready, Google account working.only camera not working.some random reboots...
Sent from my SM-N900 using XDA-Developers mobile app
thanks for your work if you can complate a stable rom, will be amazing
Good to see another developer. N900 really needs developers
ch.7amada said:
Great bro!!!
I hope you are able to update this rom and make it stable as possible. When lag and camera issues are gone am gonna use it as my everyday rom
---------- Post added at 03:16 PM ---------- Previous post was at 03:08 PM ----------
I think he used the samsung s5 (exynos) MM kernel
Click to expand...
Click to collapse
yousifm96 said:
thia is @Safarend last update but camera is not work
http://forum.xda-developers.com/gal...-alpha-cyanogenmod-13-0-t3251679/post67650818
Click to expand...
Click to collapse
I have confirmed its not a kernel issue, looking more for device tree fixes all of the work i have done so far for cm-13.0 has been based on the other 5420 devices becasue @Safarend never pushed his cm-13.0 tree.
all camera not work. i down app camera and test. if it still not work. i downloaded google camera and camera fv-5 but it not work. i think i must wait way fix it
oops675 said:
It's good if it's not a touch-****. Will wait for it to stabilize but for sure will be better than touchwiz anytime..!!
Click to expand...
Click to collapse
How is the better than touchwiz Any extra Functions and performance give proof
Status Update (No new build):
Camera is getting very close to working
Bluetooth is now working
We have hexedited a few blobs to tone down the logging from the yamaha sound drivers.
Still working to figure out why everything is lagging.
Great news...
Waiting for update...
Sent from my SM-N900 using XDA-Developers mobile app
deadman96385 said:
Status Update (No new build):
Camera is getting very close to working
Bluetooth is now working
We have hexedited a few blobs to tone down the logging from the yamaha sound drivers.
Still working to figure out why everything is lagging.
Click to expand...
Click to collapse
Wow,good news!
LineageOS (CyanogenMod 13 formerly) is a free, community built distribution of Android 6.0.1 (MarshMallow) which greatly extends the capabilities of your phone.
This is the unofficial Build of LineageOS (CM13) for Jiayu S3 (advanced and basic, not S3 plus), with MT6752 SoC.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include
/*
* Your warranty is now void.
*
* We aren't 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 us for messing up your device, we will laugh at you.
*/
What's not working:
None.
TODO:
Add NTFS support;
Improve HDR in Camera.
Install notes:
Please, make full wipes or get bootloop.
Sources:
https://github.com/Shokerface/android_kernel_jiayu_s3_h560
https://github.com/sandstranger/android_device_jiayu_s3_h560
https://github.com/sandstranger/android_vendor_jiayu_s3_h560
Based on The M.A.D Team device tree.
Developer:
sandstranger
Download:
Сheck downloads tab.
Thanks to:
Verevka
The. M.A.D. Team
Zormax
Moyster
danielHk
DeckerSu
Zormax
XDA:DevDB Information
[ROM] [6.0.1] Unofficial Sandstrangers LineageOS13 - JiaYu S3 [MT6752], ROM for the JiaYu S3
Contributors
Borizzz, sandstranger, Verevka, superdragonpt, DerTeufel1980, fire855
Source Code: https://github.com/CyanogenMod/android/tree/cm-13.0
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.10.x
ROM Firmware Required: TWRP for MM from The M.A.D. Team
Based On: LineageOS
Version Information
Status: Stable
Current Stable Version: MOB31T
Stable Release Date: 2017-07-18
Current Beta Version: MOB31T
Beta Release Date: 2017-03-13
Created 2018-03-02
Last Updated 2018-05-03
Changelog
18.07.2017 Final1 v5:
PCM32 fully working now;
Full 48kHz support;
AUDIO_FORMAT_PCM fully working now.
17.07.2017 Final1 v4:
Android Security Patch Level: July 2017;
Synced last LineageOS13 sources;
Kernel 3.10.107 included;
Fixed hangs due to lmk.
02.07.2017 Final1 v3:
Now DRM should work.
01.07.2017 Final1 v2:
ROM built with dexpreopt support, so ROM now boots almost momentally, 10-15 seconds in fact. Keep in mind, xposed isn't compatible with dexpreopt;
Small bugs fixes.
25.06.2017 Final1 *REUPLOAD*:
Rolled out network commits in Kernel, maybe network apps should work stable now.
22.06.2017 Final1:
Updated codecs;
Fixed sound glitches;
Updated modem to 2016/04/18
19.06.2017 Final *REUPLOAD*:
Fixed f2fs mounting;
Included busybox from LineageOS repo;
Added TWRP 3.1.1 which can fully handle f2fs, so, @sandstrangers LineageOS13 is the only ROM for JiaYu S3 which can work fully and properly with f2fs.
19.06.2017 Final:
Synced last LineageOS13 sources;
Kernel updated to 3.10.106;
Android security patch level: 01.06.2017
Added f2fs support from extra fresh drivers;
Fixed hang with zram turned on;
Some other system hanging fixed;
Improved WiFi Hostspot support;
Some problems with netd fixed;
Some fixes for BT;
Updated binder drivers in Kernel;
No more fake NVRAM error;
Updated toolchain for Kernel build;
Some other fixes.
Prefinals:
08.06.2017 Prefinal 0.4:
Zram, zsmalloc & some other stuff backported from Kernel 4.1;
Low memory killer in Kernel updated;
Modem replaced, Wifi should work fine;
Some other fixes;
Sdcardfs turned off by default, it you want, turn it on in build.prop manually;
Fixed 40% battery drop.
08.06.2017 Prefinal 0.3.1:
Upstream sdcardfs support from Android 7;
Fixed error with hanging when creating/copying files on external SDcard with sdcardfs.
08.06.2017 Prefinal 0.3:
Android Security Patch Level: 01.06.2017
Fixed WiFi AP errors;
Added missed build packets like dhcpcd;
Security updates in Kernel;
Added sdcardfs support;
Fuse replaced by sdcardfs;
Bootanimation multithreading.
04.06.2017 Prefinal 0.2:
Modem updated from madOS 7.1.2;
Improved ROM boot speed;
Improved bootanimation;
Improved GUI speed.
30.05.2017 Prefinal 0.1:
Modem rolled out due to troubles;
Improved battery consumption and performance in ramdisk.
29.05.2017 Prefinal:
All BT and audiohal changes rolled out;
Other modem is used now;
Updated ext4 & exfat drivers in Kernel;
Audio configs are taken from Sony C4.
Stables:
27.05.2017 Stable8:
Synced last LineageOS13 sources;
Android Security Patch Level: 01.05.2017;
Audio drivers updated to Android 6;
BT drivers updated to Android 6;
Greatly improved VPN;
More than 70 new backports in Kernel;
Now you can switch doubletap from Powermenu instead of selfwritten java function;
Improved egl in ROM.
23.05.2017 Stable7.3.1:
Fixed problems with BT enabling;
Audio hal is taken from Sony C4 Dual.
21.05.2017 Stable7.3:
Doubletap now can be switched off from Settings;
Different fixes in Kernel;
Using of other RIL libs;
Fixed bug with wrong call counter displaying.
06.05.2017 Stable7.2 fixed:
Fixed problem with r00t;
Multiwindow mode is back.
06.05.2017 Stable7.2:
Kernel compiled with gcc5.4;
Sound frequency 48kHz used now;
BT configs updated from Android N;
Now LineageOS13 use other modem;
BT vendor is cleaned from trash.
03.05.2017 Stable7.1:
Synced last LineageOS13 sources, probably, last time - LineageOS13 developers slow down its development;
BT MM drivers rolled out. If you want nice working BT, try to use 900Mhz modem (from NewUI 20151407 - Modem 5.1 v39p8 + BT + 4g.zip), this solves most of issues;
BG processes limit removed;
MTK updates for Kernel 3.10 included;
Android Security Level 01.05.2017;
Different problems with FMRadio fixed.
02.05.2017 Stable7:
BT drivers updated to Android MM (so, now only noise in headset while talking, this can't be done nor with current MM nor with N drivers due to obsolete official support);
Other small fixes.
29.04.2017 Stable6:
Wifi work improved;
Power profile updated;
Improved codec work;
Video recording fix (previously video recording starts from 2nd time);
Other media improvements;
Charge current now is 1000mAh max as it was before.
22.04.2017 Stable5.1:
Applications FC fixed (fixed issues with openssl, so, all apps, which uses openssl, now should work OK);
All graphic drivers, except mali, now compiled from sources;
Libgralloc_extra sources updated.
19.04.2017 Stable5:
Kernel updated;
Killer feature - fully working camera drivers from Xtreme 5.1.1 ROM, so camera now shoots like in Android 5. Now we have plans to greatly improve camera, who knows, maybe like in KK?);
WiFi drivers updated;
Ramdisk updated;
Mtk_agpsd fully working now.
15.04.2017 Stable4:
Kernel updated with more than 300 backports;
Alarm in off state now working;
Thunderquake engine implemented in Kernel, so vibro frequency now works;
Wifi patch from danielhk rolled out;
Improved sleep mode;
UniqueDeviceId & PersistentStorage implemented;
Android Security Level 01.04.2017;
Synced last LineageOS13 sources.
01.04.2017 Stable3:
Reverted back camera libs from XtremeROM, this solve camera problems in external apps;
Improved GUI performance;
Many fixes in Kernel;
Limit background processes to 5, this need to lower energy consumption;
Fixed some security vulnerabilities in Kernel;
Added WiFi Display;
Android Security Patch Level: 01.03.2017;
Cleaned from trash vendor, more binaries are compiled;
Now all VPN should work;
Power lib is taken from xen0n
Improved Doze mode;
mtk-kpd now parsed without errors and working.
26.03.2017 Stable2:
Fixed LiveDisplay lags;
Fixed security vulnerabilities in Kernel;
Some other fixes in Kernel;
Updated drm libraries;
H264 codec is back;
Updated videocodecs alsps 7.0
WiFi now skip empty SSIDs;
Fixed FMRadio - no more lags, drivers are taken from Lenovo;
Fixed Hall sensor by The M.A.D. Team stuff;
Added first steps to include SmartWake support, but it isn't working yet;
Doze mode is working!
Added LED lights menu;
Added onscreen buttons;
Energy consumption optimizations;
Updated ril libraries;
Added sensors calibration in engineering menu;
YGPS included;
Fixed modem mode for BT;
Camera now records using software codecs;
Open source drivers for lights, cci_lib;
Synced last LineageOS sources;
If you're experiencing camera issues in WhatsApp or similar apps - flash this patch;
Some other stuff we forgot to mention.
15.03.2017 Stable1.1:
Fixed buttons vibro, thanks romkit;
Kernel rebuild with uid_cpu_time support;
WiFi 5Ghz fixed, thanks to DeckerSu;
Added selection of WiFi 5Ghz in WiFi menu.
15.03.2017 Stable1:
Drm libs reverted back due to this https://code.google.com/p/android/issues/detail?id=206345 issue;
Fixed IMEI;
Included flag of fixing bug in egl;
Updated libfmcust.
14.03.2017 Stable:
Updated drm libs;
BT fixed, headset now working, calls now working;
Audio configs are taken from Lenovo;
Fixed FMRadio;
Engineering mode:
Changing BT now works;
You can edit cell frequencies only on SIM1;
Release Candidates:
13.03.2017 RC6:
Sources updated to android6_r79 (MOB31T);
Android Security Level: February 2017;
This build is user now, so no internal root, you must root this ROM manually;
Youtube now uses vp9 codecs, thanks to DeckerSU;
Fixed h264 codec, thanks to DeckerSu;
Fixed using only hardware codecs in system;
Kernel rebuilt with gcc 4.9.4;
Camera drivers used from TF Android Xtreme 5.1, we've almost get rid of M.A.D Team vendor;
Removed Lenovo charging flags from Kernel;
WiFi AP fix backported from Android 7 tree;
Improved fakeiccid from ferhungmtk.
08.03.2017 RC5:
Kernel updated to 3.10.105;
Kernel now supports bfq mode;
Kernel now supports sockets killing;
Hall sensor now works!
Custom power library for mtk;
Greatly improved ril, but LTE bug still exists, dunno how to fix it (
Initial support of FMRadio;
Implemented mtk color support;
Fixed wrong battery voltage displaying;
Kernel now supports exfat;
Other improvements;
Synced last ROM sources.
23.02.2017 RC4:
Optimized energy consumption;
Synced last firmware sources;
Youtube now uses only hardware codecs;
Fixed BT headset bugs;
Other improvements.
13.02.2017 RC3.1:
Device tree cleaned from prebuilt stuff, most libs are compiled from sources;
Fixed vibro problems, but vibro on hardware buttons still don't work. Added submenu in Sounds menu where you can set vibro strength;
Fixed RC3 regressions - missing IMEI and lags.
12.02.2017 RC3:
Synced last firmware sources;
Torch is working now;
Probably fixed device hangs when plugging headset;
Fixed third-party cameras work;
Only hardware video decoder used during video recording;
Removed camera libs from The M.A.D. Team;
Updated camera libs;
Deleted plenty of prebuilt binaries and libs;
Probably found battery drain - deleted logd;
Kernel rebuilt with plasma mobile config.
09.02.2017 RC2:
Synced last LineageOS sources (android6_r78);
Gyroscope is working now!
Android security updates - January 2017;
The M.A.D Team BT fixes rolled out - we're using Android 6 Kernel, so don't need those fixes;
Updated BT & audio configs;
Wpasupplicant now compiled from sources;
First steps to support plasma mobile (kubuntu with ability to launch linux & android apps).
31.01.2017 RC1.1:
All sensors are working now except gyroscope. Most likely gyroscope will never work on this ROM, because sensors blob from Android MM was built without gyroscope support and we don't have sources for this library. If you in need of gyroscope you shouldn't use this ROM;
Removed unnecessary to network things from Kernel;
MTK codecs updated to Android MM, cleaned trash from codec libs from Android LP;
FC in SpecialForcesGroup2 fixed;
Xposed most likely don't supported but you can try;
Zram added back in Kernel. Drive disabled by default. You can enable Zram from Kernel auditor.
27.01.2017 RC1.01:
Synced last LineageOS sources;
Reverted root out-of-the-box and apps multiwindow, so ROM is userdebug again, also this was made: http://lineageos.org/Update-and-Build-Prep/. I can't find any differences between userdebug and user builds;
Updated nvram blobs;
Updated sepolicy;
Kernel build with TTL support and other features for network;
Included feature "Disable internet sharing restrictions";
Removed menu WiFI Dsiplay in engineering mode because activity sources for this feature are absent, so engineering mode is fully working now.
25.01.2017 RC1:
All libem libraries are updated to Android MM, all drivers, vendor libraries, which were possible to update now from Android MM. Only camera libs and couple of other are from Android LP. This is the most close to the official Android MM build of LineageOS13/CM13 build for JiaYu S3.
Betas:
24.01.2017 beta5:
Fixed screen flickering on low brightness values;
Fixed BT in engineering menu - now it works;
Improved Doze mode from M.A.D. Team;
Changed default cpu governor to pegasusq, scheduler to FIOS in ramdisk;
Improved pegasusq governor;
Now ROM is legacy build for using OTA in future;
Updated rest RIL-libraries;
Improved BT (based on M.A.D. Team improvements);
Lights, bt-vendor & BT-drives updated to Android MM;
Various other improvements.
22.01.2017 beta4.11:
Kernel rebuilded with gcc5.3, it's better optimized for arm than gss4.9;
Kernel rebuilded without zram (consumes battery, not necessary on 3Gb RAM device);
User firmware (no root for example) instead of userdebug;
Compiled from sources liblighst;
Removed M.A.D Team fmradio, it should be compiled from sources;
Included xen0ns commits for Vold, hardware-legacy and tinyals repos.
21.01.2017 beta4.10:
Synced updated LineageOS sources;
RIL libs replaced by Zormax project, it should be better with cell.network, but, maybe, this is placebo. Although, never had any LTE disconnections;
Fixed bug with operator name;
ROOT removed from ROM, you should install SuperSU, next builds will be user instead of userdebug.
14.01.2017 beta4.9:
Kernel updated from 3.10.102 to 3.10.104;
Fixed battery drain;
Headset icon now displays in statusbar;
Mtkplayer now compiled from sources.
10.01.2017 beta4.8:
Unity-based games are working now;
Working audio changing in engineering menu;
Fixed camera hangs in HDR mode;
Audio drivers and sensor drivers taken from Lenovo;
Fixed light sensor;
Updated LineageOS sources;
04.12.2016 beta4.7:
Fixed sensors like gyroscope etc;
More libs are taken from Lenovo.
02.01.2016 beta4.6:
DRM libs are taken from Lenovo;
LineageOS sources updated;
Fixed rear camera video recording.
31.12.2016 beta4:
Moved to LineageOS sources;
Added Engineering menu based on Zormax sources (bt, wifi, audio don't works);
YGPS added;
Both cameras are working, but can't take HDR photos;
Added wheatley in Kernel.
22.12.2016 beta3:
libstport.so no more needed - almost all system libs are taken from Lenovo device tree, which based on MM;
Fixed hardware video decoding;
Fixed playing video in browser.
18.12.2016 beta2:
Moved to Lenovo Kernel v.3.10.102 with modified sources;
Ported governors fiops & pegasusq in Kernel;
Updated graphics drivers in Kernel & in userspace from r5 till r7.2;
Hw libraries from Lenovo;
Camera libs taken from Lenovo but they aren't working yet;
Audio libraries updated from M.A.D. Team Android 7;
libui_ext & libgui_ext also taken from Lenovo;
CM13 sources updated;
Security updates from December, 2016;
Camera don't working, FMRadio don't working, will be fixed later;
Removed libandroid_runtime.so workaround (libandroid_runtime.so now compiled from sources).
10.12.2016 beta1:
Custom Kernel, builded with gcc 4.9;
Fixed fc in Notification area when adding new QS;
Fixed fc when playing video in browser;
Add NTFS support;
Add NFS (Network File Systems) support;
Removed zram;
FMRadio fixed with @superdragonpt support;
WiFi & BT in Hotspot mode are working now;
04.12.2016 beta:
Synced newest sources from android_r74;
Removed all native libs from Maximum rom;
Fixed bootanimation lags;
SIM cards fully working now;
Working incoming calls;
Working 4G;
Critical bugs fixed;
Removed awful MTK debugger hanging apps on start;
Build instructions
Download official sources;
Download device tree;
Download https://github.com/sandstranger/android_device_jiayu_s3_h560/blob/cm-13.0/mtk.xml;
Move to .repo/local_manifests;
Sync sources;
Build;
Get almost working ROM.
It should be better to just rename our mad cm13 ROM.zip
That's exactly what a Spanish user also did with "his" cm13 pseudo ROM
Considering the amount (if not all the critical base things ) are all prebuilt... From Mad cm13
There's even frameworks that where simply copied from MAD cm13
In the end, it's just another port
There's a lot of things that he could /should be building
A huge part of the source code used from xen0n , so it should be called xen0n cm13 , not Mad cm13
@superdragonpt, whats the problem?
You have credits in thanks to.
Some part of this ROM was used from your CM, huge amount - from xen0n, all is right with that.
Besides, you're also using xen0n sources, do you?
So, why do you saying that it is your renamed ROM? Please, clarify that more detailed.
Also port it is something that wasn't build from sources - just changed some files. This ROM is build from sources. So?
Borizzz said:
@superdragonpt, whats the problem?
You have credits in thanks to.
Some part of this ROM was used from your CM, huge amount - from xen0n, all is right with that.
Besides, you're also using xen0n sources, do you?
So, why do you saying that it is your renamed ROM? Please, clarify that more detailed.
Also port it is something that wasn't build from sources - just changed some files. This ROM is build from sources. So?
Click to expand...
Click to collapse
because device tree and part of firmware used from them , but I am not android developer , so I can not used my own device tree ,and if this is so critical, I can delete all binary files and this firmware
@sandstranger, hmm, device tree is free for all (opensource) as it was published here. Anyone can use this device tree freely in their projects with credits to The M.A.D. Team. So. I don't see any problems in this case. Nobody says that this is his own device tree, all credits added.
I don't see any problem.
Xen0n?
We don't use nothing from him,lol
That's a different approach, we don't hack SE or nothing like that (example)
sandstranger said:
because device tree and part of firmware used from them , but I am not android developer , so I can not used my own device tree ,and if this is so critical, I can delete all binary files and this firmware
Click to expand...
Click to collapse
Nothing wrong ,you got me wrong
I'm saying, the use of so many prebuilt things from MAD ROM on his Vendor is very bad.
For example , why including framework parts??
I mean, there's at least a bunch of blobs that should be compiled ( will compile)/just fine
In the end, all that's important to make the ROM boot, important things/Fix's
Its all prebuilt
@borizz that's why I said "port"
Libs (blobs) are prebuilt (copied) from cm13 MAD
Understand ?
Simple
cheers
sandstranger said:
A huge part of the source code used from xen0n , so it should be called xen0n cm13 , not Mad cm13
Click to expand...
Click to collapse
Everything device specific is prebuilt from MAD,not from xenon
I would love seing you even trying to boot the ROM, without all the prebuilt things you used from MAD...
(You wouldn't )
Not a critique, I'm just saying...
Why saying " source built ROM" when the most important is all prebuilt?
For me that's my point really
Other than that, nice to see community involvement
Good luck
Ok , I understand it now
Borizzz said:
@superdragonpt, whats the problem?
You have credits in thanks to.
Some part of this ROM was used from your CM, huge amount - from xen0n, all is right with that.
Besides, you're also using xen0n sources, do you?
So, why do you saying that it is your renamed ROM? Please, clarify that more detailed.
Also port it is something that wasn't build from sources - just changed some files. This ROM is build from sources. So?
Click to expand...
Click to collapse
Hard to explain for someone that doesn't build Android
(Not a critique )
He built a "generic" cm13 from source, that is correct...
But what he actually buit, would never work, it even would never boot on our device, without the huge amount of libs ,etc that where just copied.
Its fundamental a "port" .
Nothing about "credits " or so, just explaining it to you.
For the normal user, this is very misleading
Still nice to see this
At least he did some work... And actually partially compiled some things
What's the problem with FMradio, you need some help?
Did you try using just the prebuilt Mad fmradio.app?
You can add it to your device, using a platform signature + the relevant "libs" we built to fire it up.
Let me know
@superdragonpt, thank you ,we really appreciate your help.
Just to be clear - no one from us tries to steal your work or somehow say that we're 1337 developers, no.
Thank you again for explanation and help.
Borizzz said:
@superdragonpt, thank you ,we really appreciate your help.
Just to be clear - no one from us tries to steal your work or somehow say that we're 1337 developers, no.
Thank you again for explanation and help.
Click to expand...
Click to collapse
Nothing about "credits" or steal work at all
I'm actually saying that there's a lot of things that could /should be built without problems on his CM13
I'm actually offering my help to help fix the fmradio on his cm13...
If I didn't like him, I wouldn't say it
But this is MM, we have been working on 7.x builds, so a lot has changed.. Ever since ( thank google )
superdragonpt said:
It should be better to just rename our mad cm13 ROM.zip
That's exactly what a Spanish user also did with "his" cm13 pseudo ROM
Considering the amount (if not all the critical base things ) are all prebuilt... From Mad cm13
There's even frameworks that where simply copied from MAD cm13
In the end, it's just another port
There's a lot of things that he could /should be building
Click to expand...
Click to collapse
@superdragonpt
The work of the MAD team is very good, but the team's responses to other developers (professionals, amateurs or novices) are always abrupt or impolite. Please do not reproach other people's work, do not write complaints and scorn. It helps to get a better job. Help and teach the way to other developers. We will all thank you more. It helps to teach because other OS developers also taught you. Helping the community is also a job of the MAD team. Listen to my words .... please ..... thank you
---------- Post added at 08:22 PM ---------- Previous post was at 08:20 PM ----------
superdragonpt said:
Nothing about "credits" or steal work at all
I'm actually saying that there's a lot of things that could /should be built without problems on his CM13
I'm actually offering my help to help fix the fmradio on his cm13...
If I didn't like him, I wouldn't say it
But this is MM, we have been working on 7.x builds, so a lot has changed.. Ever since ( thank google )
Click to expand...
Click to collapse
This already seems a good answer. An educated and conciliatory response. Thanks again
FMRadio fixed now.
Will be included in next release.
UPD: fixed video in browser.
hey guys, im bored of RC5, but I seriously want Marshmallow because Xposed is available for it and 7.1.1 stable 4 has a few bugs I assume. my s3 doesn't go on 3g and is on 4g or 2g.
So, I wish someone would enable exfat in AICP11 till xposed is available on 7.1.1 or which ever newest build arrives during that time.
New build1 arrived just in time
Check changelog in 2nd post of this thread
Borizzz said:
New build1 arrived just in time
Check changelog in 2nd post of this thread
Click to expand...
Click to collapse
Congratulations for the dev!
Enviado desde mi S3 mediante Tapatalk
Can you do something with cast please? Miracast....for example?
asto63 said:
Can you do something with cast please? Miracast....for example?
Click to expand...
Click to collapse
Sory, my failt. Its working now.
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
It 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
This thread is for Unofficial LineageOS 14.1 builds for ha3g (SM-N900). The following will not be supported here:
Custom kernels
Mods
Xposed
I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot
Ha3g Downloads folder
Older Builds:
03/27/17 build
03/09/17 build
Audio Crashes fix for 03/09/17 build
02/19/17 build
02/09/17 build
02/07/17 build
02/03/17 build
01/31/17 build
01/26/17 build
01/18/17 build
01/16/17 build
01/07/17 build
12/27/16 build (CyanogenMod 14.1)
Google Apps:
http://opengapps.org/
Want Root access? Flash this!
LineageOS SU Addon
Flahed the SU Addon and now you want to remove it? Flash this!
LineageOS su addon Remover
04/29/2017
*In call volume has been properly fixed!
*In call mic mute has been fixed!
*Dropped Substratum support
*SELinux policy has been fixed (Kernel is permissive, but it can go enforcing without issues)
*Lots of under the hood changes!
*Updated to 7.1.2
*Built with up to date LineageOS sources
Older Changelog:
03/27/2017
*KeyDisabled is fixed! The hardware buttons do not turn on when the navbar is enabled anymore.
*HUGE RIL REWORK. Lots of fixes and stability improvements for telephony.
*Audio Has been tuned:
*Speaker sound is a bit higher,
*Headphone volume was normalized, it was to high, overdriving the channel.
*Microphone crashes have been solved
*Built with up to date LineageOS sources
03/09/2017
*New feature: One handed mode
*New feature: Keypad disabler! Disabling the keypad will enable the navbar.
*CM File Manager is gone!
*Sdcardfs has replaced fuse. 3 times faster read/write speeds!
*New mali GPU driver (r7p0 from MM release, great performance!)
*GPU OC up until 600mhz with the new driver
*Few fixes to the gpu driver
*Half of the camera HAL has been open sourced! (more stable, better support)
*Camera media sharing works properly now (Instagram, Snapchat, etc)
*Wifi Stability fixes
*The Samsung Power HAL has been fixed (more responsiveness without compromise)
*The S-PEN can now click the keypad buttons!
*Rootless Substratum Support! Rom was updated for the new substratum app!
*March security upgrade applied
*Built with up to date LineageOS sources
02/19/2017
*RIL: Stability Improvements
*Fixed potential reboot scenarios while on a call
*Fixed WiFi calibration (It is more stable now)
*SamsungDoze: Screen WILL NOT wake up on significant motion anymore
*Minimum screen brightness lowered a bit
*Media Volume steps have been doubled
*Added full OMS7 support and Masquerade app for substratum
*This build fully support substratum theming!! See instructions on post #3
*Built with up to date LineageOS sources
02/09/2017
*Fix for Bluetooth Audio reproduction
*MSAA not forced anymore, causes troubles
*Fixes for ril (the modem was not defined right, plus some changes in libril). This fix results in:
*RIL: Signal Strenght reported properly now
*RIL: No more mobile data problems
*RIL: Fixes for memory leaks
*RIL: More stability improvements
*Optimizations for the Graphics 2D driver (smoother system, more battery friendly)
*Fixes for codecs: ffmpeg sw codecs work now
*Some fixes on bionic (should improve overall system stability)
*Built with up to date LineageOS sources
02/07/2017
*Fixed bad quality on the camcoder
*Fixed problems with Android Auto
*Everything that uses the AVC/h264 encoder will work well now
*Wifi: more kernel stability patches
*Built with up to date LineageOS sources
02/03/2017
*Wifi Hotspot is fixed!! It works now!
*Stability improvements for wifi (fixes for potential wifi crashes)
*Live Display RGB tunning fixed!
*Under the hood: Stability patches for kernel
*Built with LineageOS source synced and up to date
*ROM Tagged as Stable from now on
01/31/2017
*Video Zooming issue is fixed! Now videos scale properly!
*Under the hood changes: gralloc has been updated
*New LineageOS recoder included!
*Built with LineageOS source synced and up to date
01/26/2017
*AudioFX is back! And now it works!
*Some fixes and improvements for noise cancelation
*New notification LED capabilities: you can also now choose the color of the LED!
*CPU Governors: Interactive has been tuned for better battery life
*Under the hood changes: Codecs are built from source now
*Under the hood changes: Camera Improvements (Color mode was upgraded)
*KERNEL: Fixed a race condition in the scheduler that could lead to random reboots
*New root method! New LineageOS SU Addon Packages in OP to download
*Built with LineageOS source synced and up to date
01/18/2017
*Fixed a bug that prevented ambient display from waking the screen to pulse
*Enabled the Significant Motion sensor for doze
*Fixed the Recents Apps transparent bar glitch
*No more root access by default. You are gonna have to flash it now!!
*New LineageOS Bootanimation!
01/16/2017
*Fixed auto-rotation!
*Some fixes on bionic (Will improve overall system stability)
*AmbienDisplay has been fully moved to the screen section where it belongs
*KERNEL: Fixed GPU governor table (will increase performance, improve stability)
*KERNEL:GPU OC up to 667mhz is possible now (533mhz is the default max freq)
*KERNEL:GPU control interface added for clocks, powerpolicies, thermals and voltage
*DeathlyAdiutor was updated. Now it includes fragments to control the new GPU kernel nodes.
*DeathlyAdiutor: fixed the gpu usage statistics. Yes, they were broken!
*LINEAGE: New setup wizard and a couple more things rebranded
01/07/2017
*Rebrand to LineageOS
*Fixed microphone recording (everything that uses the microphone will work from now on)
*Camcoder works now
*Fixed DRM content reproduction
*Fixed In Call Volume (reworked old safared fix)
*ScreenCast should work with sound now!
*Updated Samsung Doze for nougat
12/27/2016 (Cyanogenmod 14.1)
*Initial Release
*Sharing videos on apps like WhatsApp or Snapchat does not work.
*You tell me!
Other issues?
Before posting in this thread, make sure of a few things:
You used the search function of the forums.
If you are the only one having a problem. Boot into recovery, wipe data/factory reset, reflash the rom/gapps and nothing else. Boot up and see if the problem persists.
Make sure your post is relevant to this thread.
Logs! You can use this: https://play.google.com/store/apps/d....tortel.syslog
@UpInTheAir for his kernel magic and misc fixes
@crpalmer (for picassowifi device and kernel gits)
@eousphoros (for his work on klimtwifi)
@nvertigo67 (for his work on chagallwifi)
@Nexorrr (for his work on chagalllte)
Exynos5420 Dev Team (@deadman96385 @thompatry @ZakooZ @Orion116 @mosimchah
@joshndroid @Andmoreagain @thermskin, @javelinanddart, @tincho5588)
Source Code:
Kernel
https://github.com/exynos5420/android_kernel_samsung_exynos5420/tree/cm-14.1
Device Tree
https://github.com/exynos5420/android_device_samsung_ha3g/tree/cm-14.1
XDA:DevDB Information
[7.1.x|SM-N900| Unofficial LineageOS 14.1 (ha_3g), ROM for the Samsung Galaxy Note 3
Contributors
tincho5588, tincho5588
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
Based On: LineageOS
Version Information
Status: Stable
Stable Release Date: 2017-02-03
Created 2016-12-27
Last Updated 2017-04-29
Reserved
Kernel Info:
M Kernel base from the Galaxy Tab S
CPU Voltage Control
CPU OverClock/UnderClock (Up to 2.1GHZ)
MIF/INT Voltage Control
Wolfson Sound Control (No Yamaha support)
UKSM instead of KSM
Added the following IO Schedulers: fifo, fiops, sioplus, tripndroid, vr, zen, bfq (Default)
Full f2fs support updated off the mainline (Stock cm kernel has limited support)
Modified Thermal Throttling temperatures for all devices so hopefully they won't get as hot
Exynos thermal exposed to sysfs
Android Logger disabled by default can be enabled over sysfs
WQ power efficient workqueues (Still need to apply in more places)
Frandom Support
Readahead bumped to 256 from 128
Max77803 charger control interface
Input boosters control interface
Root Access and Theming Guide
Want Root access??
Just flash with TWRP the LineageOS SU Addon zip file found on the download section... Flash it after you have flashed Google Apps!!!
Then enable the developer options menu with this guide:
To enable Developer Options, open the Settings screen, scroll down to the bottom, and tap About phone or About tablet.
Scroll down to the bottom of the About screen and find the Build number.
Tap the Build number field seven times to enable Developer Options. Tap a few times and you’ll see a toast notification with a countdown that reads “You are now X steps way from being a developer.”
When you’re done, you’ll see the message “You are now a developer!”. Congratulations. Don’t let this newfound power go to your head.
Tap the Back button and you’ll see the Developer options menu just above the “About Phone” section in Settings. This menu is now enabled on your device—you won’t have to repeat this process again unless you perform a factory reset.
Now go into the developers options menu and find the option to enable root access!!
Flashed the SU Addon and now you want to remove it from your phone??
Just download the LineageOS SU Addon remover and flash it with TWRP...
Excellent...
New year gift...
No words to explain happiness
Sent from my SM-N900 using XDA-Developers mobile app
first one !!LOL
TNX Martin
so it is the beta , is DA supported ??
As usual downloading first...
Thanks allot sir
Sent from my SM-N900 using XDA-Developers mobile app
downloading...
5 min to finish
booting...
pedy6990 said:
downloading...
5 min to finish
Click to expand...
Click to collapse
good for u man. my net is like snail. 3h to download
RYAN SHAY said:
first one !!LOL
TNX Martin
so it is the beta , is DA supported ??
Click to expand...
Click to collapse
DA is shipped with the rom... same as with CM13...
Under my point of view, it is fully stable... I labled it as beta until u guys test it and tell me everything is OK... that is the only reason...
RYAN SHAY said:
good for u man. my net is like snail. 3h to download
Click to expand...
Click to collapse
I'm also in ur country, khubi?
tnx for hard working and keep a live our Note 3 N900. if u have good Internet with Unlimited Size ( or Volume Whichever was true. ) tell us rom is Stable or Not ( Just to be sure. because i dont have Unlimited net. and if only have incall volume bug i download it ).
pedy6990 said:
I'm also in ur country, khubi?
Click to expand...
Click to collapse
tnx bro , I am fine.
lets stick to the thread and not to make Mods angry.
any work u had with me just pm me.
rasoulia said:
tnx for hard working and keep a live our Note 3 N900. if u have good Internet with Unlimited Size ( or Volume Whichever was true. ) tell us rom is Stable or Not ( Just to be sure. because i dont have Unlimited net. and if only have incall volume bug i download it ).
Click to expand...
Click to collapse
It is fully stable... only bug i found was the in call volume patch... I use it as daily driver...
Everything is there on OP!
tincho5588 said:
DA is shipped with the rom... same as with CM13...
Under my point of view, it is fully stable... I labled it as beta until u guys test it and tell me everything is OK... that is the only reason...
Click to expand...
Click to collapse
so it seems to be really stable. I dont know what to say.
i just have this last query , maybe its like a dumb Q , Are all of the change logs of MM included in this rom too ??
Thank you my brotheeeeerrrr.... ???
Yeah it was really stable. Fast, without laggy.
Zud bezan download arzeshesho dare. @rasoulia
tincho5588
You AMAZING DEVeloper! Thank You & Happy New Year! :victory:
Thanks my dear friend! Our device support vulkan api?
Thanks man.... Working great..... A very happy new year to you.... Keep up the good work....
Sent from my SM-N900 using XDA-Developers mobile app
Darkphyx said:
Thanks my dear friend! Our device support vulkan api?
Click to expand...
Click to collapse
No... Opengl 3.1
RYAN SHAY said:
so it seems to be really stable. I dont know what to say.
i just have this last query , maybe its like a dumb Q , Are all of the change logs of MM included in this rom too ??
Click to expand...
Click to collapse
Yes sir! All the work done in cm13 is inhereted here! That is why it was so important to polish MM...