CM14.1 ath9k libosmo gr-gsm gnu-radio loopback 11/11 - Nexus 6P 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"
}
Website​
It would be most helpful if you know how to and have compiled a linux kernel from scratch in the past. The only thing I ask is that you read the entirety of this post before installing.
Download
Setup:
Unable to complete handset setup
After setting up WiFi if you are stuck at handset migration move back to the first language selection screen. Then hit next as fast as you can. Should skip you past problematic screen.
After you have completed setting up your handset install OpenGapps AARM64 architecture
Unable to send or receive phone calls.
After you install OpenGapps phone should begin to work properly again.
After installing let Davik cache rebuild for 10-15 minutes. I don't know why but that fixed it for me.
If you appreciate hard work and you'd like to contribute me moving out of my mothers basement here's my bitcoin address
1CkVhLh1dnRt4FuJSvybxf1mAsAR95TjMe
XDA:DevDB Information
Angler 1337pooter, ROM for the Huawei Nexus 6P
Contributors
The Pope of Dope
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: CM14.1
Version Information
Status: Alpha
Created 2016-11-11
Last Updated 2016-11-11

what is this supposed to be??? Op seems kind of obscure as to what the purpose of the thread is

If you know what those kernel modules are, then you know what it does. I don't want to hold people's hands walking them though how to use it. If that's what XDA is for I'm just going to move it to my website and have this thread locked.
Its a rom with kernel modules so you can run Linux in a chroot with all the capabilities of a laptop for penetration testing. Its like the PwnieExpress. Except it actually works. Well, not yet, but I'm working on it. The things baked into the PwnieExpress anyone can install without having to jump through a million hoops anyway. I'm trying to do the hard stuff of enabling radio frequency hacking on your handset.
Eventually if I ever get a jtagulator I'll rip my phone apart and begin analyzing and dissecting the individual flash nand chips. The broadcom chip on the phone looks to not have been neutered either.

One for mine... ????
Sent from my Nexus 6P using XDA-Developers mobile app

Pm please
Sent from my Nexus 6P using XDA-Developers mobile app

RSVP
Sent from my Nexus 6P using XDA-Developers mobile app

Holy hell that B200 is a monster! Serious rf sniffing capabilities.

The Pope of Dope said:
If you know what those kernel modules are, then you know what it does. I don't want to hold people's hands walking them though how to use it. If that's what XDA is for I'm just going to move it to my website and have this thread locked.
Its a rom with kernel modules so you can run Linux in a chroot with all the capabilities of a laptop for penetration testing. Its like the PwnieExpress. Except it actually works. Well, not yet, but I'm working on it. The things baked into the PwnieExpress anyone can install without having to jump through a million hoops anyway. I'm trying to do the hard stuff of enabling radio frequency hacking on your handset.
Eventually if I ever get a jtagulator I'll rip my phone apart and begin analyzing and dissecting the individual flash nand chips. The broadcom chip on the phone looks to not have been neutered either.
Click to expand...
Click to collapse
will you tell us when it works?
thanks, i want to run linux in my 6p, but it needs a kernel with loop support ass yours...

canteo said:
will you tell us when it works?
thanks, i want to run linux in my 6p, but it needs a kernel with loop support ass yours...
Click to expand...
Click to collapse
Well I was running my kernel build until today. It was working fine. Time for me to build a new kernel. Not because this one doesn't work but Cyanogen is officially dead so I'll be forking and building from AOSP sources now. :crying:

The Pope of Dope said:
Well I was running my kernel build until today. It was working fine. Time for me to build a new kernel. Not because this one doesn't work but Cyanogen is officially dead so I'll be forking and building from AOSP sources now. :crying:
Click to expand...
Click to collapse
Is the lineage kernel so different?

The Pope of Dope said:
Well I was running my kernel build until today. It was working fine. Time for me to build a new kernel. Not because this one doesn't work but Cyanogen is officially dead so I'll be forking and building from AOSP sources now. :crying:
Click to expand...
Click to collapse
I would say build from lineage.
Lineage OS is nothing more than a rebrand. It's still CyanogenMod.

OmegaBlaze said:
I would say build from lineage.
Lineage OS is nothing more than a rebrand. It's still CyanogenMod.
Click to expand...
Click to collapse
Yeah I'll look into it. I'll probably build a new kernel tonight or tomorrow. It really works my CPU I might look into continuous builds using jenkins on a AWS instance if I can.

