Need help with installing a custom ROM on p8 lite 2017 - P8 Lite (2017) Development

Hi.
This is not first time I've installed a custom ROM but on Samsung models everything for me was very straight forward.
SInce couple weeks I'm struggling when it comes to install custom ROM on my p8 lite.
I've managed to unlock the phone and boot to TWRP but I'm getting error and dont know where to go next.
Please give me some advice on this.
{
"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"
}

Use other TWRP or ROM.

I installed this rom and everything was fine. It seems it can't unmount some partitions, try to reboot the recovery or unmount them manually or try from adb this comman "adb remount"

HI, I have a problem with installation of Lineage OS 17.1. I start with rom stock android and emui 8.0 in huawei p8 lite 2017, after wipe system, data, cache devlink i flash the rom with twrp and resize system, restart in recovery twrp and flash the patch. The system lineage start but in the first installation the ui crash, and when i finish the installation the home was black. I can see only power off restart button. What can i do? I have to decrypt internal storage? Sorry for my english and thanks guys for help us.

But1 said:
HI, I have a problem with installation of Lineage OS 17.1. I start with rom stock android and emui 8.0 in huawei p8 lite 2017, after wipe system, data, cache devlink i flash the rom with twrp and resize system, restart in recovery twrp and flash the patch. The system lineage start but in the first installation the ui crash, and when i finish the installation the home was black. I can see only power off restart button. What can i do? I have to decrypt internal storage? Sorry for my english and thanks guys for help us.
Click to expand...
Click to collapse
I removed the encryption from /data partition before flashing, because I read that the encryption causes a bootloop on many rom. But if you could start android your problem is different from that. Try to install gapps or do a complete reflashing.
The step I used to install this rom was:
- the full wipe (system, data, cache, dalvik), then format data.
- flashing the rom
- flashing the gapps (if you got error 70, resize system partition, and try again)
- flash the NFC fix
- wipe cache and wipe dalvik
- reboot
N.B Do all these steps in once without reboot

I think is encryption the problem because i can't format data

how can i decrypt files and get stock recovery? because if I understand correctly once the internal memory has been deleted I will not be able to re-download the stock rom with huawei eRecovery

i have format data but the problem with ui persist the app UI system it keeps interrupting

