***DISCONTINUED*** Testers needed for twrp - Lenovo Legion Duel ROMs, Kernels, Recoveries, & Ot

Hi everyone
I bought lenovo legion duel a month ago, I was surprised to find out there is no custom roms available for this phone.
I am not a pro developer i did build few roms so i will need other developers help who are interested into bringing custom rom to lenovo legion duel.
There is no device tree, i did manage to get the kernel source and i have it on my github, If any devs willing to work with me please do pm me.
I am not responsible for any damage caused please backup before testing.
Port twrp 3.6.9-2 i need testers to test it since my phone is not rooted for now as its my main device.
Thanks to @Augustoandro for the guide which I followed.
Create twrp without source
Download
twrp-3.6.2_9-0-moba
Kernel Source
https://github.com/Syn7ax3rror/android_kernel_lenovo_moba

Where is the device tree & kernel source?

@notnoelchannel ,
kernel source is here and I believe there was reference when glancing through a repack of the kernel of the device tree being very similar if not the same to zippo (Z6 pro).

notnoelchannel said:
Where is the device tree & kernel source?
Click to expand...
Click to collapse
There is no device tree yet but kernel source is on my GitHub https://github.com/Syn7ax3rror/android_kernel_lenovo_moba
If anyone know how to create the Device tree or can guide me please pm me so I can build custom ROM for our device.

SyntaxError said:
There is no device tree yet but kernel source is on my GitHub https://github.com/Syn7ax3rror/android_kernel_lenovo_moba
If anyone know how to create the Device tree or can guide me please pm me so I can build custom ROM for our device.
Click to expand...
Click to collapse
from what device did you port TWRP then DD

notnoelchannel said:
from what device did you port TWRP then DD
Click to expand...
Click to collapse
I followed this guide https://forum.xda-developers.com/t/guide-porting-twrp-without-source.3843473/

I think you should repost this in development instead of here as news discussions and guides. It might get more attention for those willing to test it.

&(*) said:
I think you should repost this in development instead of here as news discussions and guides. It might get more attention for those willing to test it.
Click to expand...
Click to collapse
Yes I think that would be better thanks I will ask a moderator to move it.

SyntaxError said:
If anyone know how to create the Device tree or can guide me please pm me so I can build custom ROM for our device.
Click to expand...
Click to collapse
I don't have this device, but the following 2 scripts/tools might help generate a barebones device tree with the basic information to help you get started.
I have used to generate TWRP device trees
https://github.com/twrpdtgen/twrpdtgen
but not
https://github.com/ShivamKumarJha/android_tools

Here's the various device/vendor repos generated from his script
https://github.com/AndroidBlobs
If you search for Lenovo, you will see some samples.

retiredtab said:
I don't have this device, but the following 2 scripts/tools might help generate a barebones device tree with the basic information to help you get started.
I have used to generate TWRP device tress
https://github.com/twrpdtgen/twrpdtgen
but not
https://github.com/ShivamKumarJha/android_tools
Click to expand...
Click to collapse
Thanks bro I really appreciate your help
I will check it out

Tested with the CN model, unfortunately the phone would stuck on first screen with TWRP flashed to recovery partition.

I know this will probably sound rude but did you test it yourself? I mean there's no screenshots nor guides to flash it on the device, seems to be a really strange release imho.

zestybaby said:
I know this will probably sound rude but did you test it yourself? I mean there's no screenshots nor guides to flash it on the device, seems to be a really strange release imho.
Click to expand...
Click to collapse
No i did not tested it the reason i asked for testers and its same as any other twrp flash guide
zestybaby said:
Tested with the CN model, unfortunately the phone would stuck on first screen with TWRP flashed to recovery partition.
Click to expand...
Click to collapse
this was made for european model so not sure about CN version
I am little busy with my stuides i will work on it soon.

SyntaxError said:
I am little busy with my stuides i will work on it soon.
Click to expand...
Click to collapse
No hurries, and I wasn't trying to blame you for that issue. Things like this happens in development, and maybe I didn't flash it correctly. Anyway, it'll be most helpful for you to update OP to include a guide.

