OctOs ROM 5.x / 6.x - ONE Android Development

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for
daily use in most cases. While it may be considered stable, there may be unknown bugs.
The development team is not responsible for any damage to your device or your
information
As The Phone is OnePlus One The Warranty is Not Void even after flashing custom ROM and Unlocking.
Here Is Team OctOs Oct-L and Now Oct-M For OnePlus One Bacon​Tem OctOs maintain a current release record and change-log on our website: http://www.teamoctos.com
Basic Instructions:
Download ROM .zip file and MD5 file
Grab your favourite Android 5.x based GApps package
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
The Oct-OS ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-L available on our GitHub repositories.
Unless otherwise specified, all Oct-L builds use the device's stock CyanogenMod 12.1/13 kernel.
Features Includes :
Separate Settings Menu ( you can even disable that menu If you don't love to use it)
Themes Manager (CM)
Heds Up and other Notification enhance ment
Omni switch
Navbar and button customization
app circle Bar Gesture anywhere Lock screen
Power menu Super Su Included In ROM
DownLoad
ROM From Android File Host My folder for OctOs-M ​
Team OctOs Source and Other Links
Team OctOs GitHub : http://www.github.com/Team-OctOs
Team OctOs Gerrit Review : http://review.teamoctos.com:8080
Team OctOs GPLv2 License : http://www.teamoctos.com/license/
Team OctOs Patreon Campaign : https://www.patreon.com/TOctOs
Special thanks to
Team OctOS
Our testers, without which, there would be no public releases for OctOs
I would also like to thank
Google
CyanogenMod
OmniROM
LiquidSmooth
XDA
Anyone else who has ever submitted Open-Source code
My One Plus One Users and all those who has encouraged me for always trying and sharing something new.
XDA:DevDB Information
OctOs ROM For OnePlus One (Bacon), ROM for the OnePlus One
Contributors
chineel
Source Code: Team OctOs GitHub -*http://www.github.com/Team-OctOs
ROM OS Version: 5.1.x Lollipop
Based On: Cynogen Mod
Version Information
Status: Nightly
Created 2015-09-16
Last Updated 2015-09-15

Frequently Asked Questions​Q: Is this Android 5 (Lollipop)?
A: Yes, this is Android 5.1.1
Q: What code is Oct-L based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12.1 code.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.*
Q: Why isn't there XXXXXXX 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 CM and all the others have..
A: ROM developers, including CM, 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-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.

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

Al right I am going to give it a try and will let you know if I find any bugs.

Resereved

for Me

chineel said:
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
Click to expand...
Click to collapse
Hi I know this question would make me look like a complete noob. But I can't find the download link on your thread. Can you help me out with it

Hi Every One,
Here Is first Release OctOs For Our Beloved OnePlus One In This thread
The ROM got Uploaded On Android file Host at folder OctOs Direct Link Will Come Over Here OCT-L-COMMUNITY-20150915-0428-bacon.zip
Flashing Instructions:
Make a nandroid backup! or The way you would Like to take But Do take BackUp Of your Data.
Clean install ( factory reset + wipe system and cache.) for First time as This is New ROM for Our OnePlus One.
ROM
Gapps (slim LP 5.1 Or Banks compatible gapps package)
New Open Gapps Here I Use This One.
Slim Gapps from Here
Banks from Here
ROM Built with
Uber Linaro 4.8 and 4.9 Tool chains
My additions To ROM
holo launcher hd ,viper4 android Cameranext Moded by @abhi08638 further moded by bootmgr version 1.31 His thread is Here
ES file explorer, Adaway3
Guys If There is an error Or a bug in OnePlus One Only than that might Me My mistake while cooking . don't blame Team OctOs For That.
Cheers
Chineel

khkr said:
Hi I know this question would make me look like a complete noob. But I can't find the download link on your thread. Can you help me out with it
Click to expand...
Click to collapse
Yes Still There is no Down Load Link It is Just coming Wait a while.
edit after Upload
Check Now the Post above has link

Downloading now..

Slimpie?,thanks
Enviado desde mi A0001 mediante Tapatalk

reviews anybody ?

frolicflyer said:
reviews anybody ?
Click to expand...
Click to collapse
Why not try and share with us as well..??
---------- Post added at 12:56 PM ---------- Previous post was at 12:54 PM ----------
@chineel thank you for the rom.. Downloading and will flash soon..
Is there anyway.. That you can compile aosip for our device.. It's one heck of a rom for the nexus devices.. Tried on a friend's N5 and works like a boss..!!

geekynoob said:
Why not try and share with us as well..??
---------- Post added at 12:56 PM ---------- Previous post was at 12:54 PM ----------
@chineel thank you for the rom.. Downloading and will flash soon..
Is there anyway.. That you can compile aosip for our device.. It's one heck of a rom for the nexus devices.. Tried on a friend's N5 and works like a boss..!!
Click to expand...
Click to collapse
That will come but not here it will be there in my other thread latter

chineel said:
That will come but not here it will be there in my other thread latter
Click to expand...
Click to collapse
Would be more than happy to test and run it..

I am travelling dude ... and internet is already fluctuating !! So was expecting some reviews from people so that when i get back i would flash this in no time .

Does this support xposed which version should be used?

@chineel sir, request you to consider adding the below features :
---auto close quick panel,
---Date in status bar.
thanks in advance.

frolicflyer said:
I am travelling dude ... and internet is already fluctuating !! So was expecting some reviews from people so that when i get back i would flash this in no time .
Click to expand...
Click to collapse
the rom is smooth mate.. But really basic when it comes to customizations.. Really basic.. Cm stuff and couple of added things.. Too early to comment on battery life..
emilio242 said:
Does this support xposed which version should be used?
Click to expand...
Click to collapse
yes it works.. M using latest from rom racers thread..
srvoleti said:
@chineel sir, request you to consider adding the below features :
---auto close quick panel,
---Date in status bar.
thanks in advance.
Click to expand...
Click to collapse
He cannot add it.. The octos theme is supposed to add it..!

geekynoob said:
the rom is smooth mate.. But really basic when it comes to customizations.. Really basic.. Cm stuff and couple of added things.. Too early to comment on battery life..
yes it works.. M using latest from rom racers thread..
He cannot add it.. The octos theme is supposed to add it..!
Click to expand...
Click to collapse
But in post 2 (FAQ), OP tells us to send feature requests, that's why lol!

Related

[ROM]Team OctOs Oct-MM

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-MM.​
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -​
Team OctOs would like to thank Team Blackout for the use of their Blacked Out Nexus Launcher & for saving eyes one app at a time!
You can get all the TBO goodies here as well as the TBO Updater http://teamblackedout.com/ #whiteuimustdie
TBO thread http://forum.xda-developers.com/showthread.php?p=41545802​
Frequently Asked Questions
Q: Is this Android 6 (MarshMallow)?
A: Yes, this is Android 6.0.1
Q: What code is Oct-MM based on?
A: Starting with Oct-MM, we've rebased OctOs on the CyanogenMod 13 code. Modified to give you a smoother more stable rom.
We like to Strive on being closest to AOSP as possible but also being able to support multiple device
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XXXXXXX 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 CM and all the others have..
A: ROM developers, including CM, 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-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favorite Android 6 based GApps[/URL] package
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
DOWNLOADS​Stable: https://www.teamoctos.com/supported-devices/​Weekly: https://www.teamoctos.com/weekly-builds/​Recomended Gapps: http://opengapps.org/​
The Oct-MM ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-MM available on our GitHub repositories.
Unless otherwise specified, all Oct-MM builds use the device's stock CyanogenMod 13 kernel.
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
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
CyanogenMod
OmniROM
AOSP
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Us at the various websites below!
XDA:DevDB Information
Oct-MM, ROM for the Verizon Samsung Galaxy S4
Contributors
Grommish, CjKacz, canodroid15, bthorne79
Source Code: http://www.github.com/Team-OctOs
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Baseband MDK - Non-SafeStrap
Based On: CyanogenMod 13.0
Version Information
Status: Stable
Created 2015-02-17
Last Updated 2016-08-26
just want to confirm, this is NOT SafeStrap compatible?
ShadyPossum said:
just want to confirm, this is NOT SafeStrap compatible?
Click to expand...
Click to collapse
It says it uses the Cyanogenmod based kernel so no it is not safestrap friendly.
ShadyPossum said:
just want to confirm, this is NOT SafeStrap compatible?
Click to expand...
Click to collapse
jhr5474 said:
It says it uses the Cyanogenmod based kernel so no it is not safestrap friendly.
Click to expand...
Click to collapse
Correct. If you are above the MDK baseband, you're limited to TouchWiz.
Updated ProjectDB for Firmware Requirements..
Grommish said:
Team OctOs presents Oct-L.
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -​
Frequently Asked Questions
Q: Is this Android 5 (Lollipop)?
A: Yes, this is Android 5.0.2
Q: What code is Oct-L based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12 code.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XXXXXXX 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 CM and all the others have..
A: ROM developers, including CM, 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-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favourite Android 5 based GApps package
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
The Oct-L ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-L available on our GitHub repositories.
Unless otherwise specified, all Oct-L builds use the device's stock CyanogenMod 12 kernel.
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
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Follow Us at the various websites below!
XDA:DevDB Information
Oct-L, ROM for the Verizon Samsung Galaxy S 4
Contributors
Grommish, CjKacz, bthorne79, hedwig34
Source Code: http://www.github.com/Team-OctOs
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Baseband MDK - Non-SafeStrap
Based On: CyanogenMod 12
Version Information
Status: Testing
Created 2015-02-17
Last Updated 2015-02-17
Click to expand...
Click to collapse
Congratulations! Would like to try. Is there a DL link? Couldn't find it in the OP.
Thanks![emoji106]
---------- Post added at 02:27 PM ---------- Previous post was at 02:07 PM ----------
Sorry, I am not sure how to use a spoiler in TT.
Alxoom33 said:
Congratulations! Would like to try. Is there a DL link? Couldn't find it in the OP.
Thanks![emoji106]
---------- Post added at 02:27 PM ---------- Previous post was at 02:07 PM ----------
Sorry, I am not sure how to use a spoiler in TT.
Click to expand...
Click to collapse
There isn't anything like that is the OP. If you're seeing that, its TapaTalk doing it. I'd recommend the desktop version, as I do not use TapaTalk or the XDA Mobile app.
All of our releases, license information, and known issues can be found on our website www.teamoctos.com
I'm not finding it on the web version either.
Perhaps less subtly? I don't mean to be snarky but some of us live on our phones. I can't test what I can't access.
Sent from my rooted tri-corder
Sir Lancelot said:
I'm not finding it on the web version either.
Perhaps less subtly? I don't mean to be snarky but some of us live on our phones. I can't test what I can't access.
Sent from my rooted tri-corder
Click to expand...
Click to collapse
We even have a theme specifically for mobile devices. Check the Screenshots below for a step by step.
Good to know! But nobody will go there, unless directed to do so in the OP. I suggest linking your downloads page to the OP.
Alxoom33 said:
Good to know! But nobody will go there, unless directed to do so in the OP. I suggest linking your downloads page to the OP.
Click to expand...
Click to collapse
We've discussed it. At this point, across just the S3 and S4 devices, we've had something like 800 downloads. People are finding it.
Speaking only for myself, I'd rather anyone who either cannot or will not read the OP to move to another ROM. Flashing a device is a risky operation in the best of times. Anyone who says "I can't find" or "Why don't you just tell me", when it is literally the first thing after the logo, means that when they fail to do something and soft-brick their device (or in the case of the jfltevzw, hardbricks their device because they are safestrapped) then I have to listen to it and deal with it. Besides, it makes the entire project look bad.
I went out and got the XDA app, just to see what those who are looking at it see. See the screenshot below.
I will link you directly to a post, however, from the dev-blog entitled There be Dragons here in which I look at people's ability to treat their mobile devices like toys, rather than $700+ electronic devices. Any user who wants to be hand-held can do it in another thread. Flashing is as safe as we can make it, but I've personally had flashes go bad, and the ability to recover the device means following instructions. If anyone cannot figure out how to download the ROM, especially given the screenshot below, again, I'd rather not have them flash it.
Well. As a usability engineer with 15 years of working on UI and websites I can only say:
1. Blaming your users gets you nowhere.
2. Your level of adoption is in your own hands.
Sent from my GT-I9505G using XDA Free mobile app
Sir Lancelot said:
Well. As a usability engineer with 15 years of working on UI and websites I can only say:
1. Blaming your users gets you nowhere.
2. Your level of adoption is in your own hands.
Sent from my GT-I9505G using XDA Free mobile app
Click to expand...
Click to collapse
Just stop already. It's on us as users to educate ourselves! We've all had to do it. Don't blame the dev! Not his fault you can't navigate the internet.
Sent from my Nexus 7 2013
Grommish said:
We've discussed it. At this point, across just the S3 and S4 devices, we've had something like 800 downloads. People are finding it.
Speaking only for myself, I'd rather anyone who either cannot or will not read the OP to move to another ROM. Flashing a device is a risky operation in the best of times. Anyone who says "I can't find" or "Why don't you just tell me", when it is literally the first thing after the logo, means that when they fail to do something and soft-brick their device (or in the case of the jfltevzw, hardbricks their device because they are safestrapped) then I have to listen to it and deal with it. Besides, it makes the entire project look bad.
I went out and got the XDA app, just to see what those who are looking at it see. See the screenshot below.
I will link you directly to a post, however, from the dev-blog entitled There be Dragons here in which I look at people's ability to treat their mobile devices like toys, rather than $700+ electronic devices. Any user who wants to be hand-held can do it in another thread. Flashing is as safe as we can make it, but I've personally had flashes go bad, and the ability to recover the device means following instructions. If anyone cannot figure out how to download the ROM, especially given the screenshot below, again, I'd rather not have them flash it.
Click to expand...
Click to collapse
I understand your point and agree that too many users do not sufficiently educate themselves prior to flashing.
Like a safestrap user who recently twice soft bricked his phone by flashing a gpe ROM. First in a slot, and then when told that he needed a custom recovery flashed it on the stock unsafe side.
However, a DL link in the OP just makes it more convenient for users. Just my opinion.
Eazy enough to find for me [emoji102] thanks gonna give it a shot soon as my backup is complete. My current ? is running fine but has awful battery life so I'm hoping that this one is better.
We've created a poll in our Gplus Community concerning our next release. We'd like your thoughts and would appreciate your feedback! Thanks
https://plus.google.com/+DonaldHoskins/posts/PAmttsqceN1
Sent from my Shamu using XDA Free mobile app
Sent from my AOSP on Shamu using XDA Free mobile app
New 5.1.1 build is up on website! Op updated
www.teamoctos.com
Sent from my Nexus 6 using XDA Free mobile app
Hi,
Thanks for working to update the S4 to 5.1.1.
I have a question to those out there currently using this ROM. I was running Danvdh GPE ROM and I could not get Netflix to work on mobile data. When I was on my home's wireless, it worked no problem. I then changed my ROM to Hyperdrive (4.4.2) and it started to work on mobile data again.
Has anyone tried to use Netflix on mobile data with this ROM? I'm curious if it is an issue with Netflix and Lollipop not liking each other, if it is something with my phone, or potentially something with the GPE ROM.
Thanks in advance and thank you again for all of your hard work.
No BT issues so far
BT LE (Smartwatch e.g. Moto 360) issues remain
focus242 said:
No BT issues so far
Click to expand...
Click to collapse
Looks like the Bluetooth LE issues are still there as it won't see my Moto 360.
ktraub said:
Looks like the Bluetooth LE issues are still there as it won't see my Moto 360.[/QUOTE
The moto 360 has always been weird as far as Bluetooth pairing. Especially when switching Roms. Once paired , it is difficult to pair to another ROM. The only way I found that works is to reset watch and I have even had to uninstall and reinstall android wear. This happened to me on various Roms and ROM versions. I think its more of a moto 360 thing than a ROM issue
Sent from my Nexus 6 using XDA Free mobile app
Click to expand...
Click to collapse

[ROM][VS985][6.0.1] Team OctOS Oct-M

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-M.​
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -​
Frequently Asked Questions
Q: Is this Android 6 (Marshmallow)?
A: Yes, this is Android 6.0.1
Q: What code is OCT-M based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12 code. Oct-M is based on CyanogenMod 13.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
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 XYZ and 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-M.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favorite Opengapps package http://opengapps.org/
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
The Oct-M ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-M available on our GitHub repositories.
Unless otherwise specified, all Oct-M builds use the device's stock CyanogenMod 13 kernel.
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
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
CyanogenMod
OmniROM
LiquidSmooth
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Us at the various websites below!
Above is our hidden menu. It can be accessed 3 different ways: "Tentacles" in app drawer, quick settings tile, or by pressing settings/about phone/OctOS build date.
MORE PICS OF OUR FEATURES: https://copy.com/9V9skpmRVsRaa6mx
Click to expand...
Click to collapse
XDA:DevDB Information
Oct-M, ROM for the Verizon LG G3
Contributors
red3razor, cjkacz, canodroid15, bthorne79
Source Code: http://www.github.com/Team-OctOs
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod 13
Version Information
Status: Testing
Created 2015-05-06
Last Updated 2016-01-17
[ROM][VS985][LMY47V][5.1.1] Team OctOS Oct-L
Disclaimer: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-L.
We maintain a current release record and change-log on our website: http://www.teamoctos.com
- Please Do Not Mirror our files without talking to us. We can do that ourselves should we desire to. -​
Frequently Asked Questions
Q: Is this Android 5 (Lollipop)?
A: Yes, this is Android 5.1.1
Q: What code is Oct-L based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12 code.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XXXXXXX 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 CM and all the others have..
A: ROM developers, including CM, 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-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favourite Android 5 based GApps package
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
The Oct-L ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-L available on our GitHub repositories.
Unless otherwise specified, all Oct-L builds use the device's stock CyanogenMod 12 kernel.
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
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
CyanogenMod
OmniROM
LiquidSmooth
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Us at the various websites below!
Above is our hidden menu. It can be accessed 3 different ways: "Tentacles" in app drawer, quick settings tile, or by pressing settings/about phone/OctOS build date.
MORE PICS OF OUR FEATURES: https://copy.com/9V9skpmRVsRaa6mx
Click to expand...
Click to collapse
XDA:DevDB Information
Oct-L, ROM for the Verizon LG G3
Contributors
red3razor, cjkacz, hedwig34, bthorne79
Source Code: http://www.github.com/Team-OctOs
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
Based On: CyanogenMod 12
Version Information
Status: Testing
Created 2015-05-06
Last Updated 2015-05-05
Been running this ROM for the past 3 days. It's been great with no noticeable issues.
Let's give it a spin!
Thanks Dev! Will be flashing this tonight, I'll keep you posted on bugs [if any]:good:
pics (of features) added
Changelog here: http://www.teamoctos.com/category/changelog/
Oh hell yea! Thanks Razor!
Downloading going to give a try. Been using Bliss pop.
Does everything work? MMS? Decent signal? I am really itching to try some non-LG roms, but in the past (KK) the signal strength always seemed weaker
Is there a features list somewhere?
The link you've provided for the GApps packages leads to a thread where the packages have been deleted.
Here's one I found that's working: PA-GOOGLE APPS Plus(All ROM's)
spotmark said:
Is there a features list somewhere?
Click to expand...
Click to collapse
Bottom of OP
red3razor said:
Bottom of OP
Click to expand...
Click to collapse
D'oh! Thank you.
ncwildcat said:
Does everything work? MMS? Decent signal? I am really itching to try some non-LG roms, but in the past (KK) the signal strength always seemed weaker
Click to expand...
Click to collapse
We have had good feedback from our testers, before released
I'm still on the hunt for a AOSP ROM where wireless charging works. Gonna give this a spin.
Smooth & Fast
Wow this ROM flies and is buttery smooth. I have been using it for a few hours and have not run in to any issues other than a reboot issue. It will not fully reboot but if you switch to a guest user and then back again it loads up fine. Other than that, great job!
touche112 said:
I'm still on the hunt for a AOSP ROM where wireless charging works. Gonna give this a spin.
Click to expand...
Click to collapse
I haven't found any personally. Hopefully the devs will fold this in once they get everything else working. It's not some kind of proprietary driver thing is it?
Where exactly do I download for AT&T S iii? I clicked on the github link and there are a ton of files. Went to OctOS website and selected my device and the download provided is from 4/22. It seems there is a more recent update from what I'm reading in the changelog.
Currently on Cyanide L with Shift D2 Kernel, will I also need to flash a new kernel? If so, I have no clue which one it is on the cyanogen link in the OP.
Thx in advance ..
Thanks Razór. ..
kevman8396 said:
Wow this ROM flies and is buttery smooth. I have been using it for a few hours and have not run in to any issues other than a reboot issue. It will not fully reboot but if you switch to a guest user and then back again it loads up fine. Other than that, great job!
Click to expand...
Click to collapse
Strange. Not seen that one before. Still using stock kernel?

[ROM][64 BIT][TOMATO][5.1.1] OctOs Oct-L [ 22/5/2015]

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-L​
Frequently Asked Questions
Q: Is this Android 5 (Lollipop)?
A: Yes, this is Android 5.1.1
Q: What code is Oct-L based on?
A: Starting with Oct-L, we've rebased OctOs on the CyanogenMod 12 code.
Q: What happened to AOSP?
A: All Android code is based on the Android Open Source Project (AOSP). Under previous releases, we tried very hard to limit the number of "Not from Google directly" repositories that we used. Unfortunately, issues with devices, the need for Code Aurora Foundation (CAF) repositories for Qualcomm devices, and compatibility issues meant fighting code more often than not. We decided that since the code-base for many repositories were the same across most ROMs, picking a starting point to build the user experience on outweighed the desire to craft code from scratch, or fix broken code to make it work with other changes we already had.
Q: Why isn't there XXXXXXX 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 CM and all the others have..
A: ROM developers, including CM, 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-L.
Q: Superuser or SuperSU?
A: Team OctOs uses SuperSU and is installed automatically.
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.
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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favourite Gapps package
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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash ROM and GApps .ZIP files
Reboot
The Oct-L ROM installation script will automatically wipe /system, /cache, and /data/dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your GApps Provider
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-L available on our GitHub repositories.
Unless otherwise specified, all Oct-L builds use the device's stock CyanogenMod 12 kernel.
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
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
CyanogenMod
OmniROM
LiquidSmooth
Anyone else who has ever submitted Open-Source code @DC07 - Due to this Guy Only I have Got This Position
Mohit Israni , Aayush - For testing
XDA:DevDB Information
[ROM][TOMATO][5.1.1] OctOs Oct-L [ 22/5/2015], ROM for the YU Yureka
Contributors
Megatron007
Source Code: https://github.com/team-octos
Device Tree:https://github.com/CyanogenMod/android_device_yu_tomato
Kernel Source:https://github.com/CyanogenMod/android_kernel_cyanogen_msm8916
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.10.x
Version Information
Status: Stable
Created 2015-05-22
Last Updated 2015-05-22
Downloads -
ROM - https://www.androidfilehost.com/?w=files&flid=32250
GAPPS - http://forum.xda-developers.com/slimroms/general/gapps-official-slim-gapps-trds-slimkat-t2792842
Changelogs - https://www.teamoctos.com/category/changelog/
Full Album Here - http://imgur.com/Ksozv4m,dmaw7g4,feG9k3N,Zz03d6N,sRLAax9,YU8vIqN,YgyjllB#0

			
				
yay!
will flash it and review it in a week..good work devs..hoping you guys have fixed the rapid battery drain on lollipop, that is the single biggest problem I've encountered so far..
Megatron007 said:
....Shoot us a Suggestion if you want to see something added..... we will always look into it.....
......Use Reboot to Recovery from Power Menu,...... or similar software is NOT supported)
--- TWRP is the ONLY recovery Team OctOs uses - We do not support flashing on CWM ---.....
Click to expand...
Click to collapse
coming from the maintainer of MERE ROM for MMA A116, this oughta be good. will check this out. all the best, @Megatron007. :good:
i'm using resurrection remix rom now, since i find it has the most customisation options. if the issues mentioned in this post could be tackled, i'd be happy. thanks in advance.
p.s.: what exactly does "NOT supported" mean? is it that you won't offer fixes for issues that emanate from using other methods to boot into recovery and/or if the recovery used is anything other than twrp? or, that things just won't work if not done exactly as told?
edit: YU Yureka is not listed in your profile . how do you actively develop for the device, then? . ok, it's listed here :good:.
m0han said:
coming from the maintainer of MERE ROM for MMA A116, this oughta be good. will check this out. all the best, @Megatron007. :good:
i'm using resurrection remix rom now, since i find it has the most customisation options. if the issues mentioned in this post could be tackled, i'd be happy. thanks in advance.
p.s.: what exactly does "NOT supported" mean? is it that you won't offer fixes for issues that emanate from using other methods to boot into recovery and/or if the recovery used is anything other than twrp? or, that things just won't work if not done exactly as told?
edit: YU Yureka is not listed in your profile . how do you actively develop for the device, then? . ok, it's listed here :good:.
Click to expand...
Click to collapse
hehe it also supports cwm may be the source developer of the Oct os dosent liked cwm , thats why he had written it , this rom is still in beta stage and has lot of customizations more customizations will be added soon
megatron is here
Enjoyed your roms on A116. Looking forward to the same amazing work on Yureka.
Thanks
Someone please upload the ROM to a mirror tried to download 4 times always failed?????
Sent From My Yureka
Good rom
Works, no bugs till now
Cyclops Maran said:
Works, no bugs till now
Click to expand...
Click to collapse
did you install gapps? which one? can you give link to 'arm64-v8a' package (minimal or slim or zero)?
Here you go!
m0han said:
did you install gapps? which one? can you give link to 'arm64-v8a' package (minimal or slim or zero)?
Click to expand...
Click to collapse
I tried the GAPPS from the link provided but didn't work for me. Click here, this is the minimal edition and works wonders. I've tried with other 5.1.1 Roms, worked all the time. Plz hit thanks.
..
Sent From My Yureka
awesome work !! Need FM and animation support
Hi Dev,
The ROM is pretty smooth an awesome. Please add FM and Animation control support in next release if possible
Nav bar dimension too
Sent From My Yureka
A query if anyone can solve please
Does it have the issue of showing SIM Card configured on bootup?
Good ROM But..
I downloaded and installed this ROM and used the same for about 20 hours. My observations...
1. Very Smooth. Antutu gave me 33490 score.
2. Xposed worked for me without any issues.
3. Gave me fairly good battery (with varun's Thunderzap kernel)
But I faced frequent Dialer FCs. Sometimes using dialer would reboot the phone.
So I had to go back to Stock cm12.
Thanks for your efforts developer. I do hope you would support this ROM in the future. Would like to come back to this ROM quickly.
mention 32bit or 64 please.
mention 32bit or 64 please.
oemaritradey said:
mention 32bit or 64 please.
Click to expand...
Click to collapse
its 64 BIT
Megatron007 said:
its 64 BIT
Click to expand...
Click to collapse
then please use [64bit] on the title thread.
Random reboots..
please help

[ROM][8/25/17][angler][7.1.2][WEEKLY]Team OctOs Oct-N

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
Team OctOs presents Oct-N.​
We maintain a current release record and change-log on our website: http://www.teamoctos.com
Use current vendor (N2G48C) located here:
https://www.androidfilehost.com/?fid=673368273298977153
We have Gapps here.
http://opengapps.org
***USE Gapps of your choosing, we prefer Open Gapps***
- Please Do Not Mirror our files without talking to us. 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
Basic Instructions:
Download ROM .zip file and MD5 file, and grab your favorite Open Gapps package http://opengapps.org
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 - We do not support flashing on CWM ---
The Oct-N ROM installation script will automatically wipe /system, /cache, and /dalvik-cache. There is no need to do these before or after flashing the ROM unless you are instructed to by your Gapps Provider. When dirty flashing weekly updates, you MUST reflash Gapps along with any other files, apps, custom mods or kernels etc.. (anything that resides in system partition)
Flash ROM, GApps and any additional .ZIP files
Reboot
Download
Download from Team-OctOS web site!
Change log
View change log on Team-OctOS web site!
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-N available on our GitHub repositories.
Unless otherwise specified, all Oct-N builds kernel souce can be found on github at Team-OctOS.
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 Development (PayPal)
Want To Build Your Own?
Check out the ReadMe on our GitHub for Instructions
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
AOSP
Open Gapps
LineageOS
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Team-OctOS!
XDA:DevDB Information
Oct-N, ROM for the Huawei Nexus 6P
Contributors
hedwig34, manfromgta , CjKacz, bthorne79
Source Code: https://github.com/Team-OctOS-Devices
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: AOSP
Version Information
Status: Stable
Stable Release Date: 2017-08-25
Created 2016-09-30
Last Updated 2017-08-25
First comment and first to try and will report back
Sent from my Nexus 6P using Tapatalk
nice to see new ROMS to flash.
---------- Post added at 05:15 PM ---------- Previous post was at 05:02 PM ----------
nothing against any of the 7.0 ROMS, I am really grateful for all the work that goes into them. Im just wondering why AOSP for N does not have battery customization. Like circle, dotted circle, just percentage. Like I said just curious, thanks.
Wooohooooo...????
Enviado desde mi Nexus 6P mediante Tapatalk
mbl1979 said:
nice to see new ROMS to flash.
---------- Post added at 05:15 PM ---------- Previous post was at 05:02 PM ----------
nothing against any of the 7.0 ROMS, I am really grateful for all the work that goes into them. Im just wondering why AOSP for N does not have battery customization. Like circle, dotted circle, just percentage. Like I said just curious, thanks.
Click to expand...
Click to collapse
When has any(android version) stock aosp had customizable battery icons?
king3opobn said:
When has any(android version) stock aosp had customizable battery icons?
Click to expand...
Click to collapse
OK, so let me clarify. Has not been implemented into the ROM.
mbl1979 said:
OK, so let me clarify. Has not been implemented into the ROM.
Click to expand...
Click to collapse
you mean, google should add it so that you don't have to flash 3minit? That'd be great
Thanks dev.
I think you guys really missed an opportunity by not calling this OctaNe. Octopus, V8, the possibilities are endless.
Best ROM so far
looking good. about to install.
one question: will there be an ota updater included soon? would be great
thanks.
@hedwig34
Thanks guys!!! We'll give it a shot
xflowy said:
looking good. about to install.
one question: will there be an ota updater included soon? would be great
thanks.
@hedwig34
Click to expand...
Click to collapse
No plans for the ota updater get but we may consider it. Thanks for checking us out. :good:
mbl1979 said:
nice to see new ROMS to flash.
---------- Post added at 05:15 PM ---------- Previous post was at 05:02 PM ----------
nothing against any of the 7.0 ROMS, I am really grateful for all the work that goes into them. Im just wondering why AOSP for N does not have battery customization. Like circle, dotted circle, just percentage. Like I said just curious, thanks.
Click to expand...
Click to collapse
This is just the first testing/beta build we've released outside of our testing group. Don't worry you'll be seeing some new features in the future.
hedwig34 said:
This is just the first testing/beta build we've released outside of our testing group. Don't worry you'll be seeing some new features in the future.
Click to expand...
Click to collapse
i cannot apply the modified hosts file via adaway. any ideas? flashed elementalx kernel on top.
Force encryption disabled? Thanks op!
Just flashed and I must saw ROM is awsome I've tried a few N ROM and ended up going back to marshmallow but this time I might stick around ... Started to love this ROM after flashing it on my wife's g4...awsome job devs no issues so far
Sent from my Nexus 6P using Tapatalk
xflowy said:
i cannot apply the modified hosts file via adaway. any ideas? flashed elementalx kernel on top.
Click to expand...
Click to collapse
Flash the systemless file in the thread for AdAway here on XDA. Then reapply
Sent from my Nexus 6P using Tapatalk
bps119 said:
Flash the systemless file in the thread for AdAway here on XDA. Then reapply
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
thanks man. but why? the rom has normal root, and not systemless, right?
xflowy said:
thanks man. but why? the rom has normal root, and not systemless, right?
Click to expand...
Click to collapse
No idea why, but it works bc i just fished it and adaway works now lol.
First impressions on this ROM are impressive. No FC's and fast AF right now. Excellent job.

[ROM][8/25/17][Marlin][7.1.2][WEEKLY]Team OctOs Oct-N

{
"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: OctOs is a WIP. It has been evaluated as being stable, and is suitable for daily use in most cases. While it may be considered stable, there may be unknown bugs. The development team is not responsible for any damage to your device or your information.
Click to expand...
Click to collapse
MOVING NEXUS AND PIXEL DEVICES TO LINEAGEOS BASE
FEBRUARY 7, 2017
AARON WEIS
Oh no what have we done?!
For the past few months Team-OctOS has been maintaing two seperate Nougat code bases. An AOSP based branch for the Nexus/Pixel devices and a LineageOS based branch to support all of the other devices. This also means that team has been split working on two seperate projects. In order to get the team back to being a team we’ve made the tough decision to discontinue the AOSP branch. All current officially supported devices will still be supported using the LineageOS base OctOS.
Expect to see weekly builds for the below devices on the Oct-N Weekly (LineageOS base) download page begining Feb 10th.
Nexus 5 (hammerhead)
Nexus 5x (bullhead)
Nexus 6 (shamu)
Nexus 6p (angler)
Pixel (sailfish)
Pixel XL (marlin)
*You will need to wipe data. No dirty flashing when switching to the new base
We will be hard at work as a whole team again developing OCT-N from one common branch.​
Team OctOs presents Oct-N.​
We maintain a current release record and change-log on our website: http://www.teamoctos.com
Vendor for NJH47F 7.1.2 found here
https://www.androidfilehost.com/?fid=817550096634791204
TWRP RC1 found here
https://twrp.me/devices/googlepixelxl.html
We recommend and use Beans Gapps.
Beans GAPPS package found here:
https://plus.google.com/communities/106779856550530107480​
Flashing Instructions:
Download ROM .zip file and MD5 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 - We do not support flashing on CWM ---
Factory Reset from TWRP
Flash Rom
Flash Vendor
Flash Twrp RC1
Reboot Recovery (Do not boot to rom yet)
Flash Gapps
Boot ROM
ROOT IS NOT INCLUDED IN INITIAL FLASH. TO GAIN ROOT USE SuperSu 2.79RC3. AFTER FIRST BOOT, BOOT BACK INTO RECOVERY AND FLASH SuperSU. IT MUST BE FLASHED AFTER FIRST BOOT.
Download
Download from Team-OctOS web site!
Change log
View change log on Team-OctOS web site!
- Please Do Not Mirror our files without talking to us. 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
Download
Download from Team-OctOS web site!
Change log
View change log on Team-OctOS web site!
The foundation of the Android OS is the fact that is it open-source. We have all code we use internally in the creation of Oct-N available on our GitHub repositories.
Unless otherwise specified, all Oct-N builds kernel souce can be found on github at Team-OctOS.
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
Special thanks to
Our testers, without which, there would be no public releases for OctOs
We would also like to thank
AOSP
Open Gapps
LineageOS
Dirty Unicorns
Pure Nexus
Anyone else who has ever submitted Open-Source code
Click to expand...
Click to collapse
Follow Team-OctOS!
XDA:DevDB Information
[ROM][Marlin][7.1.2-Lineage]Team OctOs Oct-N, ROM for the Google Pixel XL
Contributors
cjkacz, manfromgta, canodroid15
Source Code: https://github.com/Team-OctOS-Devices
ROM OS Version: 7.x Nougat
Version Information
Status: Stable
Stable Release Date: 2017-08-25
Created 2017-01-07
Last Updated 2017-08-25
Our Jenkins server is building our weekly builds as we speak. Builds will be found here when completed
https://www.teamoctos.com/oct-n-test-builds/
Please follow the install instructions in this OP. Pixel devices are not the same as Nexus , please familiarize yourself with your device before attempting to flash anything on it.
Remember this is an Alpha build. It has been tested thoroughly but you will find some minor bugs. We will continuously be updating and making it better! Enjoy!
Nice to see you over here ...Been running Pure..I'll give this one a go.
Excellent work OctOs team! So excited to see some new roms on the XL!
Build is up! Go get it
Got the "vendor image may be out of date" message which is an easy fix if you tell us which boot img to flash?
I think I'm on the newest U. Or I was at one point recently.
WiFi, data & calls works.
Ok Google is busted like on other AOSP ROM's but the beta is out there somewhere and supposedly works.
Thank you for the ROM!
A future feature request would be SlimRecents.
CZ Eddie said:
Got the "vendor image may be out of date" message which is an easy fix if you tell us which boot img to flash?
I think I'm on the newest U. Or I was at one point recently.
WiFi, data & calls works.
Ok Google is busted like on other AOSP ROM's but the beta is out there somewhere and supposedly works.
Thank you for the ROM!
A future feature request would be SlimRecents.
Click to expand...
Click to collapse
Flash 26U again. Some reason it sometimes doesn't stick first time around
Nice to see more ROMs. Thank you!! Any plans for a non XL version? Also looks like you missed the "flash ROM" part in your install instructions
aholeinthewor1d said:
Nice to see more ROMs. Thank you!! Any plans for a non XL version? Also looks like you missed the "flash ROM" part in your install instructions
Click to expand...
Click to collapse
Flash rom is #4 on the install instructions. Yes I plan on working on sailfish soon
cjkacz said:
Flash rom is #4 on the install instructions. Yes I plan on working on sailfish soon
Click to expand...
Click to collapse
Is my XDA app acting up again.
aholeinthewor1d said:
Is my XDA app acting up again.
Click to expand...
Click to collapse
Ha ha I guess it is
cjkacz said:
Ha ha I guess it is
Click to expand...
Click to collapse
Holy [email protected]#...
How is that even possible haha. I don't get why I have so many issues with this app.. starting to wonder what else doesn't show up correctly. Who knows what I've been reading every day haha
Great work looking forward to having a play sometime over the weekend, many thanks!
cjkacz said:
Ha ha I guess it is
Click to expand...
Click to collapse
That's weird. I see the same post he does which doesn't mention rebooting to recovery and actually flashing the rom. I never knew the xda labs app had such a bug. I rarely use desktop so who knows what I've missed.
cntryby429 said:
That's weird. I see the same post he does which doesn't mention rebooting to recovery and actually flashing the rom. I never knew the xda labs app had such a bug. I rarely use desktop so who knows what I've missed.
Click to expand...
Click to collapse
I'm using the original XDA app. PC shows it also. It's strange for sure that such a bug can exist. Important information can be missed!
Weta rom was having issues when flashing with rc1 I just want to make sure that its good to go before flashing.
Guessphx said:
Weta rom was having issues when flashing with rc1 I just want to make sure that its good to go before flashing.
Click to expand...
Click to collapse
All works well, flash away man...I will say Download SuperSU 2.79 SR2 and use it
BakedTator said:
All works well, flash away man...I will say Download SuperSU 2.79 SR2 and use it
Click to expand...
Click to collapse
Thank you I appreciate the response!
---------- Post added at 09:14 AM ---------- Previous post was at 09:10 AM ----------
Possible to get 3minit battery mod running with this rom?
Guessphx said:
Thank you I appreciate the response!
---------- Post added at 09:14 AM ---------- Previous post was at 09:10 AM ----------
Possible to get 3minit battery mod running with this rom?
Click to expand...
Click to collapse
This ROM has its own battery options my friend
I'm trying a few things, but I'm getting issues flashing. It seems my downloads are missing the "update-binary". I double checked the zips and can't find it on my desktop. Any ideas?
Never mind...I thought I was on TWRP RC1

Categories

Resources