Mac compatibility - Atrix 4G General

Hello, I am just curious if anyone knows of updates that will allow mac compatibility for rooting and bootloader unlocks. I know a lot of this is new, but I do not own a windows computer and I am not able to find a way to root my phone with my macbook.
I appreciate any help.
edit: I am also still running 4.1.52 and cannot get my phone to update... I thought there was a more current software available? Everytime I go into my phone to "update" is says my device is up to date.

bump it up!

In terms of rooting, can you not use gingerbreak? It's an apk so it doesn't matter if you're on a Mac. You just need to get it onto your phone somehow.
I'm also on a Mac, and for most things, I use the OS X version of adb and redo any windows batch scripts to bash style. There aren't too many mods that use actual windows execs, except rsd lite.
Otherwise you'll need bootcamp / virtualbox and a copy of windows...
Sent from my MB860 using XDA Premium App

You can do absolutely everything on Mac. I'm almost sure someone post a guide about fastboot, sbf_flash on a mac/linux
Enviado desde mi MB860 usando Tapatalk

Just run VMware Fusion & run a windows emulation..
Sent from my MB860 using XDA Premium App

I've done everything (except flash radio) on mac. There are binaries available for mac for "moto-fastboot", "adb (google SDK)" and "sbf_flash". Just search the forums. All commands will be through the terminal and will be the same as linux version
moto-fastboot: http://forum.xda-developers.com/showthread.php?t=1138092
sbf_flash is here: http://blog.opticaldelusion.org/2011/04/universal-binaries-running-same.html#more
and there's a version of adb in gingerbreak.apk if you don't want to install adb with the android sdk.

I dont know what that means... haha! Hopefully superoneclick works for the atrix eventually.
thank you for the responses.

I did everything in a virtual machine. No problems.
Sent from my MB860 using XDA Premium App

Ok im guessing this is a better place than any. anyone know how to get fastboot to work on mac? im tired of barrowing PCs lol I can adb,get it start up but everytime i go into the flash commands i get command not found. anyone know why?

joshyy_rey said:
Ok im guessing this is a better place than any. anyone know how to get fastboot to work on mac? im tired of barrowing PCs lol I can adb,get it start up but everytime i go into the flash commands i get command not found. anyone know why?
Click to expand...
Click to collapse
Add the directory where fastboot and adb are to the $PATH variable in ~/.profile
Also you can add it temporarily with the command set $PATH=$PATH:/path/to/adb
Edit: detailed instructions.
In your home folder create a folder, let's call it android_tools
Copy adb, moto-fastboot, etc to it.
Open terminal
type nano .profile
add in the file the next line:
export PATH=$PATH:~/android_tools;
press ctrl+x, then y to save the file and quit from nano
close Terminal
Open Terminal then type adb or moto-fastboot or whatever is inside android_tools and this command should be recognized.
if it fails, maybe you need to set exec permissions to the commands, open terminal, type cd ~/android_tools, then type chmod +x *
Hope this help
Enviado desde mi MB860 usando Tapatalk

Related

[Q] Unable to ADB Remount XOOM...!!

