ADB on chromebok - Moto Z2 Force Questions & Answers

Is there a way to setup ADB on a Chromebook. I am considering unlocking my bootloader and rooting but do not own a Windows computer. Any help will be greatly appreciated.
Sent from my Moto Z (2) using Tapatalk

Looks like there is an ADB app on the chrome store. I am not sure how it works, but worth a shot

JAWheat411 said:
Looks like there is an ADB app on the chrome store. I am not sure how it works, but worth a shot
Click to expand...
Click to collapse
I have been trying to get it to work but have not been successful. Hoping someone who has set it up will see this and give me some advice. I am already an absolute noob when it comes to ADB, just seems it is a must to do any modifications to this phone.
Sent from my Moto Z (2) using Tapatalk

I couldn't either and had to load crouton to install linux and install android-tools-adb from there.

Related

need help installing Android SDK

I'm following this guide - http://androidcodemonkey.blogspot.com/2010/01/how-to-setup-android-development_23.html
cuz i wanted to cuztomize/push apps to my Desire.
I'm using windows 7 Ultimate x64, install the jdk as stated. but the eclipse and Android SDK version is kinda outdated.
I tried opening eclipse, then it says something about the java not in path bla bla bla~~ i tried setting the path but no go.
Anyone can guide me to an easy/noob proof on how to install the Android SDK for Android 2.2?
Thanks!
LuffyPSP said:
I'm following this guide - http://androidcodemonkey.blogspot.com/2010/01/how-to-setup-android-development_23.html
cuz i wanted to cuztomize/push apps to my Desire.
I'm using windows 7 Ultimate x64, install the jdk as stated. but the eclipse and Android SDK version is kinda outdated.
I tried opening eclipse, then it says something about the java not in path bla bla bla~~ i tried setting the path but no go.
Anyone can guide me to an easy/noob proof on how to install the Android SDK for Android 2.2?
Thanks!
Click to expand...
Click to collapse
just download it from here http://developer.android.com/sdk/index.html open the .zip and double click the .exe.... done lol you dont need eclipse unless your a dev
then what about the quick start below that? i always refer to that page but looked to much to be done. is it really simple just double click like that?
then how do i start pushing the apks?
LuffyPSP said:
then what about the quick start below that? i always refer to that page but looked to much to be done. is it really simple just double click like that?
then how do i start pushing the apks?
Click to expand...
Click to collapse
you open a command prompt, navigate to the tools folder in the android sdk and run whatever adb command you want as long as you have htc sync installed your computer already has all the nessesary drivers... The android sdk is ment for software development, hence sdk (software development kit) the quickstart is ment for people who intend to use it for development, we only need a small part of the sdk known as adb
i got this error, see attachment.
LuffyPSP said:
i got this error, see attachment.
Click to expand...
Click to collapse
why you trying to install widgetlocker using adb? is it warez? if it is no one here is going to help you.....
its not warez. i bought it. i have the order receipt. but i wanted to customize the iphone lock bar. i have someone made it for me, then he gave me back the apk. and now i have trouble installing it. He said he didnt sign it so i need to use adb push. I tried but got something about parse error or something like that.
LuffyPSP said:
its not warez. i bought it. i have the order receipt. but i wanted to customize the iphone lock bar. i have someone made it for me, then he gave me back the apk. and now i have trouble installing it. He said he didnt sign it so i need to use adb push. I tried but got something about parse error or something like that.
Click to expand...
Click to collapse
ok sorry i had to ask lol the error your getting is because the .apk is not signed, your not using adb push, your using adb install look here for some info on how to push an app
http://android.modaco.com/content/htc-desire-desire-modaco-com/311089/adb-help-needed/
Cool, i got it working. i tried pushing it while the phone is on. After reading, i need it in recovery..hehe that was very noob of me. Thanks for your help man! Very much appreciated.
LuffyPSP said:
Cool, i got it working. i tried pushing it while the phone is on. After reading, i need it in recovery..hehe that was very noob of me. Thanks for your help man! Very much appreciated.
Click to expand...
Click to collapse
no probs man glad you got it working atleast you got adb up and running on your pc too now

Need Xoom WiFi boot.img

Looks like the boot.img on the WiFi only model is slightly different. Flashed the rooted boot.img file and now I'm stuck at the Dual Core technology screen. Anyone have this available. All help greatly appreciated!
UPDATE
See thread -> http://forum.xda-developers.com/showthread.php?p=12432218
Can someone post the stock xoom wifi dump of the boot.img, recovery.img, system.img, and userdata.img in case something happens?
Apparently it looks like its slightly different than the wifi+3g version. Also is the overclocked kernel file working posted by coolbho3000?
i need the answer too... i m comfused.
Alright I have a stock Xoom tablet now Just gotta figure out how to pull the boot.img file off. Any ideas and I'll do it ASAP.
No clue mate. From my knowledge you have to be rooted, or have the SDK on your pc. I think. Neither which are available as of now
So is the wifi only version able to be rooted as of now?
currently, yes. We need a new root method. Well I would not say a new "method" but their need to be some modifications done to the original rootboot img file. Shouldnt be hard for devs
found the answer here:
http://forum.xda-developers.com/show...&postcount=134
coolbho3000 said:
If you want to rip your current one, run
# cat /dev/block/platform/sdhci-tegra.3/by-name/boot > /sdcard/boot.img
onicrom said:
found the answer here:
http://forum.xda-developers.com/show...&postcount=134
coolbho3000 said:
If you want to rip your current one, run
# cat /dev/block/platform/sdhci-tegra.3/by-name/boot > /sdcard/boot.img
Click to expand...
Click to collapse
Issue 1: Don't currently have root
Issue 2: No SD card access
But I did try it and got an access denied.
onicrom said:
found the answer here:
http://forum.xda-developers.com/show...&postcount=134
coolbho3000 said:
If you want to rip your current one, run
# cat /dev/block/platform/sdhci-tegra.3/by-name/boot > /sdcard/boot.img
Click to expand...
Click to collapse
Think for the Xoom it would be from a windows command prompt:
adb shell cat /dev/block/platform/sdhci-tegra.3/by-name/boot > c:\boot.img
I could be wrong but try it and see.
Sent from my Nexus One using XDA Premium App
B Dizzle said:
Think for the Xoom it would be from a windows command prompt:
adb shell cat /dev/block/platform/sdhci-tegra.3/by-name/boot > c:\boot.img
I could be wrong but try it and see.
Sent from my Nexus One using XDA Premium App
Click to expand...
Click to collapse
It's actually a Permission issue.
/dev/block/platform/sdhci-tegra.3/by-name/boot: Permission denied
So someone with root needs to run it. Anyone wanna help out? Im not getting mine till tomorrow but by then I suppose you would have yours exchanged
Sent from my Nexus One using XDA Premium App
B Dizzle said:
So someone with root needs to run it.
Click to expand...
Click to collapse
That's actually the catch-22... can't get root because we don't have the right boot.img file. I think it's going to boil down to Motorola releasing a stock one.
If anyone is up for IRC chat - hop onto Freenode and room #Xoom
I can try if someone tells me what needs to be done. I tried copying it over to another folder in root explorer but no luck.
Update: Ran through the fastboot oem unlock in hopes that it would resolve the Permission Denied. It did not.
http://forum.xda-developers.com/showpost.php?p=11863700&postcount=154
destroyerbmx said:
http://forum.xda-developers.com/showpost.php?p=11863700&postcount=154
Click to expand...
Click to collapse
You'll end up with a (soft)brick
No luck
I also booted into fast boot, tried and still got no permission sometimes and no such directory some times... If some one will walk me through getting the img file I will gladly do so
how can I remove the softbrick, I saw this AFTER I tried to root and now I cannot even turn it off, just sitting on the Motorola Dual Core Technology screen.
ok I also now need to the stock boot.img from a wifi xoom. Can anyone help? I can flash it if someone can provide it please, if not I guess I will go exchange my xoom in the morning.

