[INFO] Android 5 Custom rom comming soon. Build by me. - Android General

Hello everyone! I got some good news!
I may be the first person to make a custom rom for this great device!
But, however, I have to dissapoint you. The first Custom rom will be still Android 5. I managed to boot android 6, but there are just to many bugs. So, Soon a am going to build AOSP or Cynaogenmod for our device. (Omni too, maybe?)
I will delete this thread once i managed to build the rom, so you will notice.
(PS: Please give me time. It will take some time....)
EDIT!!!: The first thing I will focus on is making a custom kernel.

can you share your android 6 build? i was trying to port it from chuwi but didn't succeed. about AOSP... well, acer's source code has many bugs. i tried myself to compile 5.1.1. AOSP but it just won't boot, both x86 and x86_64 version. it finishes without errors but when i flash the img files it hangs on black screen, no boot animation. probably my fault, because i'm not a pro programmer.
for the kernel part... it compiles and seems to work ok, but i couldn't get wifi and bluetooth running. and yeah, slimport drivers need some rework, they are the reason for screen flickering, don't know if you noticed it.
all in all, very bad job acer made, even i as beginner could see that.
but, good luck to you, i'd love to see some custom rom in near future and if you need beta, alpha testers, here i am

Please do not create any more of these "Coming Soon" threads on XDA and especially not in Development forums.
Thread moved and closed!

Related

no roms galaxy tab 7.0 plus