zestybaby said:
No hurries, and I wasn't trying to blame you for that issue. Things like this happens in development, and maybe I didn't flash it correctly. Anyway, it'll be most helpful for you to update OP to include a guide.
Click to expand...
Click to collapse
I will do that later today it's 3 am over here.
Lenovo is doing a really really bad job at not providing at least security patches let alone new android version, We are stuck at A11, People with way older devices got A13.
I will definitely look into it as soon as I finish my exams.

Thread locked at author's request, as this project is now discontinued.

Related

Android 5.1 for 64bit EU Desire 510 based on Desire 626

As described in the thread title, Is it possible do to so?
The new EU HTC Desire 626 comes with Android 5.1 and features the same snapdragon chip and the same wifi/bt/camera driver stack.
There is a custom rom with Android 5.1 from September 2015, fully working for Desire
lonypny said:
As described in the thread title, Is it possible do to so?
The new EU HTC Desire 626 comes with Android 5.1 and features the same snapdragon chip and the same wifi/bt/camera driver stack.
There is a custom rom with Android 5.1 from September 2015, fully working for Desire
Click to expand...
Click to collapse
It's not possible to just flash the 626 rom on the 510 unless you want to have bootloops? You'd need to make modifications and port it.
You musst be port some kernel settings
I've recompiled a kernel for linux many times but never for an android phone. wouldn't it be as easy as replacing the kernel .config file for 626 with the one from 510??
lony test it yourself
lonypny said:
I've recompiled a kernel for linux many times but never for an android phone. wouldn't it be as easy as replacing the kernel .config file for 626 with the one from 510??
Click to expand...
Click to collapse
Nope.. it's much harder than just a basic Linux kernel compilation... You'd need to download over 27GB worth of CyanogenMod sources to a Linux/Unix machine to even begin working with the kernels or roms. You may be able to shorten that by a few GBs but it's still not as easy as grabbing another boot from another device. It's also a boot.img not a .conf..
It will be fantastic to see it on our desire 510
MrMike2182 said:
Nope.. it's much harder than just a basic Linux kernel compilation... You'd need to download over 27GB worth of CyanogenMod sources to a Linux/Unix machine to even begin working with the kernels or roms. You may be able to shorten that by a few GBs but it's still not as easy as grabbing another boot from another device. It's also a boot.img not a .conf..
Click to expand...
Click to collapse
I guess its gonna be harder. Have to wait for the Mash (Cyanogenmod 13) that is if it will work too.
Zubagy said:
I guess its gonna be harder. Have to wait for the Mash (Cyanogenmod 13) that is if it will work too.
Click to expand...
Click to collapse
It can be hard or it can be easy... It all really just depends on the person that's doing the work and how much they know about it. It's definitely not as easy as grabbing another boot from another device because you would have to go through the entire kernel/boot.img to change all of the settings to be able to work with a different device. You'd have to extract the info from the boot.img in order to get to all the configuration files and even then it doesn't mean that when you go to rebuild it back into a boot.img again that it's gonna work.. It might and it might not, it really depends on what you know.
Any volunteers to test the firmware?
lonypny said:
Any volunteers to test the firmware?
Click to expand...
Click to collapse
post the link please
Post the link. Ill try
lonypny said:
Any volunteers to test the firmware?
Click to expand...
Click to collapse
here
Post the link.
Hi show the link
I wouldn't mind trying out this firmware. Please post if you can
Please ban guy who create this topic and erase this topic. Stupid kid
lonypny said:
Any volunteers to test the firmware?
Click to expand...
Click to collapse
tell me you have it working? test it, i can give you a recovery (RUU) if it fails
Hi, I was travelling for business unexpectedly for the past 3 weeks and didnt have time to deal with this. I'll post the firmware today - hopefully. @Zubagy I can't test it on my phone as it's my only phone
lonypny said:
Hi, I was travelling for business unexpectedly for the past 3 weeks and didnt have time to deal with this. I'll post the firmware today - hopefully. @Zubagy I can't test it on my phone as it's my only phone
Click to expand...
Click to collapse
we will be waiting