How to "root" your Optimus G Pro AT&T

How to "root" your Optimus G Pro AT&T ONLY
This does work great. It will allow root.
1. (Optional if you have another means of un-RARing) Download and install 7-zip from here. You need this to open certain types of archives (specifically .rar, but you might also want to open .tar, .bz2, or other types of archives in the future). This program is supremely awesome in its ability to open almost any archive you throw at it. It's also unobtrusive and efficient.
2. Download and install LG USB Drivers from here. Without these drivers, your computer won't be able to effectively communicate with your phone. This is vital for the steps we will be taking.
3. Enable USB debugging by going to Settings->(General)->Developer options" and checking the box next to "USB debugging." You will get warnings. You can probably ignore them. This setting will allow you to run commands on your phone from your computer (via USB). For more info on the Android Debug Bridge, click here.
4. Download and extract (using 7-zip (or whatever)) the root exploit from here.
5. Connect your phone to the computer with your USB cable.
6. Put the phone into "Charge Only" mode at Settings->General->PC connection->USB connection type
7. Open CurrentRoot.bat and follow its prompts. You will need to change from "Charge Only" to "Media sync (MTP)" mode. The setting is in the same place.
8. Run SuperSU (now in your apps drawer) it and make sure it works. This program allows others to gain access to superuser privileges. For more info on rooting and what kind of stuff it lets you do, click here and/or use Google.
Thanks to XDA User carrett for this. If u want to say thanks to him http://forum.xda-developers.com/showthread.php?t=2006946
Video to help with install. Done by user chrisngrod
RESERVED
Just wanted to say thanks. It worked perfectly with your instructions. Good Job! :good:
Any chances of a recovery?
No offense but, you literally just copied and pasted this from the original forum. There was nothing added to this that made it custom to our phone other than the title. There might not be a rule against it but I just feel a little weird about it being here. Sort of like a reposted YouTube video.
Sent from my LG-E980 using Tapatalk 2
huzzah!
So much success. thanks for the post. Great details!
---------- Post added at 01:52 PM ---------- Previous post was at 01:44 PM ----------
I had not seen a post with those details about changing the state from charging only to media and so on but maybe I just missed the post you are talking about.
jeffhesser said:
So much success. thanks for the post. Great details!
---------- Post added at 01:52 PM ---------- Previous post was at 01:44 PM ----------
I had not seen a post with those details about changing the state from charging only to media and so on but maybe I just missed the post you are talking about.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?p=34474128
Sent from my LG-E980 using Tapatalk 2
lessthanzach said:
No offense but, you literally just copied and pasted this from the original forum. There was nothing added to this that made it custom to our phone other than the title. There might not be a rule against it but I just feel a little weird about it being here. Sort of like a reposted YouTube video.
Sent from my LG-E980 using Tapatalk 2
Click to expand...
Click to collapse
Yes I know but I did thank him in the thread. I didnt take any credit for this.
idle0095 said:
Yes I know but I did thank him in the thread. I didnt take any credit for this.
Click to expand...
Click to collapse
I'd suggest posting a link to the original thread so that people can thank the original developer properly if this helps them.
Sent from my Nexus 4 using xda app-developers app
dexim said:
I'd suggest posting a link to the original thread so that people can thank the original developer properly if this helps them.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Done
Being more familiar with Samsung rooting, HTC and Motorola devices. When its time to return the OG Pro to stock and unroot what is the proper method, I think this is also important to have outlined.
will this root method work on an unlocked optimus g pro on tmobile?
xenine said:
will this root method work on an unlocked optimus g pro on tmobile?
Click to expand...
Click to collapse
Yes
Works like a charm first try...
Thanks!
Not working for me on 64 bit windows 8, despite attempts on 3 different PC's.
I will try a 32 bit computer.
Any other users with success on 64 bit?
pramod1969 said:
Not working for me on 64 bit windows 8, despite attempts on 3 different PC's.
I will try a 32 bit computer.
Any other users with success on 64 bit?
Click to expand...
Click to collapse
Yup ran fine on my ole core 2 duo with windows 7 x64
Sent from my LG-E980 using Tapatalk 4 Beta
pramod1969 said:
Not working for me on 64 bit windows 8, despite attempts on 3 different PC's.
I will try a 32 bit computer.
Any other users with success on 64 bit?
Click to expand...
Click to collapse
Yup, worked fine on my laptop - Win8 64 bit.
I followed the instructions and even ran the currentRoot file as administrator after unrar the whole "ZV9-ZVB-Root folder" to the desktop.
After it says root successful, I still couldn't find the superuser in my apps as described. I have downloaded SU from play store and I still have no root access.
Please see the attached pictures of my root process and let me know if I am doing anything wrong.
Whatever I do, attached pictures are coming upside down. Sorry!
returning to stock from root?
At this point in development, if I root my phone and do softbrick or bootloop it how can I return to stock setup? With the bootloader locked is this not possible at this state. I would like to go ahead and root , but I feel as though there is no safety net. What are the alternatives....
Thanks.....
buff31 said:
At this point in development, if I root my phone and do softbrick or bootloop it how can I return to stock setup? With the bootloader locked is this not possible at this state. I would like to go ahead and root , but I feel as though there is no safety net. What are the alternatives....
Thanks.....
Click to expand...
Click to collapse
http://forum.xda-developers.com/sho... ATT Optimus G PRO Factory tot IMAGE [lgnpst]
Sent from my LG-E980 using Tapatalk 2

