New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Cyanide41
Old
#41  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Apr 2012
Location: Tijuana, BCN. Mexico
It took me 2 tries (most likely user error) but I got it to work. Thanks!
 
sjmoreno
Old
(Last edited by sjmoreno; 11th April 2012 at 07:12 PM.) Reason: Apologies to the OP for going off topic.
#42  
Senior Member
Thanks Meter 118
Posts: 743
Join Date: Dec 2010
Location: DFW, TX
Quote:
Originally Posted by mrphil101 View Post
Don't know if you have had any dealings with Verizon customer service, but my experience is AT&T customer service beats verizons by a long shot. Keep in mind that all the first level support from either are people that have to read from a script, so there they are pretty equally useless. But just contacting support is way easier with att. Having to escalate an issue is usually easier with att. And trying to get Verizon to exchange equipment is difficult. Best of luck.
Isn't going from an Artix to a RAZR a "downgrade".
Seriously? I have the Atrix on AT&T (work) and a Droid X on Verizon (personal). I've had to speak to customer service for both companies and I can't say AT&T is better. Recently I was getting really slow (like 200-300kbps) download speeds on my Atrix and I had to call AT&T customer support twice (which got me no where) and had to visit a AT&T store three times before at last one of the guys actually took the phone from me and went through some troubleshooting. After discovering I was on the lastest .141 release and was using the 37p baseband he suggested simply exchanging my sim card (since I've had this sim card for about 4 years back to the days when I was carrying a BlackBerry for work). Lo and behold my speeds improved. Not to the speeds AT&T advertise but at least I was getting solid 1 to 2 mbps after the new sim was installed.

So for what it's worth, you may have enjoyed superior service from AT&T (which would surprise me since they consistently come in dead last every year in Consumer Reports for customer service) but maybe you're just lucky that way.

Note: Just to expand on my "service" with AT&T regarding this data speed issue, on the second trip to the AT&T store the customer rep without even trying to troubleshoot the phone actually looked at me with a straight face and said "I recommend you get a new phone." I'm not EVEN making that up.
 
aashanram
Old
#43  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Jun 2011
Location: Tampa
Default Unlock bootloader

Hello, I am a "noob" to all this rooting, so it would be great if someone is patient enough to tell me if this method will also unlock the bootloader of the 4.5.141 update?

Thank you,
 
Tanuke
Old
#44  
Junior Member
Thanks Meter 4
Posts: 14
Join Date: Apr 2012
This method works great for 4.5.141, but it only roots the phone. If you want to unlock the bootloader, the automatic script at http://forum.xda-developers.com/show....php?t=1182871 still works with .141
 
Four_Wude
Old
#45  
Junior Member
Thanks Meter 0
Posts: 4
Join Date: Apr 2012
Yeah, be careful when it comes to unlocking the bootloader on .141 and follow the directions. I tried to unlock it with SBF using the guides that were pinned and ended up hard bricking lol. It wasn't a true hard brick though so I managed to fix it, but never play with SBFs unless you know what you're doing!
 
aoin
Old
#46  
aoin's Avatar
Member
Thanks Meter 1
Posts: 55
Join Date: Apr 2011
Location: Sao Paulo
Default UNROOT?

Hi, how i UNROOT MY ATRIX?
I need to sell and the buyer wants original...
tks!!
 
Dark9781
Old
#47  
Dark9781's Avatar
Senior Member
Thanks Meter 96
Posts: 409
Join Date: Apr 2009
Quote:
Originally Posted by aoin View Post
Hi, how i UNROOT MY ATRIX?
I need to sell and the buyer wants original...
tks!!
Click HERE for how to unroot your Atrix. Scroll 1/3 way down the page to find the instructions.
Need Cloud storage? Try dropbox today. Just click on the link below to get started.
Dropbox
--------------------------------------------------------------
Can you see my memories?
The Following 2 Users Say Thank You to Dark9781 For This Useful Post: [ Click to Expand ]
 
LFCxda
Old
#48  
Junior Member
Thanks Meter 0
Posts: 5
Join Date: Oct 2012
Location: Macon
Smile 4.5.141, never rooted before

So i tried rooting my Atrix for the first time and got a message with the verify app that it wasn't fully rooted.

I decided to combine two sets of similar instructions I found doing searches and got it to finally work.
youtube.com/watch?v=GmkbY6D1614 (video of one set of instructions)

I was getting a permission denied when trying to copy the super user file.

Quote:
$ cp /preinstall/su /system/bin/su
cp /preinstall/su /system/bin/su
cp: /system/bin/su: Permission denied
$ chmod 6755 /system/bin/su
chmod 6755 /system/bin/su
Unable to chmod /system/bin/su: Operation not permitted
$

So i tried these steps replacing preinstall with reinstall for step and everything worked fine. Try at you own risk:

1. Make sure you are using a file name fastboot and not moto-fastboot if so rename it.
2.My folder containing the files was in c:/android yours may be different so you'll have to point the instructions there. (c:/"path to your folder")

C:\Users\Me>cd c:/android

c:\Android>fastboot.exe flash preinstall preinstall.img
< waiting for device >
sending 'preinstall' (30720 KB)... OKAY [ 5.102s]
writing 'preinstall'... OKAY [ 1.907s]

c:\Android>fastboot.exe reboot
rebooting...

c:\Android>adb shell

$ /preinstall/dosu
/preinstall/dosu

bash: groups: command not found
root@localhost:/# /reinstall/su
/reinstall/su

bash: /reinstall/su: No such file or directory
root@localhost:/# /bin/mount -o remount,rw /system
/bin/mount -o remount,rw /system

root@localhost:/# cp /preinstall/su /system/bin/su
cp /preinstall/su /system/bin/su

root@localhost:/# chmod 6755 /system/bin/su
chmod 6755 /system/bin/su

root@localhost:/# PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
PATH=/system/bin:$PATH pm install /preinstall/Superuser.apk
pkg: /preinstall/Superuser.apk
Success

root@localhost:/#
c:\Android>
 
sohmwan87
Old
#49  
Junior Member
Thanks Meter 0
Posts: 1
Join Date: Nov 2012
Default lost

lost. after i type in moto-fastboot.exe flash preinstall preinstall.img, it says that it is not recognized.