cmd and twrp - Google Pixel XL Questions & Answers

im having this problem i installed platform tools and when i shift right click in folder i dont get cmd i get powershell command is this right

ron31 said:
im having this problem i installed platform tools and when i shift right click in folder i dont get cmd i get powershell command is this right
Click to expand...
Click to collapse
PowerShell is now the default in Windows 10. You can change it back permanently in Settings->Personalization->Taskbar and turn off "Replace Command Prompt with Windows PowerShell...".
You can also access cmd temporarily by typing 'cmd' in a Windows Explorer title bar.

Thanks for the reply I was thinking power shell is why I can't install twrp on my pixel XL

Related

command window (android sdk /tools

How do you open a command window in windows XP. I've tried the shift right click on the tools folders without any success, any suggestions?
thanks,
Start, run, then type cmd

cant get command window for root?

trying to get my command prompt up in my SDK tools folder so i can root my nexuz when i get it. but when i hold the shift key and right click i dont get the option for open command promp here? could it be blocked since im on my work computer? i also tried going
start>run cmd.
it starts off in H...
then i type
cd C:\android-sdk-windows\platform-tools
and it just goes right back to H? am i doing something wrong?
Are you on Windows 7?
If you are, go to your tools folder and right click anywhere inside the folder while holding the shift key. Select "Open command window here" from the menu.
If you're on XP, try these commands after running "cmd":
C:
cd android-sdk-windows
cd platform-tools
flakz0r said:
Are you on Windows 7?
If you are, go to your tools folder and right click anywhere inside the folder while holding the shift key. Select "Open command window here" from the menu.
If you're on XP, try these commands after running "cmd":
C:
cd android-sdk-windows
cd platform-tools
Click to expand...
Click to collapse
that worked! thanks a bunch! was trying the shift thing and didnt work... running XP so that must be why. and didnt know you had to split the folders up when moving. thanks again!

Fastboot app wont turn on

Hi, i want to unlock my bootloader, and i know that i must use fastboot app on my computer.
But everytime i click on fastboot.exe it's turn off after 1 second?
What I do wrong?
hurdleman said:
Hi, i want to unlock my bootloader, and i know that i must use fastboot app on my computer.
But everytime i click on fastboot.exe it's turn off after 1 second?
What I do wrong?
Click to expand...
Click to collapse
It's a command line program, so you have to open a command prompt to the directory fastboot is in
An easy way to get command prompt to the correct directory is to hold shift and right click on an empty space in the folder (make sure no files are selected), then an "open command window here" option can be selected
no offence but if you fail at loading a CLI program then maybe you should re consider unlocking your device. but if you know what your doing and this was a genuine silly mistake then feel free to unlock it.
Fma965 - Forgottencoders.co.uk
jacklebott said:
An easy way to get command prompt to the correct directory is to hold shift and right click on an empty space in the folder (make sure no files are selected), then an "open command window here" option can be selected
Click to expand...
Click to collapse
The shift - click method only works in Windows 7, I think.
But you can also open up a CMD window and use the CD command (Change directory). Type in cd and then drag and drop the folder containing the fastboot files in the CMD window and then press Enter.
Sent from my R800i using xda premium

help me here thanks guys

im trying to unlock my gsm nexus bootloader in command run it says 'adb' is not recognized as an internal or external command,operable program or batch file. what do i do?
I'm assuming you have Android SDK downloaded to your C:\ drive or or some place like that. if so then navigate to SDK folder and hold shift then right click platform-tools folder and then click open command window here. .
PhazeDelta1 said:
I'm assuming you have Android SDK downloaded to your C:\ drive or or some place like that. if so then navigate to SDK folder and hold shift then right click platform-tools folder and then click open command window here. .
Click to expand...
Click to collapse
yeap i did that already i open command window and type adb reboot bootloader it gives me that msg
galaxy16 said:
im trying to unlock my gsm nexus bootloader in command run it says 'adb' is not recognized as an internal or external command,operable program or batch file. what do i do?
Click to expand...
Click to collapse
You need to get adb working on your PC. You don't have it installed or you are using it wrong (not in the directory it is in, or it isn't set to PATH as examples).
Side note adb doesn't work in the bootloader.
use gnex toolkit in galaxy nexus android development
Open the CMD and navigate to the folder where ADB.EXE is located and like someone mentioned about adb wont work in bootloader, so instead you'll have to use "fastboot", type "fastboot /?" for help and commands.
also make sure you execute CMD as Administrator.
on the toolkit, adb file's name is different. try "adb-toolkit" instead of "adb"
so: "adb-toolkit reboot bootloader"

ADB commands for Win10 Pro PowerShell

Hi,
My PC running Win10 Pro was updated and now i when i try to use an adb command for flash a recovery it pops up a PowerShell window and the fastboot command doesn't work. Which adb drivers i have to use to make it run the fastboot command?
Thx
HC4Life said:
Hi,
My PC running Win10 Pro was updated and now i when i try to use an adb command for flash a recovery it pops up a PowerShell window and the fastboot command doesn't work. Which adb drivers i have to use to make it run the fastboot command?
Thx
Click to expand...
Click to collapse
Google adb anywhere and you'll find a 15 second installer, i use that with 10 Pro and powershell and it works a treat.
If you still have problems you should look in the device manager and see if Windows is using the adb driver at all
Skinpipe said:
Google adb anywhere and you'll find a 15 second installer, i use that with 10 Pro and powershell and it works a treat.
If you still have problems you should look in the device manager and see if Windows is using the adb driver at all
Click to expand...
Click to collapse
Yes, i found the solution but anyway i hate PowerShell, i prefer the old Command Prompt.
Thx!
HC4Life said:
Yes, i found the solution but anyway i hate PowerShell, i prefer the old Command Prompt.
Thx!
Click to expand...
Click to collapse
No probs, you can change powershell back to command prompt on shift+right click with a regedit if you want to, i haven't done this but i will now I've mentioned it

Categories

Resources