LG L5II E460 Touch CWM - LG Optimus L3 II, L5 II, L7 II, L9 II

Hello XDA
Today we're going to flash a touch CWM recovery to our phones.
First of all I want to thank all developers who made this become possible for our device,
-Kingo ROOT for giving root permissions (this is the one I used for my E460 and it worked like a charm)
-Optima Team for bringing us the unlocked bootloader.
-Chimey Jimmey for giving a non touch recovery and easy method to push it.
If you want a non touch recovery just tell me and I will post the file(it also may be found in some thread)
PRE-REQUISITES
1.Root Permissions on your LG L5II
2. Unlocked bootlader
NOTE: I tested this only on E460, I hope this works also on other L5IIs but I'm not sure.
EDIT: This will work if the non touch CWM version works on your device, the non touch version can be easily found in this forum section
I DO NOT ASSUME ANY RESPONSABILITY FOR BRICKED DEVICES OR ANY OTHER DAMAGE DURING THIS PROCEDURE, DO THIS ON YOUR OWN RISK.
1.Download this file and extract it. http://www.filedropper.com/touchcwmrecovery
MD5 sum:
Code:
94B805ADF74CD810CCF417C1FB985723
2.Then place it in your SDcard and open your terminal emulator(which can be downloaded from Play Store)
and type the following text:
Code:
su
dd if=/mnt/sdcard2/touchcwm_recovery.img of=/dev/recovery
3. When you have successfuly executed the previous commands in terminal emulator reboot in recovery mode to test it(this is the only method i know how to boot into recovery on this device)
Type this in terminal emulator
Code:
su
reboot recovery
I hope this worked for you and now you can do whatever you want with your new recovery.
Thanks for the attention, let me know if this was useful.

will this work with e450-10b

I did test this only on E460, if you can dump me your recovery.img i can build it for your model.

soo, it's opening a new way to build a custom rom for our phone?

I hope it is, now I am learning new stuff about kernel and other stuff in order to work on a costum ROM for our phones. Unfortunately our phones is the only one from LII Series with mediatek chipset and porting cyanogenmod is very difficult because mediatek refuses of sharing any data.
EDIT: I just saw that there's some open source stuff release on LG official site, I'm not sure if it includes kernerl source and all other stuff needed.

