(UNOFFICIAL) TWRP 3.0.1 FOR LE1s (x507) - LeEco Le 1S Guides, News, & Discussion

​Twrp3.0.1 for le1s x507
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.
Flashing instructions
Using flashify
Flash the image file using flashify
Using sp flash tool
Requirements
Naeems root kit (link given below)
Unlocked bootloader
Open sp flash tool
Select scatter file by clicking scatter button
Click download agent and select da dl
Double click recovery and select new twrp file(link goven below)
Uncheck all others including user data
Click download and connect your device in power off mode.
Happy flashing

athultaj1
You forgot to insert the download links.
{
"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"
}
But I see you have here
http://forum.le.com/in/index.php?threads/twrp-3-0-1-for-x507-le1s-unofficial.8706/

BJOnE
Errors :
1. Unable to restore system backup (extractTarFork() process ended withERROR=255) data restore works fine.
2. Cpu temperature always shows 0°C
3. Battery % always at 50% , even in previous build 3.0.0-0.1
Anyways thanks for the port
From the log :
==> extracting: //system/app/ (mode 40755, directory)
tar_extract_file(): failed to extract //system/app/ !!!
I:Unable to extract tar archive '/data/media/0/TWRP/BACKUPS/0123456789ABCDEF/2016-04-05--01-34-55_DHXOSOP5501203231S_release-keys/system.ext4.win000'
Error during restore process.
I:Error extracting '/data/media/0/TWRP/BACKUPS/0123456789ABCDEF/2016-04-05--01-34-55_DHXOSOP5501203231S_release-keys/system.ext4.win000' in thread ID 0
I:Error extracting split archive.
Error during restore process.
extractTarFork() process ended with ERROR: 255
original link
http://forum.le.com/in/index.php?threads/twrp-3-0-1-for-x507-le1s-unofficial.8706/#post-44754

laikexpert said:
BJOnE
Errors :
1. Unable to restore system backup (extractTarFork() process ended withERROR=255) data restore works fine.
2. Cpu temperature always shows 0°C
3. Battery % always at 50% , even in previous build 3.0.0-0.1
Anyways thanks for the port
From the log :
==> extracting: //system/app/ (mode 40755, directory)
tar_extract_file(): failed to extract //system/app/ !!!
I:Unable to extract tar archive '/data/media/0/TWRP/BACKUPS/0123456789ABCDEF/2016-04-05--01-34-55_DHXOSOP5501203231S_release-keys/system.ext4.win000'
Error during restore process.
I:Error extracting '/data/media/0/TWRP/BACKUPS/0123456789ABCDEF/2016-04-05--01-34-55_DHXOSOP5501203231S_release-keys/system.ext4.win000' in thread ID 0
I:Error extracting split archive.
Error during restore process.
extractTarFork() process ended with ERROR: 255
original link
http://forum.le.com/in/index.php?threads/twrp-3-0-1-for-x507-le1s-unofficial.8706/#post-44754
Click to expand...
Click to collapse
@laikexpert haha.... I was about to post it here since no one replayed there, now you did it for me

Related

[Guide] Persist error fix in YUREKA / PLUS [21-Apr-2016]

PERISIST ERROR IN TWRP WHILE FLASHING ANY ZIP.....? THEN HERE IS THE GUIDE
{
"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"
}
I am not responsible for anything that may happen to your phone as a result of installing custom roms and/or kernels. you do so at your own risk and take the responsibility upon yourself.
What is the persist partition?
Persist is partition mounted at /persist. It has ext4 file system. DRM releated files, sensor reg file (sns.reg), wifi and bluetooth mac addresses are stored there.
If you experience the following issues:
1. You get "e: cannot mount /persist" in recovery
2. Can't access to internal storage.
3. Boot loop on Lollipop 5.0 and above
4. IMEI number is lost even after formating cache and fastboot flash cache.img
5. No signal even after formating cache and fastboot flash cache.img
Then your persist partition have to be fixed​
Follow instructions carefully to solve this issue
NOTE : UNLOCK your device bootloader first before doing this
1. Download this " persist file & ADB+&+Fastboot of yureka " provided by @Annabathina
2. extract them in PC
3. open ADB+&+Fastboot of yureka
4. place presist.img file which you have extracted in ADB+&+Fastboot folder
5. Hold shift key and right click on mouse and select Open command window here
6. Connect your device to pc..... and make sure that drivers are installed properly..... ( VERY VERY IMPORTANT )
a. Type : adb devices
If your device is connected you will get it in connected devices list
b. Type : adb reboot-bootloader
Your phone will restart into bootloader.
c. Type : fastboot -i 0x1ebf flash persist persist.img
7. Disconnect your device from PC and REBOOT​
ADB+&+Fastboot : link
persist : link
@Annabathina............................for Guide
Ricks ............... for Presist file
YU YUREKA
YU YUREKA PLUS​
Thanks man...you saved me ,i had almost given up on my yureka as even twrp was not working after i soft brick my phone last night
Thanks a lot!!!