Hi..!! Everyone I tried everything, I was going to unlock and root my xoom but I got stuck at this step:
7. fastboot flash boot rootboot.img
I get this error: "can't load rootboot.img"
I run fastboot reboot command and works, after reboots I try adb devices and my xoom shows but if I run adb remount I get this error:
"remount failed: Operation no permitted"
I tried everything search everywhere, update everything and NADA, I'm on a Windows 7 64bit.
Thanks and I hope somebody can direct me to the right path..
You will want to grant root access again using the adb commands. This happened to me once. You don't have permission to do this because it needs to have root access to carry on this operation. Try the root commands again to grant root access and then see what it does when trying to flash the rootboot files.
If that's not it come let us know. XDA will have your answer for sure.
Sent from my Droid using XDA Premium App
diablo2224 said:
You will want to grant root access again using the adb commands. This happened to me once. You don't have permission to do this because it needs to have root access to carry on this operation. Try the root commands again to grant root access and then see what it does when trying to flash the rootboot files.
If that's not it come let us know. XDA will have your answer for sure.
Sent from my Droid using XDA Premium App
Click to expand...
Click to collapse
I get stuck on step 7 of this guide below, so I think I never get to the point of getting root, but if I'm doing something wrong and I have to run some other commands please let me know.
1. Download the Motorola Xoom Root Zip file and unzip it. Download
2. Place the files in the SDK Tools folder.
3. adb reboot bootloader (You can skip the next 3 steps if you’ve unlocked with fastboot previously)
5. fastboot oem unlock (wait for reboot)
6. adb reboot bootloader
7. fastboot flash boot rootboot.img
7. fastboot reboot (wait for reboot)
8. adb remount
9. adb shell push su /system/bin
10. adb shell ln –s /system/bin/su /system/xbin/su
11. adb shell chmod 4755 /system/bin/su
12. adb push Superuser.apk /system/app
And thanks for making some time to reply, I try to get some help on other threads with no response.
dumb question: is rootboot.img in the same directory as everything else?
It sounds to me like your flashboot can't find it.
That's a good point from the poster above. I had trouble at the start with this and the SDK tools folder because I never messed with the adb shell too often because there never really has been a need for me to do so up until I got the Xoom.
OP... like this reply says above me, I am agreeing to as well. It looks like it might not be finding your rootboot. Make sure all root files are located in the very root of the SDK tools folder, and make sure all root files are not inside a folder. If they are please drag them into the tools folder and slap them all in there. It looks like a mess but it works. Do the same type of thing if you plan on flashing an overclock kernel. Always make sure that all files are NOT in folders when flashing something like this, and that they are always placed in the very root of the tools folder located within the SDK folder. Hope this helps.
About my above post... woops. I wasn't paying attention totally. It was late. I was thinking about when you are trying to install an overclock kernel and run into this problem that says that you cannot remount in adb. It does have to do with root access though.
Thank you very much guys I found what was my problem, I was running ADB straight from CMD window without navigating to my tool folder and always worked so I thought running step 7 will work, but NO I had to cd c:.....bla bla navigate to tool folder and do step 7.
Now I'm happily Rooted thanks again for your time guys, now to set up again my beautiful screens.
I'm having that problem where i'm trying to flash Tiamat Kernel on my Xoom and when i get to the remount i'm getting - remount failed: Operation not permitted . When you say grant root access again you talking about pointing it to the platform folder ?.
It sounds like those having problems are not very familiar with adb. Don't worry, we have all been there at one point. I would suggest that you use the one click method. No its not really a one click, more like a one click at a time method. But, it goes slow and you can see what it is doing as it goes along and has a nice tutorial from the op.
Sent from my HTC HD2 using XDA Premium App
jase33 said:
It sounds like those having problems are not very familiar with adb. Don't worry, we have all been there at one point. I would suggest that you use the one click method. No its not really a one click, more like a one click at a time method. But, it goes slow and you can see what it is doing as it goes along and has a nice tutorial from the op.
Sent from my HTC HD2 using XDA Premium App
Click to expand...
Click to collapse
No i'm not so good at it but i'm willing to or i want to learn . I used it for the first time when my Xoom was soft brick from installing a theme , i restored it with ADB and then use ADB to root ,so that's twice , the first time i rooted my Xoom i used the one click method because i was so afraid of ADB . Today the third time i was using it to flash a Kernel and at the remount i got into the problem above .
jawonder said:
No i'm not so good at it but i'm willing to or i want to learn . I used it for the first time when my Xoom was soft brick from installing a theme , i restored it with ADB and then use ADB to root ,so that's twice , the first time i rooted my Xoom i used the one click method because i was so afraid of ADB . Today the third time i was using it to flash a Kernel and at the remount i got into the problem above .
Click to expand...
Click to collapse
Are you trying to push something thru a ADB...???
Sent from my Xoom using XDA Premium App
lokko21 said:
Are you trying to push something thru a ADB...???
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
Yes i'm trying to flash a kernel but at the remount step it's telling that : remount failed : operation is not permitted .

[How to] SBF to 2.3.340 [UBUNTU]/[LINUX]

