Related
Hi, sorry if posting in wrong section
Im currently stuck in bootloop after modifying framework-res.apk.
Phone is of course rooted, used root explorer to paste the framework-res.apk, renamed the original one.
I have googled around a bit, and im pretty confused
Any ideas how to make it boot?
Thanks!!
As it is stuck in a bootloop , all u can do is flash a stock Rom again, I find this is the only solution or may be u can push stock framework if available using adb!!
Sent from my SK17i using XDA Premium App
Wenever modifying framework u shud always consider backing up your Rom!!
Sent from my SK17i using XDA Premium App
First, thanks for the replies !!!
I messed around with fastboot a little yesterday, and i have a little problem installing it. I finally figured out how to install the drivers, but I cant get adb open, it just closes after clicking on it
How can I get this work?
First of all you should have set right permissions for the file before restart
ADB starting only from command line, and if you use Vista or Seven just right click on the folder where ADB is situated and type "ADB"
use SEUS ... it's the easy way ...
um isnt that for older SE phones? Or maybe im wrong
I couldnt find anything about it..
Ok I finally got ADB working, however it cant find my phone :/
I connected it via fastboot (?), like holding down vol-up and plug in USB, phone gets a blue notification light up left.
Is this the right mode? Drivers should be working just fine according to device manager..
Thx
rubikum said:
Ok I finally got ADB working, however it cant find my phone :/
I connected it via fastboot (?), like holding down vol-up and plug in USB, phone gets a blue notification light up left.
Is this the right mode? Drivers should be working just fine according to device manager..
Thx
Click to expand...
Click to collapse
I think so
jaxzkeren said:
use SEUS ... it's the easy way ...
Click to expand...
Click to collapse
SEUS knows if you tried to modify your phone. It won't help.
SUES is like Big Brother, it's watching you... :creep:
rubikum said:
um isnt that for older SE phones? Or maybe im wrong
I couldnt find anything about it..
Click to expand...
Click to collapse
SEUS? or sony ericsson update service still work with android devices, in fact for me works better than PC companion....
Phantoome said:
SEUS knows if you tried to modify your phone. It won't help.
SUES is like Big Brother, it's watching you... :creep:
Click to expand...
Click to collapse
I have rooted, and modified the system with uto kitchen, and other mods here in the forum and still dont have any problem if I try to flash it with SEUS
Change the permission of the file which you have copied.
Don't worry it will work fine.
---------- Post added at 08:21 AM ---------- Previous post was at 07:49 AM ----------
Root Explorer Can do the trick.
hello.. im also stuck in boot loops.. so how can i fix this using adb tools ??? plsss help :\
reflash using wotanserver
may be you wrong to set permissions
sir please please please help me i have micromax A110 i have same problem but i have backup my data and it is in internal sd card i have backup data through clockword recovery but no luck it is just boot lopping please someone help
Lol this happends never, because i know how to modify framework-res.apk properly (lol), i build a flashable zip on my phone always to make sure it copied, and have a flashable zip with framework-res.
Well, the easiest solution is to reflash the ROM/framework-res.
Jader13254 is right, you should always have a rescue strategy before messing around with something like framework-res.apk. It sounds like you don't have cwm recovery installed, which sounds particularly crazy. The bootlooping is going to make it difficult to use adb or android commander or anything similar with out recovery. If you have cwm you have some options to push the working framework onto the phone, but with out cwm, I think you can only use SUS/SEUS/PCC or flashtool to repair your phone. Just check for any of the guides for rooting, unbricking, updating ,etc your device.
So, my phone is stuck in a boot loop. I can restore factory setting but first i want to back up my data .. specifically my text messages and pictures. They are very important. Is there a way i can do that ?
the bad news is Im not rooted. now im trying to find ways to save data from my the phone before i do a factory reset. i hope i can sort it out.
Thanks,
runingwild said:
So, my phone is stuck in a boot loop. I can restore factory setting but first i want to back up my data .. specifically my text messages and pictures. They are very important. Is there a way i can do that ?
the bad news is Im not rooted. now im trying to find ways to save data from my the phone before i do a factory reset. i hope i can sort it out.
Thanks,
Click to expand...
Click to collapse
Your pictures should be on your SD and unaffected, but without root I'd say goodbye to your messages.
XperienceD said:
Your pictures should be on your SD and unaffected, but without root I'd say goodbye to your messages.
Click to expand...
Click to collapse
so is there no hope even by using ADB commands for example, or some other way? :crying:
up
runingwild said:
so is there no hope even by using ADB commands for example, or some other way? :crying:
Click to expand...
Click to collapse
I think, without root, you can't view /data, but you can try.
If you can, the sms should be located in this .xml: er /data/data/com.android.providers.telephony/databases/mmssms.db
Then backup it via adb, reflash your rom and replace the file with the backuped one.
If you can't access /data, maybe you can root/flash cwm to your phone too, if it's bootloped? (Phone specific, so I don't know.)
Good luck.
Sent from my GT-I9100 using xda app-developers app
cakebomb said:
I think, without root, you can't view /data, but you can try.
If you can, the sms should be located in this .xml: er /data/data/com.android.providers.telephony/databases/mmssms.db
Then backup it via adb, reflash your rom and replace the file with the backuped one.
If you can't access /data, maybe you can root/flash cwm to your phone too, if it's bootloped? (Phone specific, so I don't know.)
Good luck.
Sent from my GT-I9100 using xda app-developers app
Click to expand...
Click to collapse
thanks for the advice,
and how can i view the .xml file? (im not experienced with android..)
btw, its an Htc Desire S. yes its stuck in bootloop now
runingwild said:
thanks for the advice,
and how can i view the .xml file? (im not experienced with android..)
btw, its an Htc Desire S. yes its stuck in bootloop now
Click to expand...
Click to collapse
Connect your phone to your computer, start adb shell and type in su and then cd data
If you can view the directory by typing in ls you should be able, to copy the .xml to your computer.
Sorry for the late reply.^^
cakebomb said:
Connect your phone to your computer, start adb shell and type in su and then cd data
If you can view the directory by typing in ls you should be able, to copy the .xml to your computer.
Sorry for the late reply.^^
Click to expand...
Click to collapse
ok thanks. i downloaded SDK, then installed ADB package. But now i click on Adb icon and it wont open. what am i doing bad??
runingwild said:
ok thanks. i downloaded SDK, then installed ADB package. But now i click on Adb icon and it wont open. what am i doing bad??
Click to expand...
Click to collapse
You have to open cmd.exe and navigate to the location, where the adb file is located.
Then type in ‘adb shell’.
Sent from my Nexus 7 using xda app-developers app
cakebomb said:
You have to open cmd.exe and navigate to the location, where the adb file is located.
Then type in ‘adb shell’.
Sent from my Nexus 7 using xda app-developers app
Click to expand...
Click to collapse
when i type in adb shell, it says Error: device not found, while the phone was in the boot menu.
Is it maybe because im missing drivers? I googled a bit and now i have the driver i need, its .exe file , what should i do with this file? if i double click on it, i get an error message.
thanks
runingwild said:
when i type in adb shell, it says Error: device not found, while the phone was in the boot menu.
Is it maybe because im missing drivers? I googled a bit and now i have the driver i need, its .exe file , what should i do with this file? if i double click on it, i get an error message.
thanks
Click to expand...
Click to collapse
Yes, the drivers could be the problem or maybe (but I don't hope so) the phone isn't recognizable in this mode via adb.
If you're using Windows, go to the device manager and check, if there's a android thing with a exclamation, then refresh the driver of this, if it's possible. Simply via right click etc. (Of course, if the device is connected.)
And have you tried this here? http://forum.xda-developers.com/showpost.php?p=15585507&postcount=2
btw: Your phone seems to don't boot up since a few days, do you don't need it? Another idea is, maybe you can backup all your files via fastboot/download mode or something else, but you'll have to post this question in the device specifically forum, because it's different on phones.
Okay, one more time good luck.
hello
cakebomb said:
Yes, the drivers could be the problem or maybe (but I don't hope so) the phone isn't recognizable in this mode via adb.
If you're using Windows, go to the device manager and check, if there's a android thing with a exclamation, then refresh the driver of this, if it's possible. Simply via right click etc. (Of course, if the device is connected.)
And have you tried this here? http://forum.xda-developers.com/showpost.php?p=15585507&postcount=2
btw: Your phone seems to don't boot up since a few days, do you don't need it? Another idea is, maybe you can backup all your files via fastboot/download mode or something else, but you'll have to post this question in the device specifically forum, because it's different on phones.
Okay, one more time good luck.
Click to expand...
Click to collapse
yes, in the device manager there is an android thing with a yellow exclamation. i clicked on refresh the driver and i get the window asking me where i want to get the driver from. since i have the driver in an Sd card, i´ll try that tomorrow.
well, i do need the phone, but now im using my old one. until i can finally fix this issue.
What did you mean with the Fastboot mode? when im in the boot menu, i can select Fastboot, but it wont help much, because it will just start the booting again (bootloop). but i dont know if this is what you meant with fastboot.
thanks
runingwild said:
yes, in the device manager there is an android thing with a yellow exclamation. i clicked on refresh the driver and i get the window asking me where i want to get the driver from. since i have the driver in an Sd card, i´ll try that tomorrow.
well, i do need the phone, but now im using my old one. until i can finally fix this issue.
What did you mean with the Fastboot mode? when im in the boot menu, i can select Fastboot, but it wont help much, because it will just start the booting again (bootloop). but i dont know if this is what you meant with fastboot.
thanks
Click to expand...
Click to collapse
Okay, but you can also let Windows automaticly search the internet for the drivers.
About fastboot, I don't know if you can backup files with this. (Normally you can use this to flash boot.img etc.) And I don't know, how it works on your device, so ask in your device forum.
Sent from my GT-I9100 using xda app-developers app
adb is not recognizing the device, so im giving up on recoverying the phone data. I tried a factory reset to fix the bootloop but it aint working either. So now i can only think of sending it to the Htc technical center, the phone is under warranty.
runingwild said:
adb is not recognizing the device, so im giving up on recoverying the phone data. I tried a factory reset to fix the bootloop but it aint working either. So now i can only think of sending it to the Htc technical center, the phone is under warranty.
Click to expand...
Click to collapse
Okay.
Are you talking about flashing stock rom, when you said factory reset?
If not, maybe this helps. (There's a link to flash stock rom in this thread.)
http://forum.xda-developers.com/showthread.php?t=1186401
Sent from my GT-I9100 using xda app-developers app
(Update)
Go Here
http://forum.xda-developers.com/showthread.php?p=43770474
I'll be using this once those files are up. I already have root and CWM recovery from this thread, will it be okay for me to use this guide without reverting anything?
nullvader said:
I'll be using this once those files are up. I already have root and CWM recovery from this thread, will it be okay for me to use this guide without reverting anything?
Click to expand...
Click to collapse
What do you mean without reverting anything?
How is this different then the other guides? Not noticing any new steps here for unlocking
Sent from my SGH-I777 using xda premium
carloswii5 said:
What do you mean without reverting anything?
Click to expand...
Click to collapse
Would I be able to use this guide with my L9 as is (with root and CWM recovery already)?
nullvader said:
Would I be able to use this guide with my L9 as is (with root and CWM recovery already)?
Click to expand...
Click to collapse
Yea why wouldnt you be?
psychoace said:
How is this different then the other guides? Not noticing any new steps here for unlocking
Sent from my SGH-I777 using xda premium
Click to expand...
Click to collapse
I dont know if you read the Title
Unlock Bootloader Full Guide Start To Finish
Click to expand...
Click to collapse
Something here doesn't make any sense, I can't find a mirror for V20B anywhere.. does this mean I'm stuck with a locked bootloader or is there another alternative?
leolawliet said:
Something here doesn't make any sense, I can't find a mirror for V20B anywhere.. does this mean I'm stuck with a locked bootloader or is there another alternative?
Click to expand...
Click to collapse
You will find it in this thread http://forum.xda-developers.com/showthread.php?p=41388372
Look for the drop box link in the first post.
Or check out this other guide lol
It has the official kdz link.
http://forum.xda-developers.com/showthread.php?p=39333298
Sent from my LGMS769 using xda app-developers app
Just a quick question,
I live in an area with no signal and I use wifi calling for text/wifi. Do I have to have signal during the 30 minute wait to be prompted after I run the commands and reboot?
leolawliet said:
Something here doesn't make any sense, I can't find a mirror for V20B anywhere.. does this mean I'm stuck with a locked bootloader or is there another alternative?
Click to expand...
Click to collapse
I couldn't upload it via drop box keeps getting error... Know some other place to upload?
hufger said:
Just a quick question,
I live in an area with no signal and I use wifi calling for text/wifi. Do I have to have signal during the 30 minute wait to be prompted after I run the commands and reboot?
Click to expand...
Click to collapse
Unfortunately yes
hufger said:
Just a quick question,
I live in an area with no signal and I use wifi calling for text/wifi. Do I have to have signal during the 30 minute wait to be prompted after I run the commands and reboot?
Click to expand...
Click to collapse
It might work, if I remember correctly, some have done it with no signal only wifi, I would leave it on longer than 30 mins though.
Sent from my LGMS769 using xda app-developers app
kuma82 said:
It might work, if I remember correctly, some have done it with no signal only wifi, I would leave it on longer than 30 mins though.
Sent from my LGMS769 using xda app-developers app
Click to expand...
Click to collapse
Nope needs signal
Sent From My Deodexed V21B
So I got my bootloader unlocked but unfortunately during the second flashing process the up test program froze and errored out, now my phone isnt recognized in adb devices and will only go into s/w upgrade mode.
Edit: I also tried fastboot and was able to sucessfuly get into fasboot but flashing the stock x-loader and u-boot was unsucessful and fastboot just gave me the "waiting on device" message.
Edit 2: So after quite the night of running through your guide and a couple of hard ships, I have to say this a very well written guide and it would have worked the first try if I had been doing too much multitasking while in the second flash process.
Overall was easy to follow and I got through after having failed attempts with others guide before due to oem unlock command not working after waiting.
Also I highly reccomend anyone who is going to try this to at least give the other tutorials on unlocking the bootloader for the p769 a solid read through. It will make a difference in what you understand and dont.
Lots of props and I look forward to seeing what you do for our phone in the future!
the flashing tool crashes on me every time I try to read phone information
halomademeapc said:
the flashing tool crashes on me every time I try to read phone information
Click to expand...
Click to collapse
Dont read phone info. Just upgrade start at that point.
Sent from my LG-P769 using xda premium
hufger said:
So I got my bootloader unlocked but unfortunately during the second flashing process the up test program froze and errored out, now my phone isnt recognized in adb devices and will only go into s/w upgrade mode.
Edit: I also tried fastboot and was able to sucessfuly get into fasboot but flashing the stock x-loader and u-boot was unsucessful and fastboot just gave me the "waiting on device" message.
Edit 2: So after quite the night of running through your guide and a couple of hard ships, I have to say this a very well written guide and it would have worked the first try if I had been doing too much multitasking while in the second flash process.
Overall was easy to follow and I got through after having failed attempts with others guide before due to oem unlock command not working after waiting.
Also I highly reccomend anyone who is going to try this to at least give the other tutorials on unlocking the bootloader for the p769 a solid read through. It will make a difference in what you understand and dont.
Lots of props and I look forward to seeing what you do for our phone in the future!
Click to expand...
Click to collapse
Thanks for the positive feedback mate i really appreciate it and as of right now im working on a porting a MIUI ROM but i havent had time so i havent worked on it for almost 2 weeks but its at the point where its about to boot just a couple of more mods
V20b europe open file missing?!
carloswii5 said:
I couldn't upload it via drop box keeps getting error... Know some other place to upload?
Click to expand...
Click to collapse
I cant seem to location the V20B Europe Open KDZ either. Looks like LG updated to V20C for it.... anyone know of a working link to the v20b kdz??
---------- Post added at 06:58 PM ---------- Previous post was at 06:33 PM ----------
EDIT: I have located it, It is Here, second link in first post: https://docs.google.com/file/d/0B059sYrh0T19UWluVjVWaGJpTFU/edit?usp=sharing This include a few other files include the v20bkdz
confused abotu superuser part.....
So carlos it looks like i was having the same issue as you that you posted in another unlocking bootloader thread, cant get past the adb oem-unlock. It just keeps doing a normal reboot.
I saw you got it to work with the wifi connection, is that confirmed needed for every attempt?
also in your guide you have the following command: Go to the Superuser App and update the binary the normal way
I dont know what that means , could you explain that part a little better. Thanks
I want to keep this thread short.
So lets get to work.
Everything here is about Huawei y-625xx phones.
Don't try this on any other phone or u gonna get ur phone bricked.
I will not be responsible if anything happens to ur phone.
This things works perfectly as it was tested by many user's.
I don't have this phone,my cousin does and I did it for him.
So it should work for u too.
ROOT
Get the latest kingroot app from here
Turn on data
click root
wait until it reboots ur phone and shows its rooted.
U can easily root using '360 root app' now!
And its completely safe
See reply #50 for details
RECOVERY
here's a video tutorial from The Best about installing T.W.R.P on y-625.
Here's the steps that r shown in this video.
Written by xda member @AkaruiTenshi
First of all, you will need to install abd and fastboot drivers if you're on a windows pc, if you use linux, just install abd and fastboot packages and dependencies for your distro.Connect the phone in the computer using an usb cable, and activate the debug in the phoneNext step, on windows open the command line...
In linux, just open the terminalNow call the abd, just type this (whitout quotes):
"abd -start-server"
Wait a little bit, in your phone will apear a mensage to validare the abd acess to the phone, just say yes...Again in the terminal or command line,
type:"abd reboot bootloader"(do not wait until the phone reboot).
type
"fastboot boot recovery.img".
After this, the twrp will boot in your phone, without installation (if you install the twrp, your warranty is void),
you can use twrp for backup your stock rom for exemple...
If you want to install the twrp, just change the last comand to:
"fastboot flash recovery recovery.img"
Method two---
Simply grab flashify or mobile uncle tool app and flash the recovery.img with those.
These 2 app needs root access.
ROMS
Sorry guys.
No luck for rom yet.
But my friend is trying to port Carbon kk on this device.
If he finishes it,I will post here...
Here's stock rom--
http://forum.xda-developers.com/general/xda-assist/stock-rom-huawei-y625-u43-t3288104
Regards,BatDroid
reserved
no huawei user's??!! :-/
now that's really disheartening
I need stock recovery.img for y625-u51 Please help!
BabaPena said:
I need stock recovery.img for y625-u51 Please help!
Click to expand...
Click to collapse
Here's stock rom.
Get it from here.
http://forum.xda-developers.com/general/xda-assist/stock-rom-huawei-y625-u43-t3288104
bump
Thank you for making this tread! I am very excited to hear that someone is trying to port a ROM for our device! :fingers-crossed:
matevt said:
Thank you for making this tread! I am very excited to hear that someone is trying to port a ROM for our device! :fingers-crossed:
Click to expand...
Click to collapse
Actually my friend stopped for his exam.
And there isn't any reply from user's.
Glad to see someone replied to this thread.
BatDroid said:
Actually my friend stopped for his exam.
And there isn't any reply from user's.
Glad to see someone replied to this thread.
Click to expand...
Click to collapse
Yep. Our device ins't very popular hence the low user activity here :\ but I've seen people asking for ROMs/EMUI updates.
Hope your friend continues development! Fingers crossed!
Btw I have a y625-U51 firmware. I'm not exactly sure what is with the "Uxx" versions.
https://drive.google.com/file/d/0B4mU_jy0onxoV0E0RlBmSFhYeEk/view?usp=sharing
matevt said:
Btw I have a y625-U51 firmware. I'm not exactly sure what is with the "Uxx" versions.
https://drive.google.com/file/d/0B4mU_jy0onxoV0E0RlBmSFhYeEk/view?usp=sharing
Click to expand...
Click to collapse
xx means supported for all.
BatDroid said:
xx means supported for all.
Click to expand...
Click to collapse
Oh I meant it like "U+number" like U21, U32, U48, U51
Can i install version u51 to y625-u21?
nighthawk84 said:
Can i install version u51 to y625-u21?
Click to expand...
Click to collapse
I have asked Huawei support for a simmilar question here's the reply:
"...Given that your device is manufactured for Bulgaria, you may refer to http://consumer.huawei.com/bg/support/index.htm to select your country region of support to be assisted accordingly.
Kindly be inform that Huawei strongly do not suggest the customers to download upgrade from a different region as it will affect the device performance and void the warranty. "
Anyone know how to get into fastboot without pc?
Thank You for creating this thread.Is there any way to port Lollipop Roms to this device?
---------- Post added at 06:13 PM ---------- Previous post was at 06:12 PM ----------
boxter7 said:
Anyone know how to get into fastboot without pc?
Click to expand...
Click to collapse
Remove battery, place it back in and press all physical buttons till phone shows boot logo.
I try this but phone frozen after show logo...
boxter7 said:
I try this but phone frozen after show logo...
Click to expand...
Click to collapse
That's because it is on fastboot?
Tadael said:
That's because it is on fastboot?
Click to expand...
Click to collapse
Hey tadael, I try but always says that devices not connect. But when I try form recovery adb sideload work.
Hi. I am rather new to this, so please keep this in mind when I tell you what I have done.
I have a Huawei Y6 Elite. I unlocked the boot loader successfully and then tried to flash TWRP via fastboot. Somehow in this process I have flashed it to the boot partition. Now it boots to TWRP - ONLY. I can enter the recovery mode in the phone but that doesn't offer much.
The phone is NOT rooted.
Please, can someone offer me some kind of solution...??
Is it possible to flash the original firmware via TWRP and start again? If so, can someone PLEASE point me to a link to download it.
The firmware version I need is Huawei Y6 Elite LYO-L02 C718B123.
Any help would be appreciated incredibly. Thank you.
Follow this link.. Hope.. you will find your stock rom..
https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146
---------- Post added at 04:48 PM ---------- Previous post was at 04:39 PM ----------
And if you find the stock rom...
Then
extract the zip file which contains the rom. you'll find a folder name dload
send this dload folder to your sdcard's root directory
put the sdcard in your phone
now power on your device by pressing Vol+, Vol- and Power button at the same time.
it will start installing the official rom
Note: It will only work with Stock Recovery.
If you don have stock recovery then
Download Huawei Update Extractor
Extract the Recovery from downloaded UPDATE.APP in dload folder
put the recovery in your fastboot folder
flash the Stock recovery using fastboot
Thanks for responding.
I did follow the link and use the firmware finder, however I can't work out how to download any firmware versions.
Also I did not have any luck with the update extractor.
Is there a slightly more simplified way you can explain it. I can't seem to get my head around it.
Again, thanks for any and all help. It is greatly appreciated.
heljoy said:
Thanks for responding.
I did follow the link and use the firmware finder, however I can't work out how to download any firmware versions.
Also I did not have any luck with the update extractor.
Is there a slightly more simplified way you can explain it. I can't seem to get my head around it.
Again, thanks for any and all help. It is greatly appreciated.
Click to expand...
Click to collapse
i only found this ota on firmwarefinder
http://update.hicloud.com:8180/TDS/data/files/p3/s15/G1228/g223/v88791/f1/full/update.zip
Edit: found full firmware this is for lyo-l02 b124
https://easy-firmware.com/index.php?a=browse&b=file&id=83095\
extract the zip and extract the update.app with huawei update extracter and then flash via fastboot
Is there a trick to downloading from easy firmware or do i have to subscribe.?
heljoy said:
Is there a trick to downloading from easy firmware or do i have to subscribe.?
Click to expand...
Click to collapse
I will check
---------- Post added at 09:30 AM ---------- Previous post was at 09:29 AM ----------
Amaan007 said:
I will check
Click to expand...
Click to collapse
Edit I think u have to
Here is a new Zealand firmware try it
http://gsm-firmware.com/index.php?a=browse&b=file-info&id=18199
Damn it... every time I get close something seems to stand in the way..
Will the hicloud option still work?
What do I need to do with it?
heljoy said:
Damn it... every time I get close something seems to stand in the way..
Will the hicloud option still work?
What do I need to do with it?
Click to expand...
Click to collapse
Hicloud is an ota not the full firmware
Did it work
Hey sorry for such a delayed response.
No it did not work.
Hi helijoy,
This might be quite late, but I can help you if you can give me your /system image. If you're certain you have TWRP on your boot partition, I can give you stock boot. To extract /system, go into TWRP>Mount, select System, make sure you have adb set up (google it if not) and do these commands (from adb):
adb shell
su
dd if=/dev/block/mmcblk0p22 of=/sdcard/system.img
exit
adb pull /sdcard/system.img C:/
(replace C: with where ever you want to save it to).
Then upload the file (system.img) to something like mega or google drive and post the link here.
Huawei y6 elite (LYO-L02) rooting problem
Hi all, I have a huawei y6 elite LYO_L02C718B123
Im new to all this so not quiet sure im doing it right. I followed the steps in the article (https://forum.xda-developers.com/android/general/root-root-huawei-y6-elite-australia-t3548204),And everything went well but when i use the root checker i get a
STAGE 3 - Root User Account : Error
Error: stderr: null, stdout: null,exit_value: 1.
So hope someone can help me cause im so lost.
Moonlighter
TWRP Huawei
Hey there,
So I have just got the phone charging and am about to start trying what you suggested.
What do I need to select here..?
Thanks, Andrew.
https://forum.xda-developers.com/picture.php?albumid=14604&pictureid=56629
heljoy said:
Hey there,
So I have just got the phone charging and am about to start trying what you suggested.
What do I need to select here..?
Thanks, Andrew.
https://forum.xda-developers.com/picture.php?albumid=14604&pictureid=56629
Click to expand...
Click to collapse
Hi helijoy,
system is already selected so you do not have to do anything else. Just follow the rest of the instructions from your computer with your phone plugged in and booted to TWRP.
Thanks~
---------- Post added at 04:49 PM ---------- Previous post was at 04:41 PM ----------
m00nlight3r said:
Hi all, I have a huawei y6 elite LYO_L02C718B123
Im new to all this so not quiet sure im doing it right. I followed the steps in the article (https://forum.xda-developers.com/android/general/root-root-huawei-y6-elite-australia-t3548204),And everything went well but when i use the root checker i get a
STAGE 3 - Root User Account : Error
Error: stderr: null, stdout: null,exit_value: 1.
So hope someone can help me cause im so lost.
Moonlighter
Click to expand...
Click to collapse
Hi moonlighter,
Can you please link to which root checker app you used? Did you remember to open SuperSU first and upgrade binaries? If not, please do so. After that's done, clear data of the root checker and try again. Also, if possible, try another root checking app.
Awaiting your response,
CyanicSword
Cyanic Sword said:
Hi helijoy,
system is already selected so you do not have to do anything else. Just follow the rest of the instructions from your computer with your phone plugged in and booted to TWRP.
Thanks~
---------- Post added at 04:49 PM ---------- Previous post was at 04:41 PM ----------
Hi moonlighter,
Can you please link to which root checker app you used? Did you remember to open SuperSU first and upgrade binaries? If not, please do so. After that's done, clear data of the root checker and try again. Also, if possible, try another root checking app.
Awaiting your response,
CyanicSword
Click to expand...
Click to collapse
Thank you for getting back to me so qquick i used root checker basic and 4 other root checkers but i didnt think of flushing the data out. ill try that
m00nlight3r said:
Thank you for getting back to me so qquick i used root checker basic and 4 other root checkers but i didnt think of flushing the data out. ill try that
Click to expand...
Click to collapse
Hi moonlights,
As I already have said, ensure your SU binaries are up to date by opening SuperSU. And, if it's not too much to ask for, can you please go to TWRP, backup system and upload it somewhere? I was messing around with system and now I'm kind of stuck. It would be greatly appreciated if you could do this, as I have an an unusable phone.
Thanks again,
CyanicSword
Cyanic Sword said:
Hi helijoy,
This might be quite late, but I can help you if you can give me your /system image. If you're certain you have TWRP on your boot partition, I can give you stock boot. To extract /system, go into TWRP>Mount, select System, make sure you have adb set up (google it if not) and do these commands (from adb):
adb shell
su
dd if=/dev/block/mmcblk0p22 of=/sdcard/system.img
exit
adb pull /sdcard/system.img C:/
(replace C: with where ever you want to save it to).
Then upload the file (system.img) to something like mega or google drive and post the link here.
Click to expand...
Click to collapse
Ok... I think I must be doing something wrong.
I am sure I have ADB setup correctly though.
How exactly do you "do those commands" from ADB?
Sorry for the dense questions.
Cheers.
heljoy said:
Ok... I think I must be doing something wrong.
I am sure I have ADB setup correctly though.
How exactly do you "do those commands" from ADB?
Sorry for the dense questions.
Cheers.
Click to expand...
Click to collapse
Hi helijoy,
You said you have already used fastboot to flash TWRP. Now all you need to do is boot into TWRP, plug it in to your computer and run the commands I gave you exactly like how you ran fastboot flash recovery ......
heljoy said:
Ok... I think I must be doing something wrong.
I am sure I have ADB setup correctly though.
How exactly do you "do those commands" from ADB?
Sorry for the dense questions.
Cheers.
Click to expand...
Click to collapse
Hi again helijoy,
Another thing you can do is go to TWRP>Backup and backup everything (if you don't have any space left, just do recovery, boot and system; does are the important ones). Take this backup, upload it to something like MEGA or Google Drive and post the link here. To get this backup, do the steps in TWRP, and then connect it to your computer. Open explorer, go to the phone in This PC, ang check both Internal Storage and MicroSD Card. It will be in the TWRP>Backups folder, and the folders name will have a date and time.just upload this entire folder and post the link here.
Thanks,
CyanicSword