Related

[SOURCES][DEVONLY] Openrecovery TWRP 2.8 (EXYNOS/SIM card version)

I've got a Samsung Galaxy Alpha (EU) and started to create a recovery. It doesn't fully work yet but we will get there ...
You can get the sources here: http://git.cryptomilk.org/projects/android/android_device_samsung_slte.git/
My phone arrived and I got the recovery working. Looks like some features aren't working yet. I need to dive deeper and get the kernel compiled.
hensk said:
Do you have experience to unlock Art in Developer setting coz is kernal related
will be nice to have it
Click to expand...
Click to collapse
you can try by replacing libdvm.so to libart.so in /data/property/persist.sys.dalvik.vm.lib
the adb command for should be: adb shell 'echo libart.so >/data/property/persist.sys.dalvik.vm.lib'
i would like to remind you that ART and exposed are not compatible. i also read that samsung's touch wiz will crash or cause bootloop with ART. you can do a backup and try ART. in case you have bootloop just restore, install another launcher, unistall touch wiz and you should be fine
in case you will try, please report back and let us know how it went.
I was able to fix the kernel to build it with the CM toolchain. Next step is using a built kernel. After that it is time to start with CM.
neofral said:
you can try by replacing libdvm.so to libart.so in /data/property/persist.sys.dalvik.vm.lib
the adb command for should be: adb shell 'echo libart.so >/data/property/persist.sys.dalvik.vm.lib'
i would like to remind you that ART and exposed are not compatible. i also read that samsung's touch wiz will crash or cause bootloop with ART. you can do a backup and try ART. in case you have bootloop just restore, install another launcher, unistall touch wiz and you should be fine
in case you will try, please report back and let us know how it went.
Click to expand...
Click to collapse
Thanks neofral,for scripts info but about
not compatibility ART with Wanam I know this issue i have SGS 4 also
modpunk said:
I was able to fix the kernel to build it with the CM toolchain. Next step is using a built kernel. After that it is time to start with CM.
Click to expand...
Click to collapse
you dude building kernal also,will it work with TW roms or only for CM
The plan is to get it first working with the TWRP recovery. The rooting stuff should be disabled. And I need adb working on the recovery. Currently you can't get a 'adb shell' on the recovery.
I ran into several issues building the kernel. A lot of fixes are needed, especially for a out of source build. The CM toolchain is old which is also an issue. But the biggest problem is that the dts files are missing to build the Device Tree ...
modpunk said:
I ran into several issues building the kernel. A lot of fixes are needed, especially for a out of source build. The CM toolchain is old which is also an issue. But the biggest problem is that the dts files are missing to build the Device Tree ...
Click to expand...
Click to collapse
i think it's a serious issue since CM officially don't support Exynos platform anymore. they say it's about Samsung Knox but i'm sure there are other things in the play.
if your aim is to build a kernel for our devices i think it's much better to have an awesome kernel for stock rom first and leave some time to see how things develop in CM community with regards to Exynos
neofral said:
i think it's a serious issue since CM officially don't support Exynos platform anymore. they say it's about Samsung Knox but i'm sure there are other things in the play.
if your aim is to build a kernel for our devices i think it's much better to have an awesome kernel for stock rom first and leave some time to see how things develop in CM community with regards to Exynos
Click to expand...
Click to collapse
This was just of issues with Exynos 4, see https://plus.google.com/+CyanogenMod/posts/2a8SiSZpxPn
I've sent a mail to the Samsung using their form on the opensource website. Lets see if they will release new Kernel sources.
I finally got the kernel built in the CM tree and it works using the stock dtb file. Now I need to fix adb/mtp.
hensk said:
hi m8
You already have progress in building your recovery & kernal
send it to me if you like tester
Click to expand...
Click to collapse
In the meantime mtp is correctly starting up after fixing the init system. Parsing /proc/cpuinfo failed cause the buffer was to small for a octa core. adb still doesn't start. I will try tomorrow or on the weekend...
{
"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"
}
Yeah, finally a adb shell as root on the recovery! Time to start with CM ...
Mod Edit
Thread cleaned.
Unless you are a developer and contributing to this project , please refrain from posting here.
Thank you
malybru
Forum Moderator

