Z300C source code has been released - Asus ZenPad 10 Questions & Answers

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)

Related

MTK6589T drivers to build from source

Hello all, I'm trying my luck at building and android AOSP from source, and have purchased this Note 3 clone (MTK6589T).
If anyone can give me information on how I can get the binary? drivers for my build?
and or any information with regards to flashing this phone I would deeply appreciate it!
My goal is to create a ROM for others to use.
thank you!
http://www.aliexpress.com/item/HDC-...nd-2GB-Ram-16GB-phone-MTK6589/1881438706.html

[Q] sm-t230(nu) Device Tree For Compiling Custom Rom

As the title suggests... i have looked all over the web for a device tree to be able to compile android with but all i have found is a basic dev tree for building twrp...
could someone please point me in the right direction or even advise me on how i would compile android from source for the sm-t230/t230nu
thanks in advance...
I've also been looking into this. I want rid of TW in the worst way.
Inside 4ndroid said:
As the title suggests... i have looked all over the web for a device tree to be able to compile android with but all i have found is a basic dev tree for building twrp...
could someone please point me in the right direction or even advise me on how i would compile android from source for the sm-t230/t230nu
thanks in advance...
Click to expand...
Click to collapse
We don't have a complete dev-tree yet. Samsung dosen't really want to release a lot of source code and so, there are lots of missing parts like driver sources and incomplete kernel sources etc. We also don't have a proper cousin device yet so it is very hard to build a tree for us.

FlymeOS Source code

Hey guys.
Look at this: https://github.com/FlymeOS
Any android developer could please look at the sources and give us feedback if they are usefull for custom roms?
thx to @iicc for the information (source http://forum.xda-developers.com/showpost.php?p=61626530&postcount=45)
pOpY
The manual is in chinese... But it will be nice if somebody tells what it is inside the repository and what can we do with this
What they have done is to facilitate people to make Flyme roms for other devices, nothing more.
With the code that was released the other day we can not do anything
We still in the same situation
iicc said:
What they have done is to facilitate people to make Flyme roms for other devices, nothing more.
With the code that was released the other day we can not do anything
We still in the same situation
Click to expand...
Click to collapse
Shame on Meizu
Whats the drawback for meizu if they just open the Bootchain for us.
--> ill know one --> better roms than FlymeOS

Meizu PRO 5 Kernel sources?

Hi. Wanted to ask, if someone has sources of named phone's kernel or any links where it's possible to download it? Thanks a lot!
There is no Kernel sources available yet. Maybe in future but, I don't think meizu release it soon if they want to ever release it!
It is published here:
https://github.com/meizuosc/m576
Will have a look and try to compile a kernel (with some goodies) if ever get some spare time.

Development of Android 8 ROM

Hey all you Sharp 306sh users!
I love this phone and decided to start a ROM port to Oreo 8.0.0!
To date here's what i got
1. Device tree built
2. ASOP stock rom built successfully
Here's what I need to get done next
1. Access bootloader to flash images
2. Test for vendor blobs needed so I can make the vendor tree (if required)
Your help on this would be greatly appreciated as I am just getting my feet we in this process, this is a great phone and I would love to see it updated.
Please let me know if you are interested in helping with this project!
Edit 8/6/2018: Device tree is on Github,
https://github.com/RobertCC18/sharp-306sh-rom
More to come once kernel is built!
Edit 10/12/2018:
I am uploading the first test build so I can get some help with the debug. THIS ROM IS GETS STUCK AT THE SHARP BOOT LOGO AND IS NOT READY FOR PRODUCTION DEVICES!!!!
That being said, any help and logs that you can send are greatly appreciated.
This zip can be flashed through TWRP, check the downloads section
XDA:DevDB Information
Android 8 Rom [stock], ROM for the Sharp Aquos Crystal
Contributors
RobbotCC
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
Based On: AOSP
Version Information
Status: Testing
Created 2018-07-15
Last Updated 2018-10-12
Great! I´ve got a 306SH model, i can be a tester... waiting for your first zip :highfive:
Awesome.
I tried this exact same thing before, but gave up soon after I couldn't diagnose what stopped my device from booting with my custom ROMs, as I could never find the logs.
It looks like you're making more headway than me, so I'd love to test it, or even just help out.
Keep on going! A GitHub would be great progress.
Update 7-4-18
Update - 7/24/2018
Recompiling Kernel with debug drivers included - current compiled kernel missing RAM Console support
Github repo coming soon!
Great! Always wanted a custom room on this phone. I can test it and try it out too
Good progress.
Make sure to keep us updated, once you have a GitHub repo, development should speed up.
I'm sure there are a few techies with this phone that would love to contribute to your ROM, myself included.
By the way, you said ASOP instead of AOSP in the original post.
Rhioun said:
Make sure to keep us updated, once you have a GitHub repo, development should speed up.
I'm sure there are a few techies with this phone that would love to contribute to your ROM, myself included.
By the way, you said ASOP instead of AOSP in the original post.
Click to expand...
Click to collapse
Thanks, whoops on the typo!
Been busy with work but hoping to upload device tree, kernel base and current build, waiting for kernel to finish building with RAM console drivers.
Update 8/6/2018
Github Created
https://github.com/RobertCC18/sharp-306sh-rom
Device tree is added, kernel coming soon!
About accessing the bootloader to flash images, I believe we've done this before.
Tewilove, the man behind rooting the 306SH managed to access it, and made a custom one to flash, if I do remember correctly.
https://forum.xda-developers.com/aquos-crystal/general/temp-root-306sh-t3129456
Worth a look.
No development in a while. We all hope you're still there.
I visited the Github and just found it to be text files and folders. Could you possibly post the WIP kernel or other vendor blobs on there,
so we have at least a basis to begin work on?
Thanks,
This is an amazing idea. My 306SH is rooted and ready for action.
Rhioun said:
No development in a while. We all hope you're still there.
I visited the Github and just found it to be text files and folders. Could you possibly post the WIP kernel or other vendor blobs on there,
so we have at least a basis to begin work on?
Thanks,
Click to expand...
Click to collapse
Yes I am still here and working on this, just haven't had much time lately. I will try to get the kernel and vendor blobs up within the next few days
Been waiting for a custom ROM for this phone. I'm ready to test it
Any update on the development of the ROM??????
Any progress?
Status Update
dzvxo said:
Any progress?
Click to expand...
Click to collapse
Hey everyone,
Sorry for the delay in development but I hit a major snag with the kernel build and am still working on overcoming it. The needed defconfig is missing so I found one that should get us close, at the very least it should allow us to see the RAM debug messages on boot failure.
Also, my internet has been to slow to upload the kernel to github but I have an upgrade and should be able to get it uploaded within the next couple days.
Please share any information that you find regarding this phone here on XDA and beyond, any info you can provide will help me get this up and running faster!
Hey, how's everything going? Any luck?
What's up with it?
Hey All,
Sorry for the delayed responses, this phone seems to be a lost cause. But I am not a quitter lol!
I am hopeing to get back into the swing if things here in the next few weeks and will post more updates and files here shortly
Current problems:
No debugging enabled
Kernel needs patched to support Android 6+
We wish you the best of luck!

Categories

Resources