[Q] Looking for assistance on flashing the bricked Atrix (alry searched)

danieldtien

Member
Jan 26, 2011
9
0
0
Hi all,

This issue is a little bit different. I already searched for any thread that might fix my issue but no luck yet.

Issue started when trying to reformat the internal partition to 4096mb using Tenfar's CWM recovery. After that I rebooted the Atrix and got RSD err 1?? or something. I searched for solutions and tried to flash using the [GUIDE] Flash SBF to Motorola Atrix 4G from "kennethpenn. It failed half-way and stuck @ "swith BF mode failed" and giving the failed message.

Now the phone is out of battery and it's not charging at all. Not sure if RSD mode isn't allowed to charge or something.
When I connected AC Adapter to the phone and these are messages i have:
"Modem did not power up (2)"
"Starting RSD protocol support"

and with M logo in the center.

It will not do anything if i connected the Atrix the computer. Anyone knows how to fix this issue, please show me. I really really appreciate it. thanks in advance. :confused:

Daniel T
 

danieldtien

Member
Jan 26, 2011
9
0
0
after 3 tries, I finally flashed the Atrix and got it working again. But i got odd screen issues. The Menu, Home, Back, and Search buttons are not working anymore. When I tap on something (button or letter from keyboard), I have to tap below the actual position (about 0.2 inch below) to work. Any suggestions on to how to fix it. thanks very much in advance.
 

Magoodigan

Member
Apr 21, 2011
33
1
0
Bozeman
ethanhall.me
after 3 tries, I finally flashed the Atrix and got it working again. But i got odd screen issues. The Menu, Home, Back, and Search buttons are not working anymore. When I tap on something (button or letter from keyboard), I have to tap below the actual position (about 0.2 inch below) to work. Any suggestions on to how to fix it. thanks very much in advance.
Re-flash on different computer? Im not entirely sure....
Good Luck.
 
  • Like
Reactions: danieldtien

KeRmiT80

Senior Member
Sep 10, 2007
363
54
0
Tegucigalpa - Honduras
Lol I think tenfar should update hes thread underline that partition option will brick your phone...

Anyway you formatted your psd partition, so no buttons and no screencalibration.
Search the thread used tenfar recovery...
You need the psd.img dumped from github and push in your phone using adb dd command.

http://dev.gitbrew.org/~dasmoover/android/atrix/atrix-devkit-fs.tar.gz

Just take mmcblk0p3.img from atrix engeneering dump and push it

from a terminal (win or linux commands are the same, just remember usb debuggin on and that you are typing commands from the adb folder, place the file in the same folder)

adb push mmcblk0p3.img /data/local/tmp
adb shell
su
chmod 777 /data/local/tmp/mmcblk0p3.img
dd if=/data/local/tmp/mmcblk0p3.img of=/dev/block/mmcblk0p3

Reboot

I learnt it the hard way...
 
Last edited:

eSu.Matix

Senior Member
Apr 21, 2011
561
140
0
Berlin
Lol I think tenfar should update hes thread underline that partition option will brick your phone...

Anyway you formatted your psd partition, so no buttons and no screencalibration.
Search the thread used tenfar recovery...
You need the psd.img dumped from github and push in your phone using adb dd command.

http://dev.gitbrew.org/~dasmoover/android/atrix/atrix-devkit-fs.tar.gz

Just take mmcblk0p3.img from atrix engeneering dump and push it

from a terminal (win or linux commands are the same, just remember usb debuggin on and that you are typing commands from the adb folder, place the file in the same folder)

adb push mmcblk0p3.img /data/local/tmp
adb shell
su
chmod 777 /data/local/tmp/mmcblk0p3.img
dd if=/data/local/tmp/mmcblk0p3.img of=/dev/block/mmcblk0p3

Reboot

I learnt it the hard way...
Can you please re-upload the file, I'm having screen miss-calibration and from what I've read this file helps? :rolleyes:
Nevermind I don't need'em no more.
 
Last edited: