Axon Pro - ailsa - CyanogenMod Project - ZTE Axon Pro

hello everyone
if anyone is interested in helping
i have created a GitHub project to port CyanogenMod to the Axon Pro.
project includes CyanogenMod recovery to the phone.
first will be the recovery, then root, then full CM.
ZTE has provided the source for Android 5.1.1.
with this source i will start with a comparable CM.
as this will be completed i will then (with anyone's help) i will start to port to never versions of CM.
if there is anyone willing to help, the GitHub project is,
"https://github.com/xAix1999/ailsa"
thank you for any interests, i know it's been a while since the phone has came out but i still love my phone.
hopefully others still have the same interest. :good:

ZTE Source, CyanogenMod Source, for 5.1.1 has been imported to the GitHub.
Also I imported the TWRP Source for 6.0.1.

dirty cow helping i got supersu installed will dd whole mmc when time permits

Related

[DISCONTINUED ROM][8.1][OMS][SigSpoofing] Unofficial LineageOS builds by Admicos

(I'm new to all this ROM development stuff, apologies if there's anything wrong with what I'm doing)
These are my personal LineageOS builds. They aren't much different from regular LOS, other than some added patches.
More details and sources over at: https://git.issizler.club/LineageOS/LineageOS-by-Admicos
Download: https://www.androidfilehost.com/?fid=11410963190603912814
What's working/not working: Should be same as official LineageOS
XDA:DevDB Information
Unofficial LineageOS builds by Admicos, ROM for the ZTE Axon 7
Contributors
admicos
Source Code: https://git.issizler.club/LineageOS
ROM OS Version: 8.x Oreo
Based On: LineageOS
Version Information
Status: Beta
Created 2019-01-04
Last Updated 2019-01-04
CHANGELOG
15.1-20190201 1d456849f4b154381071c9ebae87ccff
15.1-20190121 45f811aecd226524c3c68394f0781e10
15.1-20190115 e9c47b0062b822c118f918318289a7e4
LOS Repo Sync
15.1-20190104-2 37ff7fb6510d0d819e10e932d3e18f9d
Fixed WireGuard
15.1-20190104
Initial Release
Nice. The addition of sigspoofing and substratum service would make plain LOS usable for me. Straight LOS and themes were always iffy.
[emoji106]
ZTE Axon 7 A2017U, /e/ v0.1 ROM, microG (NoGapps), Multiboot, XDA Legacy
As nobody really posted here, I just wanted to say that this is working really well.
I had huge gps problems with the last 15.1 unofficial, but it works perfectly in this one and it has some very nice additions as well and is 100% stable for me even with xposed and magisk.
 @admicos Thank you very much and I really hope that, if you have the time, you continue making these.
New build being uploaded right now, no changes other than a LOS repo sync.
The last couple test builds I made were somewhat iffy, but this one seems pretty well. (The recolored boot animation didn't make it in for some reason, but the rest are fine)
Everytime when i reboot the system to os or recovery,the recovery looks replaced and i cant mount data.
Not sure what caused it,i just flashed this on my non treble axon 7
Predatorhaze said:
Everytime when i reboot the system to os or recovery,the recovery looks replaced and i cant mount data.
Not sure what caused it,i just flashed this on my non treble axon 7
Click to expand...
Click to collapse
boy ter here rediscovering the wonders of encryption and dm-verity check
New build being uploaded, another regular LOS repo sync, should be done in about an hour
--
Predatorhaze said:
Everytime when i reboot the system to os or recovery,the recovery looks replaced and i cant mount data.
Not sure what caused it,i just flashed this on my non treble axon 7
Click to expand...
Click to collapse
I'm not sure why that's happening either. Can you replicate this on official LOS? If you can, I'd suggest you try asking on their thread, they might know more.
Good ROM for a while, why not update it? Is there a new kernel upgrade for the top post?
[armitage] said:
As nobody really posted here, I just wanted to say that this is working really well.
I had huge gps problems with the last 15.1 unofficial, but it works perfectly in this one and it has some very nice additions as well and is 100% stable for me even with xposed and magisk.
@admicos Thank you very much and I really hope that, if you have the time, you continue making these.
Click to expand...
Click to collapse
What version of Xposed are you using? I've always wanted to try this ROM, but thought there wasn't an official Xposed yet. The others I knew at the time were reportedly shady.
Sorry for the long wait (kinda forgot about this existing :/), and sorry for the bad news;
As I am planning to switch to another phone, I cannot continue making this anymore.
I might continue this as a GSI or something, but I really don't know if that will happen, as Android source is a big mess that I don't think I, and my (reasonably fast) CPU are prepared to handle. (Any pointers to dealing with this are greatly appreciated)
It was a fun two years lurking around.
(ps: The source link is completely borked (and all my sources are gone). I probably should stop trying to be fancy and use a public Git server like a normal person the next time)
If your build env is on Docker, I can easily stage a build server for you. It won't be fast, but you can leave it running all night long if you need, and free up your computer.
Also, if you're not using Docker, I can help you set it up, so anyone else can easily build by themselves if they choose to do so.
Can I upgrade the kernel?
[9.0/8.1] Updated LOS Kernel [Version 3.18.136]
@admicos THREAD CLOSED!
In the OP, the mandatory link tp source code provides a HTTP 404 error.
Please advise the moderators' team if you want the thread to be re-opened and to update the link.

Guys i just got my X-perfomance to play around. What should i do with it?

i got it as a secondary device for cheap price. any ideas on playing around with the software or else?
On ROM development
Alvin Owen said:
i got it as a secondary device for cheap price. any ideas on playing around with the software or else?
Click to expand...
Click to collapse
Hello,
always a pleasure to have an enthusiast joining the ranks.
You may want to check out the ROM development (the whole platform OR a kernel alone). Some links for you to start with
[Sony Open Device Project](https://developer.sony.com/develop/open-devices/) - this would be the starting point for anyone wishing to deal with the Android software; provides the guides for building full fledged AOSP and mainline kernel
[Sony Xperia developers Github](https://github.com/sonyxperiadev) - the repository for all the code necessary for AOSP and kernel; it is a "wiki" for further development steps; issues are discussed in [https://github.com/sonyxperiadev/bug_tracker]
[Sony AOSP builds with some additions](https://github.com/SonyAosp) - the AOSP code repository with forked sources from XperiaDev Github and with some additions that make the builds more usable (TWRP as a default recovery, OpenGApps already included, etc.); a great resource for a deeper dive into the intricacies of the building-from-source flow; can be used to compare with the barebone AOSP from the official XperiaDev and learn some insights
[LineageOS Wiki](https://wiki.lineageos.org/) - an enthusiast may want to build a Lineage OS instance for the device on his own, the wiki is a great start.
You also might want to get familiar with the followings as a references:
https://forum.xda-developers.com/chef-central/android/guide-android-rom-development-t2814763 - an XDA complete guide to AOSP building
https://forum.xda-developers.com/general/xda-university/literature-reading-getting-aosp-t3268211 - a collection of references for further insights
https://review.lineageos.org - LineageOS Gerrit platform for a better understanding of the build flow from the perspective of commits
https://github.com/omnirom/Docs/blob/master/Porting_Omni_To_Your_Device.md - a guide to porting an OmniROM to a given device; may be used as another reference to better understand the buidling flow
https://www.aicp-rom.com/ - AICP project home; another source of information for AOSP porting
https://github.com/AndroPlus-org - a reference for kernel development
Happy coding!

Device Sources for Asus Zenfone Max M2 [X01AD]

Hello guys,
I'm Rohan (aka erikkkkk & rohanpls), I maintain DotOS and Revenge OS (CAF edition) for Zenfone Max Pro M2.
As you all have been enlightened that I was working on building ROM for this device (from telegram group). I don't own this device but I figured a way to bring device tree and vendor sources for this device. Current status is that I couldn't make the kernel work (it's hard especially if you don't own the device).
I have stopped working on this for now because I am busy with exams, so I planned to make them public because if experienced kernel developer could take interest in making kernel work in the meantime then ROM would be ready. I will start working for device again once I am free. Device tree and vendor source is already ready, they just need to sync and build.
I brought TWRP for this device, and it will be OFFICIAL too.
Here are the sources:
Device tree: https://github.com/rohanpls/android_device_asus_X01AD
Vendor Source: https://github.com/rohanpls/vendor_asus_X01AD
For kernel devs to get started, Asus provided kernel source can be found at: https://www.asus.com/in/Phone/Zenfone-Max-M2-ZB632KL/HelpDesk_Download/
If any developer wants to contact me then pm me via telegram: Mod edit - Removed
Cheers!
EDIT: Credits to ashu7073 for helping me by testing few stuff on his device.
NOTE to interested devs: Please explore branches for device tree! I suggest not to use pie branch.
Thanks a lot dev... I am waiting for your work.. all the best for your exam... Happy to see a thread regards max m2... Hope somebody will build a rom... Eagerly waiting for the custom ROM...
rohanpls said:
Hello guys,
I'm Rohan (aka erikkkkk & rohanpls), I maintain DotOS and Revenge OS (CAF edition) for Zenfone Max Pro M2.
As you all have been enlightened that I was working on building ROM for this device (from telegram group). I don't own this device but I figured a way to bring device tree and vendor sources for this device. Current status is that I couldn't make the kernel work (it's hard especially if you don't own the device).
I have stopped working on this for now because I am busy with exams, so I planned to make them public because if experienced kernel developer could take interest in making kernel work in the meantime then ROM would be ready. I will start working for device again once I am free. Device tree and vendor source is already ready, they just need to sync and build.
I brought TWRP for this device, and it will be OFFICIAL too.
Here are the sources:
Device tree: https://github.com/rohanpls/android_device_asus_X01AD
Vendor Source: https://github.com/rohanpls/vendor_asus_X01AD
For kernel devs to get started, Asus provided kernel source can be found at: https://www.asus.com/in/Phone/Zenfone-Max-M2-ZB632KL/HelpDesk_Download/
If any developer wants to contact me then pm me via telegram: @erikkkkk
Cheers!
EDIT: Credits to ashu7073 for helping me by testing few stuff on his device.
Click to expand...
Click to collapse
Those sources are really, really bad. I suggest interested developers to make trees from scratch instead (as your's are full of mistakes).
When are you getting back into it? I really need a custom rom!
Any custom rom bro
Can you please make for Zenfone Max M1 (msm8937)
We have booted kernel source
Decrypted file link no file is there please reuplod

Question [Request] Building a certain ROM

Firstly, I Apologize in advance. I know this might sound ungrateful to those who have already built so many cutom roms for this device. But let me ask those whoever read this nonetheless.
Some of you might know Paranoid Android or better known as AOSPA. I think this ROM deserve more love for our device, with how much love developers put behind this project. Not to mention the history behind it. It doesn't mean other roms are bad or something. I've been searching for the latest build but only found the abandoned one. I don't have the knowledge or the gear to build one.
So I ask you, kindly who might read this and have the required knowledge. Would you mind take your time and check the sources of said rom? If it tickles your fancy, I would be grateful if you could build it as well. By the way, the ROM is based on CAF.
These are the sources of said ROM
AOSPA
Team Paranoid Android. AOSPA has 489 repositories available. Follow their code on GitHub.
github.com
Paranoid Android Project
Download center | Paranoid Android
aospa.pages.dev
Thank you.

[DEVELOPMENT] [TB-X606F/X606X/X606V] Device tree bringup for the TB-X606 family

Hey y'all, I've been recently working on a device tree for the X606F (codenamed "achilles6_row_wifi").
I do not have much experience on this topic, so I am essentially doing this blindly, basing it off other's work. I am currently only targeting the X606F, but X606X/V may also be supported.
I am looking for someone to collaborate with, I have an Android build machine ready to test changes. As I saw that Android 12 GSIs boot, I tried to build LineageOS 19.1, but ended up in the usual "black-screen bootloop", I don't know how to debug this so I am looking for someone to help
Link to the tree: https://github.com/UsrBinLuna/device_lenovo_achilles6
Credits
Yahoo-Mike for their recovery tree
Sushrut1101 for DumprX
did u remove the qcom references yet
areallydumbperson said:
did u remove the qcom references yet
Click to expand...
Click to collapse
yes
Hi,
Were you able to make any progress or was it abandoned?
Abandoned OP hasn't done any commits in ages

Categories

Resources