Okay please feel free to delete if this is in the wrong place,
I cannot find for the life of me where or how what ROMS are AOSP and which aren't. I spend ages reading each ones. I basically would like a 5.1.1 ROM that can have the Samsung Applications running on them, but all the ones I seem to find are all 5.0.1. and the newer ones that have 5.1.1 in the title seem to appear to me as AOSP.
Any help would be greatly appreciated.
Thanks for any help in advance.
Steve
p.s I think AOSP is the term I have been given why samsung apps don't work .. so am sorry if i have used the wrong terminology as well..
In overly-broad strokes, any ROM compiled and modified by someone other than the manufacturer of a phone or tablet is treated as an AOSP ROM. Cyanogenmod is arguably the biggest of the bunch, and many smaller teams use their source code to create ROMs. Any ROM using a manufacturer ROM as a base cannot be an AOSP ROM as manufacturers include proprietary components in their ROMs.
There is no Android 5.1.1 ROM built by someone other than the manufacturer that can run Samsung apps. Samsung has modified portions of Android to allow those apps to function, and the changes are not open source. Therefore, ROM developers building ROMs using Android source code cannot include the Samsung modifications. Your only chance of getting a Samsung app-capable version of Android 5.1.1 is to hope Samsung releases a 5.1.1 update for the S4, or else someone with both a S4 and a flagship Samsung phone from either this year or last year ports a ROM over to the S4.
Is there any way to get Android Lollipop on the Galaxy Core Prime SM-S820L? I have read about custom ROM's but I still don't know much about them and can't find any for this model. If anyone has found or created a way to flash a custom ROM onto this device, please let me know.
Liantik said:
Is there any way to get Android Lollipop on the Galaxy Core Prime SM-S820L? I have read about custom ROM's but I still don't know much about them and can't find any for this model. If anyone has found or created a way to flash a custom ROM onto this device, please let me know.
Click to expand...
Click to collapse
I also own this device, and unfortunately there is very limited support in the custom Rom department. If there was to be a lollipop Rom, someone would either have to port one somehow, or build it from source. Given the development rate for this device, I don't predict it happening anytime soon, sorry to say.
not going to happen
i have been trying since february the answer i got from my carier was samsung is contracted not to support this device thats why that is so hard to find samsung told me to take the device to bestbuy to force update if they could probably irrelavent but maby it helps
SM-S820L Got the Shaft!
Yup! This seems to be the future for the SM-S820L, or lack of future I should say.
I too have the Samsung Galaxy Core Prime SM-S820L. I have spent lots of hours scouring the internet looking through every android related forum in hopes of eventually finding someone that is undertaking much needed programming to build a custom ROM for this CorePrime version.
If you are looking for a custom recovery to use. I can point you to my and others posts over at Needrom. The best I can offer is an unofficial TWRP release, but it DOES work! It does for myself at least and I am no Android Guru whatsoever.
I guess I am not allowed to post Links in any of my posts yet because I am still a NOOB on these forums. I'll PM you with some direction my friend!
I cannot take credit for coming up with any of that software. I simply rooted around long enough to compile a collection of tools and files that worked for me to modify the Recovery of my SM-S820L.
:good: Feel free to shoot me a Private Message on this site or to my personal Email....... [email protected]
I would love to help out as much as I can with modding your phone. Like I said, I'm not a proffesional but I have read up on the procedures used and been successful with my own Galaxy Core Prime:laugh:
Hey folks,
I know most people have already given up on this phone because it didn't sell well and doesn't have much support. But like the rest of us still browsing this forum, I still have my M9 and still believe it can be improved. I am currently working on a project to build a clean AOSP rom (without any kinky modifications, just a nice stock rom built directly from the AOSP sources.)
I've never undergone such a project, and I've been reading a lot about the steps necessary to realize this goal. I've been following Sony's excellent AOSP building guide so far. I have the android sources downloaded, all I'm missing are the proprietary files (from the device itself, most likely) and the ability to set up the proper device trees/manifests. I was planning to use the Cyanogenmod device tree because a lot of work has gone into it and, given that my M9 is currently running one of the CM13 nightlies, is pretty stable and works with new device firmwares. I know there is already a guide on the Cyanogenmod wiki for building CM for the M9, but I am not building CM at all, I want to build a 100% stock AOSP rom.
Can anybody help me proceed from here? I've downloaded the https://github.com/CyanogenMod/android_device_htc_hima-common tree and put it into device/htc/himaul but I'm not sure where to go from here. The extract-files.sh script does not work (because there is no CM helper script). Does anyone have any experience with this sort of thing?
Thank you very much in advance. I hope this will help everyone as I know many people have been looking for a non-CM AOSP rom for this phone (some do not agree with CM design philosophies). I definitely plan to share this rom and write a guide to help other projects when this is figured out.
I look forward to hearing back,
vivremetrique
Hi, I have no idea on doing roms, but you could help be your tester ...
whatever you need, talk me
---------- Post added at 10:22 PM ---------- Previous post was at 10:19 PM ----------
It would be good to make a ROM Nougat if possible
AOSP 100% and cyanogenmod device tree are totally different
I don't know what does it take to have a full aosp working rom, but I'm sure that CM code has nothing to do with it.
anyway, with the right work it shouldn't be so hard since m9 shares hardware with nexus 6p...
Frug01 said:
[/COLOR]It would be good to make a ROM Nougat if possible
Click to expand...
Click to collapse
Yes, the sources I will be building from will be Nougat sources (7.1 experimental sources). Thank you for offering to test once this is done.
throcker said:
AOSP 100% and cyanogenmod device tree are totally different
I don't know what does it take to have a full aosp working rom, but I'm sure that CM code has nothing to do with it.
anyway, with the right work it shouldn't be so hard since m9 shares hardware with nexus 6p...
Click to expand...
Click to collapse
I mean the operating system will be 100% AOSP, but obviously since this is not a Nexus/Pixel device the device tree will not be included in AOSP... The device tree/proprietary files have nothing to do with the actual user experience, they are simply needed for support of the hardware/stock kernel if desired/camera or wireless firmware. I don't see the sense is rewriting these from scratch given the time and effort already put into them by CM devs/those in the Cyanogenmod threads in this forum.
It would be great if some of you could help gather helpers for this project. It seems that properly setting up the device and getting ready to build the rom are all that is missing, so I'm hoping this goes relatively quickly.
So I believe I've made some progress. I downloaded the htc vendor files, the htc msm8994 kernel files, the hima-common tree, and the himaul tree. There is still something missing, because running the "lunch" command warns that it cannot locate the config makefile.
I found references to cm in cm.mk in device/htc/himaul/cm.mk but I don't know what to replace them with and I don't want to download the whole CM source tree as well.
Can anyone shed some light on this issue?
I can't help you, but that is a very good idea! Hope you can solve this issue.
Nice project, I would love to see AOSP Nougat on our M9! I'm not a dev who could help you with the building process, but maybe the dev of the CM14 port for M8 could give you an advice. Good luck!
I think you are underestimating the efford and skills it needs. Even with official Kernel Source released it took some really effort to make for example the camera work. If you don't know hot to setup a device tree for an existing rom, then I feel the skills required exceeding the ones you have. I don't want to offend you, but maybe it's better to take a step back an learn how to add this to an AOSP Marshmallow rom, instead of thinking about porting it to Nougat. If it would be that easy, wouldn't a ready to use Nougat Version of any other popular Rom for the m9 be out already?
Any telegram group of One M9???
Enviado desde mi HTC_M9u mediante Tapatalk
Adromir said:
I think you are underestimating the efford and skills it needs. Even with official Kernel Source released it took some really effort to make for example the camera work. If you don't know hot to setup a device tree for an existing rom, then I feel the skills required exceeding the ones you have. I don't want to offend you, but maybe it's better to take a step back an learn how to add this to an AOSP Marshmallow rom, instead of thinking about porting it to Nougat. If it would be that easy, wouldn't a ready to use Nougat Version of any other popular Rom for the m9 be out already?
Click to expand...
Click to collapse
That effort would.not be wasted. Once the solution to the camera problem is solved, it's solved for all versions, not just Marshmallow. We can reuse the kernel source and firmware blobs in N. I reckon that we don't have a rom because nobody is working on it.
If it would be that easy, why isnt there an official (or even inofficial) cm 14 for m9 out, as it already got an official cm 13? If everything you needed would be to just switch everything else to cm 14 and reuse the mm kernel source and blobs?
Adromir said:
If it would be that easy, why isnt there an official (or even inofficial) cm 14 for m9 out, as it already got an official cm 13? If everything you needed would be to just switch everything else to cm 14 and reuse the mm kernel source and blobs?
Click to expand...
Click to collapse
Because there is almost zero demand for one. People in the CM13 thread are actively discouraged from even mentioning CM14. How can we develop the ROM if we don't have anybody working on it?
Given CM's automated device tree preparation system, I doubt it would take more than a simple source tree update to Nougat to start compiling a 7.x ROM (whether it works perfectly or not, it would be a start).
Well then I would say, a way to start might be to try compile a booting cm 14 for the m9. Last time I looked there has been at least a device tree prepared for cm 14. I guess that would be the easiest way to test, if you might be succesfull with it
Any news @vivremetrique ? Or did you drop the project?
While it is possible to build cm14.1 for the M9, I was unable to make it see the sim card after days of trying. something in libril or possibly the firmware I have makes it not work.
Trainwr3ck said:
While it is possible to build cm14.1 for the M9, I was unable to make it see the sim card after days of trying. something in libril or possibly the firmware I have makes it not work.
Click to expand...
Click to collapse
If it is the same Problem I had with a CM13 based rom, then the build.prop is missing some Values to detect network. I took them from a working one and put them in the BoardConfig by hand
can't help, but my hopes are so high for this one!
Hello,
I'm strongly considering picking up a LePro 3, but I do have some concerns. I understand that the stock software isn't very good and I'm looking towards the community to create excellent ROMs for this device, but I do have some questions:
Do we have a clean method for root/unlock/recovery?
Is there anything stopping developers from putting together ROMs that are optimized for every aspect of the phone? i.e. enough source from LeEco?
How would you say developer support is for this device? I'm a fan of official ROM builds instead of using unofficial. Has anyone announced upcoming support for this device that I can look forward to?
Aside from that, feel free to mention anything else I should be aware of before purchasing the phone!
Thanks so much!
Do we have a clean method for root/unlock/recovery?
I have no idea what you mean by clean but if you can use adb then yes we do. If you are looking for a one stop shop all in one unlocker then the answer is no. look here for current method:
http://forum.xda-developers.com/le-pro3/how-to/flashing-guide-roundup-leeco-le-pro-3-t3511901
Is there anything stopping developers from putting together ROMs that are optimized for every aspect of the phone? i.e. enough source from LeEco?
I believe all source code has been released.
How would you say developer support is for this device? I'm a fan of official ROM builds instead of using unofficial. Has anyone announced upcoming support for this device that I can look forward to?
There is minimal development currently. One person is trying to build a Nougat 7.1 Rom. That's a pretty big feat so it will probably be a while. Look here:
http://forum.xda-developers.com/le-pro3/how-to/7-1-progress-t3511474
There is a developer that posted a debloated version of the x720(international version) of this rom already. It will work on our x727(US version). It is an older version though so there's that. Look here:
http://forum.xda-developers.com/le-pro3/development/rom-google-edition-cydras-t3514742
xiton said:
There's a CM 13 rom here based on the chinese x720. Look here:
http://forum.xda-developers.com/le-pro3/how-to/cm-13-lex720-t3508015
Aside from that, feel free to mention anything else I should be aware of before purchasing the phone!
This is literally the smallest compilation of threads I've ever seen for a phone so starting a new thread to ask these questions is pretty silly. Since it's the holidays, I've been nice and responded to what could have easily been found in a couple of minutes.
Click to expand...
Click to collapse
Thanks for the reply.
The reason I compiled these questions were because I was hoping for more specific answers and some clarity. Perhaps I wasn't clear enough my initial post and for that I apologize.
I was reading what seemed to be conflicting information about the recovery software and process in which to flash it to the device. It looked as if there wasn't any goto method or specific TWRP version to go with and that this was still somewhat experimental.
It's good to know that the source has been released. I was seeking info about LeEco and people were saying that they didn't release source code for their phones as company policy.
While I've visited the ROM forum section, I was hoping someone would have insight into official ROMs instead of what currently exists there.
For the US model Le Pro 3 (X727) I would recommend using this (http://forum.xda-developers.com/le-pro3/development/x727-model-persistent-bootloader-unlock-t3500388) method to unlock the bootloader. That's what I did and had no issues. From there you can use TWRP to do a full wipe and install the ROM of your choice. Of course, I would recommend taking a backup of everything before doing this.
I'm running that CM 13 build with no issues on my X727. It's also possible to get the IR blaster working if desired.
Hi everyone,
I just noticed that the Z300C Source code has been released by ASUS (2020/11/04).
https://dlcdnets.asus.com/pub/ASUS/EeePAD/Zenpad/Z300C/Z300C_V4.7.5-update.tar.gz
Any enthusiast who are willing to help me try to build it ?
Edit:
I uploaded the source code on Github if anybody is interested in it :
https://github.com/dchenaux/android_kernel_asus_p023
So the build worked
I created a zImage.
Now i'm wondering what would be the next steps ?
My goal would be to make an aosp ROM.
I found some basic device tree for the tablet which I forked here :
https://github.com/dchenaux/android_device_asus_p023
I'm currently investigating how to achieve that. I never ported aosp for an unsupported device. If you have any advice I would be happy !
sadly i have no idea about how to build a rom, but i hope you reach the goal!
also, could you help me find out what file controls battery charging?
btw how did you find out about the release of the source code?
Hey
Sorry I didn't have time until now to investigate further, but it's still in my todo list.
I was looking for the stock rom on the Asus website and I saw that the source code was available.
Hi, any luck on making a custom ROM yet? (Sorry for the bad English)