Aggravation

So I just got the pixel XL from Verizon yesterday.. it had 7.1 on it so I followed the guide to use depixel8 and got the bootloader unlocked at home.. now the phone is on latest update and I'm trying to root it and also Install TWRP and ATM am having no luck at getting this accomplished.. im at work and Everytime I try and look at the device in adb it tells me that it is unauthorized..I cannot for the life of me get the computer authorized with the phone so I can move forward. Also their seems to be a ton of different guides on how to this on google search. Which guide should I use that is the easiest route and will work.. Feel like a [email protected] atm.
Sent from my Pixel XL using Tapatalk
djr4x4 said:
So I just got the pixel XL from Verizon yesterday.. it had 7.1 on it so I followed the guide to use depixel8 and got the bootloader unlocked at home.. now the phone is on latest update and I'm trying to root it and also Install TWRP and ATM am having no luck at getting this accomplished.. im at work and Everytime I try and look at the device in adb it tells me that it is unauthorized..I cannot for the life of me get the computer authorized with the phone so I can move forward. Also their seems to be a ton of different guides on how to this on google search. Which guide should I use that is the easiest route and will work.. Feel like a [email protected] atm.
Click to expand...
Click to collapse
Second to last post in tbe thread below on how to root.
As for authorizing thw computer, that is done on the phone via the usb settings.
https://forum.xda-developers.com/pixel/help/stupidly-bootloop-help-t3554242/page2
djr4x4 said:
So I just got the pixel XL from Verizon yesterday.. it had 7.1 on it so I followed the guide to use depixel8 and got the bootloader unlocked at home.. now the phone is on latest update and I'm trying to root it and also Install TWRP and ATM am having no luck at getting this accomplished.. im at work and Everytime I try and look at the device in adb it tells me that it is unauthorized..I cannot for the life of me get the computer authorized with the phone so I can move forward. Also their seems to be a ton of different guides on how to this on google search. Which guide should I use that is the easiest route and will work.. Feel like a [email protected] atm.
Click to expand...
Click to collapse
Make sure the screen of your phone is on and unlocked type 'adb devices' and then a pop up on your phone should come up asking if you would like to authorize the device. If it doesn't pop up type 'adb kill server', then again type adb devices and it will pop up. Make sure you give the computer the permissions it is asking for and you can even check mark the little box that says to remember the computer you are connecting to. Once you do that type adb devices once more and it will say authorized instead of unauthorized. Hope this helps
I ended up doing a factory reset and then I was able to authorize one of the computers. Am now rooted, have twrp, and happy.. Thank you for the help..
Sent from my Pixel XL using Tapatalk