But1 said:
how can i decrypt files and get stock recovery? because if I understand correctly once the internal memory has been deleted I will not be able to re-download the stock rom with huawei eRecovery
Click to expand...
Click to collapse
To remove the encryption I fetched the fstab file using adb (because I couldn't modified it directly due the absence of an editor) modified it from my pc and replaced on the phone. And it worked !
here the command used to fetch the fstab file:
Code:
adb pull /vendor/etc/fstab.hi6250
and then to replace:
Code:
adb push fstab.hi6250 /vendor/etc/

The step I used to install this rom was:
- the full wipe (system, data, cache, dalvik), then format data( this remove the encryption)
- flashing the rom
- flashing the gapps (if you got error 70, resize system partition, and try again)
- flash the NFC fix
- wipe cache and wipe dalvik
- reboot
and the problem persist the ui crash in the first installation and when finish i have only black screen

which version are you trying to install ?

Lineage OS 17.1

from which developer ? I'm trying to install the haky86 one right now

DarkJoker360, i take twrp from haky86

try to install the haky86 one. I think the DarkJoker's one doen't support the use of sdcard as internal memory indeed I couldn't find the option and then I moved to android 10 to try if it runs good but the fingerprint doesn't work so I went back to android 9

and finally I have been successful!
when the decryption file doesn't work
here's how I did it:
in twrp (twrp-3.4.0.0-v1-hi6250-emui8) tap format data, write yes and swipe
go to advance wipe: cache, dalvik, data e system
reboot recovery
connect the phone to the pc
in the home of twrp go to advanced - adb sideload
rename the zip of ROM in filename.zip (i choose [ROM][PRA-LX1] Haky86's LineageOS 15.1 Oreo Huawei P8 Lite 2017)
moved the zip to the adb folder
Started cmd in adb folder with shift and right click open power shell window here
cmd : adb sideload filename.zip
when the istallation finish
reboot system
if everything works open twrp and
flash addonsu lineage os su(arm64) and you have magisk manager
reboot system
for google app the last gapps crash for me
i solved with this method:
go to opengapps, older releases, i chose the 20200705
install with twrp
reboot system
enjoy!

bob1791 said:
I installed this rom and everything was fine. It seems it can't unmount some partitions, try to reboot the recovery or unmount them manually or try from adb this comman "adb remount"
Click to expand...
Click to collapse
How can I do this ?
adb remount not working for me mate - my phone has original software. I need root to do that and to have root I need custom rom wich I cannot install because above reason.
I figured out that my partitions are decrypted and that probobably causes the problem.
How can I fix this ?

Related

[RECOVERY] TWRP 2.3.3.0 touch recovery

{
"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"
}
TWRP 2.3 Touch recovery compiled for the P500.
Working: Wiping, flashing zip files, backup and restore twrp backups, file manager. USB mass storage, adb in recovery, ddms screenshots.
Changelog for 2.3.3.0 test 5
-ADB in recovery working
-ddms screen capture working thanks to Notonlyeyes, compiled using cm7 adbd
- Increase array size to fix crashes on some devices
CHANGELOG for 2.3.3.0 test3
-Fixed restore of backups https://github.com/TeamWin/Team-Win-Recovery-Project/issues/69
-keyboard highlighting when pressed.
CHANGELOG for 2.3.1.0:
-Unmount system after boot to prevent some status 7 symlink failed errors on zip install
-USB Mass Storage code improvements
-Better handling of mounting storage during boot for some devices
-Fixed a problem with sizes of images (boot & recovery) after resetting defaults
-Fixed size errors during backup for some devices on recovery, etc.
-Fixed a problem with restoring backups when multiple archives were present
CHANGELOG for 2.3.0.0:
-Rebased onto AOSP Jelly Bean source code
-Rewrote backup, restore, wipe, and mount code in C++ classes for easier maintenance going forward
NOTE: backups from prior versions of TWRP are still compatible with 2.3
-ADB sideload functionality from AOSP is included in 2.3, see this link for more info
-Re-wrote fix permissions entirely in C++ and runs in a few seconds instead of a few minutes (thanks to bigbiff)
DOWNLOADS
TWRP 2.3.3.0 test 2 build
Flashable zip: http://tinyw.in/REoG
Recovery image file: http://tinyw.in/IWpc
TWRP 2.3.3.0 test 5 build
http://tinyw.in/cvPs
THEMES I included a couple themes inside the zip file. Just copy them to the /sdcard/TWRP/theme/ folder. Rename the file to ui.zip to see the theme changes.
CHeck this thread for some themes by vikasb32 and Notonlyeyes
http://forum.xda-developers.com/showthread.php?t=2053031&page=4
Bugs:
--Doesn't restore backups from other recoveries.
--If your kernel doesn't flash, status 2 error, replace these two files in the meta folder.
1. update-binary http://tinyw.in/URCD
2. updater-script http://tinyw.in/tgRy
See this post for more info about incompatible zips. http://forum.xda-developers.com/showpost.php?p=35632714&postcount=25
Credits:
sweetnsour for the testing and hard work
Notonlyeyes
Ron G
Dees_Troy and TWRP team
Hephappy for the p500 device folder
Sources:
https://github.com/thekraven2/device_lge_p500
https://github.com/TeamWin/Team-Win-Recovery-Project
Long time for a newer version of TWRP. Thanks so much, plz keep it up.
Sent from my LG-P500 using xda premium
Great recovery, for the first time in a year I am moving to any other recovery than CWM 5.0.2.0.
Whats the purpose of recovery image file BTW?
myawan said:
Great recovery, for the first time in a year I am moving to any other recovery than CWM 5.0.2.0.
Whats the purpose of recovery image file BTW?
Click to expand...
Click to collapse
Recovery file is for those who want to flash recovery using adb,terminal and lgmdp.
why not button wipe data, wipe battery ?
can disable the flash scren?
Thanks!
x-dira said:
why not button wipe data, wipe battery ?
can disable the flash scren?
Thanks!
Click to expand...
Click to collapse
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
myawan said:
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
Click to expand...
Click to collapse
but it will be better if it included...:good:
myawan said:
Factory Reset is equivalent to Wipe Data. Wiping battery is a placebo.
Click to expand...
Click to collapse
You are wrong here man, when I factory reset it wipes /data, /cache, and /sd-ext... not just data
TheAndroidGeek said:
You are wrong here man, when I factory reset it wipes /data, /cache, and /sd-ext... not just data
Click to expand...
Click to collapse
Are you sure 'Factory Reset' is not equivalent to 'Wipe Data'??? Have you ever seen this:
myawan said:
Are you sure 'Factory Reset' is not equivalent to 'Wipe Data'??? Have you ever seen this:
Click to expand...
Click to collapse
Bro in twrp if you did factory reset then it wipe /data,/sd-ext,/android-secure.and there is no option in twrp to wipe only /data partition so if you want to wipe only /data partition not /sd-ext partition you can't do that in twrp(only way is to remove your sdcard before doing factory reset. )

			
				
vikasb32 said:
Bro in twrp if you did factory reset then it wipe /data,/sd-ext,/android-secure.and there is no option in twrp to wipe only /data partition so if you want to wipe only /data partition not /sd-ext partition you can't do that in twrp(only way is to remove your sdcard before doing factory reset. )
Click to expand...
Click to collapse
Thats what I wanted to say that we don't have option of only wiping /data in CWM as well, I will have to say again Wiping data in recovery means Factory reset.
The wipe data only is turned off via conditions in the ui. And can be turned on via themes. Here is a stock theme that turns on the format data button. It's untested, so give feedback on it. PLace it in the sdcard/TWRP/theme folder.
cougarcougar said:
The wipe data only is turned off via conditions in the ui. And can be turned on via themes. Here is a stock theme that turns on the format data button. It's untested, so give feedback on it. PLace it in the sdcard/TWRP/theme folder.
Click to expand...
Click to collapse
You you are right it can be enable through theme.but didnot tested what exactly these option
Wipe.
Some of these buttons are turned off by build flags. But could be brought back to a functioning button in themes.
Internal wipe means wiping phones that have an internal storage. So i'd remove that from themes.
External wipe is wiping the sdcard. Will add in future builds.
Android secure wipes /sdcard/.android_secure
data/factory reset... wipes cache, userdata, andriod secure, sd-ext
data wipe is meant for internal storage flags, but I just tested it and it did wipe the data partition.
sd-ext
Does anyone use android secure wipe only? I'm trying to keep the wipe section down to 6 buttons. This is due to the closeness of the onscreen home and back buttons and to prevent accidental wipes if there is a 4th row.
Can it restore backups from previous TWRP version (2.2.X)?
jaibar said:
Can it restore backups from previous TWRP version (2.2.X)?
Click to expand...
Click to collapse
Yes.
.....flash screen takes a lot of time around 25s......
Good to see an updated TWRP! could you please release versions also for P505/P506?
(they just need a slightly modified kernel, with a different framebuffer driver. See Rashed97's CM10 thread for an appropriate kernel)
Thanks in advance!
Thank you very much!!! So long time waiting....and surprise! Thanks again and keep this thread alive with updated versions

[OpenKirin][BETA][STF][ TWRP 3.1.1-1][Update 28/10/2017]

{
"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"
}
This is only for Honor 9 (STF)
Code:
OpenKirin presents unofficial TWRP for stock EMUI 5.x.
Intended for usage on stock emui 5.x in combination with unlocked bootloader .
Installation Instructions
Code:
1. Enter fastboot mode on unlocked device
2. flash recovery using the following command: fastboot flash recovery twrp-3.1.1-1-stf.img
3. reboot to recovery!
Downloads
Code:
[LIST]
[STRIKE][URL="https://mega.nz/#!C0RmiCZT!2LwBaeWnNDM-cMVjQCq19a60crWOUytS4y_5Ml8sDhk"][U]download twrp-3.1.1-0-stf.img[/U][/URL][/STRIKE]
Temporary Solution
[URL="https://www.androidfilehost.com/?fid=745849072291684672"]twrp-3.1.1-1-stf.img[/URL] md5: db84a0c2780e010369c6e365277d17e7
[/LIST]
FAQ
Code:
Q: What's the code status?
A: 9. August 2017
Q: which H9 models are supported?
A: every model should be supported.
Q: Can i use this TWRP with decrypted /data?
A: Yes you can! (Check FAQ)
Q: Can i install Magisk?
A: No (encrypted /data), Yes (decrypted /data)
Q: Does official SuperSU work?
A: No (encrypted /data), Yes (decrypted /data)
Q: ETAs?
A: No.
Going back from decrypted -> encrypted?
Code:
1. Format /data inside of TWRP
2. Flash eRecovery & Kernel from your currently installed Stock ROM Build
3. Do a factory reset inside of eRecovery
5. Let device boot up
6. Install your current firmware hw_data package & SuperSU using TWRP again
Want to decrypt? No problem.
Code:
1. Format /data inside of TWRP
2. Flash a kernel with fileencryption disabled in fstab
3. bootup your device
Special Thanks
Code:
* [URL="https://forum.xda-developers.com/member.php?u=2335078"]surdu_petru[/URL]
* [URL="https://forum.xda-developers.com/member.php?u=7354786"]XePeleato[/URL]
* [user=2235607]@Svetius[/user]
XDA:DevDB Information
TWRP, Tool/Utility for the Honor 9
Contributors
OldDroid, surdu_petru, XePeleato
Source Code: https://github.com/OpenKirin
Version Information
Status: Beta
Created 2017-08-10
Last Updated 2017-10-28
Hi
How do I decrypt data?
alorenz87 said:
Hi
How do I decrypt data?
Click to expand...
Click to collapse
Please, are you able to read the OP
Awesome, Thanks OpenKirin & Old Droid!! Cant wait for a LineageOS
Switched from HTC 10 to H9. My Device is coming in the next 2 Day's.
TWRP is must have!
I would thank u for ur work!
SuperSU 2.82 SR2 confirmed working, have it running atm on my H9.
Can i flashable this in Chinese twrp?
Sorry for the noob question, but how to i enter twrp once its flashed?
I can enter eRecovery but this doesnt seem to be the right thing.
Edit: i found it: Volume up + tap power button: Recovery mode (reboot / factory reset / wipe cache options or TWRP if flashed)
albiboard said:
Sorry for the noob question, but how to i enter twrp once its flashed?
I can enter eRecovery but this doesnt seem to be the right thing.
Edit: i found it: Volume up + tap power button: Recovery mode (reboot / factory reset / wipe cache options or TWRP if flashed)
Click to expand...
Click to collapse
Power + VOL up is right
new update soon - data decryption has been fixed up to a certain extend, thanks to our dear team member and developer @XePeleato. TWRP will be able to decrypt your personal data when no loclscreen password/pin/pattern/fingerprint is set (because this is bound to your decryption key).
Backup of decrypted data will be possible aswell.
Best regards
What is the exact difference to the chinese TWRP Version?
Also can I just flash the image via the chinese TWRP?
Great! I edited my thread recommending every user to use this official TWRP.
Anybody can explain a beginner (me) what's up with that encrypted /decrypted thing?
When I use fingerprint all my Data is encrypted and when I remove Fingerprint it's decrypted?
I know flashing recovery only from other smartphones, just flash it and done that encrypted/decrypted thing is confusing me a bit. So what I need to do to get it exactly to work. Step-by-step guide would be appreciated.
screenshot is from encrypted h9!
device booted fine, update soon ...
OldDroid said:
screenshot is from encrypted h9!
device booted fine, update soon ...
Click to expand...
Click to collapse
I'll keep my fingers crossed
OldDroid said:
screenshot is from encrypted h9!
device booted fine, update soon ...
Click to expand...
Click to collapse
That is magnificent, good job
4r44444 said:
Anybody can explain a beginner (me) what's up with that encrypted /decrypted thing?
When I use fingerprint all my Data is encrypted and when I remove Fingerprint it's decrypted?
I know flashing recovery only from other smartphones, just flash it and done that encrypted/decrypted thing is confusing me a bit. So what I need to do to get it exactly to work. Step-by-step guide would be appreciated.
Click to expand...
Click to collapse
Yep, I am with you! Coming from OnePlus 1 I never had sth to do with decrypt/encrypt.
Can I do a temporary boot into TWRP with an locked bootloader? Just use fastboot to boot into TWRP once?
My phone is like factory right now (locked BL, no root and I dont know encryption status etc) and I don't wanna root or anything just yet so I can get stock updates more easily. But I just want to push and pull a few phone files using adb on my PC.
I mean I'm wondering, can I run adb commands to push and pull system files and set their permissions using the stock recovery?
Zorigo said:
Can I do a temporary boot into TWRP with an locked bootloader? Just use fastboot to boot into TWRP once?
My phone is like factory right now (locked BL, no root and I dont know encryption status etc) and I don't wanna root or anything just yet so I can get stock updates more easily. But I just want to push and pull a few phone files using adb on my PC.
I mean I'm wondering, can I run adb commands to push and pull system files and set their permissions using the stock recovery?
Click to expand...
Click to collapse
Nope and you'll brick your phone if you relock bootloader after installing twrp (or at least it won't boot).
lsvet1 said:
Nope and you'll brick your phone if you relock bootloader after installing twrp (or at least it won't boot).
Click to expand...
Click to collapse
Best case scenario is it will trigger FRP lock.
Sent from my Honor 8 using XDA Labs

[R][GRUS][August] Descendant 11.5 - android ver. 11r40

{
"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"
}
Descendant is a customised Android ROM that focuses on enhancing UX and UI
over stock Android along useful features.
Downloads
Head to the download page.
Sources
Github
Same as any ROM.
Do the necessary wipes and flash the ROM.
No wipes are needed between updates from Descendant itself, unless specified.
If you're having problem with SafetyNet, please, install Magisk along the following modules:
SafetyPatcher, Magisk Hide Props or similar modules.
But please, mind, we won't support any issue arising from Magisk nor relative modules.
Listing all the additions would be a huge wall of text, that you wouldn't even read.
So, head over the Telegram group and feel free to lurk.
Preloaded applications
Google Apps are included along Kiwi Browser and Metro.
Having a bug or not booting for whatever reason?
Look for "How to report bugs" on this post.
Bug reports without logs will be ignored.
@phhusson | @Letzen | @krule031 | @ezio84 | @linuxct
Android OS version: 11.0.0_r40
Security patch level: August​
May full changelog
YouTube Video
Support signature spoofing sir?
Hi. I'm using the last version (11.5) and the mobile data is not working. I'm on last EEA firware GRUSEEAGlobal_V12.0.4.0.QFBEUXM
Is this based on PE or LOS ?
Hello there
no camera app
i tried everything!
after flash its insta brick and goes to fastboot, i cant event flash recovery, i was forced everytime to flash stock rom with miflash to unbrick my device, i tried several times.
China Stable > Flash Recovery > Flash descendant > Reboot, Bricked in fastboot
Global Stable Miui 12 > Flash Recovery > Flash descendant > Reboot, Bricked in fastboot
Global Stable Miui 10 > Flash Recovery > Flash descendant > Error (it says i need android 10 miui version or higher
Octainebg said:
i tried everything!
after flash its insta brick and goes to fastboot, i cant event flash recovery, i was forced everytime to flash stock rom with miflash to unbrick my device, i tried several times.
China Stable > Flash Recovery > Flash descendant > Reboot, Bricked in fastboot
Global Stable Miui 12 > Flash Recovery > Flash descendant > Reboot, Bricked in fastboot
Global Stable Miui 10 > Flash Recovery > Flash descendant > Error (it says i need android 10 miui version or higher
Click to expand...
Click to collapse
I think you need to flash vbmeta after official rom, if you don't, you go straight to fastboot
Is anyone able to give a step by step on how they managed to install?
I tried this (from RevOS thread) and afterwards im stuck at Descendat splash screen:
•Go to recovery
•Wipe all ( internal storage, dalvik, cache, data, vendor, system )
•Format data
•Reboot to recovery
...............................................................
tried with and without
• (go to wipe > advance wipe > select cache > repair or change file system > change file system > set it to f2fs)
•Do same with data >repair or change file system > change file system > set it to f2fs)
..............................................................
•Flash only rom
•Flash firmware
•Reboot to system.
Any tips to install it?
Should we install the Firmware, GApps...?
EDIT:
I did:
1) Wipe all;
2) Format data;
3) Reboot Recovery;
4) Installed Firmware;
5) Installed ROM;
6) Reboot System.
Works fine.
> ROM without Camera.
June full changelog
YouTube Video
Device specific changelog:
- None.
Dil3mm4 said:
June full changelog
YouTube Video
Device specific changelog:
- None.
Click to expand...
Click to collapse
i just cant get it to boot, always stayss at the d logo
I did:
1) Wipe all;
2) Format data;
3) Reboot Recovery;
4) Installed Firmware;
5) Installed ROM;
6) Reboot System.
doesnt work with last 2 versions of the rom.
faelzinhow said:
Hi. I'm using the last version (11.5) and the mobile data is not working. I'm on last EEA firware GRUSEEAGlobal_V12.0.4.0.QFBEUXM
Click to expand...
Click to collapse
add manual APN from your mobile network, it's ROM don't have any default APN
I did too
1) Wipe all;
2) Format data;
3) Reboot Recovery;
4) Installed Firmware;
5) Installed ROM;
6) Reboot System.
and work perfectly, maybe value of volume steps is too little (for ring&notification)
August ROM changelog
August Device changelog
Dil3mm4 said:
August ROM changelog
August Device changelog
Click to expand...
Click to collapse
Fixed the bootloop (logo) bug? I tried to install the last update (July), but didn't work.
Hi, does anyone know if infared works in this rom?
Thanks
Hi, it worked here. I changed data and cache from F2S2 to EXT4 and installed niko gapps, after flash the rom.
Hello Dil3mm4, first of all thank you for the rom, it's awesome! One thing that I cannot get to work is GPS. Could you please fix it?​I tried:
Flashing FW Android 10 & flashing the rom
Dirty flashed FW Android 11 afterwards not working
Clean flash FW10, the rom and FW11, and then first boot
I didn't managed to install it.
Followed every step but when trying to flash the rom, I always get the message : "Update process ended with ERROR: 1"
Tried different recovery versions but I always get this message.
I don't know what's bloking
olivierlcy said:
I didn't managed to install it.
Followed every step but when trying to flash the rom, I always get the message : "Update process ended with ERROR: 1"
Tried different recovery versions but I always get this message.
I don't know what's bloking
Click to expand...
Click to collapse
same for me

