Thank you!
Running MIUI Alpha
This is a discussion on PDS PARTITION FIX (Screen + Cpu's Frequency Restored) within the Motorola Atrix Help forums, part of the Motorola Atrix Support Forum category; PDS PARTITION FIX. What is this? The PDS Fix is for people who are having touch screen/soft button issues and didn't backup their PDS when ...
PDS PARTITION FIX.
What is this?
The PDS Fix is for people who are having touch screen/soft button issues and didn't backup their PDS when they first got their phone. It flashes the PDS image from the Atrix Development Kit to fix the issue except your WiFi Mac address, Bluetooth Mac address, IMEI, and a few other things. THIS IS NOT recommended UNLESS you have to.
Choose your version: FroYo(*_v4) or Gingerbread (*_v8)
METHOD 1 (Locked Bootloader)
Extract the .img file.
Here is the code:
Code:adb push pdsfix.img /data/local/tmp adb shell su chmod 777 /data/local/tmp/pdsfix.img dd if=/data/local/tmp/pdsfix.img of=/dev/block/mmcblk0p3 exit exit adb reboot
METHOD 2 (Unlocked Bootloader)
You can use these commands in Fastboot mode :
(Obviously remember to place the pds.img in the same folder where you have the moto-fastboot executable)
Here is the code:
PS: IN SOME CASES YOU NEED TO WIPE CACHE.Code:moto-fastboot flash pds pdsfix.img moto-fastboot reboot
If wiping thru CWM Recovery does not help try, the following commands to deeply erase thru Fastboot.
Here is the code:
EnjoyCode:Fastboot getvar boot-mode Fastboot erase cache Fastboot reboot
The credits for this solution goes to the xda user: eval-s
pdsfix(gingerbread).zip - - - - Gingerbread IMG
pdsfix.zip - - - - FroYo IMG
Last edited by Blackn09; 01-02-2012 at 03:00 AM.
Thank you!
Running MIUI Alpha
Awesome! Thanks for posting this! This still plagues a few people every so often.
Sent via 2.3.4 Rooted/Unlocked Moto Atrix using Tapatalk
Stick it!
Sent From Rob's DarkSided ATRIX.
Welcome to Android
Atrix 4G Running CM9
GNex Running JellyBelly JB 4.2 Custom
Iconia A500 Running CM10
Galaxy S3 Stock
Please feel free to PM me if you need any help, I'll get back to you as soon as I can..
So, to get this straight, this will fix the keypad problems I've been having with my MB860? The V and T keys don't work, for example. Can RSD Lite be used for this procedure?
Yes, this will work with that, and no RSD Lite, this works with CMD on Windows.
Light travels faster than sound. This is why some people appear bright until you hear them speak.
You listed above that this changes the Wifi Mac and the Bluetooth Mac, but does it change the IMEI aswell?