I updated in a hurry to and wanted to SBF back, didn't find a very useful linux guide. I'm running Ubuntu 10.10
Files you will need:
1. sbf_flash
2. Full SBF 2.3.340
Guide:
1. Created a folder and place the files inside.
2. Make sure the sbf is unzipped into the folder.
3. Open a Terminal and change to the directory to your folder
4. Type chmod +x sbf_flash
5. Type sudo ./sbf_flash name of sbf file
6. Type in your password
7. Let it run until is shows "waiting for phone"
8. Restart the phone ( Make sure it's plugged into your PC )
9. Enjoy.
Hope it helps!
Thanks for the guide bro. This will be helpful down the road
this is one reason why i love ubuntu sbf'ing is so easy no drivers no programs
Thank you for this post. Messed up my x but was able to get it back up and runnning
Stuck. Mind adding Windows instructions?
mrkite38 said:
Stuck. Mind adding Windows instructions?
Click to expand...
Click to collapse
This is for folks on "Linux" to my understanding.
Such as a Windows based PC with a Linux partition with Ubuntu as a OS.
This maybe a good time to checkout Linux if you haven't already.
I'm aware of what Linux is. If the op has the ability to include windows instructions also, it would be convenient since the thread is already stickied.
AWESOME. Much easier...
Downloading files to do this now. One question..is this going back to stock or can I flash my back-up by doing this?
Sent from my DROIDX using XDA Premium App
Got most of this to work. When it tells me to reboot phone into bootloader..I can not access it. Can not get past the "triangle".
Sent from my DROIDX using XDA Premium App
sooo these instructions are reaaalllyy vague. for instance how do i get to the directory where my folder is? do i have the phone plugged in this whole time, or only when it shows "waiting for phone?" please make this noob useable. because i can't tell this right from wrong.
so i think i got to where i'm supposed to be..
[email protected]:~/Documents$ cd sbf/
[email protected]:~/Documents/sbf$ chmod +x sbf_flash
[email protected]:~/Documents/sbf$ sudo .sbf_flash VRZ_MB810_2.3.34_1FF_01
[sudo] password for derique:
i named the file i put the sbf_flash and the actual sbf file into "sbf"
so assuming that what i've done so far is correct, it won't let me type my password.. it actually won't let me type anything at all.
i got to [waiting for phone] but i didn't type in the "sudo" part of the command.
now i get to the part where it says waiting for phone.. so do i plug in when it's on, in the bootloader, or what?
when i plug in while it's in the bootloader i get this:
>> waiting for phone: FAILED: Could not claim usb interface
(Are you root?)
[email protected]:~/Documents/sbf$
but i don't think i'm rooted. i unrooted many times via z4root. so what else can i do guys? i need help
DeriquedeCoux said:
sooo these instructions are reaaalllyy vague. for instance how do i get to the directory where my folder is? do i have the phone plugged in this whole time, or only when it shows "waiting for phone?" please make this noob useable. because i can't tell this right from wrong.
so i think i got to where i'm supposed to be..
[email protected]:~/Documents$ cd sbf/
[email protected]:~/Documents/sbf$ chmod +x sbf_flash
[email protected]:~/Documents/sbf$ sudo .sbf_flash VRZ_MB810_2.3.34_1FF_01
[sudo] password for derique:
i named the file i put the sbf_flash and the actual sbf file into "sbf"
so assuming that what i've done so far is correct, it won't let me type my password.. it actually won't let me type anything at all.
i got to [waiting for phone] but i didn't type in the "sudo" part of the command.
now i get to the part where it says waiting for phone.. so do i plug in when it's on, in the bootloader, or what?
when i plug in while it's in the bootloader i get this:
>> waiting for phone: FAILED: Could not claim usb interface
(Are you root?)
[email protected]:~/Documents/sbf$
but i don't think i'm rooted. i unrooted many times via z4root. so what else can i do guys? i need help
Click to expand...
Click to collapse
It's asking if you ran the program as root, meaning you SHOULD use sudo. When it prompts for your password, just type it in and press enter. It doesn't show any placeholder characters.
Very vague instructions. I don't know what to do at all. Would like a bit more step by step in regards to what I enter in terminal.
double post.
SBF Ubuntu
Question, is it possible to SBF back to an older Bootloader? Thanks-AT
So, with this method i will be able to downgrade from OTA .596 to .340 ? Or can someone point out how can i get the .596 rooted and be able to install apex 2.0 RC. any help will be appreciated .
Yes, you can downgrade from the GB OTA to froyo with this.
Thank you.
Sent from my DROIDX using XDA App
Linux CD method
For those of you that are not very up on linux, the link below guides you into making a linux CD that you can insert into your windows laptop and contains all the programs you need to sbf your droid x back to froyo. You can then root it and upgrade to GB rooted using the 2 file method. It's almost idiot proof and the instructions are pretty good. If you can burn an ISO file onto a cd or usb drive and get your computer to boot from it then you should be able to sbf in about 10 minutes.
http://www.droidxforums.com/forum/d...-solution-your-windows-rsd-lite-problems.html
nukeruss said:
For those of you that are not very up on linux, the link below guides you into making a linux CD that you can insert into your windows laptop and contains all the programs you need to sbf your droid x back to froyo. You can then root it and upgrade to GB rooted using the 2 file method. It's almost idiot proof and the instructions are pretty good. If you can burn an ISO file onto a cd or usb drive and get your computer to boot from it then you should be able to sbf in about 10 minutes.
http://www.droidxforums.com/forum/d...-solution-your-windows-rsd-lite-problems.html
Click to expand...
Click to collapse
I can vouch for this CD method. I used it to sbf from GB OTA back to Froyo. It is pretty idiot proof. It will even coach you on how to get to the bootloader screen. Just one hint: eject the CD before shutting down. It will boot back to linux when you start up again.

ADB/SDK?!?!?!

ok, just got a new laptop because the old one died and im trying to get adb working on it...i spend multiple hours trying to get it to work, can someone please point me to a guide that works with windows 7 ultimate...i have followed many and then go to command prompt and type adb and it basically says that it doesnt recognize the command...sorry for the noob question, i had it before, i tried multiple guides and im still adb-less
Sent from my Transformer TF101 using XDA Premium App
Are you in the same directory you installed all your sdk stuff?
keroppilee said:
Are you in the same directory you installed all your sdk stuff?
Click to expand...
Click to collapse
+1
cd C:\wherever\your\sdk\is\located\
Lets start off with a simple question: do you have the sdk installed?
If you wish to use ADB first you have to run it from the directory that it is via the command prompt (start -> run -> type cmd). The easiest way to get it to work by just typing adb at the command prompt it by putting adb.exe in c:\windows.
Sorry if anything is slightly off, I use the Linux version of ADB.
Good post
http://forum.xda-developers.com/showthread.php?t=1071584&highlight=adb

Rooting On Macbook Pro

I am getting things set up to root my Nexus 6p using a Macbook Pro. I have Android Studio installed & I see the platform-tools folder like the tutorial says. But my phone isn't showing up as a device on my Macbook nor is the terminal command "adb devices" showing it.
Has anyone successfully rooted their Nexus 6p using a Macbook Pro?
Thanks!!
Have you ever rooted a nexus with a Mac? If not, you might not have installed adb and fastboot correctly. If you have no experience rooting with a mac, this is a great tutorial for ...http://forum.xda-developers.com/showthread.php?t=1917237
lyall29 said:
Have you ever rooted a nexus with a Mac? If not, you might not have installed adb and fastboot correctly. If you have no experience rooting with a mac, this is a great tutorial for ...http://forum.xda-developers.com/showthread.php?t=1917237
Click to expand...
Click to collapse
Totally agree! I used this to get a handle on ADB/fastboot and have been good ever since. Which version of OSX are you using, OP? I followed the above guide and use manual command on OSX 10.10.5. I have heard there are some issues on 10.11 though.
Sent from my Nexus 5X using Tapatalk
I used ruby (built in with osx) inside the terminal to install homebrew. Then install android-platform-tools using homebrew. This installs fastboot and adb, AND adds these programs to PATH so you can use adb or fastboot command no matter which folder the terminal has open. Hope this helps!
EDIT:
Link providing steps for how to do this:
http://macappstore.org/android-platform-tools/
Yes I have rooted my 6p using macbook pro. You have to CD to platform-tools and make the command ./adb devices
That was my problem. Adb wasn't even recognized unless I did ./ before the adb command
andrewnelson23 said:
Yes I have rooted my 6p using macbook pro. You have to CD to platform-tools and make the command ./adb devices
That was my problem. Adb wasn't even recognized unless I did ./ before the adb command
Click to expand...
Click to collapse
That means your search path was not set up.
Even executables in ./ not found? Path really messed up.
BTW : I only use a Mac so I've rooted everything from Samsung to LG and now Nexus on my Macs.
lyall29 said:
Have you ever rooted a nexus with a Mac? If not, you might not have installed adb and fastboot correctly. If you have no experience rooting with a mac, this is a great tutorial for ...http://forum.xda-developers.com/showthread.php?t=1917237
Click to expand...
Click to collapse
WOW!!! Thanks!!! I just posted in the when did you root thread that I haven't seen a tutorial on rooting with a mac!!! I did a search and it didn't show up in the results. I figured people assume that if you have a Mac you also have an iPhone! Thanks for posting this tutorial!!!
mikespe said:
WOW!!! Thanks!!! I just posted in the when did you root thread that I haven't seen a tutorial on rooting with a mac!!! I did a search and it didn't show up in the results. I figured people assume that if you have a Mac you also have an iPhone! Thanks for posting this tutorial!!!
Click to expand...
Click to collapse
I don't make that assumption.
I have been using Macs exclusively for 15+ years.
I have never owned an iPhone. I like MacOS because it's got BSD Unix under the hood.
I had a NeXT before that.
Here is the easiest way to install adb/fastboot on a Mac, also installs it correctly in your PATH.
Also if you are running El Capitan, see this.
I have been using Fedora Linux to root my devices and as long as the path is setup you do not need the "./" but once you are booted into fastboot, even with proper path, you need the ./fasboot (Don't ask me why, haven't figured it out). You may also have to execute fastboot as
sudo ./fastboot
dratsablive said:
I have been using Fedora Linux to root my devices and as long as the path is setup you do not need the "./" but once you are booted into fastboot, even with proper path, you need the ./fasboot (Don't ask me why, haven't figured it out). You may also have to execute fastboot as
sudo ./fastboot
Click to expand...
Click to collapse
If you use the link at the top, the ./ isn't required any longer, not sure why.
Everyone thank you so much for all the information. I have been a Windows guy all my life. I bought this macbook about a year ago and I'm still learning. Windows I can go into the registry and tweak almost anything....Mac I fee like a rookie. As I mentioned earlier I think I will use my Surface Pro 3 this weekend to root the phone. This way I won't have to worry about doing anything wrong or get frustrated!
jawmail said:
If you use the link at the top, the ./ isn't required any longer, not sure why.
Click to expand...
Click to collapse
The issue is that I need to use sudo to execute the command fastboot. Since it's sudo it doesn't have the proper path, hence the need to add the ./

Uninstalling Touch

I have the original OnePlus One, I threw touch on it ages ago and have since tried revert back to android but cannot seem to figure out how.
I run windows 10, and the only script I found was for linux.
I can create a live CD and fumble through it if needed, but I was hoping someone had instructions to do this through windows 10
Thanks
cblock said:
I have the original OnePlus One, I threw touch on it ages ago and have since tried revert back to android but cannot seem to figure out how.
I run windows 10, and the only script I found was for linux.
I can create a live CD and fumble through it if needed, but I was hoping someone had instructions to do this through windows 10
Thanks
Click to expand...
Click to collapse
Try via the windows subsystem for linux setup. It should work like a nativley running linux install.
Sent from my SM-G975U1 using XDA Labs
jwarrior319 said:
Try via the windows subsystem for linux setup. It should work like a nativley running linux install.
Sent from my SM-G975U1 using XDA Labs
Click to expand...
Click to collapse
it doesnt have full usb support *yet*
Download adb and fastboot, you can find them on the Chocolatey Package Manager for Windows for easy installation, or install them using the Android SDK, or by downloading the platform-tools package from Google's Developer Center. And then, reading the script you have, translate those commands over to Windows. So for instance
Code:
#!/bin/sh
adb reboot-bootloader
fastboot -w
fastboot flash system system.img
would still work under Windows, but you'd need to use command prompt, and you need to have your current working directory set to the path where you've got the ROM at (so CD to it, ALSO: if you are using ADB/fastboot binaries and opted not to install them using chocolately, you will need to make sure those binaries are ALSO in that path.)
You can also open the .sh file, and instead, remove any shell script directives (I wouldn't think that a flash-all script would have things like conditionals though), and then save it as a .cmd or .bat file in your ROM (or ROM & platform-tool) folder, then double click it. For instance, the above would become:
Code:
REM This is an example batch script
adb reboot-bootloader
fastboot -w
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash somepart somepart.img
and so forth. I hope that helps.

Categories

Resources