[GUIDE] How to flash any Stock Rom using Latest TWRP recovery by codeworkx/official

Hi Guys,
Iam now writing a guide to let you know that how to flash stock Rom using latest twrp recovery by both codeworkx or official
Steps :
First open the downloaded stock rom using any zip utilities, for example winrar.
navigate to the following directory
Code:
META-INF\com\google\android
now open the update script using any text editing tool. like notpad++
Remove the first two lines.
Now you re good to go.
If you are still getting the error
then please replace all occurrence of the device name from "le_s2_ww" to "s2" . You can use the find and replace feature of the Notepad ++
Comment below if you have any queries. :angel:
Hit thanks if you thinks it is usefull
Visit my webiste please : https://www.confusedweb.com
{
"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"
}
Tq
nice
now after doing so the recovery says rhat the update-binary is missing
You are Great.. Thank a lot.
Thank You
Excellent... worked perfectly. Thank you.
I downloaded x527 stock from here:
https://devs-lab.com/download-letv-official-stock-rom.html#How_to_install_LeTv_Stock_ROMs
But when I want to do your point 3, I just find a metadata and a otacert file in it and no update script?
FridrufHau said:
I downloaded x527 stock from here:
https://devs-lab.com/download-letv-official-stock-rom.html#How_to_install_LeTv_Stock_ROMs
But when I want to do your point 3, I just find a metadata and a otacert file in it and no update script?
Click to expand...
Click to collapse
You are in the wrong path!
Look at
Code:
META-INF\com\google\android
not at
Code:
META-INF\com\android
Oh this is embarrassing
Maybe one last question, as I did a lot of version back and forth and I am not able just to flash the bootloader or/and modem file of 19s, I would like to do a clean install of the recovery.
So if I do factory reset with data and cache and start the instalation this will be complete clean?
Or should I delete some files or folders which are beside the sdcard folder, too?
JamBax said:
You are in the wrong path!
Look at
Code:
META-INF\com\google\android
not at
Code:
META-INF\com\android
Click to expand...
Click to collapse
Lol , I made a factory reset and flashed the modified update.zip and now I lost my baseband. What should I do now, I don't really want to use my backup because of the wrong modem version...

E:Failed to clear BCB message

After I tried to install custom rom. I got this message.
Supprted API: 3
E:Failed to clear BCB message: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
Can someone help me?
beam2546 said:
After I tried to install custom rom. I got this message.
Supprted API: 3
E:Failed to clear BCB message: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
Can someone help me?
Click to expand...
Click to collapse
sounds like it needs a factory restore (partition layout broken?) via QPST and the latest fastboot image.
fastboot boot twrp.img and copy all your valuable data first.
edit: you could try
Code:
fastboot flash misc tissot_images_V9.6.4.0.ODHMIFE_8.0\images\misc.img
first. though not sure if it works. "No such file or directory" usually means the partition is gone.
meltbanana said:
sounds like it needs a factory restore (partition layout broken?) via QPST and the latest fastboot image.
fastboot boot twrp.img and copy all your valuable data first.
edit: you could try
Code:
fastboot flash misc tissot_images_V9.6.4.0.ODHMIFE_8.0\images\misc.img
first. though not sure if it works. "No such file or directory" usually means the partition is gone.
Click to expand...
Click to collapse
This solution worked for me. worth a try. Thx!:good::good::good:
This solution worked for me. worth a try. Thx!
Can you tell me the step bro,please:good:
beam2546 said:
After I tried to install custom rom. I got this message.
Supprted API: 3
E:Failed to clear BCB message: failed to open /dev/block/bootdevice/by-name/misc: No such file or directory
Can someone help me?
Click to expand...
Click to collapse
mrniceash said:
This solution worked for me. worth a try. Thx!:good::good::good:
Click to expand...
Click to collapse
please tell me the step bro
meltbanana said:
sounds like it needs a factory restore (partition layout broken?) via QPST and the latest fastboot image.
fastboot boot twrp.img and copy all your valuable data first.
edit: you could try
Code:
fastboot flash misc tissot_images_V9.6.4.0.ODHMIFE_8.0\images\misc.img
first. though not sure if it works. "No such file or directory" usually means the partition is gone.
Click to expand...
Click to collapse
{
"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"
}

