[Completed] Proprietary blobs ZUK? - XDA Assist

Hi, i don't know where/how to find the proprietary vendor files for ZUK Z2(normal) AKA z2131 but I've found on github the ones for Z2 PRO(z121) and so i was wondering if they might be the same because they have also the same soc?
These are the two:
https://github.com/hiikezoe/android_device_zuk_z2121
and
https://github.com/Mr-Bubble/android_device_zuk_z2121
They're so different, which one i have to use?
I need those because i was trying to port from source RR rom for my ZUK Z2, and not build it on a already-made cyanogenmod.
I'm new to this, thanks. And I'm not sure if this is even the right section, if not please move.

KronozFX said:
Hi, i don't know where/how to find the proprietary vendor files for ZUK Z2(normal) AKA z2131 but I've found on github the ones for Z2 PRO(z121) and so i was wondering if they might be the same because they have also the same soc?
These are the two:
https://github.com/hiikezoe/android_device_zuk_z2121
and
https://github.com/Mr-Bubble/android_device_zuk_z2121
They're so different, which one i have to use?
I need those because i was trying to port from source RR rom for my ZUK Z2, and not build it on a already-made cyanogenmod.
I'm new to this, thanks. And I'm not sure if this is even the right section, if not please move.
Click to expand...
Click to collapse
Hello,
I think you are looking for the blobs for zuk.
You may try posting your query here Ask any Query Newbie Friendly with all relevant details, the experts there maybe able to assist you.
-Vatsal

Related

[Completed] Kernel Source Code Question

Hi! I have the Energy X 2 MT6580 phone. I had asked BLU for the kernel source code, and they gave me access instructions for FileZilla. However, there is no source code for the Energy X 2, just the Energy X. They have the same chipset, and I belive they are the same kernel version. Could someone please look into this and tell me if I could use that kernel for compiling CyanogenMod12.1 from source?
Thanks
NateDev473 said:
Hi! I have the Energy X 2 MT6580 phone. I had asked BLU for the kernel source code, and they gave me access instructions for FileZilla. However, there is no source code for the Energy X 2, just the Energy X. They have the same chipset, and I belive they are the same kernel version. Could someone please look into this and tell me if I could use that kernel for compiling CyanogenMod12.1 from source?
Thanks
Click to expand...
Click to collapse
Greetings and welcome to assist. Unfortunately assist is for guiding new members around the boards only. Try asking your question here
http://forum.xda-developers.com/android/help
or in xda university
http://forum.xda-developers.com/general/xda-university
Thanks for understanding
Sawdoctor

[Completed] Test Custom ROM On Android Emulator

Hi! I have found some source code (device tree, vendor) for CyanogenMod for a device with almost the same specs as mine: Infinix Hot 2 & BLU Energy X 2. I am trying to port the device tree to my phone, but if I did something wrong, I don't want it to break my device, so I don't want to flash it on my device. Better safe than sorry! Anyways, I want to emulate my device on my PC to safely test it without risking my device. How can I do this? Or, is the only possible damage if I did something wrong is a bootloop? Because I can recovery from that (flash stock rom using SPFT), I just don't want a hard brick. Maybe someone could tell me if this approach with a similar device tree will even work?
Thanks!
NateDev473 said:
Hi! I have found some source code (device tree, vendor) for CyanogenMod for a device with almost the same specs as mine: Infinix Hot 2 & BLU Energy X 2. I am trying to port the device tree to my phone, but if I did something wrong, I don't want it to break my device, so I don't want to flash it on my device. Better safe than sorry! Anyways, I want to emulate my device on my PC to safely test it without risking my device. How can I do this? Or, is the only possible damage if I did something wrong is a bootloop? Because I can recovery from that (flash stock rom using SPFT), I just don't want a hard brick. Maybe someone could tell me if this approach with a similar device tree will even work?
Thanks!
Click to expand...
Click to collapse
Greetings and welcome to assist. Unfortunately assist is for guiding new members around the forums only, however I do think what you are asking is possible in android studio so perhaps look in that thread/forum
Thanks for understanding
Sawdoctor

[Completed] Propriatary binaries

Hello,
I have decided to try building Android from source for one of my phones using this guide:
https://source.android.com/source/requirements.html
I am at the step where i need to add the proprietary binaries for my phone,
but i´m unable to find them. I have looked everywhere. The phone in question is a Lenovo K30-T.
Can anyone tell me where I can find the binaries?
KiwiTheOne said:
Hello,
I have decided to try building Android from source for one of my phones using this guide:
https://source.android.com/source/requirements.html
I am at the step where i need to add the proprietary binaries for my phone,
but i´m unable to find them. I have looked everywhere. The phone in question is a Lenovo K30-T.
Can anyone tell me where I can find the binaries?
Click to expand...
Click to collapse
Hello,
We find most properitary vendor files of various OEM's here https://github.com/themuppets
Regards
Vatsal,
Forum Moderator.
Vatsal said:
Hello,
We find most properitary vendor files of various OEM's here https://github.com/themuppets
Regards
Vatsal,
Forum Moderator.
Click to expand...
Click to collapse
Thanks for the answer, but i can't find lenovo vendor files, should i use Quallcom's instead?
In the Quallcom directory there are files for the SOC of the phone, but will they also work with things like the digitizer or buttons?
KiwiTheOne said:
Thanks for the answer, but i can't find lenovo vendor files, should i use Quallcom's instead?
In the Quallcom directory there are files for the SOC of the phone, but will they also work with things like the digitizer or buttons?
Click to expand...
Click to collapse
Hello,
No qcom binaries are different thing altogether.
If you have CM for your device, ask the developer to show you the vendor he is using.
Or you can generate blobs from stock firmware.
Regards
Vatsal,
Forum Moderator.

Some questions regarding Android ROM Development and Kernel Development

Hi, I'm completely new in Android ROM development and want to get into it. I have a Moto G Turbo and a old Moto E 1st gen.
So I had some question regarding Android ROM development. I may sound completely noob which I am, but still if you help me by answering my question or at least referring to some links then I'll be helpful. And please only answer if you are confident about what you are saying.
1> I understand that Android is open source, so basically we can download and build it. What does it take to make that boot on a particular device?
2> Android is based on linux kernel. So we need a kernel source too. I found this, https://github.com/MotorolaMobilityLLC/kernel-msm, is this the kernel source for moto devices? I am confused because I can find only one repository although it must different repositories for different devices.
3> If we have a kernel source for the device, can we build any ROM like AOSP or AOSP-CAF and boot it in our device? If not why?
3> I have a good knowledge of C although I am still learning. How do I start developing or porting ROM? I am specially interested in PURE AOSP.
I don’t know but you might find a lot of tutorials in non-device-specific threads. And I think there’s a guide on how to build lineage 13 for osprey
This thread could be helpful:
https://forum.xda-developers.com/showthread.php?t=2073370&page=1

Want to extract Vendor/Device Tree + Blobs from my Lenovo P2 directly. Need help.

Hi Guys,
This is a total Noob asking a totally noobish question.
I want to start ROM development for my device, Lenovo P2 on my own. I will and have been checking a lot of tutorials for this.
But one thing gets me confused. How to get the device source files & Blobs directly from my device without having to depend on any online repository (which only contains source codes without some of the best and most useful features of this phone).
Ive come accross the below link.
http://ding34.blogspot.com/2013/05/extract-filessh-remote-object-does-not.html
I am not sure how much it will help. But will try. In the mean time, can come one point me in the right direction?

Categories

Resources