Bootloader deleted - Android Q&A, Help & Troubleshooting

Hello everyone!
I have a vodafone smart 2 (alcatel v860) and i have deleted bootloader with recovery mode and after doing that i restarted the phone.
Now phone wont boot exactly, it only shows a green android logo and thats all it doesn't continue after that.
how to fix this problem
Thanks

Flash the stock rom
Search in google
Sent from my LG-P880 using xda premium

akshay.mehta9 said:
Flash the stock rom
Search in google
Sent from my LG-P880 using xda premium
Click to expand...
Click to collapse
dude how to do it cuz i cant even get into fastboot mode

qepaxhiu said:
dude how to do it cuz i cant even get into fastboot mode
Click to expand...
Click to collapse
Hold power and volume down as you turn it on. It should boot into fastboot, and if you have some *.XML.zip, extract everything from the zip and open a command prompt window in the directory you extracted it to (shift-right-click anywhere in the folder and click "open command prompt here") and also open the *.XML and flash each line manually. You should be typing something like "fastboot flash system *.*" each time.
Sent from my MB886 using xda app-developers app

Related

V20g fastboot enabled!

After install v20g I started the phone pressing home + power and a fastboot screen apeared
t3b4n said:
After install v20g I started the phone pressing home + vol down + start and a fastboot screen apeared
Click to expand...
Click to collapse
What's the advantage of this
Sent from my LG-P500 using XDA Premium App
No fastboot mode, its hard reset. You might have bricked your recovery i think.
Sent from my LG-P500 using XDA Premium App
mvgadagi said:
What's the advantage of this
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
We could send commands to the phone via fastboot (like wipe or put the image files directly from the command prompt in Windows).
4silvertooth said:
No fastboot mode, its hard reset. You might have bricked your recovery i think.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
No, I got fastboot. After discover it, I tried using home + volume up + power to enter in CWM recovery, but that's the hard reset sequence
Damn! The fastboot message only appeared the first time. Tried again and it isn't.
t3b4n said:
No, I got fastboot. After discover it, I tried using home + volume up + power to enter in CWM recovery, but that's the hard reset sequence
Click to expand...
Click to collapse
I mean to say if you have flashed v20g with the stock recovery (from lgmdp tool) than with the button sequence it will hard reset but if you have kept your flashed recovery (unchecked that option from lgmdp tool) you should boot into recovery (cwm) if u get fastboot something is broken.
Sent from my LG-P500 using XDA Premium App
t3b4n said:
Damn! The fastboot message only appeared the first time. Tried again and it isn't.
Click to expand...
Click to collapse
Ok, tested again and found the right sequence: home + power.
t3b4n said:
Ok, tested again and found the right sequence: home + power.
Click to expand...
Click to collapse
Ok will have to try that.
Sent from my LG-P500 using XDA Premium App
4silvertooth said:
I mean to say if you have flashed v20g with the stock recovery (from lgmdp tool) than with the button sequence it will hard reset but if you have kept your flashed recovery (unchecked that option from lgmdp tool) you should boot into recovery (cwm) if u get fastboot something is broken.
Sent from my LG-P500 using XDA Premium App
Click to expand...
Click to collapse
I've installed it "the russian way", whith the recovery option checked (it's suposed that the files contained CWM recovery 3.1 already installed, but it hasn't).
Does anybody have the fastboot drivers to our phone? Can't send commands because of the lack of it :S
I am on the stock recovery that came with the romanian kdz. I dont have fastboot with any sequence. I dont know which is the russian way.
But you cant say v20g is fastboot enabled. (Every p500 rom has fastboot but no sequence boot into that.)
Sent from my LG-P500 using XDA Premium App
There was some talk of fastboot in new gb ofgicial roms in russia or androidworld.it.
Dont remember exactly.
Sent from my LG-P500 using Tapatalk
Is it good? cause you're smiling.......
t3b4n said:
Does anybody have the fastboot drivers to our phone? Can't send commands because of the lack of it :S
Click to expand...
Click to collapse
Hmmm? It is bundled with the LG ones.
No, it's provided by google in their sdk.
Sent from my LG-P500 using XDA App

Flashing recovery hboot 1.5

Going to sound nooby, but how do I flash a new recovery with s on?
Sent from my PG86100 using xda premium
xblackvalorx said:
Going to sound nooby, but how do I flash a new recovery with s on?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
have you atleast unlocked your bootloader is the first question...and if so easiest, do you have root access?... way i found to flash a recovery is like this:
have a fully charged battery
boot into your hboot screen and select fastboot
plug the phone into the computer with the data cable
once the phone is loaded open a terminal or ms-dos window
navigate to where you have the fastboot.exe command and make sure you have your new recovery as "recovery.img"
then type in fastboot flash recovery recovery.img
and then let it write it to your phone then unplug it and reboot into your new recovery
wloftus said:
have you atleast unlocked your bootloader is the first question...and if so easiest, do you have root access?... way i found to flash a recovery is like this:
have a fully charged battery
boot into your hboot screen and select fastboot
plug the phone into the computer with the data cable
once the phone is loaded open a terminal or ms-dos window
navigate to where you have the fastboot.exe command and make sure you have your new recovery as "recovery.img"
then type in fastboot flash recovery recovery.img
and then let it write it to your phone then unplug it and reboot into your new recovery
Click to expand...
Click to collapse
Yes I have, I'm on mean ROM ics, should have included that. And so, basically much alike how I boot into my recovery?
Sent from my PG86100 using xda premium
xblackvalorx said:
Yes I have, I'm on mean ROM ics, should have included that. And so, basically much alike how I boot into my recovery?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
first you have to write your recovery to that partition and like if you download teamwin recovery rename it to recovery.img etc....then you can boot into the new recovery
Code:
adb reboot bootloader
(This will reboot you into boot loader)
Then to flash recovery
Code:
fastboot flash recovery name.img
(Change "name" to the name of your recovery. )
Then you should be good.
Sent from my PG86100 using Tapatalk 2
iTzLOLtrain said:
Code:
adb reboot bootloader
(This will reboot you into boot loader)
Then to flash recovery
Code:
fastboot flash recovery name.img[code]
(Change "name" to the name of your recovery. )
Then you should be good.
Sent from my PG86100 using Tapatalk 2[/QUOTE]
Through fastboot usb?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
xblackvalorx said:
Through fastboot usb?
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
yes....when your phone says fasboot usb in red go to the computer and type in
fastboot flash recovery recovery.img
itll say its sending data then writing data once that is done type in
fastboot reboot-bootloader
then select recovery and it should be your new recvery...if not private message me from a computer ill walk you through it all
wloftus said:
yes....when your phone says fasboot usb in red go to the computer and type in
fastboot flash recovery recovery.img
itll say its sending data then writing data once that is done type in
fastboot reboot-bootloader
then select recovery and it should be your new recvery...if not private message me from a computer ill walk you through it all
Click to expand...
Click to collapse
Thanks. Pretty sure I'll be able to do it, just wanted to make sure it was was the same folder for the command window.
Sent from my PG86100 using xda premium
If you are trying to flash 4ext, you can install the app and run it (see my signature). No need for adb.
Sent from my PG86100 using Tapatalk 2

Can't boot anad can't get into recovery