Can't install oxygen

Hello. I just got OnePlus 5 yay. I tried to root it. I played a bit with the TWRP recovery and eventually I can't install the oxygen ROM, old or latest. I get this error 7:
{
"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"
}
Tried changing file system type for all folders and also tried to remove compatibility.zip out of ROM with 7zip.
I can install other ROMs like MIUI and LineageOS successfully.
When I'm trying to go Factory Reset i get this message. I believe there's connection between the two?
Yossizr said:
Hello. I just got OnePlus 5 yay. I tried to root it. I played a bit with the TWRP recovery and eventually I can't install the oxygen ROM, old or latest. I get this error 7:
Tried changing file system type for all folders and also tried to remove compatibility.zip out of ROM with 7zip.
I can install other ROMs like MIUI and LineageOS successfully.
When I'm trying to go Factory Reset i get this message. I believe there's connection between the two?
Click to expand...
Click to collapse
Error 7 means corrupt zip file.
So maybe you have a wrong starting point for your rooting project
Where did you start with?
What is you current twrp recovery (file name)?
What is your current Rom(file name)?
What is your magisk version?
Is your storage encryped or decrypted?
I can see the error there is a assert command. The zip file isn't for your device. If you have a full rom backup (twrp and stock rom zip recommended), then you may just edit the updater-script and remove the assert check system from the updater script. Then create a zip file of the folder contents. Then try again. If it doesn't help, report back here.
Sent from my Coolpad COR-I0 using Tapatalk
I actually had this issue last night when I went from Pie to Android 10. I did the dumb mistake of flashing the dumpling TWRP instead of Cheeseburger. What I suggest is you reflash the latest TWRP for your device and try again. Below is a list of them for OP5 and I would recommend Coreworkx TWRP
https://forum.xda-developers.com/showpost.php?p=77407412&postcount=4

Q96+ Firmware unpack/customization/repack help

I currently have this tvbox, looking for the factory firmware for it:
Q96+ Android 9.0 HiSilicon Hi3798M 1GB/8GB Dual Wifi 4K Smart TV Box
I googled and contacted the seller who sold me this box, to get the factory firmware for it, but no luck.
I really need the factory firmware, any help is greatly appreciated.
{
"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"
}
I managed to get the firmware, however this firmware seems to be Android 11 not 9. it's still ok for me.
now I need help unpack/customize/repack this firmware, all the customization I need:
1- unpack the system img
2- replace the default launcher from the priv-app system folder with a custom one
3- add 2 other custom apps to the priv-app system folder
4- modify the build.prop default timezone
5- repack everything back to the update.zip signed firmware, ready to flash
What I tried and failed:
1- unzipped the update.zip file
2- used brotli extractor to unpack system.new.dat.br into system.new.dat
3- used "Auto Tool v3.0 x64" BY MTK THAI Developers to unpack the system.new.dat into system.img
4- mounted system.img in ubuntu linux, modified what I needed
5- unmounted system.img
6- used the "Auto Tool" again to repack system.img into system.new.dat
7- used brotli extractor to repack system.new.dat into system.new.dat.br
8- since I couldn't sign the zip file again, what I ended up doing, is using winrar, i had deleted the system.new.dat.br from inside the zip file without extracting, then injected the new system.new.dat.br
9- tried to update, failed
any help is greatly appreciated, I'm not scared to brick the tvbox (I doubt that would happen since we're not modifying anything besides some apps), however I prefer not to lol

Categories

Resources