Rooting Idol4 is possible !!!!

Hello
Do you know DeckerSu ?
He have developped AlcatelFlasher, a software that can read/write any partition on Idol3.
So, with this app, you can flash TWRP on Idol3.
Look at here: http://forum.xda-developers.com/idol-3/development/tool-sahara-firehose-test-alcatel-t3454855
But now, he make a version for Idol4 (6055) and a TWRP recovery for this one !!!!
Look at here: http://www.decker.su/2016/09/alcatel-idol-4-6055k-twrp-recovery.html
But nobody are interesting on his work so he don't share it.
Please, look at his work and comment it if you want this amazing work.
DeckerSu will be very happy to your interest.
Thanks for him
Greeting to Decker su
Always Great Work
it is in russian..
hello00 said:
it is in russian..
Click to expand...
Click to collapse
Even if google translate is the worse translater in the world, I'm pretty sure you can manage with this non understanding english...
Ready the same decision as a binary recovery_twrp_3.0.2-0-decker.img for Idol 4 and "Murzilki" (walk-through) his flash - I decided not to spread. If the topic you are interested in at the moment, you can:
Try self-assemble TWRP from me lined wood -based repository OmniROM (the repo the init -u https://github.com/omnirom/android.git -b android-6/0), good manual on TWRP recovery assembly for the Qualcomm platform from source on the Internet abound. Plus the opportunity to learn something - it's always good.
Follow the development of the project Sahara & Firehose the Test , and perhaps even to support him and help him grow to full flasher for devices based on Qualcomm, well, or as an alternative - to find their way to fill in the recovery unit.
Click to expand...
Click to collapse
This is what he said. I'll try to build a working vesrion of TWRP, if the guide is correct.
https://drive.google.com/open?id=0Bx_cl44ILppWbW90NXhQYWNhUVk
Here it is! Not sure how it would work, but here it is. It is here. Done. It is here. Test it please!
minz1 said:
https://drive.google.com/open?id=0Bx_cl44ILppWbW90NXhQYWNhUVk
Here it is! Not sure how it would work, but here it is. It is here. Done. It is here. Test it please!
Click to expand...
Click to collapse
Thanks, but you must have sahara firehose flasher for 6055k.
And only DeckerSu can provide it.
So, donate for his work and you'll have the tool. :good:
murigny64 said:
Thanks, but you must have sahara firehose flasher for 6055k.
And only DeckerSu can provide it.
So, donate for his work and you'll have the tool. :good:
Click to expand...
Click to collapse
DeckerSU has an XDA acc. Give him your support here! @DeckerSU
People who needs root and custom ROMs helps us pass the voice and get our device rocking help us support the developers and get this thing rocking !!!
Hi! At this moment Sahara & Firehose Test Tool app officially support only Idol 3 6039 and Idol 3 6045. I have Idol 4 6055 in my own, and already add it's support to app, but not released this version yet. I plan to add Idol 4 6055k later, if users will interested in this project and make some donations. Work on this was really hard and took more than a month of hard work. It continuing now, but new releases will be available in public after i collect some donate. It all depends on the users themselves. This is free, but project need their support.
If you interested in donate, you can use this link http://forum.xda-developers.com/dona....php?u=5660972 . Donation is completely voluntary initiative. If you wanna support project - make it, if don't - no additional actions required.
Click to expand...
Click to collapse
Guys! if you want him to release it, donate here!
Hi,
My Idol4 I'd labeled 6055P (not K). Anyone knows what's the difference?
sebbync said:
Hi,
My Idol4 I'd labeled 6055P (not K). Anyone knows what's the difference?
Click to expand...
Click to collapse
Just a region.
Golyatx said:
Just a region.
Click to expand...
Click to collapse
Thanks. I wonder if there's not a difference in SIM numbers too. I think mine has only one SIM slot.
I tried to install the drivers on Windows 7, but it fails to recognize my phone when I plug it to my PC.
Mine is 6055u (US maybe)
Has he provided the tools to root this phone as well?
Thank you for starting the freedom of our idol 4. I know this phone has massive potential. I absolutely love it and will love it more rooted.
Are the required tools available yet? @DeckerSU
HughJanus said:
Are the required tools available yet? @DeckerSU
Click to expand...
Click to collapse
When I went there I didn't see anything though. I did however use Russian translator so perhaps the translator was wrong????
Is there going to be a flash tool?
I have the 6055u and i need root to enable the hospot.
Guys, if you want to increase the chance to see root, custom recovery and custom roms for the 6055, maybe you can show your interest to @DeckerSU, or even better, donate to him. It's easy to to donate through PayPal from XDA.

[DEPRECATED]Lineage OS for Samsung galaxy j3

/////IMPORTANT READ MEH PLZ\\\\\
I have given up.
There, I said it.
Stop asking for builds.
I tried major best but mah best ain't good enough...
However not all hope is gone!
Here are two other threads of people working on lineage is 13/14 and also ressurection remix to the j3 that have nothing to do with me:
https://forum.xda-developers.com/ga...geos-13-samsung-galaxy-j3-2016-t3621950/page1
https://forum.xda-developers.com/ga...m-resurrection-remix-mm-v5-7-4-t3635573/page1
So, as you may know, Cyanogen mod is has been killed after copyright issues with CyanogenmodInc. However, it has been replaced with LineageOS. This thread is for any information on lineage OS for any models of the Samsung galaxy j3. Feel free to add any info you know!
So far, we do know that there probably will be one as it says so on geek warning's list of supported devices, which is all good news. I will try to see if I can port one from some device that already has it, and I will update you on that, but it might not work.
MrViking said:
So, as you may know, Cyanogen mod is has been killed after copyright issues with CyanogenmodInc. However, it has been replaced with LineageOS. This thread is for any information on linear is for any models of the Samsung galaxy j3. Feel free to add any info you know!
So far, we do know that there probably will be one as it says so on geek warning's list of supported devices, which is all good news. I will try to see if I can port one from some device that already has it, and I will update you on that, but it might not work.
Comment anything you know, and I will keep you updated on any now news regarding this.
Click to expand...
Click to collapse
I found another website saying that the galaxy j3 will be supported! So I really hope it will happen! Also, I really hope that they make one for the j320fn, as that's the one I have!
Progress Update:
I cant find any device with the SC9830A chipset that has lineage os supported, which just makes porting it harder,as that is the one the J320FN has. I will try to use an application called 'android kitchen'. Meanwhile, please comment any devices that have the SC9830C chipset,as it would really help me out with porting this!
Speak to ya soon!
Progress Update 2:
Hi guys! I have been working on a port for lineage OS for the SM-J320FN. However, I have one big issue. The stock ROM I have downloaded is a .tar.md5 file, so I can't use it in the same way as a flashable zip. I searched all over the place, but I can't find a stock ROM for this device. Here is where you guys come in!
IF ANYONE KNOWS WHERE I CAN INSTALL, OR CAN MAKE A FLASHABLE ZIP FILE OF THE STOCK ROM FOR THE SAMSUNG GALAXY J320F/J320FN, PLEASE PROVIDE ME WITH A LINK/DOWNLOAD, as if you want this port to happen, a flashable zip stock ROM is required.
Please help me out, to bring us one step closer to creating the first ever stable custom ROM for the j3!
Thanks, speak to ya soon!
Progress update 3:
Hi guys!
I Ported a lineage os unofficial rom from the Samsung S5 to the j3 by deodexing my stock rom of the j3 and porting it through android kitchen. I the placed it on my phone as card, booted into recovery ( TWRP), wiped Dalvik Cache, Cache, Data and internal storage. Then I tried to flash the .zip.
Straight away, it came up with an error:
Could not find META-INF/com/google/android/update-binary. I took the sd card out and checked the rom on my pic. Strangely, I did find that exact file in the correct place in the rom, and it wasn't corrupted. Hmmmm...
Any ideas on what the issue might be? If you have any ideas, please comment them!
Thanks!
Speak to ya soon!
MrViking said:
Progress Update 2:
Hi guys! I have been working on a port for lineage OS for the SM-J320FN. However, I have one big issue. The stock ROM I have downloaded is a .tar.md5 file, so I can't use it in the same way as a flashable zip. I searched all over the place, but I can't find a stock ROM for this device. Here is where you guys come in!
IF ANYONE KNOWS WHERE I CAN INSTALL, OR CAN MAKE A FLASHABLE ZIP FILE OF THE STOCK ROM FOR THE SAMSUNG GALAXY J320F/J320FN, PLEASE PROVIDE ME WITH A LINK/DOWNLOAD, as if you want this port to happen, a flashable zip stock ROM is required.
Please help me out, to bring us one step closer to creating the first ever stable custom ROM for the j3!
Thanks, speak to ya soon!
Click to expand...
Click to collapse
I
Enviado de meu SM-J320M usando Tapatalk
Hi @MrViking i can test the build
@MrViking any update?
adrian1234a said:
@MrViking any update?
Click to expand...
Click to collapse
Hi!
Currently, the build results in an error when flashing on my device. I am trying to fix it.
However, if you are willing to take the risk, I can let you download the current build and flash it on your phone.
Just tell me what model of the j3 you have!
J320fn/f
---------- Post added at 05:07 PM ---------- Previous post was at 05:06 PM ----------
MrViking said:
Hi!
Currently, the build results in an error when flashing on my device. I am trying to fix it.
However, if you are willing to take the risk, I can let you download the current build and flash it on your phone.
Just tell me what model of the j3 you have!
Click to expand...
Click to collapse
J320fn/f
adrian1234a said:
J320fn/f
---------- Post added at 05:07 PM ---------- Previous post was at 05:06 PM ----------
J320fn/f
Click to expand...
Click to collapse
OK, I will send a download in a few minutes. Just remember, the flash may result in an error and I can not be responsible for any damage done to your device. ?
Ok
adrian1234a said:
Ok
Click to expand...
Click to collapse
It will take some time to upload, as it is a large file. Bear with me!
:good:
adrian1234a said:
Ok
Click to expand...
Click to collapse
Hi!
It said the file was too large, so can you PM me your email address so I can send it to you that way?
MrViking said:
Hi!
It said the file was too large, so can you PM me your email address so I can send it to you that way?
Click to expand...
Click to collapse
[email protected]
adrian1234a said:
[email protected]
Click to expand...
Click to collapse
Cool, I will send you a copy. I made a quick modification to it so it might work now. Just zipping it up to send it to you.
?
MrViking said:
Cool, I will send you a copy. I made a quick modification to it might work now. Just zipping it up to send it to you.
Click to expand...
Click to collapse
Ok
adrian1234a said:
Ok
Click to expand...
Click to collapse
Sent it!
MrViking said:
Hi!
Currently, the build results in an error when flashing on my device. I am trying to fix it.
However, if you are willing to take the risk, I can let you download the current build and flash it on your phone.
Just tell me what model of the j3 you have!
Click to expand...
Click to collapse
Hello friend could send the download link if available I will take responsibility if there is an error
KaioProHawk said:
Hello friend could send the download link if available I will take responsibility if there is an error
Click to expand...
Click to collapse
Hi,
Send me your email so I can send it to you that way as it is too large to attach it as a comment in XDA.
Thanks!

[RECOVERY] [UNOFFICIAL TWRP] Life's Bad Recovery Porting Project for all LG G6

REMOVED
Mods please close thread
REMOVED
Mods please close thread
Reserved
Reserved
Is g600k is compatible to g600l?
Redick 27 said:
Is g600k is compatible to g600l?
Click to expand...
Click to collapse
I think no, i wil port it for that model.
We are interested to port Orangefox for these devices, more information coming soon.
TipzTeam said:
We are interested to port Orangefox for these devices, more information coming soon.
Click to expand...
Click to collapse
Were these models you couldn't unlock? Us997 latest TWRP is 3.2.x it does have orangefox but it doesn't say what sources they use. What's the biggest difference between TWRP and this? Also the v20/g5 are pretty close to this, I think there were some orphaned unlockable v20s at least. Either way protects like this are neat and I appreciate the effort even if it doesn't help me. Also does it have kdzwriter like the TWRP builds?
How about for the H870DSU? Is it available?
Vortell said:
Were these models you couldn't unlock? Us997 latest TWRP is 3.2.x it does have orangefox but it doesn't say what sources they use. What's the biggest difference between TWRP and this? Also the v20/g5 are pretty close to this, I think there were some orphaned unlockable v20s at least. Either way protects like this are neat and I appreciate the effort even if it doesn't help me. Also does it have kdzwriter like the TWRP builds?
Click to expand...
Click to collapse
I will try and get permission from OrangeFox to port it.
Muadh09 said:
How about for the H870DSU? Is it available?
Click to expand...
Click to collapse
Maybe later
Hello developer ....
Tnx about all trys u did for us ...
I have a H870S model and i c my model on list at frist of topic...
I want try to unlock my bootloader without unlock key with just your hard work tnq...
Just waiting to see a ported rom...
1 thing i have question about it?!
If i unlock my bootloader after installing a rom and using magisk can i use mobile bank softwares?
If yes after a rom ported i will try to flash twrp and install a rom and give a feedback to respective developer?
Tnx about all...
mohammadstr said:
Hello developer ....
Tnx about all trys u did for us ...
I have a H870S model and i c my model on list at frist of topic...
I want try to unlock my bootloader without unlock key with just your hard work tnq...
Just waiting to see a ported rom...
1 thing i have question about it?!
If i unlock my bootloader after installing a rom and using magisk can i use mobile bank softwares?
If yes after a rom ported i will try to flash twrp and install a rom and give a feedback to respective developer?
Tnx about all...
Click to expand...
Click to collapse
Umm mobile bank software, you can use it with Magisk hide or Google safetynet pat h
Is g600k is compatible to g600kp?
TipzTeam said:
Umm mobile bank software, you can use it with Magisk hide or Google safetynet pat h
Click to expand...
Click to collapse
tnx a lot ...
Im waiting for a custom rom...
Vtou said:
Is g600k is compatible to g600kp?
Click to expand...
Click to collapse
no, i think no
Any news from porting magisk and custom rom?
I still waiting for news plz update the topic
Is this working for lg g6 verizon vs988 which is on Pie 9 version? Thank you
Which ROM should I use for EU H870?
is h870ar compatible with h870 latin american version? (maybe if AR stands for Argentina perhaps(?))
Please don't forget our G600L

{PORT REQUEST} Ubuntu touch for Xiaomi Poco X3 Pro (Vayu)

Hello.
Seeing bunch of Xiaomi devices getting this os gives hope to get also port for Poco X3 Pro someday. If it's possible.. Device already has unlockable bootloader, official twrp and official LineageOS.
em40 said:
Hello.
Seeing bunch of Xiaomi devices getting this os gives hope to get also port for Poco X3 Pro someday. If it's possible.. Device already has unlockable bootloader, official twrp and official LineageOS.
Click to expand...
Click to collapse
i have seen video for vayu with Utouch but nothing found on internet
Found out that vayu requires halium 11.0 which is in early development. Have to wait.
No links found for it yet
Jbrimb said:
No links found for it yet
Click to expand...
Click to collapse
check description
updated link just now
[email protected] said:
check description
updated link just now
Click to expand...
Click to collapse
Yeah I knew, haven't flashed it yet, because i'd like to keep my android data. Next time i change roms i'll try to get a weird dual boot going
[email protected] said:
check description
updated link just now
Click to expand...
Click to collapse
It would be great to see the device added to list of supported devices. Also, create a thread here in development so that people can easily find it.

Categories

Resources