-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why the project is discontinued #165
Comments
this comment should explain it all: If you still have questions, feel free to ask :) |
bricking hardware sucks but you learn a lot from that 😄 I hope it was just a softbrick though. But of course some vendors(especially Samsung, motorola and sony) like to heavily modify their boot process and if you wanna know more about them you have to get familiar with reading aarch32 and aarch64 assembly and find ways to use the overpriced but awesome software But of course a lot of that is not necessary if you're not interested in writing your own bootloaders. And even if you are you could do it by writing your own drivers by looking at the linux kernel drivers of your device. And a final hint about qualcom: Their git repos are a mess. They have a gazillion branches and tags and don't really like to have unified code-bases. So make sure you're looking at the right code. |
Hi, thanks for your response. Despite of successfully flashing whole stock ROM I still could not run full android. When I power it with usb, only then I am able to access fastboot|recovery|normal boot menu screen through vol+ button, lest there is no response. (when entering normal boot powered by android logo blinks for a second, then off, maybe android requires integrated battery for power). When I disconnect usb that screen too goes off (simply means my battery is dead and cannot be charged. - ofcourse tried charging for whole of days) I'll get replace the battery and update you within a week. |
given that the old LK-based efidroid (probably) doesn't work at all with new Android versions and the pure edk2 based one isn't anywhere even close to working you have to ask yourself what you want to achieve. |
Hi I have lk based bootloader (I got this as I have lk&lk2 files in my stock rom and not edk). I can try EFIdroid if I am not wrong :) |
do you have the sourcecode for your vendor LK? the lk-based efidroid implements a custom API and then runs a version of edk2 which uses that for most drivers which makes it quite platform independant. Also, I didn't know that mtk uses LK. is it based on qcom's fork or on mainline LK? |
hi. I dont know. I tried searching for panasonic lk source and couldnt find any of the vendor's lk source code. Do any of the vendor really open source their lk? or the community pople do modify the original android lk to match vendors Edit: I got to know that vendors have to opensource their kernels due to gpl licence. So I have mailed to panasonic.com as some of the device kernel are opensourced but not of my device |
@M1cha Mediatek uses a heavily customized version (from them) of Little Kernel and on github you can find some examples, in my repo you find something. @utilmen The GPL speech only makes sense with the linux kernel, not the Little Kernel |
Thankzz. But I am in searcch of my device's linux kernel, but they have not oppensourced it for my device. |
mediatek actively violates the GPL without facing any consequences thanks to their countries laws. |
Hello @M1cha i have to create a project similar to efidroid |
No, you don't have to. |
I am not going to do that project |
hello. I wanna know why this is no longer maintained. Does current project leads no success? Does it require contribution.
The text was updated successfully, but these errors were encountered: