{
"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"
}
triplr's ( pronounced triple r )
My first Rom thread !!
http://www.xenonhd.com/
XenonHD is a custom firmware aka ROM for various Android devices. It is based on LineageOS 16.0 with additional features, performance and battery life improvements.
The idea behind XenonHD is to give users a ROM that is "blazing fast, rock stable and buttery smooth".
See notes in Post 2
Device Source:
github.com/triplr-dev
Download Links:
Download tiny.cc/triplr
Story:
I have been a user of the Samsung Galaxy Note 4 (910v) since it was released.
I had been watching for the opprotunity to use Cyanogenmod on my phone,
but alas , about the time a root method was found I Cyanogen closed up.
Thankfully the codebase was pulled into Lineageos
and there I watched some wonderful development in Lineage14 by several developers
including but not limited to @_mone , who started posting how-to build for the note4
Following his successful port into Oreo one of my friends @ripee started building and took over a lot of maintaining the builds.
When @mickey387 successfully ported for Pie on the note 4, we were off to the races so to speak.
Now @ripee has lots of roms ported including this one .
working with our development group on a build server with other helpful devs and coders
we have combined all information on how to build for the note 4
at github.com/triplr-dev
special thanks and appreciation to
( if i miss you please msg me )
@micke 387
@_mone and @ripee
@mobspyguy
@khalvat
thanks to @shizzle2889 for starting the xda threads for maintenance
and all the legacy note4 devs ( adding as i can go back thru my bookmarks )
and a special thanks to a HUGE help we get from @logosA
testing, testing flashing etc !! who declined this thread.
Which is dedicated to him! I nominate him for RC if that was availble to do.
Please see the next 3 reserved posts for special information on this rom !
XDA:DevDB Information
[Unofficial] XenonHD Pie - Galaxy Note 4 , ROM for the Samsung Galaxy Note 4
Contributors
tripLr, ripee, shizzle2889, and @Inkypen and.. and... and.. All the previous devs, too many to list who made the note4 snapdragon accesseble for development, especially the verizion varient! Current Development for all the note 4 varients is due to the hard work of @ripee
Source Code: github.com/triplr-dev
ROM OS Version: 9.x Pie
Based On: LineageOS
Version Information
Status: Testing
Created 2019-08-12
Last Updated 2019-08-21
How To Build This Rom.
1. Set up your version of Linux on your computer the way you like.
2. This is a Pie version of AOSP so all the instructions at Google, are for Ubuntu and it's relatives such as what it's derived from Debian Linux all have the same naming methods for the software libraries.
I use Fedora, based off Red hat, centos, etc. I have a guide for installing these libraries on another thread and in my personal Github.com/tripLr account
Start Here
https://source.android.com/
3. Download your tools and binaries like compilers and such
Follow these instructions from Google for Ubuntu or MacOS
https://source.android.com/setup/build/initializing
Then the next page is to download the source code
You will need git ( installed above )
You will need repo ( install directly from Google , instructions in web page below )
https://source.android.com/setup/build/initializing
4 Once you have repo command installed you are ready to download any Rom you want.
We have a good collection of roms for the note 4 we build for but in this case we will download XenonHD
So first make a folder for XenonXD
Code:
mkdir -p ~/android/XenonHD/.repo/local_manifests
This step creates all the folders we need to use, now let's download our Rom
5. Repo init.
SAVE SPACE INSTRUCTIONS HERE
If you follow exactly the Google directions and most suggestions of developers YOU WILL DOWNLOAD ALL THEIR CODE not just what you need.
So the Github source code is located here for all of XenonHD code
Github.com/TeamHorizon
What we need is located on one file called the platform_manifest
https://github.com/TeamHorizon/platform_manifest
It has the instructions for downloading the ROM
Now on your computer , goto your Rom directory
Code:
cd ~/android/XenonHD
Now copy the line from the TeamHorizon manifest, but add the control to tell the server you ONLY want to download the Pie branch, not all the others.
This step is called the repo init
The version of the command they have is
"repo init -u https://github.com/TeamHorizon/platform_manifest.git -b p"
We want
Code:
repo init --depth=1 -u [url]https://github.com/TeamHorizon/platform_manifest.git[/url] -b p
6. Sync the source code.
This downloads the lists of what needs to be downloaded for the Rom,
Let's sync that.
To save space and time use,
Code:
repo sync -c --force-sync --no-clone-bundle --no-tags
If you have a fast internet connection , go make a coffee and come back. You will be downloading about 80 gb, compared to 150 or more .
7. roomservice.xml
All the goodies for the note 4 snapdragon...
Once completed now you need the roomservice to build for the note 4 snapdragon variants.
It goes in the local_manifests folder you created above, it and all the source code from Our Github account
Github.com/triplr-dev
You should be in the build folder now so..
Code:
wget -O ~/android/XenonHD/.repo/local_manifests/roomservice.xml [url]https://raw.githubusercontent.com/triplr-dev/local_manifests/xenonhd-p/master.xml[/url]
roomservice.xml can be ANYFILENAME.xml but to make it easy we all use roomservice when compiling for multiple devices
8. Sync the goodies...
Code:
repo sync -c --force-sync --no-clone-bundle --no-tags
this step wont take long..
9. Setup the environmentt OR in other words, tell the compilers where everything is.
Make sure your in your rom folder
~/android/XenonHD
and run this command
Code:
. source/envsetup.sh
what this means is tell your shell, in our case, bash,
Hey bash, there is the file located in ~/android/XenonHD/source called envsetup.sh , would you be so kind and run it so i can build my rom ? Pretty please, like right now when i press the enter key ?
You will see a list of what the script accomplishes.
Now its time to
10. Build your rom !
Hey , guess what you downloaded code for 3 devices.
Pick the one you want
Code:
# build trlte
breakfast trlte
brunch trlte
# build tblte
breakfast tblte
brunch tblte
# build trlteduos
breakfast trlteduos
brunch trlteduos
wait a bit...... wait some more...,
now browse to your output folder , use a usb cable to download to your phone, or upload to the cloud and share to the world ...
Options
Check developer options
Tons of settings for Bluetooth, codecs and bitrates
There is a section all in one place for the XenonHD settings.
Lots of cool stuff.
reserved 3
reserved 3
Thank you dev for this new and beautiful rom for our Note4.
Thank you for everything you are doing for us @tripLr
:good::good:
This rom so fast but navebar not working , also I want to ask about battery optimization is it a bug in all pie roms? I use GSM modul in magisk And still not working .
@tripLr
I gave this a good few days testing, and for me on my 910G it was just too sim deathy for me, as in i had higher than usual sim death and my usual automate script failed to recover from sim death far more often...
Currently back on AICP
73sydney said:
@tripLr
I gave this a good few days testing, and for me on my 910G it was just too sim deathy for me, as in i had higher than usual sim death and my usual automate script failed to recover from sim death far more often...
Currently back on AICP
Click to expand...
Click to collapse
Actually I had the same issue before one month , I flashed 4 different pie roms with sim death all of them , and finally I figured out the main problem I did push the sim card till the end , I just move it little out and the signal was stable again like nothing , try it maybe it works with you
I'm running last build of this rom on my N910F and signal is full always
This is the most debloated pie rom till now and battery life is nice for me
After a week on this, i can say, really awesome.
Hope you all like it.
NEW build is up guys, alive and kicking, give it a try.
Thank you dev @tripLr
:good::good:
Hi thanks for your amazing rom. How can i have play store. Thanks again.
Ok, one thing i have to have that no other rom has is multitasking phone.
Normaly when i answer a call to my ear, the display locks black and wont wake / unlock
then i have to press buttons to try and activate the screen so i can swipe to return to the call, but half the time it locks black screen again.
I have had this sissue for a loooong time,
This rom has at least 3 options to wake .
Double tap to wake
press home to wake
press power to wake.
So much nicer than pulling the battery becsuse you cant end the call of a telemarketer
vikclaus said:
Hi thanks for your amazing rom. How can i have play store. Thanks again.
Click to expand...
Click to collapse
You need gapps
logosA said:
NEW build is up guys, alive and kicking, give it a try.
Thank you dev @tripLr
:good::good:
Click to expand...
Click to collapse
I updated to 14/8 Rom become more smoother and faster , but still can't activate the navebar don't know why , always when I check Enable on-screen nav bar I have system UI restart only and navbar not shown up , going to flash 16-8 build , thanks ?
ALPHA85 said:
I updated to 14/8 Rom become more smoother and faster , but still can't activate the navebar don't know why , always when I check Enable on-screen nav bar I have system UI restart only and navbar not shown up , going to flash 16-8 build , thanks ?
Click to expand...
Click to collapse
I see the navbar setting, havent tried it yet on my own daily driver.
Please check and see if it's a system app in titanium backup , in your working copy, save it , and try to restore it in a non working copy,
If so I'll check the build log for errors, and send a note up to team horizon
tripLr said:
Options
Check developer options
Tones of settings for Bluetooth, codecs and bitrates
Click to expand...
Click to collapse
Screenshots of Bluetooth settings
Change versions to get better connection ?
Default is set for lowest / oldest release.
I'm gonna play with this for a while
Thanks @mobspyguy
tripLr said:
Options
Check developer options
Tons of settings for Bluetooth, codecs and bitrates
There is a section all in one place for the XenonHD settings.
Lots of cool stuff.
Click to expand...
Click to collapse
So there is also a setting for swipe once quick access to settings . set for left or right pull down.
Also swipe the status bar setting for brightness.
Pretty slick
Show network activity
tripLr said:
Show network activity
Click to expand...
Click to collapse
This is handy.
Clean installed 08-20 with the latest GAPPS and got bootloop. I tried flashing with no GAPPS but still didn't work.
I am so excited to try this ROM. Thank you so much for the hardwork! :good:
Samsung Galaxy Note Edge (Qualcomm)
MM Bootloader
TWRP Recovery 3.3.1-0
Related
Guys, I'm just sharing this topic to continue to maintain organization and posture of our forum, this rom is the MokeeOS which was shared by our friend --- in general forum Galaxy J5 2015 (thanks)
{
"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:
About
MoKee OpenSource is based on the Google AOSP. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.
A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, LineageOS, Slim AOSPA etc), we are doing all these in our free time as our passion…
Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed!
Read here for developer application: http://www.mfunz.com/en/developer-application, you can host your unofficial MoKee builds on our server!
Features: (I will mention only that which does not take into LineageOS)
Listview animation
Interpolation anmação listview
Update over the air can download the download website only incremental, it helps lower faster update and upgrade more easily:
Some icons and own layouts
Manager for Google services, so no need to use a large gapps, you can only download necessary at MokeeCenter
Ringtones, Alarms, Notification, UI sounds are all different CyanogenMod, thus bringing a beautiful charm to rom
bootianimation own
information integrated into MokeeCenter
Settings to add speed data network
Settings for navigation bar
Settings for Statusbar
Intelligent control settings to configure the newer apps and others.
Downloads official:
J500F/M/G
J500FN
What is the difference?
RELEASE: Tested after integrating new features, more stable than NIGHTLY. (Odexed builds)
NIGHTLY: Built daily with newest code and experimental features, might contain undiscovered bugs. (Deodexded builds)
HISTORY: Final odexded builds once a newer Android version is out and being built.
EXPERIMENTAL: Released when a new device is added or when a new feature is added for public beta testing and feedback. (Deodexded builds)
UNOFFICIAL: Maintained separately by individual developers, usually involves modification of shared code which cannot be merged (affects other devices), therefore maintained by the developer himself.
Note: We always test the shared code for bugs, however sometimes we may not be able to detect device specific bugs. If you have such issues, it will be better to report to the device maintainer.
Changelog:
Here
Gapps recommended
http://opengapps.org/
Installation mode :
To install the clean rom:
Download the rom
enters recovery
make all wipes (all)
choose zip from rom and install
you can use a gapps any of its taste since it is for android 7.1.2
or you can go MokeeCenter after starting rom, there you can download the small gapps integrated into the system and have a lighter and clean rom.
To install upgrade:
Method 1:
just download the complete package via OTA
enter the recovery
only to wipe cache and dalvik (optional, I do not)
install the complete package downloaded via OTA
Method 2:
Download the complete package over the air and go on to install update
let install automatically for you
Method 3:
Download only incremental updates
for that you need to donate 30 CNY for the team to release the feature on the device directly
But you can do this update without donation
just go on the site and click below build itself where it is written (upgrade: OTA to MK ...)
there will be the incremental free for you, this will save on your data package or in your spare time.
Thanks @martincz for development organization github
XDA:DevDB Information
Mokee Open Source, ROM for the Samsung Galaxy J5
Contributors
EsromG5, martincz
Source Code: https://github.com/MoKee/android_kernel_samsung_j5lte
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Bootloader LP
Based On: CyanogenMod, AOSP
Version Information
Status: Nightly
Created 2017-04-20
Last Updated 2017-04-22
Reserved
screenshots:
Unstopable! Thanks
Interesting! Thank you for the work AND ADD ME TO THE TELEGRAM GROUP :V
Bro u r awesome...:good:
An experimental version is already available for the models, I would like you to do the tests to know if I can start with nightlys, thank you.
EsromG5 said:
An experimental version is already available for the models, I would like you to do the tests to know if I can start with nightlys, thank you.
Click to expand...
Click to collapse
Delete
Good job!
for the experimental build the rom work GREAT
I instaled it on j5 F and i dont get FC on NOTHING
but not work:
mobile data
what work:
both camera and both flash
flashlite
wifi conection
mtp and adb conection
audio general, in-call, headset
bluetooth
brightness
i atached a logcat for it
Thanks for your great job, keep it up!
EDIT:
after restart i cheked again to take pictures and screenshot's and both services worked
i will atach some screenshots with the rom
vaserbanix said:
for the experimental build the rom work GREAT
I instaled it on j5 F and i dont get FC on NOTHING
but not work:
mobile data
saving pictures and video
saving screenshots
what work:
both camera and both flash
flashlite
wifi conection
mtp and adb conection
audio general, in-call, headset
bluetooth
brightness
i atached a logcat for it
Thanks for your great job, keep it up!
EDIT:
after restart i cheked again to take pictures and screenshot's and both services worked
i will atach some screenshots with the rom
Click to expand...
Click to collapse
Hey buddy did you try to send a voice message through whatsapp or making a video record and see if there's the mic bug? Also try to record after a call and see if it still works
JosephDM said:
Hey buddy did you try to send a voice message through whatsapp or making a video record and see if there's the mic bug? Also try to record after a call and see if it still works
Click to expand...
Click to collapse
i can't do it now!
i returned to my miui rom
i did only that's tests becouse i was curious about that mokee rom wich i know it is a very good rom
the test's was made on a clean rom without gaaps and other apk's
vaserbanix said:
i can't do it now!
i returned to my miui rom
i did only that's tests becouse i was curious about that mokee rom wich i know it is a very good rom
the test's was made on a clean rom without gaaps and other apk's
Click to expand...
Click to collapse
Where can i find that MIUI ROM?
vaserbanix said:
i can't do it now!
i returned to my miui rom
i did only that's tests becouse i was curious about that mokee rom wich i know it is a very good rom
the test's was made on a clean rom without gaaps and other apk's
Click to expand...
Click to collapse
Thanks for comment, i changed to permissive mode from selinux and is fixed this, wait for nightly tomorrow and all works.
I don't think many people will agree with me , but this is the best 7.1.2 ROM ATM is quick sleek and the best looking
I don't know of any other bugs than the bug on los
Lahcendanterstill said:
Please make a build for sm-j500h ? please don't forget this device ?
Click to expand...
Click to collapse
U can unpack the los boot img copy the h kernel over to the ram disk of the f boot img
infixremix said:
I don't think many people will agree with me , but this is the best 7.1.2 ROM ATM is quick sleek and the best looking
I don't know of any other bugs than the bug on los
Click to expand...
Click to collapse
MOKEE was from the begining one of the best and fastest rom
i use it a lot some time ago on other device.
in time all the roms started to look almost the same with small diferences and ofcourse a different names
only a few still keep his original look(ofcourse with some upgrades)
Can I install on RR 7.1.2?what are bug on NIGHTLY for J500FN?THANKS....
JosephDM said:
Hey buddy did you try to send a voice message through whatsapp or making a video record and see if there's the mic bug? Also try to record after a call and see if it still works
Click to expand...
Click to collapse
i instaled the 22-04 nightly and the mic in record(call-record, record-audio.apk, video-record.apk from the phone) work. Whatsap i dont use!
BUT the audio level is very low.(maybe it can be set from mixer-path.xml in systen/etc, once all the rest audio work properly)
@EsromG5
Still no conection on mobile data, only via wifi
The rest are working fine from the start!
i noticed in this nightly the setup-vizard dont oferr to can conect to wifi(how is normal) before you can set the google count.
for wifi in setup-vizard, must drag the notification drawer, opend the settings and set the wifi conection then go back to the setup-vizard and continue the rest of settings
Thanks!
PS.
by default, Selinux is "ENFORCING"
nio79 said:
Can I install on RR 7.1.2?what are bug on NIGHTLY for J500FN?THANKS....
Click to expand...
Click to collapse
The bugs are the same as LOS 14.1 and RR.
vaserbanix said:
i instaled the 22-04 nightly and the mic in record(call-record, record-audio.apk, video-record.apk from the phone) work. Whatsap i dont use!
BUT the audio level is very low.(maybe it can be set from mixer-path.xml in systen/etc, once all the rest audio work properly)
@EsromG5
Still no conection on mobile data, only via wifi
The rest are working fine from the start!
i noticed in this nightly the setup-vizard dont oferr to can conect to wifi(how is normal) before you can set the google count.
for wifi in setup-vizard, must drag the notification drawer, opend the settings and set the wifi conection then go back to the setup-vizard and continue the rest of settings
Thanks!
PS.
by default, Selinux is "ENFORCING"
Click to expand...
Click to collapse
That is good but did you try also controll if there was mic audio after a call? Also if you do a video and then look at your video, after that the back speaker keep on working even if the video is finished. You can hear it if you approach your back speaker to your ear, there's a disturbed sound, like "shshshsh". To make it normal again you have to soft reboot or reboot
JosephDM said:
That is good but did you try also controll if there was mic audio after a call? Also if you do a video and then look at your video, after that the back speaker keep on working even if the video is finished. You can hear it if you approach your back speaker to your ear, there's a disturbed sound, like "shshshsh". To make it normal again you have to soft reboot or reboot
Click to expand...
Click to collapse
i listen again the records and no "shshshshshs"(how you say ) after the end of it's
{
"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"
}
You will need to wipe data. No dirty flashing when switching to the new base
Team OctOs presents Oct-N.
They maintain a current change-log on their website: http://www.teamoctos.com
They recommend and use Beans Gapps.
Beans GAPPS package found here:
https://plus.google.com/communities/106779856550530107480
Flashing Instructions:
Download ROM .zip file
Reboot to Recovery (Note: Use Reboot to Recovery from Power Menu, Hardware-based boot to recovery, or adb reboot recovery - ROM Manager or similar software is NOT supported)
--- TWRP is the ONLY recovery Team OctOs uses - They do not support flashing on CWM ( Not that we have it anyways ) ---
Factory Reset from TWRP
Flash Rom
Reboot Recovery (Do not boot to rom yet)
Flash Gapps
Reboot
Download
Mega.nz Server
Change log
View change log on Team-OctOS web site!
- Please Do Not Mirror the files without talking to me. We can do that ourselves should we desire to. -
Feature List
Substratum rootless theme engine support (must install Substratum from play store)
Tentacles settings!
Pixel Launcher Included
OmniSwitch
Power menu options
Screenshot
Screen record
DPI settings
Status bar time and date options
Status bar network traffic indicator
Status bar notification settings
Quick tile settings
Volume button playback control
Volume button wake
DUI (fling, pulse, smartbar)
Screen record
And much more!!!!
Click to expand...
Click to collapse
Frequently Asked Questions
Q: Is this Android 7 (Nougat)?
A: Yes, this is Android 7.1.2
Q: What code is Oct-N based on?
A: This version of Oct-N is based on LineageOS 14.1
Q: Why isn't there XYZ feature?
A: Shoot us a Suggestion if you want to see something added. While we are not going to promise to implement, we will always look into it
Q: But all the others have..
A: ROM developers, build something they want to use. The ROM developer that includes something they won't run implies less than 100% effort to ensure it does work. As a team, we have similar goals and objectives. If XYZ ROM has a feature you want, and we don't include (or don't want to include), feel free to use XYZ ROM, or build your own custom version of Oct-N.
Q: What about root?
A: Root is removed by default (user will be able to flash which ever root zip they want)
Bugs:
Bugs happen. Our testers are very good at breaking things, but no where near as good as the rest of the Android public. In order to investigate and fix issues, we need the help of the users who are going to report them. The Android OS has many nifty features to help us in this, but only if we can engage the user to assist us.
Logs, Logcat, and the Android Debugging Bridge (ADB)
Like any other OS, Android has multiple log files that are generated and record the goings-on of the system. As a user, you have two basic ways to view and pull these to send to us. Without the information in the logfiles, there simply is not a whole lot of information to go on.
Log file APKs
Team OctOs recommends SysLog from the Android Market. This application will allow you to selectively pick any (or all) of the system logs, compress them into a .ZIP file, and allow you to save, email, move to your Copy/DropBox/Cloud Storage account, etc.
ADB Logcat
The Android Debugging Bridge (ADB) is a powerful tool available from Google as part of the Android Software Development Kit (SDK). Used for many things, being able to selectively see, in real-time, what your device is doing cannot be downplayed. While there is more setup involved, if you are doing consistent ROM flashing, you really should invest the time to get setup properly to do it.
ADB Logcat tutorial here: How to create a logcat log
The foundation of the Android OS is the fact that is it open-source. They have all code we use internally in the creation of Oct-N available on our GitHub repositories.
Kernel souce can be found on github at
Kernel Source.
Team OctOs GitHub - http://www.github.com/Team-OctOs
Team OctOs Gerrit Review - http://www.teamoctos.com:8080
Team OctOs GPLv2 License - http://www.teamoctos.com/license/
Team OctOs Patreon Campaign - https://www.patreon.com/TOctOs
Donate to OctOS Developement (PayPal)
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Follow Team-OctOS!
XDA:DevDB Information
octos-moto-x-pure, ROM for the Moto X Style (Pure)
Contributors
tdg2k15
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
ROM Firmware Required: Marshmallow Firmware, twrp 3.1.1-0
Based On: OctOS
Version Information
Status: Stable
Current Stable Version: 7/23
Stable Release Date: 2017-07-23
Created 2017-07-23
Last Updated 2017-07-23
Sources for Moto X Pure ( CLARK )
Changelog :Veiw the Githubs
Proprietary Blobs - Github
Kernel - Github
Device Tree - Github
Awesome ?
@tdg2k15
Wow.
You aren't sleeping at all ?
Thanks for this, giving the flasholics their fix, very nice!!!
Just what I needed to calm my nerves
Absolutely gonna try this ROM right now thanks a lot.
How is this compared to your RR?
Also it says it has SuperSU installed but in your questions it says no root.
At the risk of looking silly. Wut?
Second edit: Figured it out. The changelog you linked to is outdated. The newer version has no SuperSU.
Latest: https://www.teamoctos.com/oct-n-weekly-lineageos-base/
smalldroid34 said:
Thanks for this, giving the flasholics their fix, very nice!!!
Click to expand...
Click to collapse
dzidexx said:
@tdg2k15
Wow.
You aren't sleeping at all ?
Click to expand...
Click to collapse
No I can't sleep lol, anyways , I'm bringing back 1 ROM that we recently lost.
Sent from my XT1575 using Tapatalk
tdg2k15 said:
No I can't sleep lol, anyways , I'm bringing back 1 ROM that we recently lost.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
Very nice rom.
It's easy, quick and intuitive to set everything up.
New build compiling now.
Sent from my XT1575 using Tapatalk
tdg2k15 said:
New build compiling now.
Sent from my XT1575 using Tapatalk
Click to expand...
Click to collapse
Nice. Can't wait to try it out
Edit: Downloading
How many hours of battery life. And how many screen? 3hrs? 4?
Can you upload a screenshot?
serkyky said:
How many hours of battery life. And how many screen? 3hrs? 4?
Can you upload a screenshot?
Click to expand...
Click to collapse
Sorry switched roms so can't post screen shot. But over 9 hours of use I got 3+ hours sot. The standby time is great too.
I just switched to this rom after being on Lineage for a long while. The setup was fast, worked perfect, and was very easy. So far everything works great. Chop for light works (although sometimes there is a delay) and so does the twist for camera. The only snag I have run into is that there was a quick random reboot when the flashlight was on. Other than that its been a really good start. I will update with any issues I have tomorrow. But so far so good. I love the nexus launcher!
The rom is great, the only problem is I'm getting errors with substratum.
Well I have to get RR bugs sorted out , but after that I will sync sources with Oct and publish
Sent from my ONEPLUS A3000 using Tapatalk
Ok so I can say this the battery life is great. I had between 10% to 15% more battery at the end of yesterday then I usually have and that was a fairly normal day with a few extras. I have not had any more hiccups with the os. This is my new daily driver. It looks like it could be stock and everything seems to work. I don't require root because I like using Android Pay and I like Netflix. The best thing... It doesn't heat up in my pocket like LOS It all just works. Love it! Thank you for this rom.
This may happened to me because of having a very old battery, but I never got those "great battery life" results. They were awful. With heavy usage, i got 4hs of SoT and 6 hours of battery, that was pretty good. But on normal day to day usage, results were very, very bad. Most of the times I barely got to 2:30hs of sot and ~8 hours of battery life, and it drains fast. Guess I'll stick to good ol' and boring stock 6.0
I really liked the ROM, it has very good performance, I do not drain the battery. I was thinking of installing a kernel, but I do not really see it as necessary. The only thing I did was root, and everything is fine. Today all day I traveled, all day the BT connected to the vehicle, the network in 4G. In general the mobile surrendered me 12hrs the day, with 2:30 of screen.I consider q if it is for normal use, nothing intense, it goes very well.
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!
{
"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"
}
Disclaimer:
Code:
Flash this rom at your own risk. I will not be held responsible
if anything goes wrong because you did not follow the instructions as
I mentioned or flashed mods over this rom!
This is Pure Stock AOSP ROM and I will not be adding features to this rom!
This rom was intended to be feature less and gives you a smooth and fresh stock AOSP experience
on your cedric
Bugs:
Code:
* Camera Green tint bug (that happens in low light)
* Rest everything is working!
Downloads:
Downloads are Available on my Sourceforge Builds Page
Installation:
Make sure you are on the latest oreo firmware
1. Unlock your bootloader (If you are new to this, make sure you take a backup of everything)
2. Install TWRP
Optional: Take a backup of everything (Internal Storage, photos, media etc.)
3. Wipe data/Factory Reset
4. Tap on Install, navigate to wherever the ROM zip is stored
5. Tap on the zip and slide to flash
Optional: Flash GApps if needed.
6. Reboot and Enjoy!
Bug Reporting:
Bug reports without logs will be ignored. Attach proper logs with pointing out the proper bug!
Kernel Source Code: CodeZero's Git
XDA:DevDB Information
Android Open Source Project, ROM for the Moto G5
Contributors
m_vaisakh, Sohamlad7
Source Code: [url]https://android.googlesource.com/[/URL]
Kernel Source Code: CodeZero's Git
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: Oreo Firmware
Based On: AOSP
Version Information
Status: Stable
Created 2019-12-18
Last Updated 2020-02-08
m_vaisakh said:
Vaisakh Murali:
Actually I've come to a decision, I feel like I should stop android development
It's just that for the past few days I've been away from android mostly, and it felt pretty good
I guess its time for me to be a user
Or a tester perhaps
I'm taking a break from android development, I'm really sorry to give you all hopes for Android 11 from my side. But I want to focus on my studies more. I spend too much time on android discussions and bug fixes
I hope you guys can understand
Click to expand...
Click to collapse
(from Telegram)
Tl;dr: No more updates for this./This is discontinued.
(Try out my MintOS! It is an mix of AOSP and LineageOS)
Build Instructions:
Make Sure you have setup your build system according to Android Guidelines, if not, official way to do so can found here. There are certain specifications to be met before you can build aosp, make sure you have enough specifications on your computer!
Also you have to setup repo tool from google
Code:
# Prepare folder to setup repo tool
$ mkdir ~/.bin
$ PATH=~/.bin:$PATH
# Downloading and setting up permissions for repo tool to work (You require python for repo tool to work!)
$ curl [url]https://storage.googleapis.com/git-repo-downloads/repo[/url] > ~/.bin/repo
$ chmod a+x ~/.bin/repo
Initialise AOSP Source Code from your favourite source (Here, aosp is being used.)
Code:
# Make sure you sync the code in a directory other than your home directory
$ mkdir ~/aosp
$ cd ~/aosp/
# Initialise the AOSP source code (Warning the code is several hundred gigabytes large!)
$ repo init [url]https://android.googlesource.com/platform/manifest[/url] -b android-10.0.0_r20 --depth=1
Clone my manifests, for both proper build system and device specfic requirements.
Code:
$ git clone [url]https://github.com/mvaisakh/aosp_cedric_local_manifest[/url] -b android-10 .repo/local_manifests/
Now to syncing! (This might take several hours depending on your internet connection speed!)
Code:
$ repo sync -c --no-tags --no-clone-bundle -j$(nproc --all)
Building AOSP for cedric! (This will take a while to build, depending upon your specifications.)
Code:
$ . build/envsetup.sh
$ lunch aosp_cedric-userdebug
$ mka bacon
After the Build succeeds, your rom zip will be found at:
Code:
~/aosp/out/target/product/cedric/
Flash and Enjoy!
NOTE: My device tree can be used to build other roms too! Just use the cedric.xml from my local manifest and modify device tree according to your rom and enjoy!
NOTE 2: I will not help with build errors that you might face with building, there are many guides and resources on the internet for doing that. Please keep the thread clean and void of such posts!
Releases
8th January 2020
Changelog:
* January Security Patch.
* Based on tag android-10.0.0_r25.
* Added theming (was removed by Google in android-10.0.0_r14).
* New and Amazing Fonts.
* Customisation is available in Settings > Display
* Improved Dark Theme.
* Improved Launcher & UI speeds!
* Fixed video recorder crash.
Download: https://sourceforge.net/projects/mv...-QQ1D.200105.002-20200108.033922.zip/download
6th February 2020
? Changelog:
• February security patch
• Massive theming from DerpFest, you can find it by tap and holding on the launcher home > Styles and Wallpaper.
• Enforced SELinux Build.
• Enable TypeFace Clock (Lockscreen Clock customisations)
• Improved Scrolling Cache
• Screen densities can be set to lower sizes.
• Loads of Fonts to choose from.
• A fresh new wallpaper
• WFD fix applied (untested)
Do not report bugs without proper logs.
Download: https://sourceforge.net/projects/mv...-QQ1D.200205.002-20200206.062144.zip/download
24th April 2020
? Changelog:
Platform specific:
* April Security Patch
* New fonts to choose from (some might not work, sorry for that, will remove with next update)
* Change primary colours
* More accents
* MicroG support
* Signature spoofing
* Removed unused videos from Framework
* Updated all animations from Pixel 4
* Optimised Android Runtime (Smoother than ever before)
* Better scrolling
Device specific:
* Use QCOM Surfaceflinger
* Eva EAS+ 3.0 as default kernel
* EAS Fine tuning for both better battery and performance!
* Safetynet Passes by default
* Switched to common dtb tool
* Network settings v2
* Display Colour Calibration
Download:
https://sourceforge.net/projects/mv...-QQ2A.200405.005-20200424.060707.zip/download
7th May 2020
? Changelog
Platform specific:
* Security Patch Bump
* May Security patch
Device specific:
* Eva EAS+ 1.2 as default kernel
Download: https://sourceforge.net/projects/mv...2A.200501.001.B3-20200506.204702.zip/download
14th June 2020
? Changelog:
Platform specific:
* Security Patch Bump
* June Security patch
Device specific:
* Fixed WiFi Display (screen mirroring), thanks to @CodeZero
* Kernel Security and Performance fixes from @OmegaPrimus7
Download: https://sourceforge.net/projects/mv...3A.200605.002.A1-20200613.153520.zip/download
9th August 2020
? Changelog:
• August security patch
• Kernel upgraded to Eva EAS+ v1.3
• Kernel compiled with GCC 10 for optimal performance
Download: https://sourceforge.net/projects/mv...-QQ3A.200805.001-20200808.184024.zip/download
Like my work?
Hit thanks button.
If you want to donate, please donate to a noble causes like UNESCO, and Environment Fund.
Is it the same as lineage 17 or is it another rom? Do you require arm64?
Alejandro miranda said:
Is it the same as lineage 17 or is it another rom? Do you require arm64?
Click to expand...
Click to collapse
It is another rom, Lineage has some amount of customisations, this one doesn't. Only aimed on stability and smoothness.
Yes, all ROMs since Oreo are arm64
The Moto g5 Cedric it did not come with support for Project Treble Official, if I install TWRP with Project Treble, will this ROM work and others too?
Darkyuuki said:
The Moto g5 Cedric it did not come with support for Project Treble Official, if I install TWRP with Project Treble, will this ROM work and others too?
Click to expand...
Click to collapse
this twrp from JarlPenguin: https://github.com/JarlPenguin/releases/releases/twrp3.3.1-3-cedric/
It has 32/64 bit & treble support, but it can also flash "normal" roms
I use this rom, very fast & responsive :good:
GApps
Please, i would like know more about Gapps for this rom?
What kind ? Only arm64 android 9 is available on opengapps.org. .
Thanks a lot.
morcego.surf said:
Please, i would like know more about Gapps for this rom?
What kind ? Only arm64 android 9 is available on opengapps.org. .
Thanks a lot.
Click to expand...
Click to collapse
You can use bitgapps, or other Q compatible gapps. If you use minimal gapps, they'll be limited to play store. Some modified gapps and theming support is available on the Cedric Telegram Chat.
m_vaisakh said:
It is another rom, Lineage has some amount of customisations, this one doesn't. Only aimed on stability and smoothness.
Yes, all ROMs since Oreo are arm64
Click to expand...
Click to collapse
the truth is I am left with lineage is 17 because this "ROM" is very good but when installing all the Google apps from the play store when the bootloader does not pass, and it is a bug that they have to fix, this is like android Q stock
@m_vaisakh What bugs does this ROM have?
Is she already at the flash point and?
Sorry for English because I'm using a translator.
Darkyuuki said:
@m_vaisakh What bugs does this ROM have?
Is she already at the flash point and?
Sorry for English because I'm using a translator.
Click to expand...
Click to collapse
Well, I have tested this stock Android 10 ROM, the truth is very fluid and that, but it has the same lineage errors as the Chrome videos and the camera, although here the launcher is more optimized than lineage, but I am left with lineage because it's bring more customizations it's not bring any of that, this is clean android stock, but it's ok
Alejandro miranda said:
Well, I have tested this stock Android 10 ROM, the truth is very fluid and that, but it has the same lineage errors as the Chrome videos and the camera, although here the launcher is more optimized than lineage, but I am left with lineage because it's bring more customizations it's not bring any of that, this is clean android stock, but it's ok
Click to expand...
Click to collapse
Thank you for answering my questions.
If anyone's interested, they can use my Eva Kernel EAS version and tell me how it feels to use it with AOSP.
m_vaisakh said:
If anyone's interested, they can use my Eva Kernel EAS version and tell me how it feels to use it with AOSP.
Click to expand...
Click to collapse
I will try to see, although once installed and consumed a lot of energy, a question! When will you get another update of this project? Will it be for ota?
Alejandro miranda said:
I will try to see, although once installed and consumed a lot of energy, a question! When will you get another update of this project? Will it be for ota?
Click to expand...
Click to collapse
Yes, this project will be maintained and receive monthly updates. About ota, I'll take it into consideration and will look into it when i have time.
m_vaisakh said:
Yes, this project will be maintained and receive monthly updates. About ota, I'll take it into consideration and will look into it when i have time.
Click to expand...
Click to collapse
thank you very much, I'll keep this one for now everything is fine
Can anyone confirm if Pokemon Go is working on this ROM without Magisk please? App says not compatible on Lineage 17. This is my sons phone so I really don't want to root it.
audinswfc said:
Can anyone confirm if Pokemon Go is working on this ROM without Magisk please? App says not compatible on Lineage 17. This is my sons phone so I really don't want to root it.
Click to expand...
Click to collapse
If it doesn't work on Lineage, it won't work on this. What module does it require?
m_vaisakh said:
If it doesn't work on Lineage, it won't work on this. What module does it require?
Click to expand...
Click to collapse
Well on my own device (Xiaomi Redmi Note 7, Pixel Experience 10 ROM) Pokemon Go doesn't work unless I flash Magisk and then use Magisk hide on it. However on my sons Moto G5 I have tried Lineage and even with Magisk and Magisk hide enabled Pokemon Go doesn't work unless I manually open Magisk Manager first, which I can't have him doing he's only 9 and he's going to cause some damage to his device if i'm not careful. Really don't want to go back to stock as it's awful on Moto G5. Was previously using Pixel Experience but as they've stopped developing it I wanted to try something more current. Also I found that Pixel Experience took up too much space leaving him not a lot of room for apps.
I'll just keep trying different ROMs.
{
"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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 12 (S), which is designed to increase performance and reliability over stock Android for your device.
LineageOS 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.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
GPL compliance:
Device tree source code: LineageOS/android_device_motorola_harpia
Kernel source code: LineageOS/android_kernel_motorola_msm8916
Working:
Camera (and flashlight)
WiFi
Battery LED
Bluetooth
Telephony (Calls) & Data
Audio (Record and Playback)
Video Playback
Sensors
GPS
VoLTE
Bugs:
Encryption
SELinux enforcing
UI is laggy
Nothing (?)
Downloads:
Rom
Gapps
Notice:
No custom kernels are supported in this thread. Only stock kernel and official builds will be supported. No bug reports if that's not the case.
Installation:
Reboot to recovery
Format /system, /data and /cache
Install LineageOS zip package
Important notes:
* Required * firmware version must be based on Nougat
GApps can only be flashed on clean installs.
Formatting data (all user data is wiped, including internal storage) is a must if Stockrom was previously installed and device was encrypted.
Credits & collaborations:
All LineageOS team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
DONATIONS : Paypal
Contributors
althafvly, chil360, squid2, jeferson1979, Alberto97
Source Code: https://github.com/MOTO-M8916
Reserved
On my device (XT 1602) I do not face any lag in UI. will you fix the other problems like mobile data? Great work BTW.
Just curious, where are you getting the vendor blobs to build this? I'm trying to build from the source, but when I try to build, I get:
Code:
In file included from build/make/core/envsetup.mk:312:
vendor/lineage/config/telephony.mk:20: error: _nic.PRODUCTS.[[device/motorola/harpia/lineage_harpia.mk]]: "vendor/motorola/msm8916-common/msm8916-common-vendor.mk" does not exist.
14:32:49 dumpvars failed with: exit status 1
In file included from build/make/core/config.mk:313:
In file included from build/make/core/envsetup.mk:312:
vendor/lineage/config/telephony.mk:20: error: _nic.PRODUCTS.[[device/motorola/harpia/lineage_harpia.mk]]: "vendor/motorola/msm8916-common/msm8916-common-vendor.mk" does not exist.
14:32:50 dumpvars failed with: exit status 1
** Don't have a product spec for: 'lineage_harpia'
** Do you have the right repo manifest?
No such item in brunch menu. Try 'breakfast'
I also am unable to find a repo for proprietary_motorola_msm8916-common anywhere either.
my god I can't believe that today 02/17/2022 my harpia is running android 12 (S) I swear to God that today I was looking at the forum and I found this I was speechless just today I had done a review of Lineage OS (11) sincerely, you deserve a lot of recognition for continuing to do this and continue to maintain a cell phone that is years old, it is my daily phone now that I found out about this, I did not sit idly by and flash it, I congratulate you, it is a rom very stable and fast, I want to comment on something and it is that with android 11 it took me 2 minutes to start the launcher, here it only takes me 17-18 seconds to start the system I can tell you that this system can become the most stable and quickly for this mobile I will continue waiting for more updates of this version of android and thank you very much for allowing me to continue using my cell phone I have had the opportunity to obtain high-end cell phones but I love my harpia and as a friend told me If something works well for you, don't change it for anything. thankful to all the maintainers who work hard to get updates out.
I want to say that I have only had a small mistake and it is that when I lower the notification bar the cell phone becomes very slow and it takes a few seconds to lower it, I hope they correct the rest, it is perfectly fine, thank you very much! for everything soon a review for this rom so that more people see and appreciate your work.
Booting and installing the image works like a charm and pretty easy.
I tried different GApps but none of them did install. They fail with
Code:
“! Unable to find installation layout. Aboriting...” ?
as shown
in FAQ Point 25 for BiTGApps https://github-wiki-see.page/m/BiTGApps/BiTGApps/wiki/Frequently-Asked-Questions-(FAQ)
w/a does not work. I tried arm (not arm64).
Tested one arm64 NikGApps, this one did install but as expected did not show up.
Can anyone recommend gapps for arm and LOS 19.0?
Thanks
Christian
On my device (XT 1602) I do not face any lag in UI. will you fix the other problems like mobile data? Great work BTW.
visit :
Daftar situs judi slot online terbaik dengan permainan judi online terlengkap dapat dimainkan di MGO303 yang terpercaya sebagai agen slot gacor terbaik
chi70 said:
Booting and installing the image works like a charm and pretty easy.
I tried different GApps but none of them did install. They fail with
Code:
“! Unable to find installation layout. Aboriting...” ?
as shown
in FAQ Point 25 for BiTGApps https://github-wiki-see.page/m/BiTGApps/BiTGApps/wiki/Frequently-Asked-Questions-(FAQ)
w/a does not work. I tried arm (not arm64).
Tested one arm64 NikGApps, this one did install but as expected did not show up.
Can anyone recommend gapps for arm and LOS 19.0?
Thanks
Christian
Click to expand...
Click to collapse
I used BiTGapps but not with Lineage recovery. I was able to install with the latest version of TWRP.
Indiawallah71 said:
I used BiTGapps but not with Lineage recovery. I was able to install with the latest version of TWRP.
Click to expand...
Click to collapse
:+1 That's it.
Now my nearly oldest HW runs the newest Android Version.
So far no lag at all, it feels really fast
Camera does work, but inside Apps like QRCOde scanner nothing is shown so far.
Christian
I was very happy to see that someone made android 12 run on harpia, great job by the way.
I had the problems of ui lag and mobile data but nothing that bothers me, I hope you bring more updates
Will it come officially one day?
Updated to 12L (check OP for links)
althafvly said:
Updated to 12L (check OP for links)
Click to expand...
Click to collapse
is monet already working in this version?
I just installed this ROM twice on my harpy, first impression I found quite fluid even for this model. Then when lowering the notification bar the system would slow down too slow and bug, then give interface error dai or the screen would go dark and erase, after that it gave bootloop. Despite this it seems to be a good ROM hopefully improve this so I can use. Monet's not working.
althafvly said:
Updated to 12L (check OP for links)
Click to expand...
Click to collapse
Hello dear @althafvly. First of all, thank you very much for this awesome ROM based on Android 12L (LineageOS 19.1).
It's very stable, fast and battery-friendly. Please dear friend, continue improving this ROM. I really hope the Encryption, SELinux enforcing and UI Lag can be fixed.
One week ago, I had AICP ROM (Android 11) ( @jeferson1979 ), and It is a very stable ROM, but it has two big problems: It's kinda slow and everytime I try to install an weekly update, the whole system is damaged. I really don't know why this happen. I only boot to Recovery and flash the updated ROM, after that I cannot boot.
Tired of that, I tried this Android 12 ROM and wow it's amazing.
Please althafvly, can you add the Security Features that Disable the Quick Settings (Notification Bar) and Disable the Power Menu from Lockscreen???
Thanks again both developers.
Wait....
Testing on my XT1607. I'm getting "System UI isn't responding" once the pulldown menu finally loads (very laggy). One idea is this could be happening whenever the camera & flashlight options aren't working? When the camera and flashlight started working after a few reboots, the pulldown menu stopped being laggy.
The ability to connect to a Wi-Fi hidden SSID has now become fully broken in harpia with 19.1. For some reason, the initial setup wizard *can* connect to a hidden SSID, but, after that, if you ever disconnect from it, you can't connect to it ever again, nor can you ever add it fresh and connect to it. This is further deterioration of the following bug: https://gitlab.com/LineageOS/issues/android/-/issues/2678
Btw, I was able to get data and SMS to work, but not calling, for whatever reason.
mmortal03 said:
Testing on my XT1607. I'm getting "System UI isn't responding" once the pulldown menu finally loads (very laggy). One idea is this could be happening whenever the camera & flashlight options aren't working? When the camera and flashlight started working after a few reboots, the pulldown menu stopped being laggy.
The ability to connect to a Wi-Fi hidden SSID has now become fully broken in harpia with 19.1. For some reason, the initial setup wizard *can* connect to a hidden SSID, but, after that, if you ever disconnect from it, you can't connect to it ever again, nor can you ever add it fresh and connect to it. This is further deterioration of the following bug: https://gitlab.com/LineageOS/issues/android/-/issues/2678
Btw, I was able to get data and SMS to work, but not calling, for whatever reason.
Click to expand...
Click to collapse
the same thing happened to me "System UI isn't responding" once the pulldown menu finally loads (very laggy)." and after that it goes into bootloop. It looks like a good rom, but maybe the ram consumption will be less than the other rons ? | Which rom do you think has the lowest ram usage/light for the moto g4 play ?
Victoraguiart said:
Which rom do you think has the lowest ram usage/light for the moto g4 play ?
Click to expand...
Click to collapse
Good question. Unfortunately, I haven't done that test.
mmortal03 said:
Good question. Unfortunately, I haven't done that test.
Click to expand...
Click to collapse
I think there is the cornerstone