Related
Hey everyone,
The Motorola logo isn't coming up now when I start the phone. I originally had a partition problem and doing the pds fixed the problem but I still don't see the Motorola logo on start up.
Anyone know how to fix this?
Do not flash the sbf. Good chance you'll brick it. I might try wiping it via category first then refocusing cm7.
Whats category?
Young Cardiac said:
Hey everyone,
My brother was accidentally playing around in recovery and started the format data process and then panicked and pulled out the battery. Now the hard buttons on the phone don't work. Also the phone no longer displays the M symbol on start up. I've tried to restore using nandroid, fruitcake but nothing has worked. I'm thinking of using SBF but I'm not sure. Currently has CM7 if that matters.
Anyone know how to fix this? Would be MUCH appreciated! Thanks in advance!
Click to expand...
Click to collapse
try wipe in fastboot and then in recovery flash rom
if that don't try flashing rom in fastboot or moto-fastboot
So I shouldnt be SBFing?
GuyIncognito721 said:
Do not flash the sbf. Good chance you'll brick it. I might try wiping it via category first then refocusing cm7.
Click to expand...
Click to collapse
Young Cardiac said:
So I shouldnt be SBFing?
Click to expand...
Click to collapse
as said before good chance for a brick. fastboot is ok though, it will do everything you want. you will be able to recover as long as you have fastboot still accessible.
What is the wipe command exactly?
Young Cardiac said:
What is the wipe command exactly?
Click to expand...
Click to collapse
If using fastboot on your PC, then:
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
If using moto-fastboot on your PC then:
moto-fastboot erase boot
moto-fastboot erase system
moto-fastboot erase userdata
moto-fastboot erase cache
moto-fastboot erase webtop
moto-fastboot erase preinstall
This will clean your pipes pretty good!
Did what you posted in the post above and installed cm7. When I restart I get the following:
PwrReason: PWR_KEY_PRESS
OS will boot in 4 seconds
Press a ket to stop count down
Available Modes are
1 RSD
2 Fastboot
3 NvFlash
.
.
14 BP Tools
Click to expand...
Click to collapse
No clue what I should do from here. I went into CM7 but the buttons still dont work.
You most likely messed up the pds partition; go to http://forum.xda-developers.com/showthread.php?t=1131649
Vangelis13 said:
You most likely messed up the pds partition; go to http://forum.xda-developers.com/showthread.php?t=1131649
Click to expand...
Click to collapse
Just did that and now the hard buttons work (THANKS!) but I still don't get the Motorola M at the beginning instead I see the following:
Serial Number: xxxxxxx
Hardware Rev: xxxxx
Build Date:
May 23 2011
PwrReason: SW_AP_Reset
1 RSD
.
.
14 BP Tools
Click to expand...
Click to collapse
Anyone know how to get rid of that and bring back the old M logo
Anyone know how to fix this?
bump
10char
Seems like you might have to issue unlock command from fastboot again?
fastboot oem unlock
Can't be sure though.
Just tried it and still no luck!
young cardiac, any luck in figuring out how to get rid of that second screen you came across?
I had the problem with the pds partition as well, and now have the screen with the serial number, etc and no moto logo.
i was able to successfully unlock bootloader, was able to flash a rom successfully, used that rom for a good couple days. then i decided to try a new rom InfectedROM Eternityâ„¢ | RLS_1.5 | NIGHTLYS | 3.0 & 3.5 | XE BEATS |(http://forum.xda-developers.com/showthread.php?t=1277431&highlight=stock+radio), so i went into recovery, wipe cache, dalvik, factory reset, system. then i flashed the new rom, new rom loaded but stuck in that roms boot screen.
i went back to recovery wiped everything out again, installed the 1st orig rom i installed, now it just loads to the htc boot screen, & every 30sec or so the htc boot screen would go off & come back on. i went to recovery wiped everything again, did nandroid restore, same results, any suggestions?
what im using:
unlocked bootloader
s -on
hboot 1.50
using teamwin recovery v2.0
Just wipe flash a new rom. Should be good to go
reaper24 said:
Just wipe flash a new rom. Should be good to go
Click to expand...
Click to collapse
already tried no luck
flyimages said:
already tried no luck
Click to expand...
Click to collapse
Did you apply any tweaks or different kernels? was your kernal that you are on now compatible with the rom that you had put on? The recovery your on, r you on 2.0 or the second releaese of 2.0?
You could try to reflash your recovery and then try to nandroid back. Or try a different kernel and or different rom and go from there. Kind of hard to diagnose bc not sure of exactly what you have done completely. If all else fails, search for the ruu and re apply the original rom and re root.
From my guess, it sounds as something that was applied didn't apply right. Again, not sure on all the details.. I know its not much to go on but good luck on it.
Look at the bright side, your obviously not bricked and if you have to re apply the original and start over, its not that bad. Just a little time out of the afternoon.
only update i did was the rom
tried about 2 more diff roms, still same issue
hmm.. i also choose the "system format" in twrp, would that have done some damage?
Are you using fastboot to boot into recovery? If not, and you're hboot 1.5, then that's your problem.
And wiping system wouldn't cause any issues as long as you flash a new ROM after wiping the system, before you reboot.
Sent from my HTC Evo 3D using Tapatalk
k2buckley said:
Are you using fastboot to boot into recovery? If not, and you're hboot 1.5, then that's your problem.
And wiping system wouldn't cause any issues as long as you flash a new ROM after wiping the system, before you reboot.
Sent from my HTC Evo 3D using Tapatalk
Click to expand...
Click to collapse
ah ok i manually go into hboot with the down volume + power. did "fastboot reboot-bootloader" into bootloader, wiped out everything & reinstall rom, still same issue.
Try extracting the boot.img from the zip file containing the rom and flashing it with with fastboot binary. If you have S-ON, CWM can't flash the boot partition so you'll get bootloops with any rom that needs a custom initrd.gz. You need to manually flash the boot partition.
flyimages said:
ah ok i manually go into hboot with the down volume + power. doing fastboot into bootloader now, so we'll see.
Click to expand...
Click to collapse
Yea, do adb reboot bootloader, and then do fastboot boot recovery.img.
You will need to make sure that you have a copy of your recovery.img in the folder that you are working out of when you issue the fastboot boot recovery.img command
Sent from my HTC Evo 3D using Tapatalk
k2buckley said:
Yea, do adb reboot bootloader, and then do fastboot boot recovery.img.
You will need to make sure that you have a copy of your recovery.img in the folder that you are working out of when you issue the fastboot boot recovery.img command
Sent from my HTC Evo 3D using Tapatalk
Click to expand...
Click to collapse
thanks all for the help, the "fastboot flash recovery recovery.img" was pretty much what i was missing!
wow didnt wonder somethin so small could cause something this big, i got everything up & running now!
flyimages said:
thanks all for the help, the "fastboot flash recovery recovery.img" was pretty much what i was missing!
wow didnt wonder somethin so small could cause something this big, i got everything up & running now!
Click to expand...
Click to collapse
glad to see your on the up and up
Okay, I'm having the same problem. No matter what I do, I get stuck in a boot loop after installing a rom. Extracting the boot.img and flashing in fastboot doesn't do a thing. My nand backups don't work either (get stuck at restoring boot).
Don't have any problems installing recovery and gaining root. I'm at a loss here. I really want to get my MIUI on!
Mes3 said:
Okay, I'm having the same problem. No matter what I do, I get stuck in a boot loop after installing a rom. Extracting the boot.img and flashing in fastboot doesn't do a thing. My nand backups don't work either (get stuck at restoring boot).
Don't have any problems installing recovery and gaining root. I'm at a loss here. I really want to get my MIUI on!
Click to expand...
Click to collapse
Are you booting your recovery from fastboot? Fastboot boot recovery.img. If not, boot.img won't flash. It's not necessary to flash the boot.img separately, just boot your recovery from fastboot and you'll be good.
Sent from my HTC Evo 3D using Tapatalk
Yup, definitely booting recovery from fastboot.
I had the same problem try to install new recovery VIA fastboot an wipe data/factory reset then flash new ROM u should be all set to go
Sent from EPIC JWOLF 1 using XDA App
Hello Friends,
I have Moto Atrix 4G with Alien#4 Android version installed on it with following details.
System Version: 4.5.91.MB860.ATT.en.US
Android version: 2.3.4
Kernel version: [email protected]#2
Build number: Alien#4
Click to expand...
Click to collapse
I tried flashing CM7 but it does not work
http://forum.xda-developers.com/showthread.php?t=1463386
http://forum.xda-developers.com/showthread.php?t=1398819
Phone gets stuck on boot screen
When i again install Alien#4 from recovery it works fine.
kindly help to sort out this problem.
thanks in advance
Pull your battery out on boot logo stuck just for 1-2 sec and put it in.
always works for me
Also,
1. Are you using the latest Romracer's recovery?
2. Did you wipe properly before and after the installation?
How long are you letting your phone sit and reboot for after flashing CM7?
You may just be not letting it sit long enough. It can take a while on first boot.
LOCKDOC_UA said:
Pull your battery out on boot logo stuck just for 1-2 sec and put it in.
always works for me
Click to expand...
Click to collapse
Tried It Does Not Work
xploited said:
Also,
1. Are you using the latest Romracer's recovery?
2. Did you wipe properly before and after the installation?
Click to expand...
Click to collapse
Yes Using Romracers Recovery
Yep Wiped All Factory, Cache & Dalvlink Still No Go
CaelanT said:
How long are you letting your phone sit and reboot for after flashing CM7?
You may just be not letting it sit long enough. It can take a while on first boot.
Click to expand...
Click to collapse
Must Be More Than 15 Minutes.... Will Try Flasing Agin Tomm And Post back
Try a full fastboot wipe:
reboot to recovery
wipe dalvik
wipe cache
reboot to fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (to recovery)
flash ROM
Helping?
yes as said above try pulling battery i had the same problem with mine and that helped also i have read on the dev forums about this and it may help be sure you have the newest rom racers and recovery, try waiting for a while after first boot it is a long one much longer than other roms i have tried, be sure to factory reset, wipe cache, go to advanced and delete the cache in there, and do a battery stat wipe (for the heck of it). Install the rom and let it load if it does get stuck just pull battery and try again it usually loads on the 2nd try on mine with some other roms as well.
Also you should try the aura roms and cm9 (although cm9 currently isnt playing music on my phone) it is based off of Ice Cream Sandwich)
CaelanT said:
Try a full fastboot wipe:
reboot to recovery
wipe dalvik
wipe cache
reboot to fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (to recovery)
flash ROM
Click to expand...
Click to collapse
Is It necessary to erase webtop too?,
What If In Case I Want To Go Back To The Previous Rom Or The Stock Rom
CaelanT said:
Try a full fastboot wipe:
reboot to recovery
wipe dalvik
wipe cache
reboot to fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot (to recovery)
flash ROM
Click to expand...
Click to collapse
Tried Your Method Still Stuck At Start Screen..
Any Idea?
Wipe everything again, then try installing the ROM a few times in a row. I had the same problem with the joker's CM9 ROM.
Inspiredwire said:
Wipe everything again, then try installing the ROM a few times in a row. I had the same problem with the joker's CM9 ROM.
Click to expand...
Click to collapse
is your bootloader unlocked?
pienne said:
is your bootloader unlocked?
Click to expand...
Click to collapse
Yep, I'm not having any problems.
I was just explaining to the OP that they may need to flash the ROM twice in a row for it to take. I had to do it with jokers CM9 ROM in order for it to work. Joker just posted about it last night.
Though, if you're asking the OP, Ken's Alien ROM didn't require an unlocked bootloader so that may be the problem.
I've been having a few issues with the root and rom as time has went on. First my fingerprint reader went, then I would have random crashing and shutdowns. Those errors began to get more frequent, and now the internal memory card decided it will wipe itself clean. So I'm done with what ever I had installed. According to the phone that was on April 4th.
I've read some confusing stuff on here about rooting and unrooting, and none of the information is the same. I imagine thats because of all the updates the phone has gone through.
I would like to install cm7 or cm9 since it seems much more stable.
Any help at all to even simply unroot the phone would be appreciated. I need full functionality back.
Atrix 4g
android ver. is 2.2.1
kernel ver is 2.6.32.9
Build number is 1.5.7
Rom: GingerBlur
Just wipe data,cache and dalivk from recovery and install which ever rom u want if u have a unlocked bootloader for completely erasing the previous rom u can use fastboot wit these commands.
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
And if u have not unlocked the bootloader check this link first
THE BEGINNERS (N00B) GUIDE!!! N00BS LOOK HERE FOR YOUR HOW TOs
terminator1983 said:
Just wipe data,cache and dalivk from recovery and install which ever rom u want if u have a unlocked bootloader for completely erasing the previous rom u can use fastboot wit these commands.
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
And if u have not unlocked the bootloader check this link first
THE BEGINNERS (N00B) GUIDE!!! N00BS LOOK HERE FOR YOUR HOW TOs
Click to expand...
Click to collapse
Actually, if you want the cleanest and least likely to cause problems method, you should do a full fastboot wipe prior to installing any new ROM. Just wiping data, cache, and dalvik does not give you a completely clean wipe and prep properly for the new ROM.
If you are updating a ROM from a previous release, you are usually OK with just wiping Dalvik and cache. The dev will normally state what to do in their thread.
Thanks for the replies. How would I be able to check if I've unlocked the boot loader? I did this almost a year ago so I don't remember if I also did that.
21q said:
Thanks for the replies. How would I be able to check if I've unlocked the boot loader? I did this almost a year ago so I don't remember if I also did that.
Click to expand...
Click to collapse
We couldn't unlock the bootloader a year ago. Was around end of June we had this ability.
If ur phone bootloader is unlocked u can see unlocked written on top corner of boot screen logo.
terminator1983 said:
If ur phone bootloader is unlocked u can see unlocked written on top corner of boot screen logo.
Click to expand...
Click to collapse
Not necessarily. If a SBF has been flashed after unlock, the word "unlocked" is not there.
So going off of what you two have said and another thread I looked at. I have time to do this sunday.
First I will unlock the bootloader
then run through these steps
boot to recovery
Wipe Dalvik
wipe cache
factory reset/data
boot into fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot
From here I can then load cm7 rom onto my sd card and install it via recovery?
Also, reading further into cm7, it doesnt support he fingerprint reader or web/lap-top huh. Are there any nightly releases that have it? I've seen ONE, but I've been out of this scene too long to really know what good right now.
21q said:
So going off of what you two have said and another thread I looked at. I have time to do this sunday.
First I will unlock the bootloader
then run through these steps
boot to recovery
Wipe Dalvik
wipe cache
boot into fastboot
fastboot erase boot
fastboot erase system
fastboot erase userdata
fastboot erase cache
fastboot erase webtop
fastboot erase preinstall
fastboot reboot
From here I can then load cm7 rom onto my sd card and install it via recovery?
Also, reading further into cm7, it doesnt support he fingerprint reader or web/lap-top huh. Are there any nightly releases that have it? I've seen ONE, but I've been out of this scene too long to really know what good right now.
Click to expand...
Click to collapse
Download CM7.2 RC1 > http://forum.xda-developers.com/showthread.php?t=1556246. It has full FP reader support, both security and navigation. (No webtop though).
After unlocking the bootloader (assuming you will be following these instructions > http://forum.xda-developers.com/showthread.php?t=1136261) You will need root again (instructions also in the previously linked thread), and then you will want to flash Romracers recovery through fastboot before flashing any ROM >
http://forum.xda-developers.com/showthread.php?t=1204500
After this you will be able to get into recovery and flash whatever you want. There is an automated script here for unlocking the bootloader also located here > http://forum.xda-developers.com/showthread.php?t=1182871.
Been a while since I did all this myself, but I think I covered everything!
Good luck.
***Ignore this post***
So I don't need to run any of those fastboot commands??
And should I update my phone to 2.3.4?
I just updated it to 1.8.3 by flashing the sbf so I've lost root and everything.
I ended up flashing using this method
http://forum.xda-developers.com/showthread.php?t=1138204
I used the sbf that was supposed to already have the bootloader unlocked and the do some things for root.
When I went to install romracers though I was getting the error (180002)
From what I have read that means the boot loader wasnt actually unlocked?
So I'm guess I should flash the regular 2.3.4sbf. Then manually unlocked the bootloader myself and then root?
Or could I still manage with whats currently installed some how?
Again thanks in advance for any advice.
CaelanT said:
Not necessarily. If a SBF has been flashed after unlock, the word "unlocked" is not there.
Click to expand...
Click to collapse
Does it mean u have relocked the bootloader or it is still unlocked ?
Sent from my MB860 using xda premium
Does doing a full fastboot wipe delete the cwm recovery?
arpit85 said:
Does it mean u have relocked the bootloader or it is still unlocked ?
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
I don't believe it was ever unlocked
When I flashed the sbf via rdslite it would go to 100% but would be stuck saying "in process"
I made a new thread though since my problem is completely different now
http://forum.xda-developers.com/showthread.php?t=1568347
21q said:
I ended up flashing using this method
http://forum.xda-developers.com/showthread.php?t=1138204
I used the sbf that was supposed to already have the bootloader unlocked and the do some things for root.
When I went to install romracers though I was getting the error (180002)
From what I have read that means the boot loader wasnt actually unlocked?
So I'm guess I should flash the regular 2.3.4sbf. Then manually unlocked the bootloader myself and then root?
Or could I still manage with whats currently installed some how?
Again thanks in advance for any advice.
Click to expand...
Click to collapse
If you flashed sbf with rsdlite and text unlocked is gone, thats mean that you have relocked BL.
You can unlock again by flashing via RSDLite this:
ATT ONLY(It works for 4.5.91 and 4.5.141- Tested myself yesterday) - http://diamantephoto.com/pudding.rar
It is from post:
http://forum.xda-developers.com/showthread.php?t=1136261
Hi people,
I was using my phone and then I restart it, it didn't boot at all, I've tried flashing another ROM but any success, I tried to flash a factory rom, it failed... And I can't restore from a previous backup.. And obviously i've tried so many times to wipe data...
Actually my phone only boot on recovery and S/W Upgrade mode, the battery is full... Solutions?
Thanks
Is the boot loader unlocked? If not you have to flash a stock kdz file to recovery
Sent from my LG-P769 using XDA Premium HD app
txtmikhail said:
Is the boot loader unlocked? If not you have to flash a stock kdz file to recovery
Sent from my LG-P769 using XDA Premium HD app
Click to expand...
Click to collapse
Yes BL is unlocked (I was on JB 4.1.2) and when i'm on S/W upgrade mode it says "bootloader status : unlocked"
Did you install cwm after unlocking
Sent from my LG-P769 using XDA Premium HD app
Yes
Boot into CWM Recovery
Clear cache, dalvik cache and format /system (mounts and storage)
Than flash Rom you want to install..
txtmikhail said:
Boot into CWM Recovery
Clear cache, dalvik cache and format /system (mounts and storage)
Than flash Rom you want to install..
Click to expand...
Click to collapse
Already tried that, the roms cant be flashed
are you using the recovery you had before you unlocked or you installed a different one after you unlocked?
I used the same recovery but now, i dont know why, cwm recovery has been replaced by LG stock recovery...
you need to flash a new recovery.. the one installed before unlocking isnt official cwm.. check and make sure you still unlock..
and how can I flash a recovery? I cannot boot my phone, and cant use fastboot
you going to need fastboot to flash recovery if its still unlocked.. if its Locked now than you will had to flash stock kdz files onto the phone and re-unlock it..
but when i type "adb reboot bootloader" in order to be able to use fastboot my phone reboot and stay stuck at LG logo and my Bootloader is still unlocked
im not sure but you might can try this fastboot way..
http://forum.xda-developers.com/showthread.php?t=2119090
ask question on how to in this tread..
And when I try push recovery via adb it tells me "failed to copy [...] permission denied"...
tor974 said:
And when I try push recovery via adb it tells me "failed to copy [...] permission denied"...
Click to expand...
Click to collapse
adb is not going to work with your phone off.. its needs usb debugging
txtmikhail said:
adb is not going to work with your phone off.. its needs usb debugging
Click to expand...
Click to collapse
Ok so considering that I cant use adb, cant use fastboot, what can i do now?
txtmikhail said:
im not sure but you might can try this fastboot way..
http://forum.xda-developers.com/showthread.php?t=2119090
ask question on how to in this tread..
Click to expand...
Click to collapse
THIS!!!!!
txtmikhail said:
THIS!!!!!
Click to expand...
Click to collapse
I've already tried this before...
txtmikhail said:
im not sure but you might can try this fastboot way..
http://forum.xda-developers.com/showthread.php?t=2119090
ask question on how to in this tread..
Click to expand...
Click to collapse
Flash a backup using cwm and than flash a recovery..
http://forum.xda-developers.com/showthread.php?t=2136204
once you up and running you this to flash the recovery..
http://d-h.st/3i1
If you cant use Cwm than go back to stock by flash a kdz flie