any Custom ROM working on the Tablet ? - Huawei MediaPad M5 Questions & Answers

Hey Guys,
I just got a 8 inch Mediapad M5 / SHT-W09
downgraded to 9.0
unlocked bootloader.
now i tried to install TWRP but not successfull ... ( sometimes the old recovery comes back)
so i decided to flash a custom rom with ADB...
fastboot flash ..... and used GSI ROM's
But nothing works.
after a flash it stucks at the loading screen...
How do i get a Custom ROM working on this Tab ?
is there any noob Guide ?
thank you

I wrote this guide.

massima said:
I wrote this guide.
Click to expand...
Click to collapse
Thank you helped me a lot to understand how to flash
BUT
i tried but got the message this device is not google certified....
cant fix it :-(

after 20 minutes after activating it was working.... didnt expect that time needed for that
EDIT: Play store still says not certified :-(

Try this:
Register your device on https://www.google.com/android/uncertified/
To get the ID, you can either:
- adb root, then adb shell, press enter, and at the new prompt, inside adb shell, do sqlite3 /data/data/com.google.android.gsf/databases/gservices.db 'select * from main where name = "android_id";'
- https://play.google.com/store/apps/details?id=com.evozi.deviceid => Google Service Framework (GSF) ID
Click to expand...
Click to collapse
I never tested these steps.

Related

[Q] Impossible Rooting Polaroid PSPR355

Hello XDA community, this is my first thread, i had never needed to post anything cause i always find everything im searching for in this awesome community... until now :crying:
Last week I got a new android device which is made by Polaroid, model: PSPR355, its a pretty low class device but I thought it would be enough for me.... then i realize I needed root permissions, for obvious reasons... easy I thought... i had rooted many devices...how hard can it be...right?... WRONG! :crying: . The first problem I encountered were the drivers..couldnt find em anywhere... fortunatelly i found a tutorial were i could install the drivers in a different way...although I took 2 days to do this...Ive been about 5 days trying to root my phone.... Ive tryied about 10 different programs with their different versions... and any of those rooted my phone, nor Oneclikroot, nor Unlockroot, etc, etc..... I really gave up trying to find something on the web cause i didnt even find the phone on its official site, so I came her defeated asking for any solution, idea, or if you want to help me with commands, a programm or anything else to root my phone, Im not even afraid of trying programming (Im trying to learn how to make roms, kernels, etc for this phone cause theres nothing on the web abou it but this is a theme for another time) if you wanted to help me i would really appreciate it, im a little desperate so anything would come useful thanks everyone and I hoppe you can help me!!! :fingers-crossed:
MecaMarck said:
If you wanted to help me i would really appreciate it, im a little desperate so anything would come useful thanks everyone and I hoppe you can help me!!! :fingers-crossed:
Click to expand...
Click to collapse
I would recommend trying the towelroot application. It can be downloaded from here, just click on the orange lambda to download the tr.apk file. Then open towelroot follow the instructions in the application. After the device reboots I would recommend downloading, Root Checker Basic form the Play Store and running that to make sure your device is rooted. Finally install SuperSU, and you should be good to go.
First thanks for answering so fast shimp208! And I guess I forgot to tell that I was in Mexico and Im using Telcel's network, I downloaded and installed the apk file but it doesnt starts I click the button pops up a black screen and then closes to the last app I used...any idea about this error...or if its beacuse of the carrier, by the way the device has Android 2.3.7 I dont know if it has something to do with this error
MecaMarck said:
First thanks for answering so fast shimp208! And I guess I forgot to tell that I was in Mexico and Im using Telcel's network, I downloaded and installed the apk file but it doesnt starts I click the button pops up a black screen and then closes to the last app I used...any idea about this error...or if its beacuse of the carrier, by the way the device has Android 2.3.7 I dont know if it has something to do with this error
Click to expand...
Click to collapse
Does it present an error message of any kind before it force closes? Try uninstalling and then re-installing the application, and if that doesn't work go to application manger under settings, find the towelroot application and select the options to clear it's cache and data. The carrier won't have any effect in this case, and with it being Android 2.3.7 your device most definitely has a kernel build date before June 3rd, 2014.
shimp208 said:
Does it present an error message of any kind before it force closes? Try uninstalling and then re-installing the application, and if that doesn't work go to application manger under settings, find the towelroot application and select the options to clear it's cache and data. The carrier won't have any effect in this case, and with it being Android 2.3.7 your device most definitely has a kernel build date before June 3rd, 2014.
Click to expand...
Click to collapse
No it simply closes without showing anything, and without even giving the "Force Close" message, i thought it was because i first installed it on the sd card, or because of not enough space but no, I moved it to the phone and uninstalled some apps I had, I uninstalled and installed towelroot twice and it didnt work, I installed the v1 of it and i got to the [make it ra1n] screen but when I click the button it closes immediately again without any error message
MecaMarck said:
No it simply closes without showing anything, and without even giving the "Force Close" message, i thought it was because i first installed it on the sd card, or because of not enough space but no, I moved it to the phone and uninstalled some apps I had, I uninstalled and installed towelroot twice and it didnt work, I installed the v1 of it and i got to the [make it ra1n] screen but when I click the button it closes immediately again without any error message
Click to expand...
Click to collapse
Very interesting, while in theory the app should work for any kernel build date earlier then June 3rd, 2014 the app many not be compatible with devices running an Android version less then 4.x.
shimp208 said:
Very interesting, while in theory the app should work for any kernel build date earlier then June 3rd, 2014 the app many not be compatible with devices running an Android version less then 4.x.
Click to expand...
Click to collapse
Yes that´s what i thought, do you think that theres no rooting method for this phone? if so, do yo think there´s a way of doing one?
MecaMarck said:
Yes that´s what i thought, do you think that theres no rooting method for this phone? if so, do yo think there´s a way of doing one?
Click to expand...
Click to collapse
Since you have the usb drivers working on your computer, try booting into the bootloader and using fastboot to see if the command fastboot devices returns anything. If the computer see's the device in fastboot that's a good sign. If your device doesn't have a locked bootloader which it likely doesn't, then I can try and create a rooted system image for you to flash in fastboot. Provided fastboot see's your device if it does, if you can provide me an adb dump of your /system folder then I will see what can be done.
Interesting for me.,.
Sent from my LT26w using xda premium
Same Boat
shimp208 said:
Since you have the usb drivers working on your computer, try booting into the bootloader and using fastboot to see if the command fastboot devices returns anything. If the computer see's the device in fastboot that's a good sign. If your device doesn't have a locked bootloader which it likely doesn't, then I can try and create a rooted system image for you to flash in fastboot. Provided fastboot see's your device if it does, if you can provide me an adb dump of your /system folder then I will see what can be done.
Click to expand...
Click to collapse
I'm in the same boat
I use moto-fastboot (any way it's fastboot)
#:\moto-fastboot devices
? fastboot
don't show any info...
I do a system dump in this way
#:\adb pull / c:\PSPR355
mega,co,nz/#!ThIUQYiS!LLbJ9e1-yVJI4juNlWQuPfa9GFH6HP9lr4X8Gwu1MBY
Change "," please, sorry mod if you want i can delete it! =$
klonic0 said:
I'm in the same boat
I use moto-fastboot (any way it's fastboot)
#:\moto-fastboot devices
? fastboot
don't show any info...
I do a system dump in this way
#:\adb pull / c:\PSPR355
mega,co,nz/#!ThIUQYiS!LLbJ9e1-yVJI4juNlWQuPfa9GFH6HP9lr4X8Gwu1MBY
Change "," please, sorry mod if you want i can delete it! =$
Click to expand...
Click to collapse
Unfortunately if fastboot doesn't show your device without any other flashing utility, even with the system dump there is no way to flash a rooted system image if it was created.
Got to see if this guys do the trick!
http://forum.xda-developers.com/showthread.php?t=2066041
shimp208 said:
Since you have the usb drivers working on your computer, try booting into the bootloader and using fastboot to see if the command fastboot devices returns anything. If the computer see's the device in fastboot that's a good sign. If your device doesn't have a locked bootloader which it likely doesn't, then I can try and create a rooted system image for you to flash in fastboot. Provided fastboot see's your device if it does, if you can provide me an adb dump of your /system folder then I will see what can be done.
Click to expand...
Click to collapse
Hello shimp well I connected my device on FastBoot Mode and my computer recognized it and it installed a driver named: ADB Testing Interface I dont know if thats a good sign or what should I do, I tried entering into recovery mode but it shows only an android little guy and exclamation quote... so I think it doesnt have a recovery boot I dont know if thats relevant, Could you help with the adb dump i dont know how to get it. And.... I dont know if besides you help me with the rooted system image you could teach me how I do this.... anyways thanks a lot for helping me! I'll keep doing everything you need so we can root this device!
MecaMarck said:
Hello shimp well I connected my device on FastBoot Mode and my computer recognized it and it installed a driver named: ADB Testing Interface I dont know if thats a good sign or what should I do, I tried entering into recovery mode but it shows only an android little guy and exclamation quote... so I think it doesnt have a recovery boot I dont know if thats relevant, Could you help with the adb dump i dont know how to get it. And.... I dont know if besides you help me with the rooted system image you could teach me how I do this.... anyways thanks a lot for helping me! I'll keep doing everything you need so we can root this device!
Click to expand...
Click to collapse
Since your computer recognizes the device and installed the driver and shows the device when in fastboot mode that's a good sign. The Android with the exclamation point is part of normal stock Android system recovery, it just means that the recovery menu has been hidden (You should be able to get the menu to appear by pressing the power and both the volume buttons in recovery mode). To dump /system run the following command:
Code:
adb pull /system
Then please send me a link to the /system dump, from there I will make a rooted system image.
Factory Rooted??
Hey guys I'm new to this so I may be wrong but has anybody thought to check if the Polaroid PSPR355 comes Factory Rooted??? I had a Polaroid Tablet, PID something(I forget the name), which I tried for hours to root resulting in: bootloop, hard reset, root, bootloop, hard reset, root, bootloop, hard reset, about to give up. So I Googled how to root Polaroid PID something (again, I forget the name), and I come to a post somewhere(forgot that too) that tells me my Tablet and similar Polaroid electronic devices(as well as most electronic devices coming from China) are factory rooted due to some Chinese law. So after the last hard reset, I downloaded HowToRoot App to check if my Polaroid Tablet is, in fact, rooted. I press the little lock button(root checker) and I find that, to my surprise, my Polaroid Table is in fact rooted. So all I had to do was download SuperSU from Google Play Store and Update Binary when prompted and I was Super User. Don't know if this helps but it worked for me.

Infocus m370i stock rom required!!

Hi
My phone Infocus m370i is soft bricked. If you have the stock rom of this (or this phone), then kindly please update the rom on the forum. I've searched everywhere on the net for it and I haven't found it anywhere as of yet.
Thanks,
handsome_94 said:
Hi
My phone Infocus m370i is soft bricked. If you have the stock rom of this (or this phone), then kindly please update the rom on the forum. I've searched everywhere on the net for it and I haven't found it anywhere as of yet.
Thanks,
Click to expand...
Click to collapse
Got it!!
All roms of INFOCUS are given on their Taiwan website. Unfortunately, the site is in local language but with little exploration I was able to find out the rom in it. I'm pasting a link to it:
Code:
dl.infocusphone.com/update/M370_00WW(INF)/FAO-1120-0-00WW-A01-update.zip
This worked absolutely fine on my phone with stock recovery.
Procedure Required
Please help me to follow the procedure for doing this ....my phone isn"t working for 1 month service centers also nothing to do
saikrishna veerla said:
Please help me to follow the procedure for doing this ....my phone isn"t working for 1 month service centers also nothing to do
Click to expand...
Click to collapse
Ok, here is the procedure.
1) Download firmware for your phone (I'm supposing its m370i) and put it in a mini SD card.
2) Now insert this memory card into your phone, and boot into recovery mode.
3) Now select update zip from SD Card and select the firmware file in your SD Card.
4) Once the operation has started wait for 15-20 mins. for the entire process to end. Do not restart the phone till the procedure ends on its own.
That's it!!
Infocus M370i
Hello ,
At the moment I have this Phone in my hand ..
Its getting error on Unfortunately ,System UI has stopped !!
I already download Rom ..
But Phone can't go to Recovery Mode ..
Plz shear if have any way to put Recovery Mode !!
Thanks
Wbr'
AniAXN
AniAXN said:
Hello ,
At the moment I have this Phone in my hand ..
Its getting error on Unfortunately ,System UI has stopped !!
I already download Rom ..
But Phone can't go to Recovery Mode ..
Plz shear if have any way to put Recovery Mode !!
Thanks
Wbr'
AniAXN
Click to expand...
Click to collapse
1) Make sure you have adb and fastboot
2) Enable USB debugging in your phone (In developer options)
3) Change your USB computer connection -> Camera (PTP)
4) Execute command "adb devices" Now it should show your device's serial on the screen.
5) After (4) execute the command "adb reboot recovery". That's it.
Error to Install
handsome_94 said:
1) Make sure you have adb and fastboot
2) Enable USB debugging in your phone (In developer options)
3) Change your USB computer connection -> Camera (PTP)
4) Execute command "adb devices" Now it should show your device's serial on the screen.
5) After (4) execute the command "adb reboot recovery". That's it.
Click to expand...
Click to collapse
Hello ..
I Trying Install in Recovery Mode with SD Card
But Get This Error ..
Here I Use Your File which you Post ..
I Don't know why i can't post screen shot ..???
Wbr'
AniAXN
handsome_94 said:
Got it!!
All roms of INFOCUS are given on their Taiwan website. Unfortunately, the site is in local language but with little exploration I was able to find out the rom in it. I'm pasting a link to it:
Code:
dl.infocusphone.com/update/M370_00WW(INF)/FAO-1120-0-00WW-A01-update.zip
This worked absolutely fine on my phone with stock recovery.
Click to expand...
Click to collapse
This firmware is meant for M370. Will it function properly on M370i?
I compared the hardware properties and I don't seem to identify any relevant differences, so, I just want to confirm here.
von COLLINZO said:
This firmware is meant for M370. Will it function properly on M370i?
I compared the hardware properties and I don't seem to identify any relevant differences, so, I just want to confirm here.
Click to expand...
Click to collapse
Yes, It has worked on my Infocus M370i twice (1 GB Ram/8 GB memory). I'm not so sure about 2 GB version as I don't have it but theoretically it should work on it too.
Hello ..
This Rom not work with my Phone ..!!
If any body have this file ..
Plz shear here ..
Its I need very badly ..
Wbr'
AniAXN
how to root infocus m370i please help
puipuia said:
how to root infocus m370i please help
Click to expand...
Click to collapse
Use kingroot app to root m370i. Search, download the app of this app from Google. Run it and in press of a button everything will get done.
try to install system update but I remove some system app will this brick my phone if I install it...please help
khopsa said:
try to install system update but I remove some system app will this brick my phone if I install it...please help
Click to expand...
Click to collapse
If you have ever rooted your phone which I believe you have, then installing software update will brick your phone.
To avoid this, you should first install stock rom and then update the system.
thanks for your reply....
is there any custom ROM for infocus m370i...
how to root infocus m 370i
---------- Post added at 08:10 AM ---------- Previous post was at 08:07 AM ----------
kingroot is not working both apk and pc version in infocus m 370i.can it works for u ? pls rply
handsome_94 said:
Hi
My phone Infocus m370i is soft bricked. If you have the stock rom of this (or this phone), then kindly please update the rom on the forum. I've searched everywhere on the net for it and I haven't found it anywhere as of yet.
Thanks,
Click to expand...
Click to collapse
bro how long does it take for verifying update package? Its took 25 mins since the procedure started!
plz help bro
Hi
I am having problem with the touch in my in focus m370i to my knowledge I didn't drop it ... After the latest software update this problem arose .... Any ideas ????
i had done the same procedure tht you told to update the rom from stock recovery but it bricked and showing only logo and restarts wht to do now ?

[Need HELP] generic_A15 to STF-L09 problem

Hello, I have the following problem. My "Honor 9" has been formatted so far that it now recognizes as Model: generic_A15. But it must be a STF-L09C432, or STF-L09. Can someone help me with this problem? Or provide a TWRP Recovery for Product and Version for STF-L09C432?
THX for help
FON: STF-L09C432 EU, unlock
Rommco05 said:
Here is full twrp backup of FRD-L09C432B130 https://forum.xda-developers.com/honor-9/how-to/firmware-zips-twrp-backup-3-1-1-0-t3655580
Click to expand...
Click to collapse
Unfortunately does not work.. Starts to the system and stays in the setup wizard, hang in a loop.
It had already run times (via install fastboot), but I did not in the Android settings and the camera and some apps went not at all ..
And when installing with HWOTA, the error comes:
****************************************
* *
* Script writer mankindtw с ХDA *
* Author of translation GAGUGA с 4PDA *
* *
****************************************
Hold down the volume button minus and connect the USB cable to boot into the fastboot mode.
Press ENTER to continue ...
J:\HWOTA\/hwota.sh: line 183: cd: $'J:/HWOTA//recovery/generic_a15\r': No such file or directory
Replacing the stock recovery on TWRP, please wait ...
/'ror: cannot load 'J:/HWOTA//recovery/generic_a15
The problem is with my Honor 9, that he recognizes the device as generic_A15 and not as standard STL-L09 ... ???
Also custom firmware is no longer to install ..
Try FF
Recovery doesn't give a **** about how your phone is named. That script doesn't work because it can't find a folder with the name of your model.
Anyway you can always flash whatever recovery you want from fastboot with command fastboot flash recovery name_of_recovery_file.img
Why is my Honor looking for model "generic a15", and not according to the standard "STF-L09"? Have I formatted it too far? It true yes before the model "STF-L09". You can install Emui Stock, but the drivers do not go there. Various bugs. And it thinks it would be model "generic_a15" in Rom. And the build number is also strange.
You can always go back to square one: https://forum.xda-developers.com/showpost.php?p=73426890&postcount=36
Will cost you some bucks, but you'll get a fully working H9 afterwards using DC Phoenix.
Ok, after the backup went the installation by HWOTA. Now is the modelnummer again STF-L09 .. everything works except the navigation buttons-the LEDS also do not show .. Build number STF-L09C432B130
Ketou2020 said:
Ok, after the backup went the installation by HWOTA. Now is the modelnummer again STF-L09 .. everything works except the navigation buttons-the LEDS also do not show .. Build number STF-L09C432B130
Click to expand...
Click to collapse
Try reflashing the firmware again
Ketou2020 said:
Ok, after the backup went the installation by HWOTA. Now is the modelnummer again STF-L09 .. everything works except the navigation buttons-the LEDS also do not show .. Build number STF-L09C432B130
Click to expand...
Click to collapse
It would be of help to you if you started using search function in this forum because all those questions have already been answered.
The navigation buttons don't work because you installed bugged B130 version of firmware. Downgrade back to B120 and update again to B130 via OTA.

[GUIDE] LeEco Le S3 x626 / x622 - UnBrick / Update / Restore

Hi, I just wanted to share the files and guide how to install updates / systems on LeEco Le S3.
I have an x626 model and everything works great, according to the information I found it should also work on the x622 model.
Files for MediaTek phones (Helio X20 in this case)
Installation:​
update.zip
Download files
Put on your phone (root directory)
Power off the phone
Power & Vol+
Follow onscreen instructions
Be Happy
Fastboot
[Windows 10]
Install Drivers & ADB
Unpack files to folder "Flash" on desktop
Rename run.bat to systemflash.bat
Power & Vol- (Wait for fastboot mode)
Connect phone to PC
2-Click on systemflash.bat
Wait for the end of flashing process (10-20min)
Reboot your phone
Be Happy
Orange State remove
[Windows 10]
Power off the phone
Power & Vol-
Go to unpacked "platform-tools" folder
Shift + RMB & Open PowerShell console
Type "fastboot oem lock"
Wait
Type "fastboot reboot"
Be Happy
(Before next flashing u need to unlock flow using "fastboot oem unlock")
Downloads:​
ADB & Drivers: https://forum.xda-developers.com/showthread.php?t=2588979
Platform-Tools (orange state): https://developer.android.com/studio/releases/platform-tools.html
[ TESTED, WORKING ] MultiLang Official Rom & ADB Files: https://www.needrom.com/download/leeco-letv-le-s3-x626-multilanguage-eu-fastboot-stock-rom/
Version 5.8.018S should unbrick your phone Google Play included
[ TESTED, WORKING ] EN/CN Official Rom (update.zip, only official recovery): https://www.needrom.com/download/leeco-s3-x626-official-stock-rom/
https://bbs.le.com//zt/eui/le_s3.html (Official link)
[ NOT TESTED ] EN/CN Official Rom & ADB Files: https://www.needrom.com/download/leeco-s3-x626/
[ NOT TESTED ] TWRP: https://www.needrom.com/download/twrp-leeco-3/
Can please give more information about the update ? Did he will fixe the problem ?
tiziano-petrov said:
Can please give more information about the update ? Did he will fixe the problem ?
Click to expand...
Click to collapse
What do u mean? List bugs or something
I'm now using 023S update and i didn't notice any bugs
AniMaya said:
What do u mean? List bugs or something
I'm now using 023S update and i didn't notice any bugs
Click to expand...
Click to collapse
on my behalf, i'm using 018S so i did't get any update ...... and i wounder if update will fix the know issues ?
and thanks for the reply
tiziano-petrov said:
on my behalf, i'm using 018S so i did't get any update ...... and i wounder if update will fix the know issues ?
and thanks for the reply
Click to expand...
Click to collapse
I didn't noticed any bugs on 023S On 018S i could not set the fingerprint lockscreen & there was none of the OTA programs, now there is "System Update" app
Please do explain the FASTBOOT to me clearly?
Can you please help me how to update my x626 to 5.8 018s fastboot? I dont know whay is fastboot and how. Can you please specify it to me clearly or one by one step. This my fb can you please message me there? facebook.com/MissKayeCenteno
Thank you so much.
MissKayeCentenk said:
Can you please help me how to update my x626 to 5.8 018s fastboot? I dont know whay is fastboot and how. Can you please specify it to me clearly or one by one step. This my fb can you please message me there? facebook.com/MissKayeCenteno
Thank you so much.
Click to expand...
Click to collapse
Let's cut off all the long stories and save us some stress. The process of updating is very simple. I just tried it and it worked perfectly. In fact, my x626 is still working very fine with some new features, like system update, introduced. Download the file, copy into your phone directory. Rename to update.zip(if you wish). Then click on the said file from the archives folder on your phone. It will give you two options in the unfolding dialogue; "extract" or "upgrade". Choose "upgrade" and you are pretty good to go...
Hi which file did you use? Im looking for software without the chinease software and Google apps
.
Orcaflugzeug79 said:
Is there a way to update to eui 5.9.xx with TWRP as recovery? Using a le s3 x626 with TWRP recovery. Did it just as you explained another member but nothing changed. Can I just install the downloaded zip file via "install" function in TWRP?
Help is appreciated
Click to expand...
Click to collapse
Yup, u can find ROM in LeEco Le 2 ROMs section Sorry for that, but now i can't add everything here. Later i'll add custom roms and working twrp script installer
Qazstar said:
Hi which file did you use? Im looking for software without the chinease software and Google apps
Click to expand...
Click to collapse
Today i'll add clean and custom roms + TWRP script
sorry... how to upload a cellphone from linux? :'(
someone has a link for the stock recovery sorry if it's already answered, but I didn't find.
Hello! Need official Android 8.1 for X626
hi, I can not install TWRP 3.1.1 on leeco x626
some advice or video idea on the internet
I also want to try TOOL ALL IN ONE, but I'm not sure
I recognize the device and adb but I want to make sure
Thank you
How do I put the files in the root directory if the phone is bricked? I don't know how to do that.
Is it true that LeEco recently launched LeX? Does it mean LeEco is now up and running? Let them help with the latest firmware for x626 or provide the source code needed by developers to do same. The phone OS has been stagnant for too long...
How this post will help me UnBricking x626 ? Help
LeEco x626 Wifi not detecting networks
My LeEco x626 the Wifi does not detect networks. Any idea qhere I can look for the problem and a solution?
Hello everyone.
I am new to this forum so please don't scold me . My brother had problems with his LeEco S3 x626, the phone disconnected from the mobile network and then froze and restarted.
I figured maybe that would be solved by flashing a new rom. While I attempted to unlock the fastboot/bootloader, the phone bricked and is now unusable.
I tried following this thread https://forum.xda-developers.com/le-...power-t3715937 and nothing worked. SPF displays CMD DA FAIL error.
Please help!!!

LG K4 (2017) [X230M] Help with Root

Hello everyone,
I have an LG k4 2017 (X230H)
I have searched for a infinity of methods for root, but I have not found anything to help with this.
If someone has an idea of ​​what to do, I can be their tester.
Emmanuel027 said:
Hello everyone,
I have an LG k4 2017 (X230H)
I have searched for a infinity of methods for root, but I have not found anything to help with this.
If someone has an idea of ​​what to do, I can be their tester.
Click to expand...
Click to collapse
I just got this terminal (LG-X230H-MM6.0-kernel-3.18.19+) and im looking actively for a way to root it, theres a metod to root MM 6.0 but we can't use it unless we have temporal root, i've ported a TWRP versión with a metod from here (XDA) using a MT6737M TWRP ported to our terminal, found an OEM rom w/o bloatware full LG, flashed it with SP Tools and works like a charm, trying to start from there.
Tryed to run the twrp w/o flashing it from the bootloader (fastboot boot <img file name>), I got a message that the transfer was ok but didn't start, just stays there, tryed to flash it and nothing.
Tryed to unlock the bootloader, it gives me the warning bla bla bla waranty, then the option volume up, to unlock and volume down to cancel, when I press volume up does nothing, no warning no select, nothing, but with volume down cancels it and resets it. ("OEM unlock" developer options is already active)
Until now I think the best way to install the custom TRWP is by SP tools, already tryed from SP tools, then when it tryes to flash it i got the error: "BROM ERROR, s_security_secure_usb_dl_image_sign_header_not_found (6045), MSP ERROE CODE : 0x00" So I need a way to sign my recovery.img as an LG OEM file, or a way to skip the sign check.
Still working on it.
VadjanD said:
I just got this terminal (LG-X230H-MM6.0-kernel-3.18.19+) and im looking actively for a way to root it, theres a metod to root MM 6.0 but we can't use it unless we have temporal root, i've ported a TWRP versión with a metod from here (XDA) using a MT6737M TWRP ported to our terminal, found an OEM rom w/o bloatware full LG, flashed it with SP Tools and works like a charm, trying to start from there.
Tryed to run the twrp w/o flashing it from the bootloader (fastboot boot <img file name>), I got a message that the transfer was ok but didn't start, just stays there, tryed to flash it and nothing.
Tryed to unlock the bootloader, it gives me the warning bla bla bla waranty, then the option volume up, to unlock and volume down to cancel, when I press volume up does nothing, no warning no select, nothing, but with volume down cancels it and resets it. ("OEM unlock" developer options is already active)
Until now I think the best way to install the custom TRWP is by SP tools, already tryed from SP tools, then when it tryes to flash it i got the error: "BROM ERROR, s_security_secure_usb_dl_image_sign_header_not_found (6045), MSP ERROE CODE : 0x00" So I need a way to sign my recovery.img as an LG OEM file, or a way to skip the sign check.
Still working on it.
Click to expand...
Click to collapse
thanks for your answer!
I'm pleased with the progress you're making!
Will you be able to share with me the TRWP and the rom with nothing of bloatware?
to do a couple of tests, I'm here to help you in what you need
I am 1 week close to getting root on this device
VadjanD said:
I just got this terminal (LG-X230H-MM6.0-kernel-3.18.19+) and im looking actively for a way to root it, theres a metod to root MM 6.0 but we can't use it unless we have temporal root, i've ported a TWRP versión with a metod from here (XDA) using a MT6737M TWRP ported to our terminal, found an OEM rom w/o bloatware full LG, flashed it with SP Tools and works like a charm, trying to start from there.
Tryed to run the twrp w/o flashing it from the bootloader (fastboot boot <img file name>), I got a message that the transfer was ok but didn't start, just stays there, tryed to flash it and nothing.
Tryed to unlock the bootloader, it gives me the warning bla bla bla waranty, then the option volume up, to unlock and volume down to cancel, when I press volume up does nothing, no warning no select, nothing, but with volume down cancels it and resets it. ("OEM unlock" developer options is already active)
Until now I think the best way to install the custom TRWP is by SP tools, already tryed from SP tools, then when it tryes to flash it i got the error: "BROM ERROR, s_security_secure_usb_dl_image_sign_header_not_found (6045), MSP ERROE CODE : 0x00" So I need a way to sign my recovery.img as an LG OEM file, or a way to skip the sign check.
Still working on it.
Click to expand...
Click to collapse
hello
can i please have the twrp image i know a way to flash it using moded LGUP member @Astr4y4L gave it to my as a bete as tester
VadjanD said:
I just got this terminal (LG-X230H-MM6.0-kernel-3.18.19+) and im looking actively for a way to root it, theres a metod to root MM 6.0 but we can't use it unless we have temporal root, i've ported a TWRP versión with a metod from here (XDA) using a MT6737M TWRP ported to our terminal, found an OEM rom w/o bloatware full LG, flashed it with SP Tools and works like a charm, trying to start from there.
Tryed to run the twrp w/o flashing it from the bootloader (fastboot boot <img file name>), I got a message that the transfer was ok but didn't start, just stays there, tryed to flash it and nothing.
Tryed to unlock the bootloader, it gives me the warning bla bla bla waranty, then the option volume up, to unlock and volume down to cancel, when I press volume up does nothing, no warning no select, nothing, but with volume down cancels it and resets it. ("OEM unlock" developer options is already active)
Until now I think the best way to install the custom TRWP is by SP tools, already tryed from SP tools, then when it tryes to flash it i got the error: "BROM ERROR, s_security_secure_usb_dl_image_sign_header_not_found (6045), MSP ERROE CODE : 0x00" So I need a way to sign my recovery.img as an LG OEM file, or a way to skip the sign check.
Still working on it.
Click to expand...
Click to collapse
Geetings.
Sorry for the delay i was a lil busy with my dad's car so forgot to check this post, im finished with that so im back to the x230h.
This the TWRP ported to our terminal if anyone wants it to test:
in google drive: /open?id=15g4hoMMKoIt6VKli7YgPsuguehcp4rCH
This one is the clean LG rom:
in needrom: /download/lg-x230-k4/
Can't post links yet ^^
---------- Post added at 04:49 PM ---------- Previous post was at 04:42 PM ----------
Skunkser said:
can i please have the twrp image i know a way to flash it using moded LGUP member @Astr4y4L gave it to my as a bete as tester
Click to expand...
Click to collapse
Done ^^
VadjanD said:
Geetings.
Sorry for the delay i was a lil busy with my dad's car so forgot to check this post, im finished with that so im back to the x230h.
This the TWRP ported to our terminal if anyone wants it to test:
in google drive: /open?id=15g4hoMMKoIt6VKli7YgPsuguehcp4rCH
This one is the clean LG rom:
in needrom: /download/lg-x230-k4/
Can't post links yet ^^
---------- Post added at 04:49 PM ---------- Previous post was at 04:42 PM ----------
Done ^^
Click to expand...
Click to collapse
Don't worry sir!
Thanks for u help!
I'll try it in the weekend
Hello, I know this post is from more than a month ago but I have a question, that clean lg rom, can I use it on a k4 model x230z? Would be my first time trying this and don't know the meaning of those letters at the end yet and I really hate the bloatware and personalized boot animation that my company installed on it
Yes, you can do it without problem
I have found the fastboot and I launched fastboot OEM unlock and it got confirmation page I can't press yes on it, so I'm stuck on unlocking the bootloader
janith4 said:
I have found the fastboot and I launched fastboot OEM unlock and it got confirmation page I can't press yes on it, so I'm stuck on unlocking the bootloader
Click to expand...
Click to collapse
Yes is "protected" i've read that using a dongle miniUSB to USB (https : //brain-images-ssl.cdn.dixons.com/1/6/10166261/u_10166261.jpg) you can connect a mouse/keyboard to do the job, didn't tried it yet cuz didn't wanted to avoid warranty but im past half way warranty so im going to try it soon.
Was messing around the x230h and by mistake did a full format so my nvram got erased, not a big deal is already fixed full working but still I want to fix it right, it would be helpful if someone can help me here, I just need the nvram.bin extracted with flashtools. ^^
VadjanD said:
Yes is "protected" i've read that using a dongle miniUSB to USB (https : //brain-images-ssl.cdn.dixons.com/1/6/10166261/u_10166261.jpg) you can connect a mouse/keyboard to do the job, didn't tried it yet cuz didn't wanted to avoid warranty but im past half way warranty so im going to try it soon.
Was messing around the x230h and by mistake did a full format so my nvram got erased, not a big deal is already fixed full working but still I want to fix it right, it would be helpful if someone can help me here, I just need the nvram.bin extracted with flashtools. ^^
Click to expand...
Click to collapse
Guys, do you know if I can get root access on a x230ds by following this thread? thanks in advance
vairedufes said:
Guys, do you know if I can get root access on a x230ds by following this thread? thanks in advance
Click to expand...
Click to collapse
You can try, they are mostly the same terminal, the last letters are generally regional settings the rom for the x230 is the neutral/original and then the company do the customs and the last letters are added, just remember to do a full flashtools backup including your nvram so you can recover it anytime, and if you could share the nvram.bin with me will be appreciated.
VadjanD said:
You can try, they are mostly the same terminal, the last letters are generally regional settings the rom for the x230 is the neutral/original and then the company do the customs and the last letters are added, just remember to do a full flashtools backup including your nvram so you can recover it anytime, and if you could share the nvram.bin with me will be appreciated.
Click to expand...
Click to collapse
Man, I thought I've already answered your comment, but now I'm seeing the answer it's not here
Well here we go...
While I'm willing to help all the poor x230ds community with this (and help myself too, lol) I think I need more detailed information on how to do it. Wish you could help!
Actually I've got root access on android before, It was 2015 and that didn't seem any hard at all. I remember I had just to put some files in SD card and restart phone in an unusual mode (by pressing some combination of keys), and from that state it could ran these SD card files. Also I remember something like clearing caches before installing custom ROMs and giving SuperSU access. It worked fine, but now I've got this x230ds and suddendly no one can do it :>
So let's get to work...
Just to show you the state I'm in when It comes to rooting-android-knowledge, for example when you've said you "got a terminal (LG-X230H-MM6.0-kernel-3.18.19+)", I was like "what on earth is a terminal, Is he talking about a cellphone?", lmao
As for the TWRP you've mentioned here, is this thing a "file" you put on SDCard too?
This the TWRP ported to our terminal if anyone wants it to test:
in google drive: /open?id=15g4hoMMKoIt6VKli7YgPsuguehcp4rCH
This one is the clean LG rom:
in needrom: /download/lg-x230-k4/
Click to expand...
Click to collapse
I suppose I have to download this clean LG rom and do something with this TWRP, but not sure what it is
just remember to do a full flashtools backup including your nvram so you can recover it anytime
Click to expand...
Click to collapse
Don't know how to do this backup, willing to study if you give me something about
and if you could share the nvram.bin
Click to expand...
Click to collapse
Sure! But need help on this one too
vairedufes said:
Man, I thought I've already answered your comment, but now I'm seeing the answer it's not here
Well here we go...
While I'm willing to help all the poor x230ds community with this (and help myself too, lol) I think I need more detailed information on how to do it. Wish you could help!
Actually I've got root access on android before, It was 2015 and that didn't seem any hard at all. I remember I had just to put some files in SD card and restart phone in an unusual mode (by pressing some combination of keys), and from that state it could ran these SD card files. Also I remember something like clearing caches before installing custom ROMs and giving SuperSU access. It worked fine, but now I've got this x230ds and suddendly no one can do it :>
So let's get to work...
Just to show you the state I'm in when It comes to rooting-android-knowledge, for example when you've said you "got a terminal (LG-X230H-MM6.0-kernel-3.18.19+)", I was like "what on earth is a terminal, Is he talking about a cellphone?", lmao
As for the TWRP you've mentioned here, is this thing a "file" you put on SDCard too?
I suppose I have to download this clean LG rom and do something with this TWRP, but not sure what it is
Don't know how to do this backup, willing to study if you give me something about
Sure! But need help on this one too
Click to expand...
Click to collapse
Greetings, first of all yes thats how you root most phones then we have the LG ones that have the bootloader locked so you can't do that, the bootloader locked in the LG phones protects the write of the boot.img and recovery.img so you can't write a custom recovery, most LG phones are like this, some can be rooted by other process as my LG L50, this one can be rotted using purpledrake, this program injects the root using the meta but this works only for 4.4.2-.
Can't post links yet so just remove the spaces in the links
Now, to backup your phone you need the scatter file that comes with the rom and the rom is on my others post is a clean LG rom no bloatware so even if you can't root it we can have a more clean one, is marked as a x230 it works really nice, you will need the SPFlashTools too. Too connect the phone to SPFlashTools; phone power off, press volume+ connect the USB and release volume+.
Clean X230 rom and Flashtools:
h tt ps : // drive.google. com/open?id=1VtnN14eRElO0LKo9bpo1k94rTPHSM215
h tt ps : // spflashtool. com/
And this video show you how to do it:
h tt ps : / / w w w . youtube. com/watch?v=UFiwuaxzhxM
Then you will need to check if you can unlock the bootloader, for that you will need to have the LG drivers installed and adb, check the next link there you have everything you need to do that, just follow the instructions:
h tt ps : / / w w w .skyneel. com/unlock-bootloader-lg-devices
Tell us if it works or are you stuck with the locked bootloader with the rest of us, gl.
Edit: In case you have the bootloader locked and can't unlock it (the volume+ key didn't work only the volume-)
and you want to install the clean rom, first of all backup your nvram as the video show you so even if you make a mistake you can recover it, this video show you how to:
h tt ps : / / www .youtube. com/watch?v=pOXS8yUlKig
Drivers:
h tt ps : / / drive.google. com/open?id=1p770FY4XZ2YwdMo49a8D54_P81HedKKo
The first time you connect the cellphone in download mode it can be a pain, the modem only connects for a few seconds so is hard to manually install the driver, luckily it will work just trying to connect it twice and will work.
Use only "Download Only" or "Firmware Upgrade" don't use "Format all + Download" the last one will erase the nvram too and if you don't have it and you have a locked bootloader it will be a pain to full fix it, that was my mistake still not sure how and why I select it, it was late and I was sleepy but erased my nvram. XD
Hello, I would like to know if it is possible to make a backup before proceeding to install this twrp since I am afraid that something will happen
VadjanD said:
Greetings, first of all yes thats how you root most phones then we have the LG ones that have the bootloader locked so you can't do that, the bootloader locked in the LG phones protects the write of the boot.img and recovery.img so you can't write a custom recovery, most LG phones are like this, some can be rooted by other process as my LG L50, this one can be rotted using purpledrake, this program injects the root using the meta but this works only for 4.4.2-.
Can't post links yet so just remove the spaces in the links
Now, to backup your phone you need the scatter file that comes with the rom and the rom is on my others post is a clean LG rom no bloatware so even if you can't root it we can have a more clean one, is marked as a x230 it works really nice, you will need the SPFlashTools too. Too connect the phone to SPFlashTools; phone power off, press volume+ connect the USB and release volume+.
Clean X230 rom and Flashtools:
h tt ps : // drive.google. com/open?id=1VtnN14eRElO0LKo9bpo1k94rTPHSM215
h tt ps : // spflashtool. com/
And this video show you how to do it:
h tt ps : / / w w w . youtube. com/watch?v=UFiwuaxzhxM
Then you will need to check if you can unlock the bootloader, for that you will need to have the LG drivers installed and adb, check the next link there you have everything you need to do that, just follow the instructions:
h tt ps : / / w w w .skyneel. com/unlock-bootloader-lg-devices
Tell us if it works or are you stuck with the locked bootloader with the rest of us, gl.
Edit: In case you have the bootloader locked and can't unlock it (the volume+ key didn't work only the volume-)
and you want to install the clean rom, first of all backup your nvram as the video show you so even if you make a mistake you can recover it, this video show you how to:
h tt ps : / / www .youtube. com/watch?v=pOXS8yUlKig
Drivers:
h tt ps : / / drive.google. com/open?id=1p770FY4XZ2YwdMo49a8D54_P81HedKKo
The first time you connect the cellphone in download mode it can be a pain, the modem only connects for a few seconds so is hard to manually install the driver, luckily it will work just trying to connect it twice and will work.
Use only "Download Only" or "Firmware Upgrade" don't use "Format all + Download" the last one will erase the nvram too and if you don't have it and you have a locked bootloader it will be a pain to full fix it, that was my mistake still not sure how and why I select it, it was late and I was sleepy but erased my nvram. XD
Click to expand...
Click to collapse
sorry but I can not unlock the bootloader
LGs suck! I have 7.0 & will be stuck with it until I get new phone..
This terminal is very difficult to control, the bootloader can not be unlocked, it can not be rooted using kingroot or some other method, it is required that the roms are "signed" for the sp flash tool so nothing can be done. even the download mode does not work ...
I have a doubt why I can not update using fota with the rom x230 clean?
I remember that I recently received an update and now with this rom it does not detect any update
JaegerFox said:
This terminal is very difficult to control, the bootloader can not be unlocked, it can not be rooted using kingroot or some other method, it is required that the roms are "signed" for the sp flash tool so nothing can be done. even the download mode does not work ...
I have a doubt why I can not update using fota with the rom x230 clean?
I remember that I recently received an update and now with this rom it does not detect any update
Click to expand...
Click to collapse
For the type of rom, this rom is the LG stock rom and is the last from LG, mostly the last update that you got is from your custom dealer rom (I have too one a lot more modern from Telcel México 06/2018) but for me I prefer a cleaner rom that is stable than a modern one, I have no problems with the clean one everything works great and the last update from Telcel just added more bloatware and more adds.

Categories

Resources