Possible to root Pixel XL 7.1.2?

Hello,
Any help would be appreciated. I'm not extremely comfortable yet with rooting, and as such, would love if someone could point me in the right direction to a proper tutorial on how to root my Pixel XL. I purchased it from Google directly, which has an unlocked bootloader. It is the N2G47E Build Number, and I OTA updated it to 7.1.2. I have a Windows PC on Windows 10 64 Professional, original cables, etc.
Thanks so much for any help, and I'm hoping this is possible.
1984world said:
Hello,
Any help would be appreciated. I'm not extremely comfortable yet with rooting, and as such, would love if someone could point me in the right direction to a proper tutorial on how to root my Pixel XL. I purchased it from Google directly, which has an unlocked bootloader. It is the N2G47E Build Number, and I OTA updated it to 7.1.2. I have a Windows PC on Windows 10 64 Professional, original cables, etc.
Thanks so much for any help, and I'm hoping this is possible.
Click to expand...
Click to collapse
Third post in the thread below, follow the part about setting up adb and fastboot. Skip the part about downloading the factory image and flashing it.
Just get the tools set up.
Then follow the second​ to last post in the same thread to root it.
https://forum.xda-developers.com/pixel/help/stupidly-bootloop-help-t3554242
It is possible, sir.
All the answers you need should be here https://forum.xda-developers.com/pixel-xl/development/root-supersu-t3490156
1984world said:
Hello,
Any help would be appreciated. I'm not extremely comfortable yet with rooting, and as such, would love if someone could point me in the right direction to a proper tutorial on how to root my Pixel XL. I purchased it from Google directly, which has an unlocked bootloader. It is the N2G47E Build Number, and I OTA updated it to 7.1.2. I have a Windows PC on Windows 10 64 Professional, original cables, etc.
Thanks so much for any help, and I'm hoping this is possible.
Click to expand...
Click to collapse
Why do you want to root?
Sent from my Pixel using XDA-Developers Legacy app
bobby janow said:
Why do you want to root?
Sent from my Pixel using XDA-Developers Legacy app
Click to expand...
Click to collapse
I would like to block ads everywhere. That's a big one. I have used adaway in the past and liked it. I also like to learn the process. I've been jailbreaking iphones/ipods/ipads for years and am interested in learning more about rooting as it interests me. I also want to have more control over functions of the phone, and there have been a few apps and such that I liked in the past that I felt enhanced my phone (it was a galaxy s6).
my snapchat is still working now in 7.1.2 with root..didnt in 7.1.1
bobby janow said:
Why do you want to root?
Sent from my Pixel using XDA-Developers Legacy app
Click to expand...
Click to collapse
Why would one NOT want to root?!
Sent from my Pixel XL using Tapatalk
335Deezl said:
Why would one NOT want to root?!
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Lots of reasons. Come on, you don't need me to lay it out for you. I'd be hard pressed to ever root again.
TonikJDK said:
Third post in the thread below, follow the part about setting up adb and fastboot. Skip the part about downloading the factory image and flashing it.
Just get the tools set up.
Then follow the second​ to last post in the same thread to root it.
https://forum.xda-developers.com/pixel/help/stupidly-bootloop-help-t3554242
Click to expand...
Click to collapse
I'm looking at the dates and it seems like the SuperSU has a version 3,4, and 5. which should I be using? I'm finding it all a bit confusing.
bobby janow said:
Lots of reasons. Come on, you don't need me to lay it out for you. I'd be hard pressed to ever root again.
Click to expand...
Click to collapse
Brother, I don't need you to lay out anything for me. I've been rooting since the OG Droid A855. That was probably when you were in grade school. I like a faster phone, better battery life, no ads, and endless customization. That's why I root. You want stock? Buy an iCrap.
Sent from my Pixel XL using Tapatalk
A week or so ago I used twrp.img rc1 with SR3-SuperSU-v2.79-SR3-20170114223742 and it worked just fine.
I did not flash twrp, just flashboot to it and flash su zip.
335Deezl said:
Brother, I don't need you to lay out anything for me. I've been rooting since the OG Droid A855. That was probably when you were in grade school. I like a faster phone, better battery life, no ads, and endless customization. That's why I root. You want stock? Buy an iCrap.
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Are you 7.1.2? What methods/tutorial did you use (or can point the way towards) for me to root my Pixel XL? I would appreciate any help. Lots of the terms are very foreign to me and I'm attempting to follow the directions, but half the time I have to google what the instructions even mean. This is not my main device, so if I have to reset, etc. it's not the end of the world. Thanks so much!
It's all right here: https://forum.xda-developers.com/pi...to-unlock-root-flash-pixel-xl-t3507886/page24
Sent from my Pixel XL using Tapatalk
1984world said:
I'm looking at the dates and it seems like the SuperSU has a version 3,4, and 5. which should I be using? I'm finding it all a bit confusing.
Click to expand...
Click to collapse
Like my link said, 2.79 SR3
TonikJDK said:
Like my link said, 2.79 SR3
Click to expand...
Click to collapse
Ok, and how about the twrp? The instructions state to use the RC1 version, but there is now a RC2 version. Suggestions?
1984world said:
Ok, and how about the twrp? The instructions state to use the RC1 version, but there is now a RC2 version. Suggestions?
Click to expand...
Click to collapse
I used rc1 img (twrp-3.0.2-0-RC1-fastboot-marlin.img)
gordonlw said:
I used rc1 img (twrp-3.0.2-0-RC1-fastboot-marlin.img)
Click to expand...
Click to collapse
ok that helps. So I've installed ADB and platform tools and drivers. when i open a command windows to install twrp (fastboot boot path/to/twrp.img) it gives me the "cannot load : no such file or directory. not sure what im doing wrong with this, followed the instructions to the letter.
335Deezl said:
Brother, I don't need you to lay out anything for me. I've been rooting since the OG Droid A855. That was probably when you were in grade school. I like a faster phone, better battery life, no ads, and endless customization. That's why I root. You want stock? Buy an iCrap.
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Brother? Yikes, I hope not. The question of why root was not directed at you so I'm not sure why you answered. The OP had already answered it. I don't care what you have done in the slightest. Your assumption of your maturity level due to your age leaves much to be desired as well.
There are many reasons not to root, I'll say it again. So if you don't know the reasons you might not know as much as you think you do. Don't make me lay it out for you. If you take a few minutes you will find a lot of others that used to root but find no need to any longer. The iPhone discussion has nothing to do with this neither does your denigration of a very capable phone. Where that came from we can only imagine. Oh yeah, age.
1984world said:
ok that helps. So I've installed ADB and platform tools and drivers. when i open a command windows to install twrp (fastboot boot path/to/twrp.img) it gives me the "cannot load : no such file or directory. not sure what im doing wrong with this, followed the instructions to the letter.
Click to expand...
Click to collapse
"path/to/" is where the files are located!
I create a folder at the root of c called "adb". go inside that folder and shift right click. that will give the option to open command prompt from that folder. then your adb commands are already in the correct folder so it would be adb fastboot twrp.img (if you renamed the img to twrp)
TonikJDK said:
Like my link said, 2.79 SR3
Click to expand...
Click to collapse
Ok, fair enough. I've done all of that. my only issue now, is how to do the follow through. The guide doesn't seem to be fully explanatory, or I'm simply not comprehending all the nuances of it.

Categories

Resources