I flashed neutrino rom 2.9 and google addon everything worked well. After that flashed all others adoons which are for the rom without boot after each fashing of addons and finally when tryded to boot it stayed on moto screen without booting. When tried to get into recovery but when entered just showed an empty screen and no further action. I tried a lot of times! When stays on moto screen it flashes moto screen and empty screen - when trying to boot.
I have no idea what to do.Tried to get in fastboot just to try something but could'n get into it as well.
Please help!!!
Does your PC recognize the phone at all through USB?
Sent from my MB860 using xda app-developers app
try to flash recovery one more time
fastboot devices
fastboot erase recovery
fastboot flash recovery recovery_name.img
ovitz said:
try to flash recovery one more time
fastboot devices
fastboot erase recovery
fastboot flash recovery recovery_name.img
Click to expand...
Click to collapse
I had a similar issue one time flashing neutrino, and reflashing recovery via fast boot like this worked for me.
Sent from my MB860 using xda app-developers app
JPBeard21 said:
Does your PC recognize the phone at all through USB?
Sent from my MB860 using xda app-developers app
Click to expand...
Click to collapse
I think , doesn't recognize.when I plug usb phone start flashing moto screen and black screen , the same like pug in to the carger.
=JKT= said:
I had a similar issue one time flashing neutrino, and reflashing recovery via fast boot like this worked for me.
Sent from my MB860 using xda app-developers app[/QUOT
In cmd when type "fasboot devices" it says fastboot is not recognized like as un internal or external command, operable program or batch file
Click to expand...
Click to collapse
turankris said:
In cmd when type "fasboot devices" it says fastboot is not recognized like as un internal or external command, operable program or batch file
Click to expand...
Click to collapse
And what does that tell you?
To me it says you can't use something before you have it installed.
If you don't have your system PATH pointed to the fastboot executable, then you must run the commands from the folder where you have the fastboot file saved.
Sent from my Thunderbolt using xda app-developers app
Did you look here?
http://forum.xda-developers.com/showthread.php?t=1905222
I flashed a new recovery and everything went well. Thank you very much to ones helped me !:good:

DNA ROOT! Help Please!

Hello!
so I just unlocked my boot loader for my Verizon Droid DNA, I am using this forum page and his software that the person created ( [email protected]'s HTC DROID DNA ALL IN ONE KIT. here is the link. http://forum.xda-developers.com/showthread.php?t=2000896 and my question is. when I select TWRP 2.4.0.0 in the software all comes up is the command prompt and no where on the forum or on the app tells me how to run the root for my DNA, if someone so kind to tell me what the command prompt to run the TWRP root in this app. also someone said that I need to run the perm root after I root the phone, is that correct if so what is the command script to run this as well.
THANKS!
So you haven't installed a custom recovery correct.
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
So you haven't installed a custom recovery correct.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
correct I see the TWRP in the recovery folder in the where the app is located. so far I just got my bootloader unlocked so I can root the phone. I also hear that clockworkmod recovery is a better root than TWRP but cant find a good forum walkthrough for clockworkmod.
Thanks!
xd4v3x said:
correct I see the TWRP in the recovery folder in the where the app is located. so far I just got my bootloader unlocked so I can root the phone. I also hear that clockworkmod recovery is a better root than TWRP but cant find a good forum walkthrough for clockworkmod.
Thanks!
Click to expand...
Click to collapse
I personally like twrp, but it really doesn't matter. I'd reccomend you try both and see which one you like. But anyway,
download a recovery to your computer.
Put your phone into fastboot and connect it to your computer
Open a command prompt where the recovery image file you downloaded is located(shift right click, open command prompt here)
Type "fastboot devices" to make sure your computer sees your phone
Type "fastboot flash recovery recovery.img", but replace the recovery.img with whatever the file was named.
Now you should have a custom recovery. Which will allow you to install a superuser package so you can have root access on pure stock. And it also lets you flash custom kernels and roms.
If you had any issues just post what the issue is.
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
So you haven't installed a custom recovery correct.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
Bigandrewgold said:
I personally like twrp, but it really doesn't matter. I'd reccomend you try both and see which one you like. But anyway,
download a recovery to your computer.
Put your phone into fastboot and connect it to your computer
Open a command prompt where the recovery image file you downloaded is located(shift right click, open command prompt here)
Type "fastboot devices" to make sure your computer sees your phone
Type "fastboot flash recovery recovery.img", but replace the recovery.img with whatever the file was named.
Now you should have a custom recovery. Which will allow you to install a superuser package so you can have root access on pure stock. And it also lets you flash custom kernels and roms.
If you had any issues just post what the issue is.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
but iam using that app it the command doesn't work.. to run the recovery..
xd4v3x said:
but iam using that app it the command doesn't work.. to run the recovery..
Click to expand...
Click to collapse
Are you in fast boot when you run it.
Sent from my GT-P7510 using xda app-developers app
Bigandrewgold said:
Are you in fast boot when you run it.
Sent from my GT-P7510 using xda app-developers app
Click to expand...
Click to collapse
yes. I am in fastboot on my phone when I run the command. so what I did was I pulled the file TWRP out of the folder and put it in the same folder where Fastboot app is at and then rename from TWRP to Recovery.img and then ran the command and again and it was done in like 2 sec and all it said its finished. so I rebooted my phone and download Superuser and also tired to download an rooted app but still doesn't seem to work... and superuser is complaining there is no kernel....
What happens when you run superuser?
Maybe provide a screenshot.
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
What happens when you run superuser?
Maybe provide a screenshot.
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
So I got into my play market and download support user app. It's installs and opens. But when I go and download a root app it doesn't work.
xd4v3x said:
So I got into my play market and download support user app. It's installs and opens. But when I go and download a root app it doesn't work.
Click to expand...
Click to collapse
I think that since you don't have a /system writeable kernel you'll need to flash it. Download the zip from here and flash it.
http://androidsu.com/superuser/
Sent from my HTC6435LVW using xda app-developers app
Bigandrewgold said:
I think that since you don't have a /system writeable kernel you'll need to flash it. Download the zip from here and flash it.
http://androidsu.com/superuser/
Sent from my HTC6435LVW using xda app-developers app
Click to expand...
Click to collapse
what do you mean flash it? download it to my phone and just open it? or do I need to run a special app on my phone to open it?
xd4v3x said:
what do you mean flash it? download it to my phone and just open it? or do I need to run a special app on my phone to open it?
Click to expand...
Click to collapse
flash the zip in recovery. The main purpose of a recovery is to flash zip files
Bigandrewgold said:
flash the zip in recovery. The main purpose of a recovery is to flash zip files
Click to expand...
Click to collapse
but the link u sent me just redirects me to the market store to download the super user. which I already did... so do I need to download that app to the computer and reboot the phone and run fastboot flash that file??
xd4v3x said:
but the link u sent me just redirects me to the market store to download the super user. which I already did... so do I need to download that app to the computer and reboot the phone and run fastboot flash that file??
Click to expand...
Click to collapse
dont click on "market", click on "Superuser-3.1.3-arm-signed.zip"
http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.1.3-arm-signed.zip
Bigandrewgold said:
dont click on "market", click on "Superuser-3.1.3-arm-signed.zip"
http://downloads.noshufou.netdna-cdn.com/superuser/Superuser-3.1.3-arm-signed.zip
Click to expand...
Click to collapse
once that downloaded to my computer move it to the folder where my fastboot is at and run the command as "Fastboot flash "File Name.zip" when my phone is also in fastboot mode?
ok so far what I have done, is ran the command prompt "Fastboot flash recovery recovery.img" and it said Finished so then i just rebooted my phone back to the Droid OS and now u want me to download that file to my PC where my fastboot file is at and run that as well? and that well help it be root?
xd4v3x said:
once that downloaded to my computer move it to the folder where my fastboot is at and run the command as "Fastboot flash "File Name.zip" when my phone is also in fastboot mode?
Click to expand...
Click to collapse
Or you can download the file from your phone. In the recovery it will appear in "downloads", and you should just be able to flash it from there.
xd4v3x said:
ok so far what I have done, is ran the command prompt "Fastboot flash recovery recovery.img" and it said Finished so then i just rebooted my phone back to the Droid OS and now u want me to download that file to my PC where my fastboot file is at and run that as well? and that well help it be root?
Click to expand...
Click to collapse
heres what you do
download the zip to your phone
reboot your phone and hold volume down, this will get you into bootloader
select recovery, this will get you into the recovery you flashed via fastboot not to long ago
now in the recovery click on install, select the zip you downloaded, and install it
after this is done reboot your device
Bigandrewgold said:
heres what you do
download the zip to your phone
reboot your phone and hold volume down, this will get you into bootloader
select recovery, this will get you into the recovery you flashed via fastboot not to long ago
now in the recovery click on install, select the zip you downloaded, and install it
after this is done reboot your device
Click to expand...
Click to collapse
Ok so I ran a root checker and saying its not rooted.
xd4v3x said:
Ok so I ran a root checker and saying its not rooted.
Click to expand...
Click to collapse
Open superuser. And see what it says.
Sent from my HTC6435LVW using xda app-developers app

LG P769 Security error

LG P769 stuck with security error everytime I boot up the phone!! I was trying to flash a custom ROM with CWM recovery and I forgot unlock boot loade, can anyone help??? I cant access th S/W mode and the LG Mobile Support tool wont install on my computer either, PLEASE HELP!!
Use fastboot to flash ICS u and x. Then use the offline flash method to flash a kdz.
http://forum.xda-developers.com/showthread.php?t=2292828
Sent from my LG-P769 using XDA Premium 4 mobile app
LaDY Vengeance said:
Use fastboot to flash ICS u and x. Then use the offline flash method to flash a kdz.
http://forum.xda-developers.com/showthread.php?t=2292828
Sent from my LG-P769 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
how do I do that? I couldn't figure out what to do after getting on the fastboot screen on my phone. Sorry I'm a noob.
When you download the zip file extract it. Next take out the battery and make sure device manager is up.
Plug in the phone without the battery. This is tricky... You need to double click on the new device and install the OMAP fastboot drivers located inside the extracted folder.
Now you know how to enter fastboot! Take out the battery, run start, plug in the phone when prompted, then flash ICS u and x.
Sent from my LG-P769 using XDA Premium 4 mobile app
LaDY Vengeance said:
When you download the zip file extract it. Next take out the battery and make sure device manager is up.
Plug in the phone without the battery. This is tricky... You need to double click on the new device and install the OMAP fastboot drivers located inside the extracted folder.
Now you know how to enter fastboot! Take out the battery, run start, plug in the phone when prompted, then flash ICS u and x.
Sent from my LG-P769 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I've already done that and im on the inverted fastboot screen, I cant figure out what to do after that

Categories

Resources