[ROM] [4.4.4] [UNOFFICIAL] ParanoidAndroid 4.6 [BETA6]

{
"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 IS A BETA. THINGS MAY BREAK. I HAVE NOT TESTED.
Thread Closed until it gets fixed and/or updated to Lollipop
BROKEN DO NOT TOUCH, WARNING. WARNING. DANGER WILL ROBINSON.
I spoke too soon and threw it out here. Sorry guys, will get it fixed ASAP.
INSTRUCTIONS,
1. UPDATE RECOVERY
2. FACTORY RESET (If coming from another rom or stock)
3. INSTALL ROM
4. INSTALL GAPPS
4. REBOOT
5. CUSTOM KERNELS MAY BREAK ROOT, SIMPLY RE-FLASH SUPERSU
PA 4+ UPDATES DO NOT NEED A FACTORY RESET.
Downloads
https://s.basketbuild.com/devs/jholtom/ls990/aospa/
https://androidfilehost.com/user/?w=settings-dev-files&flid=21352
USE PA-GAPPS
More info will come later.
XDA:DevDB Information
[ROM] [4.4.4] [UNOFFICIAL] ParanoidAndroid 4.6 [BETA6], ROM for the Sprint LG G3
Contributors
jholtom, invisiblek
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
Based On: AOSPA
Version Information
Status: Testing
Created 2014-11-17
Last Updated 2014-11-19
Super awesome!
Reserved. Will flash
Holy mother Mary of God and baby Jesus. Nice work everyone who helped.
Stuck at lg boot screen
Sorry about that, try and grab a logcat, or last_kmsg. again, i did say i didnt test.
Safe to assume anything broken in CM is broken here? Really appreciate devs, But am waiting for BT for daily driver.
JustusIV said:
Safe to assume anything broken in CM is broken here? Really appreciate devs, But am waiting for BT for daily driver.
Click to expand...
Click to collapse
Yup! And that its not even working because I forgot a few things, as always. I'm working on BT, all the g3's have been having trouble though, so hopefully soon.
yea not working for me either. I too am stuck at LG screen. Oh well. And I love me some PA. Thanks for your efforts and hopefully you can figure it out. :fingers-crossed:
Either way your a beast for churning out two roms so quickly, much appreciated! hope your fixes go smoothly :good:
Oh man! I wanted PA on this phone so bad! You're the man!
Damn, I flashed as soon as this was posted and I cant flash anything back to the phone now. Everything is getting suck at the LG screen, even stock
crazycori said:
Damn, I flashed as soon as this was posted and I cant flash anything back to the phone now. Everything is getting suck at the LG screen, even stock
Click to expand...
Click to collapse
Did you make a backup?
Sent from my LG-ls990 using XDA Free mobile app
crazycori said:
Damn, I flashed as soon as this was posted and I cant flash anything back to the phone now. Everything is getting suck at the LG screen, even stock
Click to expand...
Click to collapse
What the post above says and...
The only rom so far that installs the kernel is Barren v3.
Or you can get the flashable stock kernel from the Stock ZV4 ROM thread.
I'll be updating all those to include the kernel shortly. I had to wait for Bump to include it.
golpeen420 said:
Did you make a backup?
Sent from my LG-ls990 using XDA Free mobile app
Click to expand...
Click to collapse
I did but it wasn't booting no matter what I installed. I just used the LG Flash tool and reverted back to stock and re-rooted, wasn't too horrible.
A bit bummed out that the build doesn't work as of yet. I do have a lot of respect for the developers for the AOSPA projects. Keep up the good work fellas, I have faith in you guys!
crazycori said:
I did but it wasn't booting no matter what I installed. I just used the LG Flash tool and reverted back to stock and re-rooted, wasn't too horrible.
A bit bummed out that the build doesn't work as of yet. I do have a lot of respect for the developers for the AOSPA projects. Keep up the good work fellas, I have faith in you guys!
Click to expand...
Click to collapse
Always annoying when you've gotta go that route, that's strange that your backup didn't work though
golpeen420 said:
Always annoying when you've gotta go that route, that's strange that your backup didn't work though
Click to expand...
Click to collapse
To me it doesn't sound like a nandroid was made. I reverted to my stock nandroid just fine from CM. Just so others know.
JustusIV said:
To me it doesn't sound like a nandroid was made. I reverted to my stock nandroid just fine from CM. Just so others know.
Click to expand...
Click to collapse
So did I, that's why I was confused
The links in the OP are not updated correct?

[ROM] {5.0.2 lollipop} Validus v7.0 by GZROMS [e970][Official] 3-11-15

Validus Lollipop 7.0
LG Optimus G
[e970]
{
"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 is the OFFICIAL build of many for the LG Optimus G, Build's are usually updated on a weekly or wheneverwefeellikely basis. All credit goes to Team Ground Zero and all our hardworking Devs. Team Ground Zero is built upon the willingness to learn, create and socialize on Android. Creators of Validus, a custom AOSP ROM with many features created in house as well as pulled from CyanogenMod, SlimROMs, Paranoid Android and others. Members are also dev/maintainers for other popular ROMs. Enjoy your stay! Also, unofficial builds from source will not be supported. You assume all responsibility for anything that may happen and Team Validus cannot and will not be held responsible for anything that may happen to your device as a result of flashing a rom.
**********FLASH AT YOUR OWN RISK**********
NOT WORKING:
-You tell us
https://www.androidfilehost.com/?fid=95916177934540177
http://fitsnugly.euroskank.com/?rom=banks&device=gapps
Make sure you have the latest TWRP Recovery for the [e970]
Wipe data/Factory Reset
Flash Validus
Flash current 5.0 Gapps
Reboot...
Enjoy!
https://plus.google.com/u/0/communities/109330559573276360638
Join Our Growing Google + Community!
Here's a good place to start for CM12 themes.
https://plus.google.com/u/0/communities/112270486113315228704
****Please Undertand that the CM12 Theme Engine is in its early stages and some things may not work or function as they should. Use at your own risk and don't complain about themes in this thread. Our Team has worked really hard to theme this ROM the way we like it....The CM team has to get their theme engine bugs worked out, we are just happy to have it in there to play around with for now.....
https://github.com/Team-Validus/android
kernel
​
Screenshots:
I have great battery life and everything works.
Thanks for this.
Thanks
Dowloading
Screenshots added
Great ROM, the brightness sliding on the status bar is a bit clunky, I would have preferred the original stock style but other then that, looks good so far.
EDIT: Brightness slider was enabled but wasn't showing, so I unchecked/checked and it works now.
can i modify cpu voltage and frequency ?
guyton100 said:
can i modify cpu voltage and frequency ?
Click to expand...
Click to collapse
You can modified cpu frequency with the included omni performance in settings. Otherwise you would have to flash a custom kernel
Great ROM
LG Optimus e970
Philz Touch 6.23.3
Hey guys, new build is up in the op!
oadam11 said:
Hey guys, new build is up in the op!
Click to expand...
Click to collapse
Finally had a chance to flash this last night. So far so good, no issues. Nicely done.
Stuck on validus screen
Installed this rom using twrp 2.8.3 from sd card.
After installation phone just doesnt boot it is stuck at the validus flashing.
Any solution or where is the problem? Is thr any kernal i have to flash?
i can't flash this rom. It stopped in logo. What should i do??? @oadam11
Check your downloads to make sure they are good, guys. Also, how long did you wait when trying to boot - haven't timed it but first boot seems to take a LONG time on this ROM.
Mine booted after at last 5 minutes. It couldn't install minecraft. It reported an error and said to try again later. I still got the same error after rebooting. Don't have the exact message since i don't have the phone with me now.
Hey guys, new build is up in the OP. Enjoy!
oadam11 said:
Hey guys, new build is up in the OP. Enjoy!
Click to expand...
Click to collapse
i have an issue to discuss
it has got option in network mode for lte/3g/2g
whenever i select 2g, (as i dont want to be on 3g) withinin 10 minutes it selects 3g again.happened 10times.and hidden service menu is not working in this rom to take control of it.
WIFI not working on this one. I had similar issues with other Lollipop ROMs. I keep getting the "Authentication Failed" message. Does anyone know the fix? I know I'm not the only one having issues with this.
Thanks.
coodaddy1 said:
WIFI not working on this one. I had similar issues with other Lollipop ROMs. I keep getting the "Authentication Failed" message. Does anyone know the fix? I know I'm not the only one having issues with this.
Thanks.
Click to expand...
Click to collapse
I don't know the solution, but have you tried switching to a different radio?
coodaddy1 said:
WIFI not working on this one. I had similar issues with other Lollipop ROMs. I keep getting the "Authentication Failed" message. Does anyone know the fix? I know I'm not the only one having issues with this.
Thanks.
Click to expand...
Click to collapse
WiFi it's working good for me...

[ROM][UNOFFICIAL][9.0] ResurrectionRemix for Payton

{
"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"
}
As usual you are responsible for what you do to your phone, I am not responsible if something breaks because of this!​
Well here it is folks, ResurrectionRemix for the Moto X4. I'm working on bringing other ROMs to this phone as well but they're having some issues. For now this is the latest thing I was successfully able to build & boot, so enjoy!
WHAT WORKS
Should be same as Lineage 16.0 because it uses those trees
WHAT DOESN'T WORK
Again, same as Lineage 16.0 since it shares those trees
For some reason it doesn't start with a navigation bar, you have to go to the Navigation menu in RR settings to enable it
DOWNLOAD LINK
Right here partner
SOURCE CODE
It's the standard pie branch of ResurrectionRemix from their github page. You can use my local manifest RIGHT HERE which is a modified Lineage one, optimized for RR building
THANKS TO
LineageOS for the base of the trees I used
ResurrectionRemix for their wicked radical ROMs
The X4 telegram group for their help building and testing my stuff... specifically @SyberHexen @erfanoabdi and @bcrichster
CUSTOM RINGTONE CREDITS (FOR JULY 2019 BUILD ANYWAY)
Apashe
CYE
Coyote Kisses
DISTO
Hopsin
Johnny O
Manuel
MarioInATopHat
Mr. Mister
Paul Engemann
Peter Gabriel
Run DMC
Slayer
Stevie Wonder
Toby Keith
Wilson Philips
RESERVED
Sweet AF!
Sent from my XT1924-8 using Tapatalk
I used to use this ROM on my moto x(1st gen) and note 4. Good luck with development and look forward to see how this progresses.
EDIT: Nope... I was wrong. Latest Lineage build still has a non-working FM Radio. Is there any chance for you to include the official Moto FM Radio app in RR? Havoc OS has it (although its also not working, due to some bug that involves the BT module needing to be set to "apache" or something).
trashcontainer said:
EDIT: Nope... I was wrong. Latest Lineage build still has a non-working FM Radio. Is there any chance for you to include the official Moto FM Radio app in RR? Havoc OS has it (although its also not working, due to some bug that involves the BT module needing to be set to "apache" or something).
Click to expand...
Click to collapse
I would but I have no idea how to do that. I'll see if I can reach out to people to do it, but don't hold your breath on it
trashcontainer said:
EDIT: Nope... I was wrong. Latest Lineage build still has a non-working FM Radio. Is there any chance for you to include the official Moto FM Radio app in RR? Havoc OS has it (although its also not working, due to some bug that involves the BT module needing to be set to "apache" or something).
Click to expand...
Click to collapse
Fixed on havoc fm works fine now
New build going up now as we speak. Will upstream some RR changes and X4 tree changes (nothing major, just some patches and bringups). I removed the stock AudioFX app from this build too because it would interfere with audio mods like Viper. I also found a folder on my Google Drive containing a bunch of ringtone "edits" I did where I cut down some songs I liked and basically made them into ringtone material. I managed to sneak those in this build as well so keep your eyes open for those too when it finishes uploading
I will get it as soon as it's up. I have the rest of the afternoon to test.
johnjingle said:
I will get it as soon as it's up. I have the rest of the afternoon to test.
Click to expand...
Click to collapse
Up right now and ready to rock and roll, check the OP for the repo link as usual
Just want to say in advance, I'll try to put out one more build for you guys but I think I'm gonna quit development for the X4 here to make room for something new on my build server here. I gave my X4 to my mother because her G4 was having data connectivity issues with Verizon, so now I inherited that from the trade and am taking that on as a new project (plus I don't want her to have issues because she's not very tech savvy). Considering my old G4 Play was one of my top favorite devices of all time, to have something related to it feels like I'm returning home to where I belong--the home of s****y budget phones. Don't get me wrong, that X4 was awesome while I had it. But to be fair, for someone like myself that is used to trash, all that luxury was probably being wasted on me anyway.
I wish all of you guys still in the community the best of luck, specifically all you devs out there like @SyberHexen. You guys have an awesome device that I'm POSITIVE you will take to the moon and back. With all the ROM and kernel rebasing that's going on behind the scenes right now, you guys are gonna have a solid phone for years to come. Screw OnePlus, the X4 is the TRUE flagship killer!

[ROM][11][GAUGUIN][OFFICIAL] DescendantOS 11.5

{
"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"
}
Descendant is a customised Android ROM that focuses on enhancing UX and UI
over stock Android along useful features.
Downloads
Head to the download page.
Sources
Github
Same as any ROM.
Do the necessary wipes and flash the ROM.
No wipes are needed between updates from Descendant itself, unless specified.
If you're having problem with SafetyNet, please, install Magisk along the following modules:
SafetyPatcher, Magisk Hide Props or similar modules.
But please, mind, we won't support any issue arising from Magisk nor relative modules.
Listing all the additions would be a huge wall of text, that you wouldn't even read.
So, head over the Telegram group and feel free to lurk.
Preloaded applications
Google Apps are included along Kiwi Browser and Metro.
Having a bug or not booting for whatever reason?
Look for "How to report bugs" on this post.
Bug reports without logs will be ignored.
@phhusson | @Letzen | @krule031 | @ezio84 | @linuxct
Android OS version: 11.0.0_r20
Security patch level: August​
XDA:DevDB Information
Descendant XI, ROM for the Xiaomi Mi 10i
Contributors
Yasin
ROM OS Version: Android 11
ROM Kernel Source: https://github.com/Sap1k/kernel_xiaomi_gauguin
Based On: AOSP
Version Information
Status: Stable
Created 2021-07-16
I've tried this ROM for a few days, and so far everything is working.
And I have to say, that this is one of the most beautiful ROMs that i've tried.
I just installed the rom and saw that my mobile network is not working
Antinon1234567 said:
I just installed the rom and saw that my mobile network is not working
Click to expand...
Click to collapse
Ah yes, that's normal, go to your internet settings, and add your APN
Search in google your ISP followed of "APN" and your country, set it up, and it should work.
AnibalSP said:
Ah yes, that's normal, go to your internet settings, and add your APN
Search in google your ISP followed of "APN" and your country, set it up, and it should work.
Click to expand...
Click to collapse
Thanks so much now my mobile data is working
RJust installed and everything seems to work fine. Nice interface with useful things like double tap to lock, I love it, and the additional lock screen page is very useful. Looks very good
I'm still using this rom, it's great, it enters through the eyes and also works smoothly and without any errors that you have noticed. I just need the game mode and change the desktop font color to black. Big
miGoogle translate does what it wants but I hope it will be understood. In short I am tremendously grateful to the team of this rom.
Security patch from December? Last year??
The rom is awesome I use it for it for a week.
UI is one of the better side , smoothness... There is no need for AnTuTu ... You literally feel it..
I use two sim card ,and maybe Is that's my problem with battery..
I try everything but..
I will wait for next update and definitely come back.
New Update is UP!!!!!
check it out here:- https://downloads.descendant.me/
Rafsf said:
miGoogle translate does what it wants but I hope it will be understood. In short I am tremendously grateful to the team of this rom.
Click to expand...
Click to collapse
tze_vitamin said:
The rom is awesome I use it for it for a week.
UI is one of the better side , smoothness... There is no need for AnTuTu ... You literally feel it..
I use two sim card ,and maybe Is that's my problem with battery..
I try everything but..
I will wait for next update and definitely come back.
Click to expand...
Click to collapse
<3
Princ87 said:
<3
Click to expand...
Click to collapse
what about battery , it was bad for me on previous realize, half day with a two sim...
tze_vitamin said:
what about battery , it was bad for me on previous realize, half day with a two sim...
Click to expand...
Click to collapse
No idea battery backup fine af here
Got a full day battery without any issues
Thanks a lot for this fantastic ROM!!!
is this ROM alive? what is the latest update?
What ia last update? Security patch?
Can't find a gauguin rom in download page ???
They destroy such good ROM. No more updates..

Categories

Resources