I've found plenty of recent methods which involves the use of a PC. Motochopper sure makes it seem very, very simple.
However, I don't own a Windows machine at home. I only have OSX available to me. I've seen some methods available, but they're long, complicated, and also from 2012.
Can anyone point me in the right direction to rooting my tablet? A trustworthy method? I have no plans to flash a new ROM at this time, so a recovery isn't needed from my perspective. Unless it's a mandatory step.
Knightfall said:
I've found plenty of recent methods which involves the use of a PC. Motochopper sure makes it seem very, very simple.
However, I don't own a Windows machine at home. I only have OSX available to me. I've seen some methods available, but they're long, complicated, and also from 2012.
Can anyone point me in the right direction to rooting my tablet? A trustworthy method? I have no plans to flash a new ROM at this time, so a recovery isn't needed from my perspective. Unless it's a mandatory step.
Click to expand...
Click to collapse
Give motochopper a try. It is useful on mac (intel), windows, and linux.
Example:
platform=`uname`
if [ $(uname -p) = 'powerpc' ]; then
echo "[-] PowerPC is not supported."
exit 1
fi
if [ "$platform" = 'Darwin' ]; then
adb="./adb.osx"
version="OS X"
else
adb="./adb.linux"
version="Linux"
If it fails you'll need to search for methods others use.
Related
After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
I'm not sure if there is an nvflash version for Mac. The nvidia developer's website show flashing features for Win and linux. I assume this means nvflash.
sent from my cyanogen(mod) vision
eep2378 said:
After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
Click to expand...
Click to collapse
I've done it with Windows Seven on Parallels 6.
Be carefull to assign at the first time the asus usb to virtual machine in static way, otherwise you can loose the connection during the procedure and the software re-ask you where do you want to connect the usb...
DLuke77 said:
I've done it with Windows Seven on Parallels 6.
Be carefull to assign at the first time the asus usb to virtual machine in static way, otherwise you can loose the connection during the procedure and the software re-ask you where do you want to connect the usb...
Click to expand...
Click to collapse
I do have vmware on my Mac running win 7. Assign asus to virtual machine in static way? How would I go about that?
Sent from my GT-I9000 using XDA App
I never used VMWare...
But in parallels, with vm running, when i insert something in the usb, it prompt where the device will be seen, on the mac or on the vm.
There, there is a check box to "remind this selection" and it never ask you again pairing always taht device with vm.
Sorry, but i don't know where and if there is something like in VMWare
I think this will get you rooted on a Mac. You will need adb.
http://androidroot.mobi/asus-eee-pad-transformer-tf101-root-cwm-recovery/
eep2378 said:
After searching a bit it seems most if not all rooting methods require the use of a Windows machine. Are there any resources for us mac users in terms of rooting the TF?
Click to expand...
Click to collapse
When I rooted mine at the very beginning of June I just used this guide as a template.
Didn't need to install any extra drivers like Windows users do, I got adb from the link provided at the beginning of the guide and the followed each of the steps including downloading the rooting tools. The commands are the same but are entered slightly differently in OSX.
Example
In OSX you would type:
Code:
./adb devices
instead of Windows:
Code:
adb devices
If you've used OSX terminal before you should be fine.
Has anyone been able to successfully root their Nexus 7 on a Mac using Parallels? Or VM Ware? Both rooting methods in the development section are Windows only, so a little cautious about trying it on a virtual machine. Any help would be appreciated.
Forget Parallels just have the Android SDK and Superboothttp://forum.xda-developers.com/showthread.php?p=28267712
Sent from my i777 using xda app-developers app
Agreed, forget VM solutions on OS X.
Install the Mac sdk, open up Terminal and have a play with adb and fastboot, plenty of guides around for the details
I tried using one click root (written for windows), with XP on my iMac via VMWare. It did not work. The problem relates to tablet could not reconnect in time to virtual machine in between reboots.
I ended up going to a Windows laptop, and it worked.
if you're comfortable with adb & fastboot, can search and read, you dont need one clicks or windows.....
tehSmoogs said:
if you're comfortable with adb & fastboot, can search and read, you dont need one clicks or windows.....
Click to expand...
Click to collapse
+1
Sent from my i777 using xda app-developers app
Well, I'm not but I think I'm about to be! Reading about and installing adb on my Mac now. That part was easy! We'll see how it goes from here. Thanks.
I use Parallels on my Mac ALL the time and have never had an issue. In fact, if you have multiple devices and worry about conflicting drivers simply copying the VM and having one for each device is the way to go. Do it all the time and I have MANY devices from different manufactures.
Edit.... BTW ... I used parallels to s-off an HTC Rezound which had many steps where the device would reboot. Re-connecting to the VM was never an issue for me.
I rooted LGL21 using Parallels on Macbook(OS X)
I'm using Parallels 9 on Macbook(OS X) and ther is Windows7 Pro.
I made trial and error using Android SDK and LG's ADB, and the beginning did not reach well.
Windows was not able to find LGL21.
but I changed USBcable 1m to 10cm
But Windows came to be able to find LGL21 when I changed a USBcable 1m to 10cm.
I thought the cause to be a ADB driver, but might be a problem of the hardware.
When you change hardware and try it, how about?
However, I'd changed both the hardware and the ADB at the same time, and the connection of the USB port changed ! I confirm an exact cause from now on !
In that I got an idea, took the first step, and am now completely out of my depth.
Let me start at the beginning.
I've always wanted to get into android development, but with the departure of CosmicDan, my recent format of my home computer, and a lucky shot at taking a general development class have all culminated to suggest now's the time.
Here's my objective: Dualcore desktop computer, dualbooting Windows 8 and a flavor of linux focused entirely on being an android toolkit. Here's my problem: I used linux for a week in my highschool networking class most of a decade ago. Red Hat 7 or 8, maybe? Anyway, I know virtually nothing except what I've osmosed from using an ADB shell.
I need to know which flavor of linux is best for android dev, how to set up a dual boot, and after that point, probably step-by-step instructions on establishing a build environment and using github. I'm not completely useless at this, I know how to use google, but a lot of information is outdated and this is a somewhat situational goal.
ANY HELP IS GREATLY APPRECIATED!
Ubuntu!
And google Ubuntu google installer
Sent from my R800i using xda app-developers app
Ubuntu is more user friendly but if you want development I would suggest 1: backtrack 2: arch Linux (for advanced users) 3: fedora
Sent from my R800x using Tapatalk 2
Apparently Backtrack is called Kali Linux now...
"It includes support for the Metasploit Project's Metasploit Framework, a tool for developing and executing exploit code against a remote target machine.[2] It also includes the security tools Wireshark, John the Ripper, Nmap and Aircrack-ng.[2]"
Hahaha hell yes I'll take some of that.
I still think I'll need to install Ubuntu - I don't know how I'd put this particular build on a flash drive. Installing it from inside ubuntu would probably be easiest.
EDIT: Actually they have excellent instructions on the website for setting up a flashdrive.
im using ubuntu just fine
im on ubuntu 10.04 i compile builds fine
Use the Ubuntu wubi installer for dual boot
Sent from my R800i using xda app-developers app
Okay, Kali Linux is installed and operational, programs are updated, and I even figured out how to install Flash via the mysterious powers of 'apt-get'. Using Grub for dual boot, and I found my way around configuring it and populating a new cfg file via the terminal. Whew.
Perhaps 4/20 was a bad choice for learning a new and notoriously complex OS, or maybe it was the best choice.
I guess I'm ready to set up a kitchen, but now I need input again. Do I just 'apt-get' some magical box of android goodies, or is this process more involved?
Edit: The answer is 'more involved', but not by much. I got the kitchen from http://forum.xda-developers.com/showthread.php?t=633246 and I was even able to independantly apt-get my way out of an error without googling it! So, it's running... I guess it's time to start cutting up a ROM. I'm inclined to believe CyanogenMod would be the best starting point for that, and I'm doublefortunate that my roommate has a Nexus he's willing to let me experiment on, as I don't want to navigate the unique structure of Xperias yet.
I'm aware there are some Linux alternatives for Odin (I mean, through 30 seconds of Googl'ing, Heimdall seems to be it), but I am hesitant in using these to flash using the available guides, because I don't know if there are differences in the Linux clone and the updated program from Samsung. On the other hand, it's always been kind of a PITA for me to get the ADB drivers working properly on my Windows installation and doing it through VMWare seems like an even bigger PITA.
Would I be okay just using the Linux alternative to Odin or should I go out of my way to get it all up and working on WIndows in order to follow the guides I've found? Are there any horror stories using the Linux clone?
I have a Samsung Galaxy Tab A T-280 and I'm trying to follow this guide
https://forum.xda-developers.com/ga...covery-samsung-galaxy-tab-a6-sm-t280-t3475381
If i recall it's called Heimdall, and it had always worked as a fine alternative for me. There's even a gui for ye scarey types. And if you're that concerned, why not just do as you said? Or just do it via a winblows vm?
Hey guys. I’m finally moving on from iOS! Got the one plus 6T to start. I’m trying to root my device but I have an iMac all I see on this forum is tutorials to root devices with a pc..
Can anyone point me in the right direction to where I can find a tutorial to root my OP6T with Mac? Thanks in advance!
jmontalbo said:
Hey guys. I’m finally moving on from iOS! Got the one plus 6T to start. I’m trying to root my device but I have an iMac all I see on this forum is tutorials to root devices with a pc..
Can anyone point me in the right direction to where I can find a tutorial to root my OP6T with Mac? Thanks in advance!
Click to expand...
Click to collapse
You could use Bootcamp. Or a Virtual Machine. While rooting with a Mac is possible it's a Royal PITA as compared to Windows. Also if you somehow mess up and brick your device you can use MSM. But MSM Download Tool requires Windows and Windows Only. It doesn't even work on Linux or Mac. So I'd suggest you to setup a Virtual Machine or Bootcamp. If not then better be ready to jump through hoops
Mannan Qamar said:
You could use Bootcamp. Or a Virtual Machine. While rooting with a Mac is possible it's a Royal PITA as compared to Windows. Also if you somehow mess up and brick your device you can use MSM. But MSM Download Tool requires Windows and Windows Only. It doesn't even work on Linux or Mac. So I'd suggest you to setup a Virtual Machine or Bootcamp. If not then better be ready to jump through hoops
Click to expand...
Click to collapse
Thanks! Sorry for the noob questions but where do I get Bootcanp and Vitrual Machine? And is there a step by step tutorial on how to root? I know 100% I’m going to be lost haha.
jmontalbo said:
Thanks! Sorry for the noob questions but where do I get Bootcanp and Vitrual Machine? And is there a step by step tutorial on how to root? I know 100% I’m going to be lost haha.
Click to expand...
Click to collapse
Bootcamp is built into MacOS. Just search it, follow the prompts and setup Windows. After that you can follow any tutorial to root your phone. If you still want help, then I'd recommend you set up Bootcamp up first cause the actual tutorial exactly step by step is waaay to long for me to write here. You can easily setup Bootcamp by Searching for Bootcamp on your Mac, running it and following the on-screen instructions. There are plenty of tutorial for that on YouTube. Once you have Bootcamp setup, lemme know and I'll guide you through.
Just a suggestion, but since you are new to Android, maybe just use the phone without root for a while and see if you like it as-is? While there are some fun things to do with root access, the need for it is much less than it used to be. My 6T is my first non-rooted Android after nearly a decade of rooted devices. There are only a few things I miss and non of them worth the effort of rooting.
Welcome to Android. Come on in, the water's fine!
Sent from my ONEPLUS A6013 using Tapatalk
---------- Post added at 01:07 PM ---------- Previous post was at 01:04 PM ----------
One other suggestion. Instead of dealing with bootcam/VM type stuff, consider getting a cheapo Goodwill old windows box. For a few bucks you will have a real computer with real ports to play with. A 5 year old box is way more than enough for what you need. Or eBay something cheap.
Sent from my ONEPLUS A6013 using Tapatalk
jmontalbo said:
Hey guys. I’m finally moving on from iOS! Got the one plus 6T to start. I’m trying to root my device but I have an iMac all I see on this forum is tutorials to root devices with a pc..
Can anyone point me in the right direction to where I can find a tutorial to root my OP6T with Mac? Thanks in advance!
Click to expand...
Click to collapse
I've just started to use MacBook Pro to root my OP6T. The only thing you need is a working adb and fastboot unless you brick it (knock on wood) then you will need a PC and MSM. Here's is the step to get you to adb and fastboot (reboot to bootloader)
1. Download the platform tools package for macOS (attachment) and extract it.
2. Go to the Launchpad and open Terminal.
3. Type cd /location/to/the/platform tools
4. Type . /adb devices
If it works, It will show your device in the terminal. Dont forget to tap OK to allow USB Debugging on your phone.
Hope this help.