Custom ROM - Cyanogenmod 12.1- Lenovo Tab 3' 7 Essential - TB3-710F

Custom ROM
Cyanogenmod 12.1 for TB3-710F​STEPS TO INSTALL:
PART I: INSTALLING TWRP RECOVERY
1. TOOLS
SP Flash Tool - https://spflashtool.com/download/​
TWRP Recovery -
recovery_twrp302_Lenovo_TB3-710F.zip | by Tzul for Generic Device/Other
TWRP 3.0.2 custom recovery for the Lenovo Tab3 7 Essential (TB3-710F), kernel S000020. Compiled by me.
androidfilehost.com
Computer/Laptop​
2. HOW-TO INSTALL
Open SP Flash Tool:
{
"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"
}
Extract the files of the TWRP Recovery zip to a folder
Go back to SP Flash Tool
click "choose" in Scatter-loading File
Find the folder of where you extracted the items of the zip
Select the .txt file with the name: "MT8127_Android_scatter"
it should look like this
find in the list of names the word "RECOVERY"
check the box beside it
now click the box align with the name "RECOVERY" to the location
find the .img file with the name "recovery_twrp302_Lenovo_TB3-710F" and select that
click "Download" (BEFORE CLICKING THIS, MAKE SURE THAT THE DEVICE IS NOT YET CONNECTED)
then, connect the tablet to the PC using a USB Cable
wait for it to be 100%, then it should look like this:
which means it is successfully installed in your device.
VIDEO TUTORIAL:
How to Install Custom Recovery on TB3-710F (Lenovo Tab 3' 7) using SP Flash Tool
PART II: INSTALLING CYANOGENMOD ON LENOVO TAB 3' 7
1. TOOLS:
TWRP Recovery by Tzul
Cyanogenmod Custom ROM zip file -
TB3_710F - Google Drive
G-apps -
https://sourceforge.net/projects/opengapps/files/arm/20210724/open_gapps-arm-5.1-nano-20210724.zip/download?use_mirror=nav&r=&use_mirror=autoselect
SD Card (optional for backup)
2.HOW-TO INSTALL
Reboot to TWRP Recovery Mode (Hold power button and volume up button at the same time)
Backup > (if you have SD Card, Select Storage > SD Card) > Swipe to Backup
Wipe > Wipe Cache, Data, and Dalvik Cache
Install > Find & Select the zip file named "cm-12.1-20180702-UNOFFICIAL-TB3_710F.zip" > Swipe to Install > Wait for Installation > Done! > Wipe Cache/Dalvik Cache
Install > Find & Select the zip file named "open_gapps-arm-5.1-nano-20210724.zip" >Swipe to Install > Wait for Installation > Done! > Wipe Cache/Dalvik Cache
Reboot > System!
VIDEO TUTORIAL:
How to Install Custom ROM on any Android Device
CONGRATULATIONS! YOU HAVE SUCCESSFULLY INSTALLED CYANOGENMOD ON YOUR TABLET!​huge thanks to DavidRGX for making this custom ROM
First of all, big thanks, it worked without any bugs.
However, it's honestly going slower for me than the stock rom, system it's taking up to 750mb of ram which is way worse than in stock rom even with a bunch of moderately heavy apps like youtube, and a faster even if marginally rom it's exactly the point here, do you know what might be causing it?
https://forum.xda-developers.com/t/...iple-swap-space-in-cache-data-system.2145133/
Would that work with this tablet and rom?, i have a working backup so i'm not trying to be a toxic dude who's blaming you for my own irresponsability.
By the way, i had apps moved into external sd in stock rom, they don't show up in apps manager right now as it was expected, but could that be causing some kind of conflict?
cheers mate!
Ok, for anyone having issues with the ram, scroll down this thread https://forum.xda-developers.com/t/cyanogenmod-12-1-lenovo-tab-3-710f-unofficial.3771079/
There`s a patch for the ram memory leak with instructions, it works
I am unable to boot in TWRP after flashing it through SP tool. It bootloops and start in stock rom after that it shows stock recover
Flashing TWRP works, but it gets stuck on the TeamWin logo for me. Any fixes?
when flashing TWRP i get error 5054...
Any help on this?
Thanks in advance!
Get stuck in the step of SP Flash Tool. When I click "download" and after that connect the tablet, tha bar dont charge or nothing happens. Any solution?
Vaderihg said:
Get stuck in the step of SP Flash Tool. When I click "download" and after that connect the tablet, tha bar dont charge or nothing happens. Any solution?
Click to expand...
Click to collapse
Try holding vol + button when plugging in
ties3930 said:
when flashing TWRP i get error 5054...
Any help on this?
Thanks in advance!
Click to expand...
Click to collapse
Solved by factory reset + latest update
ties3930 said:
Try holding vol + button when plugging in
Click to expand...
Click to collapse
New error
Vaderihg said:
New error
Click to expand...
Click to collapse
Try factory resetting, updating the kernel and install the correct drivers
Hi I install this rom but youtube videos playing only 144p also after install gapps evereyting is so slow.
Hello,
I made the description step by step, but unfortunately I got "Installation aborted" messege after starting the installation. Have you ever met the same issue? Do you have any hint how it could be solved?
Thank you in advance.

[TWRP][RECOVERY]TWRP 3.6.1_9-0 for LG G7(judyln)

TWRP 3.6.1_9-0 for LG G7 judyln
Build Date:2022-02-28
Tested on LM-G710N LGT,crossflashed to G710EM30f Open
Requirements:
1.Unlock your bootloader
2.Magisk or another version of twrp or ofox
Downloads:
TWRP installer: https://drive.google.com/file/d/1-PL9dJtEsQJiDVAqzKrMK_hT32ZKqf7h/view?usp=drivesdk (Recommend)
**I will not provide TWRP img file because it couldn't boot**
Device tree: https://github.com/LameMonster82/android_device_lge_judyln-twrp/tree/android-9.0
Installation:
Method 1:
1.Download TWRP installer
2.Install TWRP installer as a magisk module in magisk app and flash magisk again(or you will lost root)
3.Reboot to recovery and enjoy
Method 2:
1.Download TWRP installer
2.Reboot to recovery(such as twrp or ofox)
3.Install TWRP installer as a flashable zip and flash magisk again(or you will lost root)
4.Reboot to recovery and enjoy
Working:
Install ZIP
Install Image(and Flash to both slots)
Backup & Restore (Expect for modem,will appear:Error opening:' '(No such file or directory)")
Mount:System,Vendor,Firmware,Micro SD card,Data(You should decrypt data first)
MTP
ADB (sideload)
etc......
Not Working:
Auto decrypt (May not work,I didn't test it because my data already decrypted)
Backup & restore modem partition
USB OTG(May not work)
U tell me
If there is "E:Error getting bootctrl module" appeared over and over again,just ignore it or reboot TWRP
Spoiler: Screen shots
{
"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'm sorry because I've never used Google Drive before, so I set wrong permissions when sharing files, you need to send me a request to download files, and I didn't notice that Gmail and Google Drive’s notifications so that you have trouble downloading files, and the file sharing permissions have been modified. sorry again
Cheers mate I'll give this a try.
tried on europe android 10 30h, could not mount data.
i am trying to disable verity but this rom did not have fastboot. any help?
tolong_saye said:
tried on europe android 10 30h, could not mount data.
i am trying to disable verity but this rom did not have fastboot. any help?
Click to expand...
Click to collapse
(All of your data will be lost)You should prepare a SD card but not USB-OTG(because this twrp not supported),put disable dm verify and force encrypt flashable zip into your SD card,format data partition and flash that flashable zip and format data partition again,then reboot recovery.
HanCF1014 said:
(All of your data will be lost)You should prepare a SD card but not USB-OTG(because this twrp not supported),put disable dm verify and force encrypt flashable zip into your SD card,format data partition and flash that flashable zip and format data partition again,then reboot recovery.
Click to expand...
Click to collapse
i can mount after changing the data to ext2 then ext4. however, I will lose root.
when I try to flash the patched magisk boot image, even with the untick preserve encryption, I will get decrypt unsuccessful.
so I back to square one where I dont have access to oem/op folder. I really need it to paste the volte configuration.
any help?
tolong_saye said:
i can mount after changing the data to ext2 then ext4. however, I will lose root.
when I try to flash the patched magisk boot image, even with the untick preserve encryption, I will get decrypt unsuccessful.
so I back to square one where I dont have access to oem/op folder. I really need it to paste the volte configuration.
any help?
Click to expand...
Click to collapse
You can't mount data on stock rom unless you decrypt the phone.

Categories

Resources