HTML:
https://www.lg.com/global/support/opensource/opensourceList?types=ALL&search=e460
include:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Good as soon I can download that I will give a look to this! Hopefully we have everything opensource (now I can't downlad this because I'm using my phone and I'm without fast internet connection)

i think same, but keep calm

Related

[Tool][Windows][Lollipop]Root Yureka or Yuphoria without unlocking bootloader

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NOTE:
I am not responsible for any damage of your device!! Use it at your own risk...
Hello guys!
I had been searching on Google to root via stock recovery, and i had made a zip which can be flashed through stock recovery but it was failed due to it was not signed using official key (which is not possible to get).
So i had created a tool (bat file) which can be used to yureka and yuphoria to root without unlocking bootloader and without any custom recovery.
Basically it uses adb push to device for root.
So here are the steps !
Download the zip file 'Root without UBL.zip' (Which is not flashable). LINK REMOVED BY VECTUS Beta version
Extract it.
You will get two folders 'META INF' and 'Root without UBL'. (Optional : You can delete META INF which is a signature)
Now go to 'Root without UBL' folder and Run 'Root.bat' file
Follow the instructions thats it YOU HAVE ROOTED
Credits:
Chainfire for SuperSu
Google for helping me to search
At last me for making this dream come true
Where is the Zip actually???
someshthakur said:
NOTE:
I am not responsible for any damage of your device!! Use it at your own risk...
Hello guys!
I had been searching on Google to root via stock recovery, and i had made a zip which can be flashed through stock recovery but it was failed due to it was not signed using official key (which is not possible to get).
So i had created a tool (bat file) which can be used to yureka and yuphoria to root without unlocking bootloader and without any custom recovery.
Basically it uses adb push to device for root.
So here are the steps !
Download the zip file 'Root without UBL.zip' (Which is not flashable).
Extract it.
You will get two folders 'META INF' and 'Root without UBL'. (Optional : You can delete META INF which is a signature)
Now go to 'Root without UBL' folder and Run 'Root.bat' file
Follow the instructions thats it YOU HAVE ROOTED
Credits:
Chainfire for SuperSu
Google for helping me to search
At last me for making this dream come true
Click to expand...
Click to collapse
No download link!
The work is in progress it was beta testing in Yu Forums ! I will update the thread with download link once it has finished
Now you can download beta version see in thread, I have updated it
Link removed and Thread closed. When you actually have this working op pm me and we will see if we will reopen it...

No Wifi No Data on AOSP roms READ THIS BEFORE POSTING!!!

You need three things besides your phone:
You lost data/wifi when flashing a CM UPDATE, this is your fault for not reading the threads, The FIX IS BELOW, in simple, plain english, easy to understand. DON'T MAKE ME DRAW PICTURES
1) Android SDK
https://developer.an.../sdk/index.html
Download it and install it. I'll only describe it for Windows OS.
2) The correct ROM
https://download.cya.../?device=enrc2b
or from my CM-12.1/AOSP threads
Download it and open it with WinRAR or Winzip or just unpack the whole thing. Directly in the root folder you'll see a file called boot.img
3) USB Cable connection between the phone and your PC
Connect the device to your PC. On your phone go to settings and enable USB debugging.
Now you are ready to flash the boot image.
a) copy the boot.img to the same folder as fastboot
if you downloaded the package from above, you'll see a folder structure that is a bit overwhelming. Navigate to
C:\adt-bundle-windows-x86-20140702\sdk\platform-tools
and copy the file called boot.img from the ROM there.
B) open up the terminal
click on start and enter cmd.exe
enter the folder with
cd /
cd C:\adt-bundle-windows-x86-20140702\sdk\platform-tools
c) start the flashing
Now type:
adb reboot bootloader
or alternatively, restart your phone manually and press the buttons Power and Volume down until you see a white menu screen.
Now type:
fastboot devices
and you should see your phone
d) flash the boot.img
type:
fastboot flash boot boot.img
That's it, 3G and WiFi should work now. A more extensive How-To can be found here:
http://wiki.cyanogen...l_CM_for_enrc2b
Taken from my thread of the same title from the CM forums
http://forum.cyanogenmod.org/topic/101207-no-wifi-no-data-read-this/
IF YOU CANNOT FOLLOW THOSE SIMPLE INSTRUCTIONS GIVE UP NOW
Hi @Lloir,
as far as i can see you have removed the aosp5.1 thread, right? that means no work from you for one x+ anymore?
now i also see that there is no one x+ in your signature...
mmm...bad news...
is it just because of the newbies and there stupdi questions? the best way to get rid of them is to ingore them!!!
.
el-Loko said:
Hi @Lloir,
as far as i can see you have removed the aosp5.1 thread, right? that means no work from you for one x+ anymore?
now i also see that there is no one x+ in your signature...
mmm...bad news...
.
Click to expand...
Click to collapse
My X+ is dead and I'm now mostly working on Huawei devices.
shhh....ititit :'(
.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

			
				
Hey,@ Lloir
Ive tried this for my stock ROM that ive reverted to after having cyanogenmod 11, but it didnt work, I used the same boot.img from the firmware.zip. it did work successfully when reverting to cyanogen after it didn't work though.
What have I missed?
Any help would be appreciated.

[Q] [HELP] Root WIKO Rainbow UP 4G

I got this phone and I want to root it, but I don't know how to do it.
Is there any clone of it so that I can find a method ?
It is a MT6735 based phone, Mediatek Quad-Core 1 GHz, Cortex-A53, Lollipop 5.1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please any help welcome
Hi everyone,
This topic is probably outdated, but i recently did a few research in order to root a Wiko Rainbow UP 4G with Android 5.1, like mega180 asked.
From what i found (every info is not fresh), the easy way to do this is to use Kingroot v4.8.0. I tried it and, yes, it works. But you have this app stuck on your phone, and you may want to get rid of it. I read that the app superSume Pro is good for this, but it's not free and i haven't tried it myself (yet).
I might have found an less easy way to get the root, which is the following one. Please correct me if you read something false, as i'm quite new in the Android game, i don't have a strong understanding of everything. So, if you :
1) unlock the bootloader
2) install a custom recovery like TWRP
3) flash Super SU
... it should do the job, right ?
So step by step :
<> Step 1 - Unlock the bootloader
For this, a simple fastboot oem unlock command should work. For those who would not know, please note that this will erase all the user's data (and that is a good thing). By the way, i looked into a ROM with a method similar to this one (thanks to this article and its author !), and fyi that's the OEM commands we can find inside :
Code:
oem p2u
oem reboot-recovery
oem append-cmdline
oem off-mode-charge
oem unlock
oem lock
oem key
oem lks
I'm note sure to get the purpose of every command here, like "oem lks" for instance, if you have any information to share ...
<> Step 2 - Install a custom recovery
I found on a french forum that a version of TWRP had been released for the Rainbow UP 4G, but the links provided to download it are dead today. Has anyone heard about that ? There is nothing about Wiko phones on the TWRP website. Once you have it just do a fastboot flash recovery your_custom_recovery.img and that's it, i guess.
<> Step 3 - Flash Super SU
All you need is the Super SU flashable zip, but ... on the website, the links are (also) dead ! With this file, simple flash it with TWRP and you will succeed.
If that is ok to get root access, the only things i miss to try it are these files that must exist somewhere ... so any help will be welcomed. And if all this post is full of stupidities and i'm completely wrong, i'll be glad to know it too !
Thanks for reading !

