[ROM][Unofficial]CyanogenMod 13 for L7II - LG Optimus L3 II, L5 II, L7 II, L9 II

CyanogenMod 13 is a free, community built, aftermarket firmware distribution of Android 6.0.x (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards, dead cats,
* thermonuclear war, or you getting fired because the alarm app failed.
* YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will break it! :P
* Act accordingly
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All bug reports that don't meet this conditions will be ignored:
You have the kernel provided in the zip file
You made a clean flash and didn't restore anything
You made a detailed review of the problem
You provide a logcat in a .txt file (Search on internet)
You provide dmesg or last_kmsg if it is a kernel panic (Search on internet)
I AM NOW IGNORING EACH AND EVERY SUBMIT WITHOUT THOSE. BUGS REPORTED IN NOT WORKING ARE ALSO IGNORED
What's working :
Booting
Graphics Working
Internal Storage
Flashlight
Speakerphone
LED
Sound (fixed A2)
External Storage (fixed A2)
GPS (fixed A2)
Camera (fixed B1)
Wi-FI (fixed B1)
RIL (fixed B1)
Sensors (rotation, compass, accelerometer) (B1)
Bluetooth
What's not working :
NFC (No open sourced HAL and LG uses proprietary, will not be fixed)
Strange problem with Video Playback in Browser (gallery works just good) => Use UC Browser
Instructions :
Reboot to TWRP 3
Make a full wipe (/system, /data, /cache, /dalvik-cache, /dalvik, all caches) FULL. Do not report not working if you don't do this. VERY IMPORTANT STEP
Flash the CM13 zip
Flash 4 buttons zip if you have dual-sim
Flash Gapps (if you want but DO NOT REBOOT AFTER FLASHING CM13). I really recommend pico
VERY IMPORTANT DO THIS EXACTLY LIKE HERE: connect phone to PC in recovery after flashing is done, go to "Mount" in main menu and tick "system" after that do this in ADB
Code:
adb shell rm /system/lib/libjni_latinimegoogle.so
Reboot to system
Google instalation will take a bit. DO NOT REBOOT
Downloads :
Old downloads:
cm-13.0-20160311-UNOFFICIAL-vee7-A1.zip
cm-13.0-20160311-UNOFFICIAL-vee7-A2.zip
cm-13.0-20160327-UNOFFICIAL-vee7-B1.zip
cm-13.0-20160329-UNOFFICIAL-vee7-RC1.zip
Latest:
cm-13.0-20160330-UNOFFICIAL-vee7-RC2.zip
For Dual-Sim flash this after ROM:
four_button_B1.zip => use the same for all releases for Dual Sim.
Gapps: Go here http://opengapps.org/ and download ARM->6.0->pico
NOTE: I never asked money and never will. But the people that just say I will donate on date x. Well I honestly don't like that kind of lies. You want to get my coffee. I really enjoy it and I am thankful for that. If you just say words without any meaning well...
If you want me to continue working on this project and you like my work consider the coffee here :good: :
Thank you to all donators :
@vlmaxx (The reasons why there is cm13)
@nick37332001
Credits:
JSR D9 team -> RIL fix
@PecanCM -> I am using his open source BMC050 sensors daemon with modifications
@chil360 -> kernel fix for wi-fi and data
Sources:
kernel: https://github.com/Cyanogenmod13Vee7/lge-kernel-lproj
device: https://github.com/Cyanogenmod13Vee7/android_device_lge_vee7
vendor: https://github.com/Cyanogenmod13Vee7/android_vendor_lge_vee7
XDA:DevDB Information
CM13vee7, ROM for the LG Optimus L7 II
Contributors
neutrondev
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Need to be on latest TWRP 3
Based On: CyanogenMod
Version Information
Status: Stable
Created 2016-03-11
Last Updated 2016-03-11

Reserved
Changelog:
11.03.2016 -> A1
first release
13.03.2016 -> A2
audio is fixed
random reboots are gone
camera starts but breaks (with OpenCamera)
gps works (will take tones of time to fix because of sensors not working and internet not working)
external-sd works (I don't know about sd as internal, so adaptable)
bluetooth starts, crashes on share
27.03.2016 -> B1
Camera fully working (video + picture + pause mode (first ever))
Vendor init (you will get the correct model number + DS or single depending on your model)
P713 bootloops are gone
Sensors fixed (accel, magnetometer, rotation, proximity)
RIL working (both single and dual) + Data
Wi-Fi fixed
Updated to latest CM sources
System is now mounted as read/write at start
Performance improvement
29.03.2016 -> RC1
Kernel is now compiled with UBERTC 4.9.
Fixed permission issue (photos on sdcard + music FC)
Gapps fixed
30.03.2016 -> RC2
Fixed bluetooth

Reserved
Frequently Asked Questions and Fixes: IF YOU DON'T READ HERE FIRST AND WHAT YOU ASK IS HERE I WILL IGNORE IT
1. Developer options, do we have that?
Yes. Go to About Phone in Settings and Tap Build Number 7 times. Go back and go in Developer options.
2. Why can't I find root? Do we have root etc?
Yes. Go to About Phone in Settings and Tap Build Number 7 times. Go back and go in Developer options. You have an option called Root access. Select what you want from it.
3. When I connect the device I always get Charger Mode and no MTP. What can I do?
There is no current way from source to set MTP as default. This is CM13 related. When you are connected on USB scroll down for notifications and you will see "USB for charging". Tap that and select "File transfers".

neutrondev said:
In the works:
This project is extremely hard. Why? Android 6 changed the way a lot of stuff works. On other boards it can be easier to get this for msm7x27a. Not for us. Their stuff needs RE.
Camera -> we will get this to work somehow because it uses same sensor as Nexus 4; I am already working on updating the stuff
Sound -> I am using Huawei stuff but of course LG uses custom routing not stock CAF library; This is also in works
Bluetooth -> I have NO idea about why it crashes
Wlan -> the way Wlan is managed is different; we get a connection but we don't have INET; If this is driver related we are in big trouble
Sensors -> sensord needs RE;
Video Playback -> it works ok on videos in the phone but I couldn't test on internet (no internet)
RIL -> I would like some help here I am a total NOOB in Java and Radio Layer
Click to expand...
Click to collapse
thank you!!! Can you please at least try to fix nfc?

nick37332001 said:
thank you!!! Can you please at least try to fix nfc?
Click to expand...
Click to collapse
Well NFC is rather hard (old driver) and I don't think the work is worth it.

Hello! Congratulations for the ROM!
Which versione of LG L7 II is compatible?
LG L7 II (P710 / P713 / P714)
LG L7 II Dual (P715 / P716)
Both?! Thank y

pickmod said:
Hello! Congratulations for the ROM!
Which versione of LG L7 II is compatible?
LG L7 II (P710 / P713 / P714)
LG L7 II Dual (P715 / P716)
Both?! Thank y
Click to expand...
Click to collapse
As I told you in the L3 II thread, any restrictions regarding specific device models would be mentioned either in the title or somewhere down in OP. As you can see:
- the title says L7 II - all models will be supported
- no specific models mentioned anywhere in OP - all models will be supported
neutrondev already said once that CM13 has native dual sim support so dual sim models recieve support. The difference between P710, P713 and P714 is probably only NFC, which the guy obviously doesn't want to tackle for obvious reasons - HE WORKS ALONE - CM13 will work on those models regardless.
And as I said in the L3 II thread(again), read carefully. The answers to most of the questions are common sense.

pickmod said:
Hello! Congratulations for the ROM!
Which versione of LG L7 II is compatible?
LG L7 II (P710 / P713 / P714)
LG L7 II Dual (P715 / P716)
Both?! Thank y
Click to expand...
Click to collapse
What the guy under you answered . If it says L7 II then it's for all the series.

Worked crazy today. 12 Hours.
Bluetooth semi-fixed
GPS fixed
External-sd as you can see in the picture is fixed
Sound fully fixed
{
"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"
}

neutrondev said:
Worked crazy today. 12 Hours.
Bluetooth semi-fixed
GPS fixed
External-sd as you can see in the picture is fixed
Sound fully fixed
View attachment 3680812
Click to expand...
Click to collapse
Nice work!
Could you update link to download and changelog?

neutrondev said:
Worked crazy today. 12 Hours.
View attachment 3680812
Click to expand...
Click to collapse
A cup of coffee will not be superfluous .

kamil79123 said:
Nice work!
Could you update link to download and changelog?
Click to expand...
Click to collapse
I am just human mate . I need sleep, relax time, I have collage and I am making this for all of you (I have a G3 as my daily driver). Be sure I post them as soon as I can.
vlmaxx said:
A cup of coffee will not be superfluous .
Click to expand...
Click to collapse
Thank you.

@neutrondev Thanks for your work, you are awsome ! Can you publish github source ?
I download and test it

#Vangreen said:
@neutrondev Thanks for your work, you are awsome ! Can you publish github source ?
I download and test it
Click to expand...
Click to collapse
https://github.com/Cyanogenmod13Vee7

Dont boot on my LG full wipe, i try twice but bootlop on CM logo :/
TT || LG F70

#Vangreen said:
Dont boot on my LG full wipe, i try twice but bootlop on CM logo :/
TT || LG F70
Click to expand...
Click to collapse
The annoying mount bug from cm12.1 just on some devices. Will be fixed next version. Development is stopped for some time because of busy weeks coming.
CAMERA fixed. Updated version this week.

i cant thank you enough man , great work ....i cant wait for the beta version :good::good::good:

http://opengapps.org/
Pico package works fine as far as booting goes, but it takes almost forever to optimize the 15 apps. Don't worry if optimizing gets stuck on the 10th app, it just takes a while. The package doesn't appear to be causing issues but until we get working wi-fi/mobile data we can't be sure about it.
This is on the P710, full wipe, gapps are flashed right after flashing the rom and wiping dalvik/cache.

Its possible to update prima drivers @neutrondev

CM13 not work in the lg l7ll is giving the logo cm
Sent from my M4 SS1070 using XDA Free mobile app

Related

[ROM][4.4.2][kk]P760/P765/P768]MIUI V5-Single and Multi Language

{
"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"
}
MIUI V5 ROM 4.7.18/4.7.19 (4.4.2) for P760/P765/P768
​
Proudly presented, MIUI V5 Kitkat edition.
This is what you waiting for, MIUI on Android Kitkat 4.4.2. Big thanks to XDA Recognized Themer ZduneX25, without his help, I never make it booted, and with his help too, simcard issues has been fixed.
This ROM comes with single (4.7.18) and multiple languages (4.7.19) and L9 is the second dual-core device that running MIUI v5 base on Android Kitkat
Don't use any kernel without modifications.
Keep in mind that MIUI requires a lot of RAM, and as
such you might find that "clearing" memory is often
needed.
Features
- Base on CyanogenMod 11 by dhiru1602
- Disable sdcard emulate
- HD Video Recording
- GPS tweak
- Battery tweak
- Viper4Android (multi language only)
- Compass
- Torch
- SuperSU (Single language only}
- and more...
Download
Single Language
Multi Language
Gapps
Mirror Links for Gapps and CWM 6.0.4.8
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 : Coming from the other rom
- Go to recovery (please use cwm v6.0.4.8)
- Go to option mount and storage
- Format system, data, and dalvik cache
- Wipe data, cache and davlik cache
- Flash ROM
- Flash Gapps
- Reboot
- Installation instructions : Update the new build
- Go to recovery
- Wipe cache and dalvik cache
- Reboot
Credits :
@Nasheich Xfiles : For keep porting ROMs
@ZduneX25 : for giving me clues to make it booted and fixing simcard issues
@dhiru1602 : For base ROM
MIUI team : for the great ROM
@santajin : For ported ROM
- zhuhang <for viper4android>
- viper4android website
XDA:DevDB Information
MIUI V5 Kitkat version, ROM for the LG Optimus L9 P760, P765, P768
Contributors
Nasheich Xfiles, ZduneX25
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
ROM Firmware Required: Unlock Booloader With Custom Recovery Installed
Based On: Cyanogen Mod 11.0
Version Information
Status: Stable
Current Stable Version: 4.7.18
Stable Release Date: 2014-01-08
Created 2014-07-23
Last Updated 2014-09-03
Banners and Screenshots
First booted Screenshots
Screenshots
Tips and tricks
This post tips and tricks relating to this unique rom
1. Can't download large apps/games from play store
Solution :
> In menu, click "Tools", then choose "Download"
> Click setting icon
> Then set "Data usage prompt" to unlimited
2. Change lockscreen to Pattern, Pin or Password
Solution :
> Open Settings>Security & Privacy>Screen Security>Screen Lock
> Draw "Pattern" lock as you like, or if you want another lock screen security, choose "More screen locks" below the "Pattern" Code
> Then click "Disable swipe screen" below "Screen Lock" option
3. Video tips and tricks watch here
More tips and trick will comes, if you have it, share here...
Changelog
Changelog
August, 05 2014
> Update to MIUI 4.7.19
> Re-ported from MIUI for Samsung Galaxy S3(another
breaking rules of porting)
> Multi language
> WiFi hotspot working
> Viper4android
> New default wallpaper
> Faster than previous build/single language
> and more...
August, 01 2014
> Many bugs fixed from previous build(no need to flash MIUI Patch X1)
- Simcard
- WiFi
- Bluetooth
- GPS
- Sensor
- Vibration
- And many more bugs fixed
> Added Super SU
> Added Google Keyboard
> Added some tweaks
- Battery tweak
- GPS tweak
July, 24 2014
- Initial release
Click to expand...
Click to collapse
What's Working
- It's booted
- Simcard
- WiFi
- WiFi hotspot/tethering(not working on single language)
- Bluetooth
- GPS
- Almost everything
Not Working
- Music stop if you pressing lock/power button
Solution : Restart device
- You tell me
My phone is ready again...
Stock V20p ROM / LG Optimus LGP760 / Tapatalk Pro
Link added for beta tester..
Try and report what's working and not...
There is a problem in Sim and wifi no detected LG P768
I hope to solve the problem
----*****-----
JulianJenner said:
My phone is ready again...
Stock V20p ROM / LG Optimus LGP760 / Tapatalk Pro
Click to expand...
Click to collapse
Hey congratulations..!!!! :victory::victory: how it will come back to life.... what exactly is the fault...
Codeplex said:
Hey congratulations..!!!! :victory::victory: how it will come back to life.... what exactly is the fault...
Click to expand...
Click to collapse
Last day my phone has not found s/w upgrade mode, recovery mode, absolutely nothing...and my pc not install correctly LG drivers. Today my phone found s/w mode (??? I don not understand ???), and I asked for a notebook. And successfully alived my phone with LG G2 auto offline method...I think due to the TWRP 2.7.1.1 (by Artas)! Other people also caused problems with this build. I went back to the old version 2.6.1.0
And now...for Something Completely Different (Monty Python)
I am going to NEW MIUI
chanbi amine said:
There is a problem in Sim and wifi no detected LG P768
I hope to solve the problem
Click to expand...
Click to collapse
Thanks for your feedback,
please test it deeply, and please edit your post and use "HIDE" on images/screenshots
Sadly, but hope dies last...
Nasheich Xfiles said:
Thanks for your feedback,
please test it deeply, and please edit your post and use "HIDE" on images/screenshots
Click to expand...
Click to collapse
YEAH! Unfoortunately I confirm this.
No phone signal and network.
No WIFI connection.
Unfortunately, Themes has stopped warning after every reboot.
No default Keyboard (for me) after flashing.
There is nothing to test
I need that anyone can get me by phone during test.
I nedd that I can browsing on net during test.
JJ
You write me what I test before I turn back to SONIC...
JulianJenner said:
YEAH! Unfoortunately I confirm this.
No phone signal and network.
No WIFI connection.
Unfortunately, Themes has stopped warning after every reboot.
No default Keyboard (for me) after flashing.
There is nothing to test
I need that anyone can get me by phone during test.
I nedd that I can browsing on net during test.
JJ
You write me what I test before I turn back to SONIC...
Click to expand...
Click to collapse
Don't worry, this build is just a preview for peoples that want to know what MIUI looks like on Android Kitkat, it's not that i can't fix all those bugs, next release will got simcard, wifi and the other things works just like all my ROMs
And next build released soon...
Nasheich Xfiles said:
Don't worry, this build is just a preview for peoples that want to know what MIUI looks like on Android Kitkat, it's not that i can't fix all those bugs, next release will got simcard, wifi and the other things works just like all my ROMs
And next build released soon...
Click to expand...
Click to collapse
Man!
Do not apologize!
We have to thank you!
I wrote the test results.
The following will be perfect ...
I hope so...
To fix WiFi you have to create necessary files yourself.
where to go: https://github.com/zdunex25/patchrom_l9/blob/jellybean42/build_miui.sh#L43
files: https://github.com/zdunex25/patchrom_l9/tree/jellybean42/other/extras/misc
and lines in updater-script: https://github.com/zdunex25/patchrom_l9/blob/jellybean42/other/updater-script-rom#L145
To fix gsm you probably simply need nexus 5 lib (since we all did): https://github.com/zdunex25/patchrom_m0/blob/kitkat/makefile#L57 and file itself: https://github.com/zdunex25/patchrom_m0/blob/kitkat/other/libsqlite.so
In my test i got some more bugs.Like,
1.In notification toggle setting button not work.
2.Notification is not showing in toggle,like if i play music then music widget not showing or if i take screen shot then screen shot notification also not showing
3.Lockscreen also not working in my test.(Example- pattern lock and swipe to unlock not working)
4.Camera also not working
5.App transition is also a bit laggy.
Thanks for new rom ,I hope next release will be more stable.
AboutVikas said:
In my test i got some more bugs.Like,
1.In notification toggle setting button not work.
2.Notification is not showing in toggle,like if i play music then music widget not showing or if i take screen shot then screen shot notification also not showing
3.Lockscreen also not working in my test.(Example- pattern lock and swipe to unlock not working)
4.Camera also not working
5.App transition is also a bit laggy.
Thanks for new rom ,I hope next release will be more stable.
Click to expand...
Click to collapse
The camera worked for me on LG-P760.
The rest did not test.
JulianJenner said:
The camera worked for me on LG-P760.
The rest did not test.
Click to expand...
Click to collapse
When i open camera app,i got storage issue then camera app closed.Now i am using sonic again so unable to recheck.
I've just got WiFi, Bluetooth, and etc, except simcard, it still broke, I'll try ZduneX25's tricks, i hope it will fix simcard issues on our device...
@AboutVikas, maybe you're p768 user, on my device (p765), camera is working, try to flash my camera patch, maybe it will bring camera works, but looks like it still useless, no simcard, what you can do with phone that doesn't have connection
And for other bugs you report, will try to fix after simcard...
Yumm-Yumm!
thread update

[ROM][Unofficial][5.1.1] CyanogenMod 12.1 for Huawei Honor 4/4X [beta2]

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 5.1 (Lollipop), which is designed to increase performance and reliability over stock Android for your device.​
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.
*
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Official CyanogenMod 12.1 nightlies thread: http://forum.xda-developers.com/android/development/rom-cyanogenmod-12-1-nightlies-huawei-t3203635
Official CyanogenMod Wiki:http://wiki.cyanogenmod.org/w/Main_Page
Important information:
This thread is for CyanogenMod 12.1 builds for Huawei G620S, Honor 4/4X
Kernel based on official kernel source for Honor 4C(MSM8939), ported to MSM8916, update necessary drivers to QCOM lolipop baseline, and update from v3.10.28 to v3.10.49.
Many vendor blobs kang from rendang
Init scripts from Qualcomm's latest baseline: LA.BR.1.2.4-02710-8x16.0
Use open sourced charger
Set minium screen backlight to 5
If your device have an official lolipop port, please install that before install this CM port.
Supported devices:
C8817D
C8817E
G621-TL00
G620S-UL00
Che1-CL20
Che1-CL10
Che1-L04
G620S-L01 users please turn to surdu_petru's thread
I stop supporting the device for now!
What works:
Everything EXCEPT NFC
Installation:
First time flashing CyanogenMod 12.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery, e.g., my TWRP with F2FS support: http://forum.xda-developers.com/android/development/recovery-twrp-2-8-7-0-touch-recovery-t3199386
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash CyanogenMod
Optional: Install the Google Apps addon package. OpenGAPPS recommended
Reboot
Source code:
https://github.com/cyanogenmod
https://github.com/dianlujitao
Screenshots:
{
"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"
}
Changelog:
15/9/10:
First release
15/9/13:
Sync with latest CyanogenMod source
Fix CPU Hotplug
Enhance Wifi signal strength (credits: @surdu_petru)
Fix multi-color battery & notifiction LED
Fix FLAC playback for some third-party players
Enable MTP by default
Add call recording
Add support for F2FS
Add PCC calibration interface
Add double-tap-to-wake
Add glove mode
Add HW-based crypto support in kernel
Update CPU gorvenor driver from Qualcomm
Update thermal driver from Qualcomm
Update kernel scheduler and related syscalls (sched) from Qualcomm
Update memory manager from Qualcomm
Update lowmemorykiller from Qualcomm
Update bluetooth blobs from rendang
Enable KSM
Merge a bunch of kernel updates from Qualcomm baseline (see kernel commit for details)
Set SELinux to enforcing mode
Download:
http://yunpan.cn/cm4X5Hd42g3MA
Password: 345b
Credits:
Code Aurora Forum
CyanogenMod Team
@surdu_petru
EloYGomeZ
ivan19871002
syhost
zhaochengw
mandfx
cofface
XDA:DevDB Information
CyanogenMod, ROM for all devices (see above for details)
Contributors
dianlujitao
Source Code: https://github.com/dianlujitao
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
Based On: CyanogenMod
Version Information
Status: Beta
Current Beta Version: 2
Beta Release Date: 2015-09-13
Created 2015-09-10
Last Updated 2015-09-17
Hi @dianlujitao ,
I`m going to test your CM build as far as just NFC not working .. I don't use NFC anyway ..
I`ve got just one question. What kind of GAPPS to download for this build .. ARM or ARM64?
Already installed and testing.. Until now:
1. WiFi coverage is very weak .. Even very close to the router signal is not 100% .. over 6-7 meters and its half already (with stock based is full). ..
2. GPS works .. find and fix satellites ..
3. Compass still not working 100%. After every reboot needs complex and long calibration .. Works with some apps like Google Maps .. but don't work with other like GPS Status and Toolbox.. So not fixed properly yet..
4. Heating is not like in previous builds for now .. Its not like B266 javix .. but its kind of optimized ..
5. Mobile Data, WiFi on/of .. seem like is fixed .. There is not sim disconnect for now ..
6. CPU states issue . .still not fixed .. 200-400-533 states are not used ..
7. Sound is not crackling like previous builds .. but its low, recording too. Very very low sound when talking too ..
8. Auto Rotate is working .. Camera can't shoot videos in Portrait ..
The ROM itself is very very fast and fluid .. Cant say anything for now about multitasking .. but seems fine at this moment.. Need time to see battery life too..
In other side .. I don't know is it about my device or GAPPS/ROM itself, but a lot of apps from PlayStore can't be installed (Error 403).
So .. I`m back to B266 Stock for now .. waiting someone else to report when everything is fine .. because I use the device daily, but its not possible with CM12.1 builds for now ..
Thanks for the hard work .. again .. "Keep Walking" .. :fingers-crossed:
Hi. i am testing your rom.
i do confirm the problem about weak wifi.
Camera can't shoot videos in Portrait + it seems that things are distorted...
no possibility to set battery led color or notification led colors?
rom is very fast and fluide, that is good surprise...
actualy compiling with you cherry device tree give that kind of errors related to sensors folder...
http://pastebin.com/MV9VvGM8
but i look in your device tree on github there is no sensors folder... ???
https://github.com/dianlujitao/android_device_huawei_cherry/tree/cm-12.1
i checked and there is a sensors folder in the zip i downloaded from github...
bmasgone said:
Hi @dianlujitao ,
I`m going to test your CM build as far as just NFC not working .. I don't use NFC anyway ..
I`ve got just one question. What kind of GAPPS to download for this build .. ARM or ARM64?
Click to expand...
Click to collapse
arm
I cant restore my TWRP B266backup .. This is not happen to me until now .. After restore, the device immediately boot into TWRP and so on forever .. What should be the reason?
desalesouche said:
Hi. i am testing your rom.
i do confirm the problem about weak wifi.
Camera can't shoot videos in Portrait + it seems that things are distorted...
no possibility to set battery led color or notification led colors?
rom is very fast and fluide, that is good surprise...
actualy compiling with you cherry device tree give that kind of errors related to sensors folder...
http://pastebin.com/MV9VvGM8
but i look in your device tree on github there is no sensors folder... ???
https://github.com/dianlujitao/android_device_huawei_cherry/tree/cm-12.1
i checked and there is a sensors folder in the zip i downloaded from github...
Click to expand...
Click to collapse
I use prebuilt sensor hal from kitkat, or auto rotation can't work
I'll switch to surdupetru's wifi config to fix the leak wifi signal.
Another important thing I'd like to say,
 @surdu_petru is using stock kitkat ril blobs, but data network can't start with them on a dual-sim device, e.g, my c8817d, so I use ril and qmi blobs from rendang, so issue comes. Many people they can't disconnect a call. Althrough rendang's blobs works well on my c8817d, some c8817d users told me they can't disconnect a call, it's very strange.
But some honor 4x users provide solution: Install official lolipop release, then wipe and install cm, the issue above got solved.
So I guess some kinds of baseband aren't compatible with rendang's ril blobs. My c8817d uses a very old baseband from emui2.3.
If anyone use my cm and got the above issue, there are 3 possible solution:
1. For those who have an official lolipop release, install it before install cm.
2. For those who don't, try to flash a old emui2.3 release instead of emui3.0, maybe you're lucky.
3. Use surdu_petru's release, it works well with single-sim devices
dianlujitao said:
I use prebuilt sensor hal from kitkat, or auto rotation can't work
I'll switch to surdupetru's wifi config to fix the leak wifi signal.
Another important thing I'd like to say,
@surdu_petru is using stock kitkat ril blobs, but data network can't start with them on a dual-sim device, e.g, my c8817d, so I use ril and qmi blobs from rendang, so issue comes. Many people they can't disconnect a call. Althrough rendang's blobs works well on my c8817d, some c8817d users told me they can't disconnect a call, it's very strange.
But some honor 4x users provide solution: Install official lolipop release, then wipe and install cm, the issue above got solved.
So I guess some kinds of baseband aren't compatible with rendang's ril blobs. My c8817d uses a very old baseband from emui2.3.
If anyone use my cm and got the above issue, there are 3 possible solution:
1. For those who have an official lolipop release, install it before install cm.
2. For those who don't, try to flash a old emui2.3 release instead of emui3.0, maybe you're lucky.
3. Use surdu_petru's release, it works well with single-sim devices
Click to expand...
Click to collapse
thank you sir for yours answers. i think that testin surdu petru or your work is quite interesting, and it might help to pick up the best from both of you and your work in the benefit of g620s and others device users...
Come on .. give me some advice
After I installed this ROM, now cant install any other or restore my backup ... TWRP report that the ROM is Installed or Restored sucessfully, but as I said ... when I reboot system .. it brings me back to TWRP .. all the time ..
PS: I found the way to install ROM with DLOAD folder on SD and Stock Recovery .. But I`m still confused what this ROM did ..
bmasgone said:
Already installed and testing.. Until now:
1. WiFi coverage is very weak .. Even very close to the router signal is not 100% .. over 6-7 meters and its half already (with stock based is full). ..
2. GPS works .. find and fix satellites ..
3. Compass still not working 100%. After every reboot needs complex and long calibration .. Works with some apps like Google Maps .. but don't work with other like GPS Status and Toolbox.. So not fixed properly yet..
4. Heating is not like in previous builds for now .. Its not like B266 javix .. but its kind of optimized ..
5. Mobile Data, WiFi on/of .. seem like is fixed .. There is not sim disconnect for now ..
6. CPU states issue . .still not fixed .. 200-400-533 states are not used ..
7. Sound is not crackling like previous builds .. but its low, recording too. Very very low sound when talking too ..
8. Auto Rotate is working .. Camera can't shoot videos in Portrait ..
The ROM itself is very very fast and fluid .. Cant say anything for now about multitasking .. but seems fine at this moment.. Need time to see battery life too..
In other side .. I don't know is it about my device or GAPPS/ROM itself, but a lot of apps from PlayStore can't be installed (Error 403).
So .. I`m back to B266 Stock for now .. waiting someone else to report when everything is fine .. because I use the device daily, but its not possible with CM12.1 builds for now ..
Thanks for the hard work .. again .. "Keep Walking" .. :fingers-crossed:
Click to expand...
Click to collapse
cpu min frequency locked at 800mhz, it isn't a bug.
See line 529 at https://www.codeaurora.org/cgit/qui...c/init.qcom.post_boot.sh?h=LA.BR.1.2.4_rb1.17
I'm just do in Qualcomm's way.
@dianlujitao would it be ok to make an ORG on github, so we can build roms from there ?
It's kinda a pain to jump from your git to surdus and to check CM and others for possible fixes.
bmasgone said:
Come on .. give me some advice
After I installed this ROM, now cant install any other or restore my backup ... TWRP report that the ROM is Installed or Restored sucessfully, but as I said ... when I reboot system .. it brings me back to TWRP .. all the time ..
PS: I found the way to install ROM with DLOAD folder on SD and Stock Recovery .. But I`m still confused what this ROM did ..
Click to expand...
Click to collapse
i had same problem a few days ago, here is what i did... i restored backup of stock rom , then i flashed in fastboot mode stock recovery and all went fine...
I tried your Rom. Thanks for the wonderful job. As you said, I am also unable to disconnect a call. Please fix the issue. Most of the other things are working fine or adjustable.
nightwalkerkg said:
@dianlujitao would it be ok to make an ORG on github, so we can build roms from there ?
It's kinda a pain to jump from your git to surdus and to check CM and others for possible fixes.
Click to expand...
Click to collapse
In fact I don't own a g620s, I only have a c8817d, so it's better for you to use surdu's code
dianlujitao said:
In fact I don't own a g620s, I only have a c8817d, so it's better for you to use surdu's code
Click to expand...
Click to collapse
Hello, it might be better but how can i know that camera is opening so slowly at first boot with surdu petru device tree, 15 secondes if we don't use your device tree or rom? camera is opening in about 4 or 5 secondes...
we have to concentrate good points from one or the other dev . like first boot from your rom is really faster than surdu cm...( i think because of some defconfig tweaks) boot.img is more little also.....but i think that things will be soon better as newer devs are coming on that device...
beta2 released
Unable to download
dianlujitao said:
beta2 released
Click to expand...
Click to collapse
The link is not having any option to download the file. Please fix.
Madhunath said:
The link is not having any option to download the file. Please fix.
Click to expand...
Click to collapse
If you open it on computer, you'll find download link
Downloaded
dianlujitao said:
If you open it on computer, you'll find download link
Click to expand...
Click to collapse
Thanks. Downloaded and flashed. Only one problem. The call is not hanging up after disconnecting. A reboot is required each time to call another number or receive a call. Please fix it.
Madhunath said:
Thanks. Downloaded and flashed. Only one problem. The call is not hanging up after disconnecting. A reboot is required each time to call another number or receive a call. Please fix it.
Click to expand...
Click to collapse
Currently I've no idea, it works well on some devices, and can't disconnect a call on others.
If your device have a official lolipop, install it and it gets solved.
If someday I get a common solution I'll let you know

[ROM][UNOFFICIAL][6.0.1][T235/Y] CyanogenMod 13 For Galaxy Tab 4 7.0 LTE [BETA]

{
"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"
}
CyanogenMod 13 for the Samsung Galaxy Tab 4 7.0 LTE​By Hennymcc and CTXz​
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Before you start
This ROM is only for the T235 and T235Y
Code:
*
* Your warranty will be voided !
*
* 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.
*
Special Thanks
@hennymcc For his huge effort and contributions on Exynos 3470 related devices
@tyktak For the testing
And of course the entire CyanogenMod team!
What is Fixed
Incoming Calls
Red flashy frames
Lock Screen
CM setup Wizard
Google Setup Wizard
RIL (SIM Detection)
Youtube
Videos
Wifi
What is not working
Auto Rotate stops working after some time
Unswitchable preffered networks (Stuck on 3g but actually LTE)
SElinux
Instructions
How to install CM 13
If you don't have TWRP yet, get it from here : TWRP 3.0.0 for Samsung Galaxy Tab 4 7.0 LTE
Download the ROM and the Gapps that are located below on to your device
Reboot into TWRP by holding VOL UP + POWER + HOME on boot
In case things go wrong make a backup
After the backup has completed return to home
WARNING : The next three steps WILL delete all your your data but not your internal storage
Select Wipe and then Advanced Wipe
Now ONLY tick Dalvik Cache, System, Data and Cache
After ticking those, Swipe below to wipe
Once the wipe has completed return to home
Select install and locate the ROM zip
After you selected the ROM select add more zips and select your Gapps zip
Finally swipe to install
When all of this is done, reboot into system, wait, and enjoy CyanogenMod 13 on your Galaxy Tab 4 7.0 LTE
How to ROOT
In CM 13, enable the developer options
Select Root access
Select Apps Only (Or Apps and ADB if you use ADB)
Done
Downloads
Lastest recommended CyanogenMod release for the Galaxy Tab 4 7.0 LTE T235 : ROM
All my releases can be found here : Android File Host
Gapps : Open Gapps
Questions and bug reporting
The following questions will be ignored
Inappropriate questions
Requests for other devices
Forced orders, EX. : "PLS FIX!!!!!!"
ETA's
Often repeated questions usually by the same user
Requests that are out of CM's framework (Ex. Adding Samsung Apps)
How to report a bug/issue
Explain exactly what happens
Mention a log if you can (Please use hastebin or any other paste site to keep the thread clean)
If you can't mention a log, explain as precise as possible when, why and where it occurs!
Change Log
Code:
2016/3/19
- Fixed incoming calls
- Synced to newest CM sources
2016/3/13
- Synced to newest CM sources
2016/3/13
- Fixed RIL (SIM detection)
- Updated to Lollipop Kernel
2016/3/10
- Fix Crash on CM and Google setup Wizzard
2016/2/28
- Switch from -eng to -userdebug
- Fixed Wifi
- Fixed CM Wizzard crash
- Fixed Lockscreen (Crash after entering sleep)
- Fixed Youtube Videos Crashing
- Fixed Videos freezing device
- Removed Flashy frames (By switching from -eng to -userdebug)
2016/2/27 - CM released
Screen Shots
XDA:DevDB Information
CyanogenMod 13 For Samsung Galaxy Tab 4 7.0 LTE, ROM for the Samsung Galaxy Tab 4
Contributors
CTXz, hennymcc
Source Code: https://github.com/cm-3470
ROM OS Version: 6.0.x Marshmallow
Based On: CyanogenMod
Version Information
Status: Beta
Created 2016-02-27
Last Updated 2016-03-19
Reserved
Q&A
Q: Will this work on T2XX
A: This build is ONLY for the LTE variant of the 4 inch tab. I have not tried if this rom works on the T235Y (should probably work though). However the LTE version has an Exynos 3470 where else the Wifi version has a Marvell chip (I have some bad experience with that chip *cough* attempt to get CM working on it *cough*). PLEASE DO NOT TRY TO FLASH THIS ON ANY OTHER DEVICE THAN THE T235 OR T235Y.
Q: What about the T230!!!
A: As mentioned in my TWRP thread. Sub77 will send me a T230, and I can give it a shot again to build at least CM11 on it.
Q: How long till <insert issue here> gets fixed
A: ETA's (Short for Estimated Time of Arrival) aren't tolerated that well on XDA. Please remember that this is only a hobby!
Reserved
Looking forward to run this on my SM-T235. Only if it isn't Monday tomorrow, i would test run this ROM.
New build released, links have been updated!
Code:
2016/2/28
- Switch from -eng to -userdebug
- Fixed Wifi
- Fixed CM Wizzard crash
- Fixed Lockscreen (Crash after entering sleep)
- Fixed Youtube Videos Crashing
- Fixed Videos freezing device
- Removed Flashy frames (By switching from -eng to -userdebug)
If RIL isn't working yet, i assume one won't be able to make call. Correct?
Gandicela said:
If RIL isn't working yet, i assume one won't be able to make call. Correct?
Click to expand...
Click to collapse
Not via phone, however you can call via wifi (skype etc)
I have been looking forward to this ROM for a while and I really appreciate your effort in this. Thank you very much!
Flashed it and deleted the setupwizard.apk as suggested but the CM setup wizard still crashes after pressing skip on "SIM card missing" tab. Any suggestions how to bypass this?
Any possibility for kernel with overclocking CPU and GPU functions for our tab?
Raido182 said:
I have been looking forward to this ROM for a while and I really appreciate your effort in this. Thank you very much!
Flashed it and deleted the setupwizard.apk as suggested but the CM setup wizard still crashes after pressing skip on "SIM card missing" tab. Any suggestions how to bypass this?
Any possibility for kernel with overclocking CPU and GPU functions for our tab?
Click to expand...
Click to collapse
Hey, i'll fix that issue in my next build, however I need to get my PC running again before I can start anything new
CTXz said:
Hey, i'll fix that issue in my next build, however I need to get my PC running again before I can start anything new
Click to expand...
Click to collapse
I'm patiently waiting, Mate. Quality work takes time. Thanks hugely for supporting our device.
So excited!
I have 2 SM-T230's for my boys, If you need someone to test something please let me know. (I am hoping that this will have the Marshmallow feature to use the SDcard as internal memory)
Thanks Andi
therealbroxy said:
I have 2 SM-T230's for my boys, If you need someone to test something please let me know. (I am hoping that this will have the Marshmallow feature to use the SDcard as internal memory)
Thanks Andi
Click to expand...
Click to collapse
Sorry mate, this thread is t235 only
CTXz said:
Sorry mate, this thread is t235 only
Click to expand...
Click to collapse
I know but...... you mentioned someone was sending you a 230, you might have time in the future, this might be the closest I get to seeing 6 on my Tab 7, A slim chance is still a chance! so I am still excited
I'm looking for someone to test my new build, my tester seems to be away at the moment, PM me if you're willing to test
CTXz said:
I'm looking for someone to test my new build, my tester seems to be away at the moment, PM me if you're willing to test
Click to expand...
Click to collapse
Is it for the 20160308 degaslte build? I've downloaded it and i try to find time to test tonight. Or is it another built?
Gandicela said:
Is it for the 20160308 degaslte build? I've downloaded it and i try to find time to test tonight. Or is it another built?
Click to expand...
Click to collapse
Hey, thanks but my tester returned, I'll update the OP
CTXz said:
Hey, thanks but my tester returned, I'll update the OP
Click to expand...
Click to collapse
No problem
I've dirty flashed the actual build over last lp build by hennymmc. Generally the last build works well but ril doesn't work with boh7 baseband. The camera preview hang up after taking a photo. If you take a new picture, the photo shows in gallery but the preview doesn't work.
New build released, links have been updated
Code:
2016/3/10
- Fix Crash on CM and Google setup Wizzard
CTXz said:
New build released, links have been updated
Code:
2016/3/10
- Fix Crash on CM and Google setup Wizzard
Click to expand...
Click to collapse
@CTXz
Thanks very much indeed for this ROM. It's running good, however i just want to point out 2 really minor things (aside from the RIL stuff).
1. Sensitive notification drawer, as from my hlte CM12.1, "Contents hidden" for any apps in the notification drawer
2. Quick unlock option inside Lockscreen menu

[ROM][Unofficial]Lineage OS 13 for Vee7

{
"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. Hard. A lot.
*/
​
Present firmware Lineage OS 13 for LG L7 II LG P715,713
What's working :
Booting
Graphics Working
Internal Storage
Flashlight
Speakerphone
LED
Sound (full)
External Storage
GPS
Camera (full)
Wi-FI (full)
RIL (full) , (Single/Dual sim)
Sensors (full)
Bluetooth (full)
What's not working :
-NFC (LG P710)
-Tell me
INSTALL:
-Start TWRP 3.0
-Wipe data / factory reset
-Wipe Cache
-Adwanced / wipe Dalvik cache / yes
-format / system
-install zip from sdcard
-choose zip from sdcard external
-Select soft memory card
-Yes
-Restart the phone
​
SOURCE CODE:
https://github.com/Vee7-Cyanogenmod13
​
Downloads
- LG P713 ---> https://cloud.mail.ru/public/8GmX/m2xPJMtWK
- LG P715 ---> https://cloud.mail.ru/public/AAnW/TNZkwA2se
Gapps ---> opengapps.org
At the core were added Governor:
Adaptive
Asswax
Badass
Brazilianwax
DanceDance
Hyper
Lionheart
Lulzactive
Ondemandx
Scary
Skywalker
Smartass2
SmartassH3
Virtuous
Wheatley
Zzmoove
At the core were added I/O:
BFQ
SIO
SIOPLUS
ROW
FIOPS
VR
ZEN
ChangeLOG
Code:
[I]cm-13.0-20160329-UNOFFICIAL-vee7[/I]
- Fix Google Apps
- Fix Intensity vibro
- Fix External SD (permissions)
ChangeLOG
Code:
[I] cm-13.0-20160401-UNOFFICIAL-vee7[/I]
- Source code CM 160416
- Fix External SD_2 (permissions)
- Fix decoding video (Fix Youtube reboot)
- Overclock GPU 400 Мгц
- Haptic feedback touch buttons
- Recommend Snap Camera
- Bluetooth does not disable WiFi
Snap Camera saves the photo (Android/data/com.marginz.snap)
ChangeLOG
Code:
[I] cm-13.0-20160408-UNOFFICIAL-vee7[/I]
- Source code CM 080416
- Faster installation through packing system.new.dat
- Fixed a problem with the lock screen
- Point indication (713)
- Call Recording (API CM13)
- Implemented memory replacement (No need Foldermount or the like of the program, the program does not have a permissions problem, there is provided a manufacturer, It is possible to transfer applications to SD) :D
- Snap default Camera
ChangeLOG
Code:
[I] cm-13.0-20160422-UNOFFICIAL-vee7[/I]
-Updated source code CM (04/22/16)
-Change settings of codecs and profiles for playable files (enhanced video playable)
-The smartphone can wake up the volume buttons.
-Doze mode is activated (will improve the energy efficiency when the Phone screen is off)
ChangeLOG
Code:
[I] cm-13.0-20160629-UNOFFICIAL-vee7[/I]
-Updated source code CM (06/29/16)
- Partially implemented graphics hardware acceleration
- Returned to work Quick Memo button, as well as changes in the brightness of the first assembly
- Changed the default camera in the Camera Next
- The screen does not turn on lock
- For smartphone LG P713 added parameters to control the LED, a full charge is also displayed
- For two smart phone without Sim card deleted item "Sim Card"
- Acc. for Dual Sim Save, the control LED in the Dual version is not
ChangeLOG
Code:
[I] cm-13.0-201608222-UNOFFICIAL-vee7[/I]
-Updated source code CM (08/22/16)
[B][SIZE="4"][FONT="Courier New"]Thanks[/FONT][/SIZE][/B]
[B][SIZE="3"]- TeamHack LG- kernel source
- Neutrondev (WiFi driver download method and some kernel parameters)
[B][U][SIZE="4"][PLAIN]XDA:DevDB Information[/PLAIN][/SIZE][/U][/B]
[SIZE=3][B][ROM][Unofficial]Lineage OS 13 for Vee7, ROM for the LG Optimus L7 II[/B][/SIZE]
[B][U]Contributors[/U][/B]
[URL="https://forum.xda-developers.com/member.php?u=4624985"]weritos[/URL]
[B]Source Code:[/B] [URL="https://github.com/Vee7-Cyanogenmod13"]https://github.com/Vee7-Cyanogenmod13[/URL]
[B]ROM OS Version:[/B] 6.0.x Marshmallow
[B]ROM Kernel:[/B] Linux 3.4.x
[B]ROM Firmware Required:[/B] TWRP 3.0 necessary
[B]Based On:[/B] Lineage OS
[B][U]Version Information[/U][/B]
[B]Status:[/B] Stable
[B]Stable Release Date:[/B] 2017-01-13
[B]Created[/B] 2016-03-28
[B]Last Updated[/B] 2017-01-13
Nice work Weritos
MOD EDIT: Please dont quote the complete OP
The data mobile not be activated.
Muy phone is LG P715.
Nice work.
Thank you.
Music app fc bug, and problems related to process.media fc many times. Other than that its a nice rom with smooth ui with decent battery life. The gapps issue is a common one not related to this rom, someone should try flashing this https://www.androidfilehost.com/?fid=24052804347835438 and enable permission in app settings.. Good work weritos :thumbup:
Fixed music app fc by fixing permission, everything works good.
When you use others work. My kernel. My way of loading wi fi. My sources you usually give credits. Just saying. Also i don t think that another cm13 99% the same as mine thread is needed. No offence. Just give proper credits if you use other people work. Neither me or you made android. It is open sourced. We use work of others too. Give the credits at least.
alexistobon16 said:
MOD EDIT: Please dont quote the complete OP
The data mobile not be activated.
Muy phone is LG P715.
Nice work.
Thank you.
Click to expand...
Click to collapse
If data transfer you have not included the first time. Turn on airplane mode for 10 seconds
neutrondev said:
When you use others work. My kernel. My way of loading wi fi. My sources you usually give credits. Just saying. Also i don t think that another cm13 99% the same as mine thread is needed. No offence. Just give proper credits if you use other people work. Neither me or you made android. It is open sourced. We use work of others too. Give the credits at least.
Click to expand...
Click to collapse
The core of it is not yours TeamHack LG
Also i don t think that another cm13 99% the same as mine thread is needed.
And I think you want to, no offense
A network and the Internet, I repaired, and not because of its sources
Also my CM13 has many differences compared to yours.
weritos said:
The core of it is not yours TeamHack LG
Also i don t think that another cm13 99% the same as mine thread is needed.
And I think you want to, no offense
A network and the Internet, I repaired, and not because of its sources
Also my CM13 has many differences compared to yours.
Click to expand...
Click to collapse
Yes but thlg doesn t work out of the box. The wi fi method loading is 100% mine and i guarantee you. You used parts from my source. Led fix and your removed all my tags in ramdisk. I am not here to argue. Just give proper credits.
weritos said:
If data transfer you have not included the first time. Turn on airplane mode for 10 seconds
Click to expand...
Click to collapse
thanks I served me
---------- Post added at 10:32 AM ---------- Previous post was at 10:16 AM ----------
Screen Upside-down for a second when pressing power button.
Every time I connect Phone to PC, I Always have to set mode to MTP, It automatically changes to Charging mode when disconnected
alexistobon16 said:
thanks I served me
---------- Post added at 10:32 AM ---------- Previous post was at 10:16 AM ----------
Screen Upside-down for a second when pressing power button.
Every time I connect Phone to PC, I Always have to set mode to MTP, It automatically changes to Charging mode when disconnected
Click to expand...
Click to collapse
Screen Upside-down for a second when pressing power button.
Yes I know
update
Two CM13 for same device, two great guys making same thing, why not build others Custom Android MarshMallow?
I don't want to be stupid or anything, but @neutrondev until the sources are released nothing to say, and do not forget the rules @weritos, you should lay the sources with the topic not later.
If come a moderator here, will give problems
I should not be here in the first place, but i not like this things.
Caio99BR said:
Two CM13 for same device, two great guys making same thing, why not build others Custom Android MarshMallow?
I don't want to be stupid or anything, but @neutrondev until the sources are released nothing to say, and do not forget the rules @weritos, you should lay the sources with the topic not later.
If come a moderator here, will give problems
I should not be here in the first place, but i not like this things.
Click to expand...
Click to collapse
I wrote to the source code of a few days!
Caio99BR said:
Two CM13 for same device, two great guys making same thing, why not build others Custom Android MarshMallow?
I don't want to be stupid or anything, but @neutrondev until the sources are released nothing to say, and do not forget the rules @weritos, you should lay the sources with the topic not later.
If come a moderator here, will give problems
I should not be here in the first place, but i not like this things.
Click to expand...
Click to collapse
I don t need sources to see hex binaries and stuff and how wi fi is loaded. There is no problem i just want to get credited for my work and I can add weritos to vee7 cm 13 and we can have unified version.
neutrondev said:
I don t need sources to see hex binaries and stuff and how wi fi is loaded. There is no problem i just want to get credited for my work and I can add weritos to vee7 cm 13 and we can have unified version.
Click to expand...
Click to collapse
updated
I ask not to write about it. The question is closed
ROM for a smartphone, but they are different
Ahahahahhah "Development war!", nice job for this device!! This is my first love, i wanna test this rom, THANKS @weritos
Sent from my Moto G using XDA Free mobile app
AssoDiPicche said:
Ahahahahhah "Development war!", nice job for this device!! This is my first love, i wanna test this rom, THANKS @weritos
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
"Development War" :silly: :laugh::laugh::laugh:
Too many devices waiting for CM13, or just CM12.1, and this device have two devs :silly:
weritos said:
Screen Upside-down for a second when pressing power button.
Yes I know
Click to expand...
Click to collapse
Please fix, it is annoying. :good:
Sorry for my bad english. :good:
Very good is the work. :good:
@weritos bro can make custom android mashmallow base device cm
Exam:resurrection remix
Is there any way to move apps to sd? Link2sd is not working,and also if you try to use sdcard as internal storage is not working also in both roms,weritos and neutrondev,but i think this is cm problem.
I would love to see an AOSPA or an AOKP rom......but anyway i am very happy that this device development is still very active

[ROM][OFFICIAL][9.0.0_r47][INACTIVE FOR PIE] Renouveau v9.0 (N920*/G92**)

This project is currently on pause and will not resume for Android 9. Active development is taking place for Exynos7420 devices on Android 10, and Renouveau v10 will pick up once these developments are finalized and ready for testing. Renouveau also will no longer be based on ResurrectionRemix, as they are no longer continuing with Android 10. If a moderator sees this, I ask that they close this thread. No further help will be provided for Renouveau v9. Thank you!
Code:
/*Your warranty is now void, not that you had one anyway.
* 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.
* A lot.
{
"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"
}
Introduction
Renouveau is an aftermarket Android firmware designed to renew your Android experience, with popular bases driving it all for customization, performance, and stability.
AOSP
↓
LineageOS
↓
ResurrectionRemix
↓
Renouveau​
Renouveau has only existed for a few months now, so please be patient as the kinks get worked out and everything you could ever want and more is brought to the surface for your eyes to see (on your phone anyway).
Source Code
All the source code for Renouveau is available from the Renouveau GitHub organization. Any changes made from the original ResurrectionRemix and LineageOS bases can be found here.
Additionally, the source code for the prebuilt kernel (soon to be included as part of Renouveau) can be found here.
Known Issues:
In-call audio on US-variant devices (see Patches down below)
MTP May be fixed now according to some users, needs testing and feedback
GateKeeperService (currently cannot be acquired by LockSettingsService, which prevents users from using security methods such as PINs and therefore prevents users from enrolling biometrics such as fingerprints) May be fixed now according to some users, needs testing and feedback
If you install a recent OpenGApps build, Google's Setup Wizard may crash while adding the finishing touches
Pre-installed Firefox will always crash (due to a bug Mozilla has yet to fix when the context of the app is in /system/priv-app until you update the app via a more recent APK or the Play Store)
F-Droid still exists (oops)
ViperFX will still want to install its driver despite the driver shipping with Renouveau, just give it root access to reinstall the driver and then you can revoke root access again if you wish
Working:
Audio
Bluetooth
Camcorder
Camera
Capacitive Buttons
Data
Fingerprint (only if you have previously-enrolled biometrics from before the GateKeeperService bug was introduced) (see above)
GPS
HWC
Microphone
Notification LED
Rotation
S-Pen
Sensors
Torch
Video Playback
Wi-Fi
Wi-Fi Hotspot (both 2.4GHz and 5GHz)
Supported Models:
SM-G920F
SM-G928X
SM-N920T/W8/P
SM-N920X
SM-N9208
Experimental: G92XUS devices
Experimental: G92X devices
If your model is not listed as being supported above but the ROM works for your variant of the SM-N920* series or the SM-G92** series, please tell me! I'll be happy to support it.
Install Instructions:
NOTE: Before downloading Renouveau, please check to make sure your device is an SM-N920T. If it is not, you will have to follow an additional set of steps in order to be able to flash the downloaded ZIP. Otherwise, you will receive an error about this ROM not being for your device.
The additional steps, to be done after downloading the latest version of Renouveau:
Open the downloaded ZIP file in your favorite archive software (such as 7-Zip, WinRAR, or good ol' File Explorer)
Inside of the ZIP, navigate to /META-INF/com/google/android
Drag the updater-script file to someplace you can access easily (such as your desktop)
Open the extracted updater-script file with your favorite text editor (such as Notepad, Notepad++, Sublime Text 3, etc)
On the very first line, you should see some text that looks like this:
Code:
assert(getprop("ro.product.device") == "nobleltetmo" || getprop("ro.build.product") == "nobleltetmo" || abort("E3004: This package is for device: nobleltetmo; this device is " + getprop("ro.product.device") + "."););
Remove this line such that the first line instead says this:
Code:
ui_print("Target: Samsung/nobleltetmo/nobleltetmo:9/PQ3A.190801.002/eng.joshua.20190914.154326:userdebug/test-keys");
Save the file
Drag the edited file back into the same location inside of the ZIP, and overwrite the changes if it asks you to
Use this edited ZIP to finish the installation/update instructions
Download the latest version of Renouveau v9.0 from the given releases page
Download the latest version of the Helios for AOSP 9.0 kernel from the given releases page
Download the latest version of OpenGApps (ARM64/9.0/nano) or a synonymous microG package (optional)
Download the latest version of Magisk (optional)
Reboot into recovery mode (support for recovery issues will only be provided for TWRP)
Flash Renouveau
Flash OpenGApps/microG (optional)
Flash the prebuilt kernel (if you're not using SM-G920F)
Reboot into Renouveau and set up your device
Reboot back into recovery mode, flash Magisk, and then reboot back into Renouveau (optional, but recommended for additional functionality not available without Magisk)
Downloads:
Renouveau (SM-N920T): Releases for Renouveau
Kernel (SM-N920*/SM-G92**): Releases for Helios for AOSP9.0
Patches:
In-call audio patch for US-variant N920* devices: nobleus audio test.zip
In-call audio patch for US-variant G92** devices: zerous audio test.zip
Social Media (*):
Discord
Telegram
Twitter
Credits:
The ResurrectionRemix Team for their amazing work adding the great customizations that Renouveau can extend upon
The LineageOS Project for the beautiful performance and stability introduced to the stock AOSP bases
@enesuzun2002 for bringing NexusOS to the Samsung Galaxy S6 Edge+, for which the Samsung Galaxy Note 5 wouldn't have such a stable infrastructure for custom ROMs
@ananjaser1211 for the original Helios kernel sources that I was able to port from OneUI to AOSP 9.0, as well as the patches being used for nobleus and zerous in-call audio testing
@Lunarixus for the flashable packaging of the nobleus and zerous in-call audio testing patches
@DqrKn3Zz for the flashable packaging of the Helios for AOSP9.0 kernel
XDA:DevDB Information
Renouveau, ROM for the Samsung Galaxy Note 5
Contributors
JoshuaDoes
Source Code: https://github.com/RenouveauOS
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Based On: ResurrectionRemix
Version Information
Status: No Longer Updated
Created 2019-06-23
Last Updated 2020-07-12
Please support for N920W8
Please add support for N920W8 canadian carrier, i will post you my boot.img or any file to help support the note 5 canadian model.
Thabks!
manikar said:
Please add support for N920W8 canadian carrier, i will post you my boot.img or any file to help support the note 5 canadian model.
Thabks!
Click to expand...
Click to collapse
It may be possible that it already works for you! The only way to find out is to attempt to follow the install instructions and see if it boots. Before doing so, make sure to back up your device and then wipe data, system, cache, and dalvik/art cache. If you get a stable install running and can do your usual daily tasks, I'll make sure to add the N920W8 to the list of supported devices.
Good luck!
Quick boot and smooth home launcher. But My device cant find the sim (Note 5 N920T - sim VIETNAMESE)
The Bluetooth works very well on the N920G in both Floyd V2 and my builds of crDroid and Resurrection Remix, I do not know why not on the N920T.
Btw, Enes bringed up AOSP 9 for the Galaxy S6, not the Edge+ version & Khoailang2005 was the first to bring AOSP 9 kernel for N5, so, JijonHyuni take his idea an continue with it.
SonXoan said:
Quick boot and smooth home launcher. But My device cant find the sim (Note 5 N920T - sim VIETNAMESE)
Click to expand...
Click to collapse
Are there any custom ROMs where your device can find the SIM? If so, a link to the custom ROM would be helpful!
iTzPr0o117 said:
The Bluetooth works very well on the N920G in both Floyd V2 and my builds of crDroid and Resurrection Remix, I do not know why not on the N920T.
Btw, Enes bringed up AOSP 9 for the Galaxy S6, not the Edge+ version & Khoailang2005 was the first to bring AOSP 9 kernel for N5, so, JijonHyuni take his idea an continue with it.
Click to expand...
Click to collapse
I'll go ahead and update the credits section, thank you!
JoshuaDoes said:
I'll go ahead and update the credits section, thank you!
Click to expand...
Click to collapse
No problem, also your rom boot and runs very well on this device.
iTzPr0o117 said:
No problem, also your rom boot and runs very well on this device.
Click to expand...
Click to collapse
Glad to hear it boots! One thing I am looking for is translators, I don't want an English-only translation for anything I add :c
JoshuaDoes said:
It may be possible that it already works for you! The only way to find out is to attempt to follow the install instructions and see if it boots. Before doing so, make sure to back up your device and then wipe data, system, cache, and dalvik/art cache. If you get a stable install running and can do your usual daily tasks, I'll make sure to add the N920W8 to the list of supported devices.
Good luck!
Click to expand...
Click to collapse
Hi,
It boots up when i flash the hyper kernel after flashing the rom.
bugs:
- In call audio is not working, when i call someone and its just blank no sound and hang up the Dialer with a beep and same with incoming call!
whats working:
-Bluetooth work fine on N920W8 and everything works fine except in-call audio.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To do:
-I think the main culprit is with the kernel it is not designed for our mobiles but instead it is made for all other samsung note 5 models.
-Please make some changes or build kernel and add support for N920W8 & N920T.
manikar said:
Hi,
It boots up when i flash the hyper kernel after flashing the rom.
bugs:
- In call audio is not working, when i call someone and its just blank no sound and hang up the Dialer with a beep and same with incoming call!
whats working:
-Bluetooth work fine on N920W8 and everything works fine except in-call audio.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To do:
-I think the main culprit is with the kernel it is not designed for our mobiles but instead it is made for all other samsung note 5 models.
-Please make some changes or build kernel and add support for N920W8 & N920T.
Click to expand...
Click to collapse
Thank you for the feedback!
Unfortunately I haven't self-developed any piece of the kernel behind this, but maybe I can try and work some things out, but who knows. I have some ideas I can experiment with, however I don't personally have service on my N920T for testing. I see you've joined the Discord server, so hopefully we can stay in contact on this issue and figure something out!
JoshuaDoes said:
Thank you for the feedback!
Unfortunately I haven't self-developed any piece of the kernel behind this, but maybe I can try and work some things out, but who knows. I have some ideas I can experiment with, however I don't personally have service on my N920T for testing. I see you've joined the Discord server, so hopefully we can stay in contact on this issue and figure something out!
Click to expand...
Click to collapse
thanks so much!
i appreciate it!
Could we get the support for N920C
Thankyou:laugh:
abdulraheem78655 said:
Could we get the support for N920C
Thankyou:laugh:
Click to expand...
Click to collapse
Try it and tell me if it works! I can't support things I can't test myself.
Hey JoshuaDoes. Awesome job. We need people like you here. Just a quick question. Does call audio work for n920T?
munirshah77 said:
Hey JoshuaDoes. Awesome job. We need people like you here. Just a quick question. Does call audio work for n920T?
Click to expand...
Click to collapse
I wish I could tell you if call audio worked or not for the N920T, but I don't have service at the moment and won't for a little while. Would you be able to test for me?
Hoping wifi tethering gets fixed. It's the only thing holding me back since I use that feature all the time.
@JoshuaDoes first of all thanks man for your great work your ROM working absolutely fine on s6 edge+ G928G with hyper kernal 2.6 no problem so far I m testing it right now but only one thing recent and back button are not working every thing else is working fine but I m still testing
I know you didn't support s6 edge+ but can you help me in regarding to back and recent keys
And thanks again for great
miatawnt2b said:
Hoping wifi tethering gets fixed. It's the only thing holding me back since I use that feature all the time.
Click to expand...
Click to collapse
Just so you know, WiFi tethering *appears* to be working fine for me on my SM-N920T. I can create the hotspot on both 2.4GHz and 5GHz bands. I can also connect to it from my laptop just fine. The only thing I am not sure about at the moment is whether or not internet connectivity will work as I don't currently have service on my phone to test.
sufian.ahmed2007 said:
@JoshuaDoes first of all thanks man for your great work your ROM working absolutely fine on s6 edge+ G928G with hyper kernal 2.6 no problem so far I m testing it right now but only one thing recent and back button are not working every thing else is working fine but I m still testing
I know you didn't support s6 edge+ but can you help me in regarding to back and recent keys
And thanks again for great
Click to expand...
Click to collapse
Thank you for the kind words!
I'm afraid I wouldn't know where to start with getting the back and recents keys working, however should you decide to stay on Renouveau (or any other ROM that uses the Hyper Kernel), your best bet would be to enable the navigation bar and treat your phone like a soft navigation phone. In Renouveau you can find this under Settings > Renouveau Tools > NAVIGATION.
Best of luck!

Categories

Resources