where are there no roms for the gt 6210??
http://forum.xda-developers.com/showthread.php?t=1547152
p6210 has this one only
we have no rom as we have no codes Samsung will not let them go
renegade37918 said:
where are there no roms for the gt 6210??
Click to expand...
Click to collapse
There are quite a few reasons we don't. Number one is that there is not a lot of interest in this device by developers. Gary right now is pretty much our only one and he has already said he eventually will get around to making ROMs but not right away. A few of us have the basic knowledge to maybe hack something together but without good kernels a lot of the hardware may or may not work, wifi for one. There are ways to get these things to work like porting over other devices kernels, but that is beyond most of us here. The 7.7's could be ported over as it has similar hardware and you could probably port over ICS from it too. You would need a good kernel developer who has the time to do it. On top of it Honeycomb isn't the easiest thing to make ROMs for, MIUI and CyanogenMod don't have Honeycomb versions. Once ICS drops we can use that kernel to at least try and port over MIUI 4 and CM9 but its still a lot of work and again having only one dev doesn't help. We will need a team effort to get a lot of it done.
kzoodroid said:
There are quite a few reasons we don't. Number one is that there is not a lot of interest in this device by developers. Gary right now is pretty much our only one and he has already said he eventually will get around to making ROMs but not right away. A few of us have the basic knowledge to maybe hack something together but without good kernels a lot of the hardware may or may not work, wifi for one. There are ways to get these things to work like porting over other devices kernels, but that is beyond most of us here. The 7.7's could be ported over as it has similar hardware and you could probably port over ICS from it too. You would need a good kernel developer who has the time to do it. On top of it Honeycomb isn't the easiest thing to make ROMs for, MIUI and CyanogenMod don't have Honeycomb versions. Once ICS drops we can use that kernel to at least try and port over MIUI 4 and CM9 but its still a lot of work and again having only one dev doesn't help. We will need a team effort to get a lot of it done.
Click to expand...
Click to collapse
It's not much, but I've started a device tree with some initial work on a CM9 port. If you've got a copy of CM9's repository, clone this repo into the device/samsung directory, then you'll be able to start working on building CM9: https://github.com/alanorth/device_samsung_galaxytab7p
Also, I have a kernel repo here: https://github.com/alanorth/samsung-kernel-p6200
And a collection of initramfs (including touch and non-touch ClockworkMod Recovery): https://github.com/alanorth/GT-P6200-initramfs
If you're at ALL interested in helping with development on this device (especially CM9), fork those repos and start experimenting with building/tweaking STOCK stuff first.
I'm more interested in trying to port over MIUI 4 (ICS version). Been reading up on how to do it but really need the ICS kernel for our device first before I will even attempt it. I pretty much feel confident I could at least get a bootable version up and running but as far as fixing things that are broken that would take a lot more than I might be able to handle on my own. Say if wifi is broken I'm not sure where to go to even start fixing it. I could hang out on the IRC channels to get answers but then this is just a part time interest of mine and not a career.
When will ICS come out? Come on Samsung.
aorth said:
It's not much, but I've started a device tree with some initial work on a CM9 port. If you've got a copy of CM9's repository, clone this repo into the device/samsung directory, then you'll be able to start working on building CM9: https://github.com/alanorth/device_samsung_galaxytab7p
Also, I have a kernel repo here: https://github.com/alanorth/samsung-kernel-p6200
And a collection of initramfs (including touch and non-touch ClockworkMod Recovery): https://github.com/alanorth/GT-P6200-initramfs
If you're at ALL interested in helping with development on this device (especially CM9), fork those repos and start experimenting with building/tweaking STOCK stuff first.
Click to expand...
Click to collapse
Can I use this any of this for the GT-p210? Or is it GT-p200 specific only?
Edit: Nevermind I see that it's mostly device, android and vendor.mk stuff
To build ROMs we are going to need kernels, MIUI amd CM require an AOSP kernel which you can make following the instructions on the cyanogenmod wiki, it is way beyond me as I struggle with Linux in general. There are devs out there who only make kernels and maybe we could enlist their help in doing this.
http://wiki.cyanogenmod.com/index.php?title=Building_Kernel_from_source
Now according to cyanogenmod the wifi kernel is seperate and you need the drivers in order to fix it. And from what I understand the drivers for our device will not be released any time soon so this is going to be a real issue.
For porting over another touchwiz ROM we could use the stock kernel but you need the specific kernel for each version of android. Honeycomb kernels don't work with ICS or GB. But since there isn't much of a difference in the touchwiz ROMs between all the Galaxy Tabs why bother even doing this. Right now the only reason I see to try would be to get the 7.7 ICS ROM on our device but since we will be getting the upgrade soon anyways why bother. The upgrade will drop before you could ever get all the bugs worked out of it anyways in my opinion.
Here is the link for AOSP, explains all you need to set up a Linux PC to become a developer. An AOSP kernel will be critical to further development, right now all we could build would be an AOSP Honeycomb kernel as that is the only source code out. Samsung will eventually release the ICS kernel source sometime soon after ICS drops. I have a Linux box at home but I'm not very familar with it, also I think its the latest version which won't work. I really don't like working with Linux its a pain. I do everything in Windows using a virutal machine but should swtich over just because it what most devs use and its easier for them to help you if your on the same page so to speak.
http://s.android.com/index.html
Gladly take cm9 with no wifi
chrisrotolo said:
Gladly take cm9 with no wifi
Click to expand...
Click to collapse
snap!!! i would also love to see it on our tab. i would even consider forgetting WiFi till its fixed i want it that bad i don't see how some one has not made it with out WiFi just a basic platform to work with
Nice news! Every android device I had, I always found ROMs for. When I bought the P6200 I came here smiling and..... OOOPS no ROMS I was crying 'cuz I always had ONLY TO CHOOSE which one to flash with all my devices (such as Motorola Xoom or Galaxy Note)
I know this one doesn't pretty interest to devs or it has not much business (such as GS2 for example) but I hope we could see nice things soon (just 'cuz the worse thing is that for the old Tab 7...There're lots of ROMs :banghead: )
Let's wait so. And having MIUI here would be the best thing I ever had
Sent from my Galaxy Note with DarkyROM 3.3
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
edan1979 said:
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
Click to expand...
Click to collapse
I know it all dude, and I've already seen the dev section Why are you all so touchy in Tab 7 Plus section?
Thanks
Sent from my Galaxy Note with DarkyROM 3.3
Sorry if you feel were a little touchy here, its just that sometimes there complete noobs that come here to the forums and don't even think about checking the android development section or even bother to read other threads that hold the answer to their questions.
bdds13 said:
Sorry if you feel were a little touchy here, its just that sometimes there complete noobs that come here to the forums and don't even think about checking the android development section or even bother to read other threads that hold the answer to their questions.
Click to expand...
Click to collapse
Don't worry, I understand I even read about people asking always the same things bothering to read threads before posting
Thank you, it was really kind from you to explain Sorry for off-topic
Sent from my Galaxy Note with DarkyROM 3.3
edan1979 said:
1. they have the source release for their device
2. samsung is being a b***h about releasing the source code for our lovely device...
3. we cant do a lot of thing without a source...
4. go head to development section to see some work...
Click to expand...
Click to collapse
But we do have source aren't we?

