[ROM][6.0.1] AOKP for ZUK Z1 - Zuk Z1 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"
}
AOKP-ANDROID OPEN KANG PROJECT​
What is AOKP?​
AOKP stands for Android Open Kang Project. It is a custom ROM distribution for several high-end Android devices. The name is a play on the word kang and AOSP (Android Open Source Project). The name was sort of a joke, but it just stuck, just like our infatuation with unicorns.​
We fork the source code of Android that Google puts out in the open with every major version release, and we then add the magical unicorn bytes (read: we add some of the coolest features that are both useful and make your ROM awesome).​
With AOKP, you can generally do a lot more with your device than what you could do with the original firmware that came installed on it.​
Why AOKP ?​
We were waiting for when you'd ask this.
There are a variety of reasons why a hilly billy Android user, on a bright sunny day, would suddenly start using AOKP and loving it.
For one, AOKP is lightweight. Most OEMs provide a heavy UI layer over Android and have loads of bloatware (i.e. apps that not everyone use every day, but you cannot remove because they're "baked in" by default). Since AOKP is built upon vanilla Android source, it has neither of the above.
Also AOKP has features that you will not find on your stock firmware. You can have a multitude of toggles to quickly flip a lot of your phone's settings right at your fingertips, or you can launch apps quickly from any screen using our Ribbons.
You can change almost each and every aspect of the OS, from its looks to the way it functions, with total freedom. And did we tell you, AOKP helps you make tacos?​
Downloads​ROM
Gapps
TWRP​
Instructions​
Factory Reset/Wipe Data
Format System
Format Cache
Format Dalvik Cache
Install ROM
Install Gapps
Reboot​Credits​CyanogenMod
AOKP
Elephone for providing me a ZUK Z1
XDA:DevDB Information
AOKP MM for ZUK Z1, ROM for the Lenovo Zuk Z1
Contributors
eagleeyetom
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest CM 13.0 firmware
Based On: AOKP
Version Information
Status: Testing
Created 2016-05-06
Last Updated 2016-05-06

To compile this ROM I have used official CM sources. I will not update it daily. Updates will come once for a while, possibly a week or so.
If you want to compile it yourself, follow these instructions:
Android Open Kang Project
Download the Source
Please read the AOSP building instructions before proceeding.
Initializing Repository
Initiate core trees without any device/kernel/vendor:
Code:
[PLAIN]$ repo init -u https://github.com/AOKP/platform_manifest.git -b mm[/PLAIN]
Sync the repository:
Code:
$ repo sync
Clone the unofficial ham repo:
Code:
[PLAIN]$ git clone [email protected]:eagleeyetom/android_device_zuk_ham.git -b mm device/zuk/ham && git clone [email protected]:TheMuppets/proprietary_vendor_zuk.git -b cm-13.0 vendor/zuk[/PLAIN]
Building
After the sync is finished, please read the instructions from the Android site on how to build.
Code:
. build/envsetup.sh
lunch
You can also build for specific devices (eg. ham) like this:
Code:
. build/envsetup.sh
lunch aokp_ham-userdebug
mka rainbowfarts
Remember to make clobber && make clean every now and then!

Features​

Nice to see this awesome rom for the Zuk Z1. Its sad to see the lack of development for this device, good to have you her.

Fingerprint does not work

Greeeat buddy!! Really appreciate this! Can your device tree be used to build other ROMS?
Thanks again!

luiseteyo said:
Greeeat buddy!! Really appreciate this! Can your device tree be used to build other ROMS?
Thanks again!
Click to expand...
Click to collapse
Edit: Hmm looks different to normal device trees, will try to build omni with it.

OrdenKrieger said:
He used the normal CM devvice tree. He just renamed the cm.mk to aokp.mk and some other lines in the files. You can do that by your self, just research on the internet.
Click to expand...
Click to collapse
EDIT. My fault, I was looking into CM branch. This is mm branch.
Cheers

OrdenKrieger said:
Edit: Hmm looks different to normal device trees, will try to build omni with it.
Click to expand...
Click to collapse
Omni requires extra work, as its totally different from the CM tree. We would have to create a pure CAF kernel to have Omni and Dirty Unicorns. It's not easy, but possible The Tree you were looking at is TWRP one.

Any bugs report?

Zhuang zhuang said:
Fingerprint does not work
Click to expand...
Click to collapse
Really, somebody can confirm ?

liver20 said:
Really, somebody can confirm ?
Click to expand...
Click to collapse
Yes there is no FP option..
Other then that it is cool, most of options are like RR.

eagleeyetom said:
Omni requires extra work, as its totally different from the CM tree. We would have to create a pure CAF kernel to have Omni and Dirty Unicorns. It's not easy, but possible The Tree you were looking at is TWRP one.
Click to expand...
Click to collapse
I´m all in with you, did thought about that, but no one to work with.
My initial kernel port for 6.0.1 for this device was based on LA.BF.1.1.3_rb1.6, so i think we can do something.
Cheers

JoaoPaulo said:
I´m all in with you, did thought about that, but no one to work with.
My initial kernel port for 6.0.1 for this device was based on LA.BF.1.1.3_rb1.6, so i think we can do something.
Cheers
Click to expand...
Click to collapse
What an interesting project! I wish we could port dirty unicorns to ham!
Enviado desde mi Z1 mediante Tapatalk

JoaoPaulo said:
I´m all in with you, did thought about that, but no one to work with.
My initial kernel port for 6.0.1 for this device was based on LA.BF.1.1.3_rb1.6, so i think we can do something.
Cheers
Click to expand...
Click to collapse
I guess we can try to port it. Setting up a device tree shouldn't be that difficult. I did that in the past. We just need to have a working kernel. I will set up an IRC channel tomorrow to see if we can find some developers ready to make ham community thrive!

deyerick said:
Any bugs report?
Click to expand...
Click to collapse
Well, you can always flash the ROM and try it for a bit to find out yourself. I'm sure that reporting back would give you a few thanks from other members of our small community It's CM based, so there are CM bugs present.

eagleeyetom said:
I guess we can try to port it. Setting up a device tree shouldn't be that difficult. I did that in the past. We just need to have a working kernel. I will set up an IRC channel tomorrow to see if we can find some developers ready to make ham community thrive!
Click to expand...
Click to collapse
If we setup a build tree for dirty unicorns, couldn't we use this one to build other AOSP roms? :good: That would be really awesome, because this device has a big lack of development.

OrdenKrieger said:
If we setup a build tree for dirty unicorns, couldn't we use this one to build other AOSP roms? :good: That would be really awesome, because this device has a big lack of development.
Click to expand...
Click to collapse
You mean something like AOSParadox or even pure AOSP? That's possible. Omni trees are closer to AOSP than CM.

eagleeyetom said:
You mean something like AOSParadox or even pure AOSP? That's possible. Omni trees are closer to AOSP than CM.
Click to expand...
Click to collapse
Yep it is much closer, it will be a kind of difficult at begin,after we can make it boot, it will be so awesome, like we did with cm13

Oh Thank you very much! I think it will come out a fantastic TEAM!
Thanks @eagleeyetom , @JoaoPaulo , @OrdenKrieger and @MrColdbird
You are the best guys. :highfive:

Related

[ROM] [UNOFFICIAL] [GT-S7272][GT-S7270] [4.4.4] Carbon ROM

{
"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"
}
This ROM is in beta testing so expect lots of Bugs.
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
Follow Carbon ROM's Gerrit and Carbon ROM's Changelog to keep yourself updated with feature additions.​
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users.
WHAT IS WORKING?
WiFi
Bluetooth
RIL (Calls,SMS) (Data not working)
Sensors
GPS
Camera
KNOWN ISSUES
Inbuilt screen video recorder doesn't work.
there is a bug on mobile data.
rotation animation
and root
(Bugs reported by users will be updated here after they are confirmed. I may ask for a logcat to fix the bugs.)
NOTES​- Make sure you have backed up your EFS before flashing the ROM.
Installation Instructions
Make a backup of your EFS.
Make sure you have Kitkat compatble recovery.
Download the zip from the link
Recommended - Full wipe and factory reset
Flash ROM using latest ClockworkMod or Twrp recovery
Reboot.
Enjoy!
DOWNLOADS​
Carbon Rom
Latest TWRP Recovery
Credits:
Team Carbon
CyanogenMod Team
ZIM555
Opensource Samsung​
XDA:DevDB Information
Carbon ROM, ROM for the Samsung Ace 3 GT-S7272, ROM for the Samsung Galaxy Ace 3
Contributors
nepalbiraj
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: 2015-08-25
Created 2015-09-06
Last Updated 2015-09-11
I don't recommend you uploading build to Dropbox. It closes download option if there's much traffic. I recommend you to use Android File Host
PD: Are there available screenshots?
JavierAlonso said:
I don't recommend you uploading build to Dropbox. It closes download option if there's much traffic. I recommend you to use Android File Host
PD: Are there available screenshots?
Click to expand...
Click to collapse
OH I didnt know that i will upload there tomorrow. yes I will soon be adding screenshots. night time here.
JavierAlonso said:
I don't recommend you uploading build to Dropbox. It closes download option if there's much traffic. I recommend you to use Android File Host
PD: Are there available screenshots?
Click to expand...
Click to collapse
Post updated. Added screenshots
Nice broo
nepalbiraj said:
This ROM is in beta testing so expect lots of Bugs.
CarbonRom is an aftermarket firmware based on the Android Open Source Project. We are dedicated to fast, stable, and feature-filled roms, honesty and communication with our users, and openness with our code. We like frequent builds, with the very latest and greatest hardware support and fixes. We strive to not only provide you with the best rom we can build, but also to give back to the Android community and our fellow developers. For us, this is about creating something we can be proud of and hope you will enjoy.
Please feel free to look at, build, and use our code on CarbonDev GitHub.
Follow Carbon ROM's Gerrit and Carbon ROM's Changelog to keep yourself updated with feature additions.​
We would like to thank CyanogenMod for their device trees, framework/settings mods and their code that was incorporated into this project. We also extend our gratitude to the devs whose code that we have incorporated. Proper authorship has been maintained and can be viewed on our repository.
Special thanks also go to Slim Rom for some of their features, PA, AOKP, and anyone else we may have borrowed commits from that hasn't been mentioned here. If you feel you have been unfairly left out, please - let us know.
While we make every effort to test these builds as much as possible, we are not responsible for anything that may happen to your device, family, pets, or perception of reality. We ask that you do your part to know your device and know how to recover from problems before you flash! If you have questions, ask your fellow users.
WHAT IS WORKING?
WiFi
Bluetooth
RIL (Calls,SMS) (Data not working)
Sensors
GPS
Camera
KNOWN ISSUES
Inbuilt screen video recorder doesn't work.
there is a bug on mobile data.
rotation animation
and root
(Bugs reported by users will be updated here after they are confirmed. I may ask for a logcat to fix the bugs.)
NOTES​- Make sure you have backed up your EFS before flashing the ROM.
Installation Instructions
Make a backup of your EFS.
Make sure you have Kitkat compatble recovery.
Download the zip from the link
Recommended - Full wipe and factory reset
Flash ROM using latest ClockworkMod or Twrp recovery
Reboot.
Enjoy!
DOWNLOADS​
Carbon Rom
Latest TWRP Recovery
Credits:
Team Carbon
CyanogenMod Team
ZIM555
Opensource Samsung​
XDA:DevDB Information
Carbon ROM, ROM for the Samsung Ace 3 GT-S7272, ROM for the Samsung Galaxy Ace 3
Contributors
nepalbiraj
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.0.x
Based On: AOSP
Version Information
Status: Beta
Current Beta Version: 2015-08-25
Created 2015-09-06
Last Updated 2015-09-11
Click to expand...
Click to collapse
this is my phone 7270
andii_nr said:
this is my phone 7270
Click to expand...
Click to collapse
Awesome .One more ROM

			
				
Hi,
I flashed custom roms several time but this time when i flashed i am unable to charge my phone when it's powered on.
It's still charging when powered off.
Please help me how to fix it. It's also not detecting in download mode, because mass storage isn't working.
device : samsung Ace 3 Gts7272
current rom : CM 11
NaqiKiller said:
Hi,
I flashed custom roms several time but this time when i flashed i am unable to charge my phone when it's powered on.
It's still charging when powered off.
Please help me how to fix it. It's also not detecting in download mode, because mass storage isn't working.
device : samsung Ace 3 Gts7272
current rom : CM 11
Click to expand...
Click to collapse
first check the cable. It could be faulty. Then see if you can transfer files between pc and your phone. ie if MTP is working. restore your stock backup and see if its charging,
Videos dont load and there isnt any ringing sound please tell me what to do
Is development on this ROM still alive? Any chance of a Lolipop or Marshmallow version of this ROM?
any support for the LTE variant?
CodeDroid said:
Is development on this ROM still alive? Any chance of a Lolipop or Marshmallow version of this ROM?
Click to expand...
Click to collapse
Yes its still alive. Carbon lollipop is currently on development.
Jezza101 said:
Videos dont load and there isnt any ringing sound please tell me what to do
Click to expand...
Click to collapse
They will be fixed in next build.
kamikaze702k said:
any support for the LTE variant?
Click to expand...
Click to collapse
I'll start the development for the LTE variant from today.
nepalbiraj said:
Yes its still alive. Carbon lollipop is currently on development.
Click to expand...
Click to collapse
love to hear it sir ^_^ keep up the good work
nepalbiraj said:
Awesome .One more ROM
Click to expand...
Click to collapse
Whats perfect performance?
problem
hi
ROM installed on my phone and is excellent.
But I can not play video in my phone.
When I play video my phone stops working.
can you solve my problem?
danial.kalak said:
hi
ROM installed on my phone and is excellent.
But I can not play video in my phone.
When I play video my phone stops working.
can you solve my problem?
Click to expand...
Click to collapse
Use mx player to play video

[ROM][OFFICIAL] LineageOS 14.1 for v400/410 (LG G Pad 7.0 Wifi/LTE, e7wifi/e7att)

{
"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 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
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.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Important information:
This thread is for unofficial LineageOS 14.1 builds for v400 only. The following will not be supported here:
Custom kernels
Mods
Xposed
We don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
Known bugs:
Broken Camcorder V400
Installation:
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash LineageOS
Optional: Install the Google Apps addon package, install the SU addon package(https://download.lineageos.org/extras, choose arm)
Reboot
Source code:
[*]https://github.com/lineageos
Credits:
LineageOS Team & Contributors
Code Aurora Forum
......
Download:
https://download.lineageos.org/v400
https://download.lineageos.org/v410
XDA:DevDB Information
LineageOS 14.1 for v400/v410, ROM for the LG G Pad 10.1
Contributors
Adam Myczkowski, invisiblek
Source Code: https://github.com/LineageOS
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: KitKat Bootloader
Based On: AOSP
Version Information
Status: Nightly
Stable Release Date: 2017-09-01
Created 2017-04-03
Last Updated 2017-10-03
Reserved
Need 4.4.2 firmware?
[Guide] Return-To-Stock [V400]
Need recovery?
[RECOVERY][UNOFFICIAL] TWRP 3.1.0-0 (+legacy) for v400 aka LG G Pad 7.0
Want to compile yourself from my sources?
Setup Android build environment -> https://source.android.com/source/initializing
Open up your terminal and initialize the repo:
Code:
$ mkdir lineage
$ cd lineage
$ repo init -u git://github.com/LineageOS/android.git -b cm-14.1
$ git clone -b cm-14.1 https://github.com/MyczkowskiAdam/local_manifests .repo/local_manifests
Now sync repo:
Code:
$ repo sync --force-sync --no-tags --no-clone-bundle
Once syncing is finished all you have to do is build:
Code:
$ source build/envsetup.sh
$ brunch v400
Once build has finished go to out directory:
Code:
$ cd $OUT
and flash lineage-14.1-*-UNOFFICIAL-v400.zip onto your tablet.
:good:
Reserved
Wow cool that's was fast.
Thankyou Adam.
PS: WTF is brozip btw?
PaideLis said:
Wow cool that's was fast.
Thankyou Adam.
PS: WTF is brozip btw?
Click to expand...
Click to collapse
I think i forgot to sync and it built with April Fools bull**** ?
Wifi Not Good and don't work
bilgem said:
Wifi Not Good and don't work
Click to expand...
Click to collapse
Everything works fine on my tablet.
Well, the problems are identical to these of slim:
Camera (obviously)
Wifi doesn't connect automatically (but it does manually)
YouTube 60fps
The performance is a bit worse, I'll probably test another launcher than Trebuchet and Google Now.
Off topic: Is there a place where I could download the apk of the new Lineage Gallery? Looks quite nice.
Alias X said:
Camera (obviously)
Wifi doesn't connect automatically (but it does manually)
YouTube 60fps
Click to expand...
Click to collapse
Camera is a WIP, YouTube is related to kernel, and I will look into wifi bug.
Tho this will be in the next two months as my GCSE exams start in May so i have very little time to start revision.
Tho, eventually we will get it resurrected ?
Really thank you for your time and effort.
The builds feel a little less fast than the CM13 nightlies I was using before (but nothing that cannot be handled by lowering the transition speed)
Keep it up!
DaRk_dOg said:
Really thank you for your time and effort.
The builds feel a little less fast than the CM13 nightlies I was using before (but nothing that cannot be handled by lowering the transition speed)
Keep it up!
Click to expand...
Click to collapse
Android Nougat isa bit heavier especially for older devices that use msm8974 HALs, but these builds are still faster and smoother than official nightlies will be due to Cake-Kernel brought by Paul Keith
Adam Myczkowski said:
Android Nougat isa bit heavier especially for older devices that use msm8974 HALs, but these builds are still faster and smoother than official nightlies will be due to Cake-Kernel brought by Paul Keith
Click to expand...
Click to collapse
You're right, expecting more from this old device would be foolish. The latest build is working nice for me in daily use basis
Sent from my Redmi Note 3 using Tapatalk
There's any chance for this build to become official?
PaideLis said:
There's any chance for this build to become official?
Click to expand...
Click to collapse
https://forum.xda-developers.com/showpost.php?p=71712238&postcount=37
Adam Myczkowski said:
https://forum.xda-developers.com/showpost.php?p=71712238&postcount=37
Click to expand...
Click to collapse
I remember that camcorder didn't work in official cm12.1 nightlies (I think cm13 too but I'm not sure)
New build is up.
-Updated to 7.1.2 with all LineageOS patches
-Build with all my changes
-Camcorder still broken and Im looking for more ideas :| I cant believe it works on v410 tho
The best firmware you've ever made
There is only one problem WiFi does not turn on when you restart the device
even so Thank you adam...
The ROM is good, the best 7.1 for this tablet.
Enviado de meu SM-G920I usando Tapatalk
Hello, i tried this rom for a few days but unfortunately there is a wifi bug. When i leave the tablet and go for a few minutes and come back, wifi shuts itself and you need to turn off in the settings and turn on again. This is little bit annoying and i deleted the rom because of this problem. It'll be so good if you fix it very soon and i'll install it again because this rom has a great battery life.
Thanks!
WiFi bug has been fixed (At least it seems like it)

[ROM][7.1.2] Dirty Unicorns 11.4 [OMS]

{
"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"
}
About Us:
Dirty Unicorns is a project that started out with no name. It was a project that was first based off AOKP back in the early days of Jelly Bean. In the early days it was just a one man show on one device, the EVO 3D. Since then, many others have joined the project and it has grown exponentially.
We have seen a lot of talent contribute to this project of ours. Big or small, the focus was always on contributing to the community. That is ultimately why we do what we do. After Jelly Bean, we decided to move to a new base, OmniROM. While AOKP was fun, OmniROM proved to be even more exciting base because it challenged us to see what we could do with a project that had different goals in mind. We learned a lot and again, gain contributors. With Lollipop, we moved to an AOSP base with a lot of patches from CAF to make our older devices function as they should. We grew even more and learned a whole lot more.
It has been an awesome learning experience and is still not over! We are still learning every day and continue to move forward. Lastly, we DO NOT accept, nor ask, for donations. We don't believe in that. Everything that is necessary to keep this project going is out of our own pocket. Gerrit, Jenkins, Websites, Devices, etc. We will never ask for a dime. All we do ask, is that you have patience, search, read and try to enjoy the process with us!!
Flashing Instructions:
- Verify that you're using the latest version of TWRP
- Perform a FULL WIPE as described below if coming from another ROM or a different version of Android
(A full wipe is when you wipe system/data/cache)
- Flash the latest version of this ROM
- Flash recommended GAPPS linked below
- Reboot and ENJOY!!
**If you fail to follow these instructions, please don't bother reporting any bugs**
**If you use Xposed, please don't bother reporting any bugs**
**If you use another kernel, please don't bother reporting any bugs**
Change Log:
Code:
Version 11.4
-Initial N build
For detailed change log, Visit:
http://gerrit.dirtyunicorns.com/#/q/status:merged,n,z
Credit and Thanks:
We would like to give thanks to everyone that contributes to the Android community, big or small because every bit counts. Although we can't list each and every contributor within the Android community, we would like to highlight some of the teams and individuals that have made it possible NOT only with just this version of DU but throughout the years because we don't ever want to forget where we came from nor those that have helped us!
That said, on behalf of the DU team we say THANKS to....
JMZ Software
Baby Jesus
Code Aurora Forum
Omni ROM
Android Open Kang Project (AOKP)
Android Ice Cold Project (AICP)
XDA-Developers
SlimROMs
Preludedrew
Max Weninger
Team Black Out
CyanogenMod
Pure Nexus Project
**If we have left someone or some team out, we apologize and please PM us**
Kernel Source​
XDA:DevDB Information
Dirty-Unicorns, ROM for the Lenovo A6000/Plus
Contributors
Has.007, MR.HACKER5476
Source Code: https://github.com/DirtyUnicorns
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Version Information
Status: Beta
Created 2017-05-07
Last Updated 2017-05-07
Download:
Build : DU_a6000_7.1.2_20170423-1343.v11.3-UNOFFICIAL.zip
Link : https://www.androidfilehost.com/?fid=457095661767155953
Build : DU_a6000_7.1.2_20170505-1642.v11.4-UNOFFICIAL.zip
Link : https://www.androidfilehost.com/?fid=673368273298952571
Gapps:
Arm/7.1
Screenshots Here!
It's Going To Be A Long Project!
Lol that kernel name?
Bluetooth keeps on crashing
And battery is draining a Little when compared to other ..
The rom is smooth
rifatjim said:
Lol that kernel name?
Click to expand...
Click to collapse
flash it & know:laugh::laugh:
somnath pal said:
flash it & know:laugh::laugh:
Click to expand...
Click to collapse
What's so funny?
Good work. Just so you know, DU team doesn't want their work to be posted on XDA
For Your Info . Har**** Already Build DU ROM from source in march but he posted his ROM in Dev-base forum instead on xda. Its good that you build new one with latest features and fixes . You should post this ROM in dev-base forum because you know what Mshoaib just said.
I am just saying . Now its upto you. ?
Link of ROM that was build by har****.
https://devs-base.com/viewtopic.php?t=341
I tried to flash it. Without magisk its booting . but after flashing magisk it stucks on booting with black screen and phone starts heating badly.....I waited for 5+ minutes but it remains same.
rifatjim said:
Lol that kernel name
Click to expand...
Click to collapse
xD
somnath pal said:
flash it & know:laugh::laugh:
Click to expand...
Click to collapse
He knows already he read from the Screenshot. :silly:
Rwepradeep said:
Bluetooth keeps on crashing
And battery is draining a Little when compared to other ..
The rom is smooth
Click to expand...
Click to collapse
Will look into this in the next build. Thanks for reporting!
shivdroid said:
I tried to flash it. Without magisk its booting . but after flashing magisk it stucks on booting with black screen and phone starts heating badly.....I waited for 5+ minutes but it remains same.
Click to expand...
Click to collapse
Which version of Magisk did you flash?
mshoaib7 said:
Good work. Just so you know, DU team doesn't want their work to be posted on XDA
Click to expand...
Click to collapse
Thanks.
I was unaware about anything like this. I found a lot of official builds of DU on XDA by Recognized Developers so I didn't have an idea.
shivdroid said:
For Your Info . Har**** Already Build DU ROM from source in march but he posted his ROM in Dev-base forum instead on xda. Its good that you build new one with latest features and fixes . You should post this ROM in dev-base forum because you know what Mshoaib just said.
I am just saying . Now its upto you.
Link of ROM that was build by har****.
https://devs-base.com/viewtopic.php?t=341
Click to expand...
Click to collapse
Yup, didn't know about this as well.
Will post there soon but sounds like nobody is willing to use this ROM so I might change my mind.
Has.007 said:
Thanks.
I was unaware about anything like this. I found a lot of official builds of DU on XDA by Recognized Developers so I didn't have an idea.
Yup, didn't know about this as well.
Will post there soon but sounds like nobody is willing to use this ROM so I might change my mind.
Click to expand...
Click to collapse
I flashed Magisk 12.0 and then Magisk based DolbyAtmos.
I didn't try with Magisk only because I can't use this ROM without Dolby.
DU team made their own forum . I don't know what's the matter bw XDA & DU .?
Excellent fast stsble
Sent from my Lenovo A6000 Plus using XDA-Developers Legacy app
Awesome smooth like a butter
shivdroid said:
I flashed Magisk 12.0 and then Magisk based DolbyAtmos.
I didn't try with Magisk only because I can't use this ROM without Dolby.
DU team made their own forum . I don't know what's the matter bw XDA & DU .
Click to expand...
Click to collapse
Probably the issue is common, I see other users reporting this issue as well. It would be fixed with upcoming updates.
Strange coz if you search XDA there are a bunch of DU officials.
Sniperboy1 said:
Excellent fast stsble
Sent from my Lenovo A6000 Plus using XDA-Developers Legacy app
Click to expand...
Click to collapse
somnath pal said:
Awesome smooth like a butter
Click to expand...
Click to collapse
Thanks people.
Enjoy!
I think this the answer why we can't install magisk
Rio Montella said:
I think this the answer why we can't install magisk
Click to expand...
Click to collapse
Did you miss these FAQ.... Actually ROM supports SuperUser. Phh, and magisk ....... They don't like the thing that people use magisk to bypass safetynet.
I am hoping for an update to fix this magisk issue.
This roms is not pre rooted
And i flash this rom via kk2l pathcher file ....
And now i dont have any recovery in my device and this rom doesnot root manually.....will u please suggest any method for rooting without pc.

[ROM] [7.1.2] [LOS-Based] [Modified] crDroid v3.8.9 Unofficial Grouper (9/19/2018)

{
"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"
}
​Hello there everyone my name is Jonathon Wesley Tranchida and this is my personal modified version of crDroid 7.1.2 ROM for the nexus 7 grouper. I am a android lover by heart and soul and flashing and developing ROMS is my passion. I want to share with you my unofficial crDroid Nougat builds for the nexus 7 grouper and i hope you find them fun and useful. Lets now cut to the chase! My builds are not compiled from source by me but they are based on an already awesome crDroid ROM by the one and only @AICProcks! and I have modified his builds to my own personal liking by adding new apps, sounds, and other tweaks to get more use out of the ROM and i thought it would be awesome to share my builds with you guys. I only have one build for now but as time goes on i should hopefully release more builds. These crDroid builds i made are very similar to @AICProcks! builds because they are 100% based on them. There are several differences so please make sure you read the full feature list down below. Anyways have fun and always be a flashaholic One more note to mention is i don't accept any profit from my work because this ROM is not really my ROM as i didn't compile it and that would be taking money away from the original developer because AICProcks! was the one that made and compiled from source this awesome ROM in the first place. Also i consider it stealing if you profit from someone else's work.
Make sure you give huge thanks to the person who made CrDroid awesome for us which is AicpRocks This device wouldn't be so awesome without him
I will never make a tilapia version that supports the nexus 7 tilapia as i don't own that device, Sorry!
Check out the original CrDroid Thread Here By @AICProcks!:
https://forum.xda-developers.com/nexus-7/development/rom-crdroidv3-8-3-nexus-7-2012-t3710834
Here is all the new features you get when you flash my build instead of AICProcks build! I will try to list them all down below
1. You no longer have to flash a google apps package after you flash my ROM as GAPPS is already included in my builds! So please DO NOT FLASH A GOOGLE APPS PACKAGE WITH MY ROM IT WILL CAUSE ISSUES!
2. You get a new bootanimation in my ROM instead of the CrDroid bootanimation. My boot animation in the ROM is the Stock Google Nougat Bootanimation!
3. Still editing this don't worry i will get this finished
4. My Setup Wizard Fix is included in the ROM
ROM Download Folder Is Here:
https://androidfilehost.com/?w=files&flid=282712
Grab The Latest Build Here (9/19/2018):
https://androidfilehost.com/?fid=1322778262904009193
Credits:
- Google
- LineageOS
- SlimRoms
- AOSPA (Paranoid Android)
- OmniRom
- NamelessROM
- @firebird11
- @Cristiano Matos
- @davidteri91
- @hokiealumnus - This thread format & content.
- @neobuddy89 - crDroid Developer & Maintainer.
- @wilmsn - Build instructions & Github.
- @aaopt - Build instructions & Github.
- @AndDiSa - AOSP 7.1 & Device tree & Kernel.
- @GtrCraft - CM13 tree that Aaopt used.
- Many others... (if you're feeling upset being out of the Credits list just send a PM)
Contributors
firebird11, cristiano matos, davidteri91
Source Code: https://github.com/crdroidandroid
ROM OS Version: 7.1.2 Nougat
ROM Kernel: Linux 3.10.x
Based On: LOS
XDAevDB Information
[ROM] [grouper] [7.1.2] [LOS-based] **crDroid**v3.8.9 for Nexus 7 2012
Original Contributors
AICProcks!, wilmsn, aaopt
Source Code: https://github.com/crdroidandroid
ROM OS Version: 7.1.2 Nougat
Based On: LineageOS
Version Information
Status: Testing
Created 2018-09-19
Last Updated 2018-09-19
reserved
one more just in case
@JT1510365 Hey there! As I mentioned before to you, the real authors of crDroid are the ones to thank, such as @Cristiano Matos. Thanks anyways! However, I also don't profit from this as its open source. Also, I didn't post a new update since June because I was waiting for new security updates, which seem to be the July Security Updates. Are these the latest security updates in your rom?
AICProcks! said:
@JT1510365 Hey there! As I mentioned before to you, the real authors of crDroid are the ones to thank, such as @Cristiano Matos. Thanks anyways! However, I also don't profit from this as its open source. Also, I didn't post a new update since June because I was waiting for new security updates, which seem to be the July Security Updates. Are these the latest security updates in your rom?
Click to expand...
Click to collapse
Security patches are the same as your ROM since its based off your rom
Edit: I just flashed it and it works great! Haven't experienced any kind of lag so far. Thanks for your work!
P.S.: I like how you included multiple launchers
gamersekofy said:
Edit: I just flashed it and it works great! Haven't experienced any kind of lag so far. Thanks for your work!
P.S.: I like how you included multiple launchers
Click to expand...
Click to collapse
Your welcome i am glad your enjoying it
how is the speed?
marcash said:
how is the speed?
Click to expand...
Click to collapse
It seems OK you would have to try the ROM for yourself
Just to know, is there anything I have to wipe, before flashing the rom? So far, I'm on CR droid v 3.8.5 unofficial (the rom you used as base to develop yours).
Only Dalvik? Or nothing?
Thanks in advance
trinity1 said:
Just to know, is there anything I have to wipe, before flashing the rom? So far, I'm on CR droid v 3.8.5 unofficial (the rom you used as base to develop yours).
Only Dalvik? Or nothing?
Thanks in advance
Click to expand...
Click to collapse
I would still recommend you do a full wipe so wipe everything except internal storage and make sure you do not flash any gapps package after you flash the rom because google apps are already in the rom
I am currently working on Dirty Unicorns 7.1.2 Modified ROM for nexus 7 grouper so you all can enjoy it! It will be released hopefully before next weekend and it will be based off AirOne70s builds
Other than that updates for my Crdroid ROM will come after that
We want the piece of pie :victory:
Just kidding. Tks for sharing the work.
Thanks for your work, just about to flash now
do you recommend this to an 5.1.1 nexus 7 2012 incredibly slow, and to an user completely dumb on installing ROMs (so obv using nexus root toolkit to install this)?
dav9597 said:
do you recommend this to an 5.1.1 nexus 7 2012 incredibly slow, and to an user completely dumb on installing ROMs (so obv using nexus root toolkit to install this)?
Click to expand...
Click to collapse
Try flashing the 4.4.4 factory image first. It's crazy how fast it is compared to 5.1.1.
Recently installed now to prove how it goes, thanks for this rom
Could you rebuild this with Kernel 3.4?
Hello, I don't post often but I am active.
:good: My Nexus 7 tilapia never ran better!
When I saw kernel: AndDiSa,
I thought it might include K3.4 he forked from the Unlegacy-Android project.
The unlegacy-android project keeps autobuilds current for 'pure' AOSP (grouper/tilapia 6.0/7.1.2), that use a 3.4.xx kernel
I've just installed that & AOSP runs fine w/ the 3.4 kernel. & it is a 20181203, 7.1.2 build,
has November security patches included. (so 7.1.2 is can be secure, some projects went back to 7.1.1)
--------- The Past...
I was building a rolling/current Nethunter but gave up 1.5yr+ ago due to not reaching a working kernel 3.4.
--- The nethunter-3.0-grouper-kitkat.zip build is way way outdated.
I had the Package I built booting perfectly, Nethunter current (w/ kernel 3.1) don't remember which ROM I overlayed,
but built both a Marshmallow and Nougat package.
Problem is that the updated Kali Linux distro that functions parts of Nethunter ran into a problem:
"This version of Kali only supports a kernel 3.4 and higher."
At that point in time, K3.4 wasn't were it is now, and I gave up. (1.5yr+ ago)
-------- The Present...
I recently found crDroid and it is awesome. (Brought back my interest in Nexus 7)
Then I discovered Magisk can install Nethunter and extra wireless firmware for kernel.
without me having to build it myself from source. (a huge difference).
Summary:
Could you rebuild this crDroid with a 3.4 kernel?
unlegacy-android's kernel may be more current than AndDiSa's fork, but I donno.
Either way, it would totally awesome if you could build a crDroid w/ K3.4,
would be much better than AOSP w/ K3.4.
I want to have a Nexus 7 crDroid + Nethunter hybrid.
(and the Kali Linux part requires a kernel 3.4+)
-------------------
Info on K3.4 for N7
_-_AndDiSa's fork from the unlegacy-android project. (default tree: stable)
github.com/AndDiSa/android_kernel_nvidia_tegra3
_-_Unlegacy-Android's repo trees
github.com/Unlegacy-Android/android_kernel_nvidia_tegra3 (default tree: stable)
github.com/Unlegacy-Android/android_hardware_nvidia_tegra3 (defaul tree: stable)
github.com/Unlegacy-Android/android_device_asus_grouper (default tree: aosp-7.1)
github.com/Unlegacy-Android/android_device_asus_tilapia/tree/aosp-7.1 (default tree: aosp-7.0)
The unlegacy-android kernel 3.4 is definitely active.
both with recent commits: android_kernel_nvidia_tegra3 (26 days)
android_hardware_nvidia_tegra3 (3 days)
As far as I understand, the kernel is built using overlays,
like one could build from 'Android' an entire ROM or 'android_kernel', etc, tree for just a kernel,
and pulls in the device/config specific parts from the other trees.
-----------
Anyway, enjoyed your build, and since you did good work and are interested in keeping crDroid for N7 going I thought I'd ask you about this.
Otherwise if you have any advise or instructions on how I could go about such a task let me know.
thanks
slow start up
Hello, I'm a couple of days that I try this Rom and I feel good, never a block and it is also fast. The only problem I noticed is the start, at each power takes more than 5 min to start. Is it normal or does it only mine?
Thank you
Fast ROM
I too, experienced slow start up right after install.
It goes away....
But this ROM is fast.
I dusted off and charged my Nexus 7 and flashed for giggles, this device is now usable
If you have one, this is your ROM
I have a Talapia and this Rom is for Grouper. If you flash this on a Talapia, you will lose GSM!!!
I will try something else and will probably come back cuz this thang is fast .... out the box
(signature is out of date)
harpy.eagle said:
We want the piece of pie :victory:
Just kidding. Tks for sharing the work.
Click to expand...
Click to collapse
The nexus 7 2012 will never recieve pie unfortunately because our system partition space is too small so hopefully someone will or can make a resize mod in the future so maybe it could happen

[ROM][CAF][UNOFFICIAL][10.0] Paranoid Android Quartz - Xiaomi Mi A2

{
"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"
}
We’re really excited to announce the release of Paranoid Android Quartz Beta, based on Android 10.
On the first launch, you’ll notice a clean setup with a beautiful wallpaper from Hampus Olsson, who teamed up with us again to create several beautiful pieces of artwork. For those who are unfamiliar, Hampus is a multi-disciplinary artist whose design stands for itself and we’re glad to have him onboard. We also added further UI touches that we believe enhances the overall user experience. This time around he have his wallpaper app Abstruct, were you will be able to find all of the Paranoid Android wallpapers alongside a huge amount of amazing wallpapers.
The beta builds include adjustments and improvements on top of the stock Android CAF base. The Paranoid Android team and contributors are focusing on squashing existing bugs, and implementing and improving features.
Device-specific issues
You tell me.
Note: Custom kernels are NOT supported!
Download
Get the latest Xiaomi Mi A2 build HERE.
Changelogs
here.
Instructions & requirements
Boot to TWRP
Install AOSPA zip package (You need to make a cleaninstall (swipe to wipe) if you are updating from alpha to beta)
Important / Useful links
Paranoid Android Twitter
Paranoid Android Channel (Telegram)
Paranoid Android Community (Telegram)
Help us improve PA by submitting good bug reports possibly with a log attached. Learn how to take logs here.
Cheers and #StayParanoid!
Donate
Want to buy a cup of coffee for me. This will also help in my future builds
PayPal
XDA:DevDB Information
[ROM][CAF][10.0] Paranoid Android Quartz - Xiaomi Mi A2, ROM for the Xiaomi Mi A2
Contributors
jeangraff30
Source Code: https://github.com/AOSPA/android_kernel_xiaomi_sdm660
ROM OS Version: Android 10
ROM Kernel: Linux 4.x
ROM Firmware Required: Last
Version Information
Status: Stable
Stable Release Date: 2020-06-19
Current Beta Version: Quartz 3
Created 2020-04-21
Last Updated 2020-07-02
Thanks for the ROM its my favourite of all time since my firts device with android. Please keep this alive
Thank you for posting this, OP. Been meaning to build this myself, but looks like you've done the work for me.
Love the no-nonsense approach, everything I need is built-in. PA has always been a one-stop, professional and clean ROM and its great to see it on our Mi A2.
poondog said:
Thank you for posting this, OP. Been meaning to build this myself, but looks like you've done the work for me.
Love the no-nonsense approach, everything I need is built-in. PA has always been a one-stop, professional and clean ROM and its great to see it on our Mi A2.
Click to expand...
Click to collapse
Can you please build this ROM for our device? Since you're a recognised developer it'll be easier to get it official.
DarkSoul101 said:
Can you please build this ROM for our device? Since you're a recognised developer it'll be easier to get it official.
Click to expand...
Click to collapse
@jeangraff30 has done a great job already, so I'm happy to use these builds
Status has no weighting on whether this is official or not - it would depend on usability and quality of device tree
twrp and gapps included?
bavmouse said:
twrp and gapps included?
Click to expand...
Click to collapse
Yes
Safety net RIP?
thirdzcee said:
Safety net RIP?
Click to expand...
Click to collapse
go to the magisk settings and activate the magisk hide
İnstalled this rom and i liked it i think this will be my daily driver. Haven't faced any bugs. Only tap to wake is not working on ambient screen and voice recorder isn't worked at first. But i found solution to fix mix problem. Solution is go to google and disable hey google then restart your phone. For tap to wake it's working without Ambient display. Btw great rom <3
Best thing that has happened to this device.
Keep the good work.
I just reflashed and relock mi MI A2 because I was disappointed of all the flashing issues with gapps.
I will try this rom!
i wish there is rom package without gapps included.
Update - 26/04 - Click Here
Changelog : Github
Twrp and Gapps included
#StayParanoid
jeangraff30 said:
Update - 26/04 - Click Here
Changelog : Github
Twrp and Gapps included
#StayParanoid
Click to expand...
Click to collapse
Just updated to this build, and loving it still.
Is this using the new rebased kernel from xiaomi-sdm660 or is it your own fork?
Thank you once again for the fresh build. Are you planning on keeping up to date on AOSPA releases or on your own schedule?
Which variant of gapps included? ie. Pico, nano?
Just the basic stuff dialer, messages and photo
defqt said:
Which variant of gapps included? ie. Pico, nano?
Click to expand...
Click to collapse
Lautaro Mondaca said:
Just the basic stuff dialer, messages and photo
Click to expand...
Click to collapse
Thanks for the answer. I try and run a minimal google foot print.
poondog said:
Just updated to this build, and loving it still.
Is this using the new rebased kernel from xiaomi-sdm660 or is it your own fork?
Thank you once again for the fresh build. Are you planning on keeping up to date on AOSPA releases or on your own schedule?
Click to expand...
Click to collapse
I plan to update as per AOSPA review, thanks
arknoah said:
i wish there is rom package without gapps included.
Click to expand...
Click to collapse
AOSPA comes with gapps included by default
jeangraff30 said:
AOSPA comes with gapps included by default
Click to expand...
Click to collapse
But you added gapps incl. Pixel setup. AOSPA has "AOSP" gapps. Same as Lineageos.

Categories

Resources