[TOOL][RIVA] TOOL ALL IN ONE (Drivers|Unlock|TWRP|Factory Image|Stock Recovery)

This is the Xiaomi Redmi 5A's TOOL ALL IN ONE Discussion Thread more info and download go to the Original Thread
TOOL ALL IN ONE
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ADVANCED OPTIONS
FUNCTIONS
Install Drivers
Unlock Bootloader
Lock Bootloader (use carefully)
Flash TWRP Recovery
Flash Stock Recovery
Flash Stock Factory Image
Install APKs
Uninstall APKs
Take a Screenshot
Flash Partitions
Erase All Data (This function can decrypt the phone)
Reboot Phone
Update the Tool to latest version
Update Adb and Fastboot to latest version
Set Adb and Fastboot priviliges in system wide
Install Zip directly from PC (Required TWRP on phone)(These functions work perfectly on my pc but i have perfect adb drivers on my pc and perfect TWRP on my phone)
Flash Fastboot ROM
Delete downloaded files
ADB File Manager
DEVICE LIST
If you want you can send a request to add a new device here:
New Device Request Form
Device List
DOWNLOAD
Original Thread
DONATE LINK
If you want to support the project please consider making a donation, thanks.
​
I want to specify that this tool can't bypass Xiaomi Bootloader Unlock procedure but all others function are working
Can we install twrp without bootloader unlock
sadaf06 said:
Can we install twrp without bootloader unlock
Click to expand...
Click to collapse
https://forum.xda-developers.com/xiaomi-redmi-5a/how-to/bypass-bootloader-lock-redmi-5ariva-t3772381
Is any Linux version (say, Ubuntu) available for this app???
anggaalfian32 said:
Nice info bro
Click to expand...
Click to collapse
@anggaalfian32 can you please check your PM inbox and get back to me?
Thanks!
strongst
Forum Moderator
pinakighosh1983 said:
Is any Linux version (say, Ubuntu) available for this app???
Click to expand...
Click to collapse
Nope

[TWRP][OFFICIAL][NICKLAUS] TeamWin Recovery For Moto E4+

TWRP is an open source, community project. TWRP development is done by roughly 4 people at this point. We also have a large support community with many people who are willing to answer questions and help people with their devices either through our IRC channel or on forums like xda-developers.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​
DOWNLOADS
NICKLAUS
HOW TO FLASH IT??​
Code:
- Reboot into bootloader
- Plug your phone
- run the command "fastboot flash recovery file_name.img"
- Boot into twrp :)
Contributors:
SamarV-121
Version Information
Status: Stable
Created: 2018-10-29
Last Updated: 2018-10-29
partner does not install the twrp says it is very long the file marks error
jason2781 said:
partner does not install the twrp says it is very long the file marks error
Click to expand...
Click to collapse
Use the file before latest one
yes that I use, I wanted to install that new one to see if this was the beginning of the update of lineageOs 15.0 android 8, because it tries with the previous twrp and it does not happen of the blue screen, I hope soon it finds an update to install android 8 and this time if start Thank you!
Hello,
I have a new moto E4 plus XT1773 variant with android 7.1.1 security patch from august 2018 and i am a bit confused with all these post about you need a special TWRP for your variant. My question is, will twrp-3.2.3-1-nicklaus.img work for my device?
I understand, the first step i need to do is unlock the bootloader and then flash the twrp-3.2.3-1-nicklaus.img file right? i won't need the no-verity-opt-encrypt.zip or a patched boot image in order to a successful install?
I am trying to do all these things just to root it. Kinda difficult! i guess... I'd wish kingroot work!
Thanks in advance!
Regards.

Categories

Resources