I'd like to make you guys a ROM

Hello, I am new to XDA-Developers and so this isn't in the Development forum and I'm sorry for that. What I need to ask is about making a ROM. I want to make a ROM out of the AOSP Jelly Bean ROM, and port it to the Triumph:laugh:, but I don't know about compatibility issues. My question is: Do any of you guys know if the Triumph is compatible with dsixda's ROM Kitchen? It isn't on the supported devices list, but dsixda himself said that more devices might work with it, so if any of you have tried using the Kitchen I'd like your help. Thanks.
Good to see that you're motivated, but there's already a major roadblock to widespread ICS adoption on the Triumph because the camera won't work and the files needed to get it working aren't publicly available. You'll probably run into the same issues, making this project kinda dead in the water.
Good luck but the kitchen can only do so much. If you do use it, you will have to make manual edits to get things to work. But I don't think you can just port JB to our phones, especially with the kitchen. You will need to build from source, I am pretty sure. But don't let me stop you, just trying to give you a heads up. Try some things out and then ask some questions in the forums and somebody should be able to help you get on the right path.
BSydz said:
Good luck but the kitchen can only do so much. If you do use it, you will have to make manual edits to get things to work. But I don't think you can just port JB to our phones, especially with the kitchen. You will need to build from source, I am pretty sure. But don't let me stop you, just trying to give you a heads up. Try some things out and then ask some questions in the forums and somebody should be able to help you get on the right path.
Click to expand...
Click to collapse
I am going to try an experimental build on my friend's Triumph (I don't have one) and I'll post in this thread the results, and then I'll go from there.
I don't think that dsixda's kitchen works with the Motorola Triumph. I currently use it for the Galaxy S2 SGH-t989! But in the near future updates he may have add support for that device! And if you wanted to do Jelly Bean then you would have to get the android source code and build it from source! Building from source is much harder than building from port.
I really hope this helped and I wish you the best of luck with your development!

[XOOM2] Develop?

Hello everybody,
I'm new to android developing, I've been flashing roms since I got my nexus s 2 years ago,
did lots of rom updates for my friends ad stuff.
I really wanted to learn how to develop android roms, so I decided to follow the steps and compile my first
cm10.1 for my nexus s with the help of the cm wiki.
After some day learning the most I could out of linux bash and the process to compile a rom, I finally got a working rom.
Well, I have a xoom 2 too, so I thought, what if I could try to build a rom for it, I know it would be hard, but it would be good so I could learn more about developing.
I'd like to know if with the safestrap 3.1, the lastest we have now, if it's possible to compiled a rom for xoom2 (mine is mz607), if the safestrap would be able to rom another rom than the official one, because the little I used it, it was looking fully functional, but I didn't find answer of what is possible or not to do with it in the thread.
If you say so, I'm gonna do my best to develop one, specially now that I have free time for the next weeks,
if anyone can help me out, with any kind of help I would be glad.
Thanks a lot

CM 12 for ZTE Blade L3 wanted

