[Help] Blu Vivo 4.8 - General Questions and Answers

Hello friends, I need your help...
Since i did a Dalvik-Cache clean on my phone, it got stuck on the bootlogo...
I can't find anywhere the stock rom and the scatter file to try amend this with SPTool since I dont have CWM or TWRP.
If there is a way to just get my files, pictures and music back will be enough help...
:crying:

Since no one bothered to help me, I managed to find a solution.
Will share here what i done.
1- Downloaded adb and put at C:/adb
2- Downloaded my phone usb/adb drivers.
3- Put my phone into factory mode by holding Volume-down key and power
4- By doing previous step and connecting the usb cable on the phone to pc, is possible to use adb commands
5- Used the command = adb pull /storage/sdcard0 C:/adb/Phone-Files (Can't start "adb shell" otherwise file/folder copy is blocked) from the cmd at the adb folder
6- Waited a hour and half to get everything from my phone to the folder = C:/adb/Phone-Files
I'm on my way to learn how to fix the Dalvik-Cache deletion.
Maybe getting the stock rom somewhere and using pull may solve... :fingers-crossed:

Related

[Q] Phone stuck in setup wizard

Hello, I recently updated from CWM 10.1 to CWM 10.2, but didn't like it and after a full wipe flashed CWM 10.1 with Teamwin recovery to my phone. Then I saw I forgot to flash gapps, so i downloaded them with goomanager and flashed them again. After I did this my phone keeps popping the messages "Installation wizard has stopped working" and "The process com.google.process.gapps has stopped working". I can't get to the menu or settings.
I tried to boot into recovery by holding down volume down and the power button, but this doesn't seem to work. I also tried several programs which allow booting into recovery or hboot, but they don't seem to detect my phone. I still can put files onto my sd-card.
Does anyone know what I could do in this situation to get into recovery again?
I really appreciate the time you put into giving an answer or reading this question.
cmleon said:
Hello, I recently updated from CWM 10.1 to CWM 10.2, but didn't like it and after a full wipe flashed CWM 10.1 with Teamwin recovery to my phone. Then I saw I forgot to flash gapps, so i downloaded them with goomanager and flashed them again. After I did this my phone keeps popping the messages "Installation wizard has stopped working" and "The process com.google.process.gapps has stopped working". I can't get to the menu or settings.
I tried to boot into recovery by holding down volume down and the power button, but this doesn't seem to work. I also tried several programs which allow booting into recovery or hboot, but they don't seem to detect my phone. I still can put files onto my sd-card.
Does anyone know what I could do in this situation to get into recovery again?
I really appreciate the time you put into giving an answer or reading this question.
Click to expand...
Click to collapse
do this
power on the device normally and connect it to pc
go to adb and fastboot folder and open there a command window and do
adb
adb devices
adb reboot bootloader
edit did you remove the battery(then reinsert it) first before holding power button and volume down?
rzr86 said:
do this
power on the device normally and connect it to pc
go to adb and fastboot folder and open there a command window and do
adb
adb devices
adb reboot bootloader
edit did you remove the battery(then reinsert it) first before holding power button and volume down?
Click to expand...
Click to collapse
I did remove the battery, but also tried it by shutting down and then booting into recovery.
I did the following:
-Downloaded ABD and Fastboot and put in on the Sd-card of my phone
-Then I ran the CMD file
-Typed adb and adb devices
-After typing adb reboot bootloader it said the device was not found
The phone was in usb storage mode when I did the above actions.
cmleon said:
I did remove the battery, but also tried it by shutting down and then booting into recovery.
I did the following:
-Downloaded ABD and Fastboot and put in on the Sd-card of my phone
-Then I ran the CMD file
-Typed adb and adb devices
-After typing adb reboot bootloader it said the device was not found
The phone was in usb storage mode when I did the above actions.
Click to expand...
Click to collapse
actually you aren't putting nothing in your sdcard
adb and fastboot files must be on c:android folder on your pc
do this on your pc
create a folder in c and name it as Android
put in that folder these three files
fastboot
adb
AdbWinApi.dll
connect your device in to pc and open in that foder the cmd window
rzr86 said:
actually you aren't putting nothing in your sdcard
adb and fastboot files must be on c:android folder on your pc
do this on your pc
create a folder in c and name it as Android
put in that folder these three files
fastboot
adb
AdbWinApi.dll
connect your device in to pc and open in that foder the cmd window
Click to expand...
Click to collapse
I never used abd and fastboot, so I misunderstood the proper way to use the files.
The problem is solved at last I managed to boot into recovery and flash my rom again.
Many thanks for your help!

Droid ultra kitkat update not installing

Recently I found out there was a kit kat update for my droid ultra it downloaded the update using 4G LTE and now and decided to install it then the phone shuts down and powers back up on its on I thought it was part of the update but this is the 100th time it's done it ive been waiting 8 hours for it to stop but it just keeps going it's not even showing any sign that it is updating!!!
I tried booting into recovery to factory reset it but whenever I select recovery it just boots up the phone normally HELP PLEASE!!!
response
droidusr2014 said:
Recently I found out there was a kit kat update for my droid ultra it downloaded the update using 4G LTE and now and decided to install it then the phone shuts down and powers back up on its on I thought it was part of the update but this is the 100th time it's done it ive been waiting 8 hours for it to stop but it just keeps going it's not even showing any sign that it is updating!!!
I tried booting into recovery to factory reset it but whenever I select recovery it just boots up the phone normally HELP PLEASE!!!
Click to expand...
Click to collapse
It appears as if you have installed some kind of rooting tool. The reason why the phone boots up normally after you choosing Recovery is because you don't have a custom recovery tool installed.
To solve this same problem, I factory reset my phone. (this is assuming that you have windows) To do this, install the Motorola Device Manager (google it and find the motorola support page, you can download it there) and reboot your computer.
Then connect the usb cable to your computer and download the android SDK platform tools from here -
ht tp://developer.android.com/sdk/index.html#download
^remove the space in ht tp because i can't post links
Extract the /sdk/platform-tools folder to a location which you can easily access.
Then, open command prompt and type
Code:
cd [mydirectory]
for example, if i stored the platform-tools folder on my desktop, i would type
Code:
cd C:\Users\[myusername]\Desktop\platform-tools
then open the bootloader (fastboot) by holding POWER and VOLUME-DOWN instead of just the power button when trying to boot.
OR type this into command prompt (your phone has to be turned on for this)
Code:
adb reboot bootloader
then, once your phone is in the bootloader (do not press anything on your phone at this point), type this in command prompt
Code:
fastboot -w
Remember, this will wipe all your user data / cache but it should make your phone work again. I'm not sure how to do this without factory resetting so if there are any users who are more experienced, feel free to post your better solution. thank you.
Thanks
Thank you so much currently I can't try out your method but it looks like it could work THANK YOU SO MUCH I'm going to try tonight and I'll tell you how it went. I really don't mind factory resetting as long as it saves my phone im all right thanks again :laugh:!!!
Pacnet_ said:
It appears as if you have installed some kind of rooting tool. The reason why the phone boots up normally after you choosing Recovery is because you don't have a custom recovery tool installed.
To solve this same problem, I factory reset my phone. (this is assuming that you have windows) To do this, install the Motorola Device Manager (google it and find the motorola support page, you can download it there) and reboot your computer.
Then connect the usb cable to your computer and download the android SDK platform tools from here -
ht tp://developer.android.com/sdk/index.html#download
^remove the space in ht tp because i can't post links
Extract the /sdk/platform-tools folder to a location which you can easily access.
Then, open command prompt and type
Code:
cd [mydirectory]
for example, if i stored the platform-tools folder on my desktop, i would type
Code:
cd C:\Users\[myusername]\Desktop\platform-tools
then open the bootloader (fastboot) by holding POWER and VOLUME-DOWN instead of just the power button when trying to boot.
OR type this into command prompt (your phone has to be turned on for this)
Code:
adb reboot bootloader
then, once your phone is in the bootloader (do not press anything on your phone at this point), type this in command prompt
Code:
fastboot -w
Remember, this will wipe all your user data / cache but it should make your phone work again. I'm not sure how to do this without factory resetting so if there are any users who are more experienced, feel free to post your better solution. thank you.
Click to expand...
Click to collapse
Will factory reset erase root??
One more thing I actually am currently rooted by using RockMyMoto so I think that is why the update didn't work but 1 last question when I factory reset will it erase root? I don't mind if it erases root but my main concern is that if root somehow stays I won't be able to do the software update.
Pacnet_ said:
It appears as if you have installed some kind of rooting tool. The reason why the phone boots up normally after you choosing Recovery is because you don't have a custom recovery tool installed.
To solve this same problem, I factory reset my phone. (this is assuming that you have windows) To do this, install the Motorola Device Manager (google it and find the motorola support page, you can download it there) and reboot your computer.
Then connect the usb cable to your computer and download the android SDK platform tools from here -
ht tp://developer.android.com/sdk/index.html#download
^remove the space in ht tp because i can't post links
Extract the /sdk/platform-tools folder to a location which you can easily access.
Then, open command prompt and type
Code:
cd [mydirectory]
for example, if i stored the platform-tools folder on my desktop, i would type
Code:
cd C:\Users\[myusername]\Desktop\platform-tools
then open the bootloader (fastboot) by holding POWER and VOLUME-DOWN instead of just the power button when trying to boot.
OR type this into command prompt (your phone has to be turned on for this)
Code:
adb reboot bootloader
then, once your phone is in the bootloader (do not press anything on your phone at this point), type this in command prompt
Code:
fastboot -w
Remember, this will wipe all your user data / cache but it should make your phone work again. I'm not sure how to do this without factory resetting so if there are any users who are more experienced, feel free to post your better solution. thank you.
Click to expand...
Click to collapse
Tried the method and it worked!!
I tried what you said and it worked perfectly but it still remembers my Wifi, wallpaper and all it showed the setup screen and I set it up so hopefully im in the clear the phone is downloading the update right now.
It will not allow the update and you will still end in boot loop. Need to remove root first: http://forum.xda-developers.com/showthread.php?t=2577029

LG G2 CM 11 BOOTLOOP! Help please!

hello guys, i just installed a nightly cm 11 on my LG G2 D805, i used a trick to convert it to D802, so its ok, but when i install the zip, i got stuck in the bootloader, i already wiped the data and cache, system, etc, the problem is i cant download and install another zip because the LG G2 has no SD ! ...i cant add more files to install, i need help, how i can unbrick my phone? please!
Can you enter the download mode?
This is easily solvable, I've had a few issues like you since the Nexus 5 does not have an SD Card slot either.
What you'll need to do is set up ADB, Google it if you don't have it.
Then go to where you have the contents (adb files). Or you can go into cmd (command promt) and type in "cd your/adb/folder/destination" if you haven't done the "cd" method simply go into the adb folder. And open a cmd window there, once open. Boot your device into recovery mode and plug in your cable to your PC. So that it detects your device.
Then in the command prompt window type the following command - "adb devices" (This will run adb and it'll check to see if adb is properly installed, if your device does not pop up, make sure you cable is in properly. If it still doesn't show, you will have to install the drivers for your device again... Properly).
Now it should list your device, go into the G2 section and download the preferred rom.
Once downloaded simply type this in the command prompt window.
Adb push path/to/rom.zip /sdcard
Eg - adb push c:/user/user/Downloads/cm11.zip /sdcard
Now this should push the .zip to your internal memory, in the recovery mode (after adb has down its job). Simply wipe data and install the .zip c:
Your device should work.
If I helped, don't hesitate to hit that Thanks button

[GUIDE] Repair bootloop wrong recovery flash Huawei Honor 3X G750-u10

this tutorial, is for repairing the huawei g750-u10 in case you flashed the wrong recovery and now you're stuck in a bootloop.
First of all you will need (it's all in the link to download, make shure you have a sdcard on your phone before starting):
-Adb install setup
-Adb toolkit
-vcom drivers
mega.co.nz/#!gURHXDoZ!QNmv7LaK8r4WIQBGaUyoNho3TPX0YZp9jwHaEHgDmII
note:the recovery.img provided on the rar file only works for the U10, the method might work for other models but with a diferent recovery file.
-Installation of the phone mediatek drivers:
-Start with installing th vcom drivers i provided on the rar file, type HDWWIZ on the windows search tab:
Install the hardware manually>Ports(com&lpt)>Have a disk>select the file wich corresponds to you windows>mediatekpreloader usb vcom port> restart your computer. (if this method doesn't work for you try to search for vcom driver installation tutorials)
-Installing adb
-double click on the adb-setup.exe file provided and install it including drivers.
-the adb tool kit doesn't need installation just run the Adb toolkit Gui
on adb toolkit, type the command fastboot continue as shown in the picture
s13.postimg.org/yuauaawpj/Untitled.jpg
Remove the battery from your mobile phone, wait 5s plug it in again. Connect the usb to the computer and pluh it to your phone and at the same time push the power button till it turns on but keep your finger in the VOLUME DOWN all the time, it may reboot 2 times but then you will get the fastboot/repair mode image you can now lift your finger.
When you are in fastboot connected to your computer (the mediatek drivers will install wait for installation to complete).
Now return to the Adb GUI and press the execute command, (it will appear 3 lines starting with something saying error dont mind that it's normal) and wait a few seconds then your phone will restart it self and boot normally.
You're allmost there:
-When your phone boots, select the usb connection to usb mass storage device.
-copy the recovery.img provided to the root of your sdcard, safely unplug the phone from your pc.
-download and install the mobile mtk uncle tools app from the playstore.
-turn off wifi and mobile data, start the app and give it root permission.
-press the recovery update, select the chinese character file that you copied to your sd before and proceed, VERY IMPORTANT when it asks if you want to reboot into recovery select NO.
- get out off the app and restart your device normally, it's all done you have your phone back.
this is my first tutorial on xda, hope it is easy to follow and i'm thankfull for any suggestions to improve it.
Not rebooting automatically after fastboot continue command
sevenr33 said:
this tutorial, is for repairing the huawei g750-u10 in case you flashed the wrong recovery and now you're stuck in a bootloop.
First of all you will need (it's all in the link to download, make shure you have a sdcard on your phone before starting):
-Adb install setup
-Adb toolkit
-vcom drivers
mega.co.nz/#!gURHXDoZ!QNmv7LaK8r4WIQBGaUyoNho3TPX0YZp9jwHaEHgDmII
note:the recovery.img provided on the rar file only works for the U10, the method might work for other models but with a diferent recovery file.
-Installation of the phone mediatek drivers:
-Start with installing th vcom drivers i provided on the rar file, type HDWWIZ on the windows search tab:
Install the hardware manually>Ports(com&lpt)>Have a disk>select the file wich corresponds to you windows>mediatekpreloader usb vcom port> restart your computer. (if this method doesn't work for you try to search for vcom driver installation tutorials)
-Installing adb
-double click on the adb-setup.exe file provided and install it including drivers.
-the adb tool kit doesn't need installation just run the Adb toolkit Gui
on adb toolkit, type the command fastboot continue as shown in the picture
s13.postimg.org/yuauaawpj/Untitled.jpg
Remove the battery from your mobile phone, wait 5s plug it in again. Connect the usb to the computer and pluh it to your phone and at the same time push the power button till it turns on but keep your finger in the VOLUME DOWN all the time, it may reboot 2 times but then you will get the fastboot/repair mode image you can now lift your finger.
When you are in fastboot connected to your computer (the mediatek drivers will install wait for installation to complete).
Now return to the Adb GUI and press the execute command, (it will appear 3 lines starting with something saying error dont mind that it's normal) and wait a few seconds then your phone will restart it self and boot normally.
You're allmost there:
-When your phone boots, select the usb connection to usb mass storage device.
-copy the recovery.img provided to the root of your sdcard, safely unplug the phone from your pc.
-download and install the mobile mtk uncle tools app from the playstore.
-turn off wifi and mobile data, start the app and give it root permission.
-press the recovery update, select the chinese character file that you copied to your sd before and proceed, VERY IMPORTANT when it asks if you want to reboot into recovery select NO.
- get out off the app and restart your device normally, it's all done you have your phone back.
this is my first tutorial on xda, hope it is easy to follow and i'm thankfull for any suggestions to improve it.
Click to expand...
Click to collapse
Hi, I've followed the instructions you gave and now I'm stucked at the part which it wouldn't reboot by itself after i typed the "fastboot command".
1) Before I've had chance to charge my phone, it ran out of battery and fastboot mode does not charge the phone. I've also tried to flash the recovery image in fastboot mode, but i got Err:0x2017, what is this error about?
2) And the GUI should run in location bin files as my fastboot driver, not the 0KB fastboot in default location.
2) Do all these steps require unlocking bootloader? I don't think I've unlocked, all I did was just root the phone.
Help
Hi
I have a rooted Huawei Ascend Mate but I installed the wrong TWRP recovery a few days ago. My phone keeps booting and I can't use my recovery, because it is a touch version but it doesn't respond to my touch. So, I don't know if I can flash my stock rom or another recovery...
Can I use this tutorial to fix my phone or can you please make one for the Huawei Ascend Mate?
kind regards

[SOLVED] HELP Mi A3 stuck in bootloop

Hi,
My girlfriend's Mi A3 is stuck in bootloop. I know this problem has been often addressed here but first thing: she did not flash ROM or rooted, I'm not even sure what it entirely means and implies. Anyway she found her phone stuck on the screen with 2 choices: try again or factory data reset. See attached files.
The problem here is that she would like to have access to the pictures and do a back up. Sure, she should have done it before but she didn't so here we are...
I've tried the combinations, power button volume down, volume +... Etc. It lead me to the different screens in the attached files...
I want to know, is there any way she can access her pictures, files etc.?
For information, she probably didn't enable the developer options debogging usb or something like that, she has no SD card. I guess we could reset the phone but is there anyway to recover files after that?
Can you guys help us?
Edit: sorry I thought I posted it in the mi A3 thread I don't know if it's best here or there...?
As long as phone is accessible by means of ADB - what's the door to phone's Android , it should be possible to pull out the data you're interested in, otherwise you've no chance.
Oh ok so that's my only chance here?! And how do I process? Doesn't ADB have something to do with the developper option and usb debogging?
I guess if it wasn't already enabled we're screwed?
I fixed it! Someone on reddit gave me some instructions and it worked. For others that might have the same problem...
Download https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip and extract them anywhere
Download the ota file https://bigota.d.miui.com/V12.0.3.0...AGlobal_V12.0.3.0.RFQEUXM_a3af6e0308_11.0.ziphttps://bigota.d.miui.com/V12.0.3.0...AGlobal_V12.0.3.0.RFQEUXM_a3af6e0308_11.0.zip and put it in the same folder where adb.exe is. Rename it to "ota.zip".
Launch cmd in the folder where adb.exe is and enter the command "adb start-server"
Choose "apply update from adb" on recovery mode on your device and connect it to your pc
Enter the command "adb devices" to check if adb recognizes your phone and then enter "adb sideload ota.zip"
wait till it finishes

Categories

Resources