Hello,
first of all please be patience of my bad english.
I´ve got a ZTE Blade L3 which was bricked. Now before we´ve got a backup of the original ROM I had to port my own ROM from another Device´s custom rom.
I am really disappointed that there is no CM available. I´ve tried to port my ROM to CM. The first one get Stuck at rebooting.
Now it seems that there is smth. working in the backround while booting. It´s going to hang up in the bootloop.
It would be great if there is anybody out there who could help me creating a working CM for the ZTE Blade L3.
Thanks a lot.
Regards from Germany.
No3ight
Update Blade L3
hey hey, i've read that you look 4 a new update, i search too and finde this "rom-mod.com/howt-to/zte-blade-l3.html" [Link down]
I dont tested it, i'm too scary, maybe one with experiance can do it or have done it allready? I really wanne have Android 6 it have a lot of Positiv things ... hope someone can help us
Hi,
I'm really interested in the development in a custom ROM. I'm not sure if we can get a system running without the kernel from ZTE. Of course, people from other countries might have the KitKat kernel, which has been open-sourced by ZTE (just search for open-source-notice ZTE, it's the top result). I don't have much expierence with developing for android though, but I think it's very exciting.
Another user on this forum posted quite some posts how to build your custom rom for Mediatek from source. I'm not sure if you're able to use a prebuilt kernel.
Also, I can't access the link Nippilein sent. It redirects me to an unavailable site.
If someone has any information regarding this topic, please let me know!
Sense23

LineageOS for BLU Pure XL - Discussion/Q&A

LineageOS for BLU Pure XL (MT6795)
Discussion and Q&A Thread​
This is a Project Thread for LineageOS for BLU Pure XL. Project files and releases are hosted on SourceForge's servers.
Here you can ask for help and get fresh info about development status.
This project focuses on getting working LineageOS 14.1 for our phone. This would also work for other clones like Allview X2 Soul Xtreme, Condor Allure A100 and Gionee Elife E8.
LineageOS for BLU Pure XL - SourceForge
Here you will be able to review (Git integration) and download files. Also, there I will upload some screenshots. When the project reaches "Alpha" status I will create a development thread for the ROM itself in the Android Development section.
There you are also able to download the latest working TWRP 3.1.0-0 (the same is in this thread).
Usefull links:
SourceForge | Project Site
TWRP 3.1.0
GitHub
If you think you like my work you can hit Thanks! button or consider small donation.
https://paypal.me/bemolx
More info soon...
Standard FAQ
When will be the new release?
There is no ETA. Subscribe to the thread and wait.
Does it void warranty?
Yes, it does!
What is working and what is not?
The new thread will tell you. Soon.
Is it port? Please help porting...
This is compiled from source code. You can use it as referrence.
Thanks​
I downloaded the zip file and flashed it but I still have not been successful in getting it to boot up.
BabySquee said:
I downloaded the zip file and flashed it but I still have not been successful in getting it to boot up.
Click to expand...
Click to collapse
Yes, it's not booting, I know it. I've just uploaded it for testing purposes. When I get it booting, I will post some info.
Cheers
Any chance we will have a working ROM other than OEM , cause I have the Allview model and the ROM is piece of crap , and I want to sell the phone because I have enough to try to fix all the software crap on this phone (
bemolx said:
Yes, it's not booting, I know it. I've just uploaded it for testing purposes. When I get it booting, I will post some info.
Cheers
Click to expand...
Click to collapse
Hows the fight going? I'd REALLY like to see a custom ROM booting on this phone before it becomes so old it doesn't matter anymore...
Keep us informed on the progress Belmolx, we appreciate your hard work!
Hey I have a Blu Life One X2. I am a developer and have made some really good findings. I also built some tools (autoroot, toolkit, etc..).
We have an unofficial website here: http://www.blox2.com
I made my own rom, and so have a few others. We based it off the stock roms, as we cant get any other rom booting (except CM13; lots of bugs)
If possible, can you assist us? Like:
1. Did you port lineage or compile it? What guides did you follow (links please)?
2. Have you compiled the kernel? Our kernel will not boot no matter what (compiled with a ton of different toolchains too);
3. What device do you use for porting?
4. Do you have a /system RW crash (crash when mounting system as RW)?
Thanks!
hi
CIURI2786 said:
Any chance we will have a working ROM other than OEM , cause I have the Allview model and the ROM is piece of crap , and I want to sell the phone because I have enough to try to fix all the software crap on this phone (
Click to expand...
Click to collapse
hello @bemolx thanks thanks thanks sooooooo much for youur TWRP
I have the Allview X2 Soul Xtreme with LL 5.1 and i want to know if is possible to install thie lineage rom or a custom kernel.
I would like to optimize this phone can you help me?
What do you suggest me?
thaks so much
Looks promising, I'll wait ...
Thanks for the effort
@bemolx has forgotten about this device and has moved on to other devices and in the process has left all of us hanging he pays more attention on other devices just look at his profile @bemolx has made huge promises but has lied to us uploading half ass things which are buggy and literally **** he's forgotten about all of us who were looking towards him but he doesnt care I understand that he's not our slave and doesnt have to do anything but making false promises and playing with the feelings of other people is also not a good thing
Superbat1680 said:
@bemolx has forgotten about this device and has moved on to other devices and in the process has left all of us hanging he pays more attention on other devices just look at his profile @bemolx has made huge promises but has lied to us uploading half ass things which are buggy and literally **** he's forgotten about all of us who were looking towards him but he doesnt care I understand that he's not our slave and doesnt have to do anything but making false promises and playing with the feelings of other people is also not a good thing
Click to expand...
Click to collapse
I understand your disappointment.
However, it's not that simple as you may think. As a student I have to focus on school subjects and it really takes pretty much my whole free time. Also, this school year I have to defend my diploma thesis and this is my main task to focus on as for now.
You've mentioned my work on other devices too - yeah, I have couple of them to play with. But it doesn't mean I forgot about Pure XL. Other devices are just easier to deal with than this freaking Chinese clone. All of them have been maintained at the same time. Source code is always available on my GitHub profile, wanna try yourself?
If I have been paid (don't mind, just an example) $1000, I would have made a working custom ROM in a week! But I'm not and this is only my intention to do so. As for a freelancer dev it's not that important thing. I promised the custom ROM, you'll see it, in the future, not now.
Anyway, what the hell you've been expecting with MTK-based Chinese clone from the company that doesn't care about their customers and has made one, maybe two OTAs...?
You´re completely right. We thank you for your time and effort put to make this phone be more awesome. BLU is the big liar here. I don´t even use my phone as a Blu Pure XL, instead I use the X2Xtreme rom fully.
Take your time @bemolx and don´t mind what non-developers say in the forums, they´re always asking for ETAs and to make things better just for their daily use and dont know the effort put behind every custom thing made.
I really hope you succeed on your thesis (good) cheers man!
bemolx said:
I understand your disappointment.
However, it's not that simple as you may think. As a student I have to focus on school subjects and it really takes pretty much my whole free time. Also, this school year I have to defend my diploma thesis and this is my main task to focus on as for now.
You've mentioned my work on other devices too - yeah, I have couple of them to play with. But it doesn't mean I forgot about Pure XL. Other devices are just easier to deal with than this freaking Chinese clone. All of them have been maintained at the same time. Source code is always available on my GitHub profile, wanna try yourself?
If I have been paid (don't mind, just an example) $1000, I would have made a working custom ROM in a week! But I'm not and this is only my intention to do so. As for a freelancer dev it's not that important thing. I promised the custom ROM, you'll see it, in the future, not now.
Anyway, what the hell you've been expecting with MTK-based Chinese clone from the company that doesn't care about their customers and has made one, maybe two OTAs...?
Click to expand...
Click to collapse
Yeah no I understand what @Superbat1680 is trying to say but at the same time I also understand what @bemolx is going this being a Final year student who also has to defend his thesis I can understand pretty much what he's going through
I'd just like to say that may you be successful in your defense and hopefully we can get a good custom rom in the near future
Good luck mate???
bemolx said:
I promised the custom ROM, you'll see it, in the future, not now.
Click to expand...
Click to collapse
@bemolx
Well for now focus on finishing the university, we'll be rooting for you and maybe in the near future or so after you finish with all, when you have free time and the spirit to start working on a custom rom for this phone we'll see you post an update. I personally would love if you could make a version of android that is the latest like Oreo is now...until then I hope you're having a great day.
Info
Any update on the progress of this rom?????
Hi guys,
I'm working on implementing CLT for Pure XL to get a booting GSI Treble image. I'd say it will be a semi-Treble ROM rather that pure Treble or custom ROM. I hope I will post some update soon.
Who knows, maybe even Pie will boot, who knows..
Cheers
Can't wait to test this rom on my Allview X2 Soul Xtreme and of course give you feedback.
I don't know if it's because of the stock rom or not, but the phone just freezes from time to time(making me force restart the phone), especially when it get hot. Maybe... hopefully this rom will help with that.
Besides, being unable to update from 5.1.1 makes it that some apps are incompatible which sucks.
Thank you bemolx for all the time and effort put into this rom and we all wish you the best.
bemolx said:
Hi guys,
I'm working on implementing CLT for Pure XL to get a booting GSI Treble image. I'd say it will be a semi-Treble ROM rather that pure Treble or custom ROM. I hope I will post some update soon.
Who knows, maybe even Pie will boot, who knows..
Cheers
Click to expand...
Click to collapse
Good luck dude.
Hope to see a new rom for our phones in the very near future.
All the best and Godspeed.
Will try not to disappoint y'all again
Progress
bemolx said:
Will try not to disappoint y'all again
Click to expand...
Click to collapse
So any update on the progress of this Rom????
Its been a while so thought that I'd ask if any progress has been made or not.
P.S Best of luck were counting on you
Hello, any updates? Thx!

Categories

Resources