How to install the Android SDK, ADB and Fastboot on your PC

  Рет қаралды 1,275,148

Tim Schofield

Tim Schofield

12 жыл бұрын

This video will show you how to install the Android SDK on your PC. I try and keep everything simple for everyone! Any questions, please ask!
Android sdk:
dl.google.com/android/android-...
If SDK manager doesn't open, download and install this:
java.com/en/download/index.jsp
Check out my Website!
www.qbking77.com
Facebook:
/ qbking77
Twitter:
#!/qbking77
Google Plus:
plus.google.com/1136749807086...
If you'd like to donate, please click here:
www.paypal.com/cgi-bin/webscr...
All donations go to my college fund and will be greatly appreciated :)
Every little bit helps!

Пікірлер: 1 500
@GoddardEmpire
@GoddardEmpire 7 жыл бұрын
Hi, the path settings on Windows 10 is quite different, any feedback on how to do what you did on Windows 10 will highly appreciated.
@ncguard1246
@ncguard1246 10 жыл бұрын
alright so small problem i ran threw step by step over and over and when i bring up command in the start bar it comes up i search adb and i it says not recognized as internal or external and i don't understand how to fix it i put the other semicolon and all i did everything you said
@duke11788
@duke11788 7 жыл бұрын
Been watching numerous rooting videos on youtube and have watched many of yours and, by far, you are above most. You are a natural teacher. There are many people who know this stuff inside and out but you are able to communicate it to the lay person as a teacher. Thank you and Kudos!
@malihere82
@malihere82 10 жыл бұрын
Best walk through I have ever seen. I went astray at first when I couldn't confirm on the cmd. But I must have had something typed wrong in the path because when I retyped it, it worked.
@kevinng9227
@kevinng9227 8 жыл бұрын
Although 4 years old video, but it still work like a charm! Thanks
@qbking77
@qbking77 8 жыл бұрын
+Kevin Ng Kai Man You're welcome!
@BillFromFL
@BillFromFL 8 жыл бұрын
+Tim Schofield (Qbking77) Lol after 4 years, he still replies.. That's cool because if anyone watches this, he could still be able to help him :D
@Sabretoothl5
@Sabretoothl5 8 жыл бұрын
Hey there, I was wondering if it was possible to start a phone from "bootmode". My powerbutton broke so I was wondering how I could turn the phone on without it, came across using a USB and holding down "down vol" button would let me get to the system menu thing, is it possible to use android sdk to boot my phone? If so do you know where I should look? Thanks for your help if you can, liked and subscribed :)
@user-wd5xr8ym7c
@user-wd5xr8ym7c 8 жыл бұрын
my.pcloud.com/publink/show?code=IJActalK
@dradvyrk6162
@dradvyrk6162 7 жыл бұрын
I need help, I am following your video and extracted the adb sdk tools to C:, but everytime I double-click the file SDK Manager.exe, a window will pop and close immediately. Do you know how to fix this?
@Vladimaru1
@Vladimaru1 8 жыл бұрын
hello..i have windows 10..path edit is different...can you help me please
@nitemanify
@nitemanify 9 жыл бұрын
Thank you for that little tutorial. It was driving me nuts that I couldn't seem to get adb and fastboot working this time around. Your vid reminded me that I didn't set the path correctly. Thanks again!
@DannyPhamMNS
@DannyPhamMNS 10 жыл бұрын
you uploaded this on my bday 2 yrs ago... and now i finally bought a used EVO and am rooooootin it.... MINDBLOWN
@Airestotle09
@Airestotle09 10 жыл бұрын
Okay so i did everything you said up until the type 'adb' in the command prompt thing. All i get is "'adb' is not recognized as an internal or external command, operable program or batch file" Any help?
@jhjhargett1
@jhjhargett1 7 жыл бұрын
You will want to double check your Environment Variable under System Properties. I had the same problem and realized I had mistyped something.
@jhjhargett1
@jhjhargett1 7 жыл бұрын
Also, with what I said previously, make sure the Path you typed is the location of the Tools and Platform Tools folders you unzipped from the Android SDK.
@Brandon-in6pn
@Brandon-in6pn 6 жыл бұрын
Follow these steps for windows: Make a new variable. Name, android-sdk value, C:\android-sdk Add to the path, %PATH%;%android-sdk%\tools;%android-sdk%\platform-tools Change the name to whatever your folder is named and the value to wherever it is on your computer, I used android-sdk as a name and put it on the C:/ drive. Do the same with the path, just change the android-sdk to whatever the folder is named. Then all you should have to do is type adb in the command prompt. Worked for me.
@HKSM68W
@HKSM68W 6 жыл бұрын
The way this is set up in Windows 10 is slightly different. Do you have any experience wit that?
@HaloWolf102
@HaloWolf102 6 жыл бұрын
In Windows Explorer go to C: then android-sdk then platform-tools. Click adb.exe to see if a window pops up and runs it. If that doesn't work, I feel like you messed up somewhere in the video. To test it if the computer can run it itself, not with the help of the user. You have to Windows Explorer go to C: then android-sdk then hold down shift and right click the (android-sdk)folder. Their is an option to open command prompt here. Then type adb. If it works. Then do the same thing with the (android-sdk) folder. Hold down shift and right click it, open command prompt from here. Type adb. But that's where I get stuck, I can't run adb from android-sdk, but I can run adb from platform-tools. So I had to pull adb.exe, and 2 other folders AdbWinApi,dll and AdbWinUsbApi,dll. out of the folders, and put it in directly into where ever my CMD directory was. My CMD was C:\Users\wolfe_000> I had to put those 3 folders I pulled out of android-sdk, and put them in wolfe_000. So where ever you have your default directory as. You have to put those 3 folders directly into that directory. If you are confused on how to get to this directory. Follow it in File Explorer. Whatever drive is says, say C: or D:. go into that drive in File Explorer. Then if it says Users, go into Users, and so on and so forth until to get to the last thing from the directory. Again, mine was wolfe_000.
@surevick
@surevick 10 жыл бұрын
Great video. Just a few details need to be updated, including: 1) running CMD as Administrator and very importantly, 2) entering the correct file path for the adb.exe file. This is at 5:22 in the video above. (A big shout-out & thanks to ***** for clearing up my error- the same "not recognized" error many others received). As a point of reference, I'm using Win 8.1 64-bit. Make sure the file path are correct by opening Window Explorer and navigating to the appropriate folders. Click in the address bar (similar to where you'd type in a website address), copy and paste that into the path section. For instance mine were: "D:\Downloads\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\platform-tools" and "D:\Downloads\adt-bundle-windows-x86_64-20140321\adt-bundle-windows-x86_64-20140321\sdk\tools". Thank you again!
@qbking77
@qbking77 11 жыл бұрын
well thank you very much for taking the time to write this! I really appreciate the support.
@prouddaughterpublishing
@prouddaughterpublishing 9 жыл бұрын
Thank you. Finally found someone who can actually explain things step by step.
@jeremiahb9541
@jeremiahb9541 9 жыл бұрын
Mine is not working. It doesn't have an android logo like yours. and when I run it, cmd only flash once and then nothing.
@daksh7903
@daksh7903 9 жыл бұрын
same problem here
@Tytyty309
@Tytyty309 9 жыл бұрын
ya same here, need help
@bizzone517
@bizzone517 9 жыл бұрын
Same here.
@qbking77
@qbking77 9 жыл бұрын
Check description... there's a java link you need to install
@qbking77
@qbking77 9 жыл бұрын
daksh naveen Check description... there's a java link you need to install
@network8206
@network8206 10 жыл бұрын
once I type in the adb, a list of cammands does not come down. It reads C:\users\tservo>adb 'adb' is not recognized as an internal or external command, operable program or batch file.
@khaledbahabri5849
@khaledbahabri5849 5 жыл бұрын
Same problem, did you fix this?
@marcusvasquez4379
@marcusvasquez4379 8 жыл бұрын
Only video I can go back to every time I do a fresh install of Windows. This still works with my N5. Thank you +Tim
@FaNtOm_N1nJ4
@FaNtOm_N1nJ4 9 жыл бұрын
Thank you very much. I've tried to do this on my own and I couldn't figure it out. This saved me from waiting for the OTA update.
@prospermbata9990
@prospermbata9990 8 жыл бұрын
When I type "adb" in the command prompt it says "adb is not recognized as an internal or external operable program or batch file" pls help
@superrusic1
@superrusic1 8 жыл бұрын
same to me on lenovo vibe shot did all like he sad...
@angelathornton2397
@angelathornton2397 8 жыл бұрын
yae I'm having the same issue
@superrusic1
@superrusic1 8 жыл бұрын
Try lenovo smart asistant from lenovo site i hope it work, i hav slow internet plz tel me if it worked for you...
@TheArxxy
@TheArxxy 7 жыл бұрын
i accidently put an underscore in android-sdk and when i fixed it to a dash it worked, double check
@abhinavchouhan6162
@abhinavchouhan6162 7 жыл бұрын
SAME HERE BRO
@elijuarez7921
@elijuarez7921 9 жыл бұрын
I did what you instructed to do and nothing the command prompt reads " adb not recognized as an internal or external command" what gives?
@Brandon-in6pn
@Brandon-in6pn 6 жыл бұрын
elieser juarez Follow these steps for windows: Make a new variable. Name, android-sdk value, C:\android-sdk Add to the path, %PATH%;%android-sdk%\tools;%android-sdk%\platform-tools Change the name to whatever your folder is named and the value to wherever it is on your computer, I used android-sdk as a name and put it on the C:/ drive. Do the same with the path, just change the android-sdk to whatever the folder is named. Then all you should have to do is type adb in the command prompt. Worked for me.
@kevin4227
@kevin4227 6 жыл бұрын
Still doesn't work for me... Unfortunately I:
@Brandon-in6pn
@Brandon-in6pn 6 жыл бұрын
Sorry to hear that. Anything I can do to help?
@kevin4227
@kevin4227 6 жыл бұрын
Actually I got it to work. I simply went to Path and clicked on browse and added both folders. The full extention name is there C:\\Users\desktop\foldername\etc... so that seems to have worked for some reason. Thanks!!! I'd suggest you try adding the paths by clicking on browse and just selecting the folders manually +elieser juarez
@yael609
@yael609 6 жыл бұрын
I love you, i really do
@sausagelamo
@sausagelamo 11 жыл бұрын
The most clear, detailed description of how to install this. Thank you!
@KristophersKorner
@KristophersKorner 9 жыл бұрын
Thanks for the video, it really was nice to have a step by step to do this. One thing, I could not get the SDK manager to install, turned out I needed to update Java, then it worked fine. Just wanted to post that incase anyone else has the same problem.
@MiguelReyesJr
@MiguelReyesJr 9 жыл бұрын
CMD not recognizing ABD. Please help.
@jasperdiadid
@jasperdiadid 9 жыл бұрын
***** thanks man! helped me a lot!
@numinumful
@numinumful 9 жыл бұрын
given that the installation was successful, you have issue with your path. you can either fix that or to bypass that, just open the command prompt, and from there navigate to the android-sdk folder. so you should see in command prompt C:\path_on_your_pc\android-sdk-windows> and then type adb
@Chrishuff1
@Chrishuff1 9 жыл бұрын
*ADB not ABD maybe that's your issue.
@jeanswithtee
@jeanswithtee 10 жыл бұрын
anyone having trouble getting SDK manager to open install java on your pc first and it should open after that
@amandaharewood825
@amandaharewood825 4 жыл бұрын
I did all of that.. And it's not working
@arieligloso2556
@arieligloso2556 4 жыл бұрын
It worked, thank you!
@jordangoetz7777
@jordangoetz7777 9 жыл бұрын
Yes thank you, I didnt realize i needed to set the path to use adb. helped so much man.
@zhukie
@zhukie 9 жыл бұрын
Awesome video, Tim. Comprehensive and really well explained...finally I have adb working in a cmd prompt which always eluded me before Lol. Many thanks mate!
@PrOHacK4FuN
@PrOHacK4FuN 8 жыл бұрын
how on widnows 10 ? make variable ?
@patelvirang2794
@patelvirang2794 8 жыл бұрын
SDK.exe cant run in windows 10 plz give me a right suggestion .
@saimhassan9073
@saimhassan9073 8 жыл бұрын
change compatibility to windows 8
@drdream94
@drdream94 7 жыл бұрын
wah otra
@smutnehistorie8047
@smutnehistorie8047 6 жыл бұрын
open with admin
@alexandruflorian8580
@alexandruflorian8580 7 жыл бұрын
This video is awesome! No broken links in description. Thank you very much
@grovefly
@grovefly 10 жыл бұрын
Everything seems to have worked great, thank you for the straight forward and easy to follow video.
@anthonyfi11
@anthonyfi11 8 жыл бұрын
not opening SDK Manager on windows 10
@syedali55555
@syedali55555 8 жыл бұрын
+Anthony F install Java. it's in the description.
@VarunSarathy
@VarunSarathy 8 жыл бұрын
+Anthony F Ran into the same problem 10 minutes ago. Look in the description of this video. There will be a link to download the latest Java software. Do that.
@bouedouaard
@bouedouaard 8 жыл бұрын
I found this awesome all in one cheat for Heroes Charge :) facebook.com/1517160868604660/photos/a.1517166945270719.1073741828.1517160868604660/1519730448347702/?type=3&pidid=c78f4743-fa1e-4028-b314-742ca80ca1e2 How to install the Android SDK, ADB and Fastboot on your PC
@RichardRecupero
@RichardRecupero 9 жыл бұрын
command prompt adb isnt recognized.. o hell
@qbking77
@qbking77 9 жыл бұрын
What you can do is go into the sdk folder and find the platform-tools folder... while in the folder hold shift on the keyboard, right click, and hit open command window here
@tallburrito
@tallburrito 9 жыл бұрын
Qbking77 (Tim Schofield) this works, but is there any way to fix it so you don't have to do that each time you want to run ADB?
@Keithguinn97
@Keithguinn97 9 жыл бұрын
Daniel Rodriguez I had the same problem but then I realized I didn't rename the android-sdk folder. Origincally it was android-sdk-windows and that wasn't being typed into the environment variables. make sure EXACTLY what the folder is called is what you're typing in
@zhukie
@zhukie 9 жыл бұрын
Keith It still works as long as you don't forget 'windows' :)
@im1champ1
@im1champ1 9 жыл бұрын
Richard Recupero rename the folder to android-sdk
@TXBronco77
@TXBronco77 11 жыл бұрын
I decided to download the Google USB Driver because is appeared on your screen. I want you to know that this was my first time doing something like this on any device and I nailed it the first time. I couldn't have done it w/o you guidance. Thanks a lot, you've got a new subscriber. Keep the hits coming!
@deebo2338
@deebo2338 8 жыл бұрын
great video! I wish all the persons that attempt a video on youtube could be as clear and simple as you are! gosh!
@keynes70
@keynes70 11 жыл бұрын
Clear, concise, and very engaging - thank you so much! I can say that in my own experience, you are one of the best. If all uploaders are of your style, KZfaq would be always an uplifting viewing event.
@joshuabaudin
@joshuabaudin 11 жыл бұрын
Awesome tutorial mate, simple, easy to follow, perfect!! finally installed adb properly :)
@cupcakez59
@cupcakez59 9 жыл бұрын
Finally a video that I understood. THANKS
@rml4uk
@rml4uk 11 жыл бұрын
Thank you thank you thank you. I normally use a mac so in all the rooting process you just start typing commands in Terminal. I had no idea all this had to be done before you could run command prompts on a PC. Saved my life...
@AlpinaDev
@AlpinaDev 7 жыл бұрын
wow THEE best turtorial I've seen to date. THANKS.... Every other video was missing steps and so confusing. perfect
@qbking77
@qbking77 11 жыл бұрын
You're welcome! Thanks for the support!
@Jestiron222
@Jestiron222 11 жыл бұрын
Your directions are great. Calm with no backtracking! Thank you!
@SamuelCerwinske
@SamuelCerwinske 12 жыл бұрын
I just went to the android development site and did the download that way and it worked right away! Thanks!
@Michael10755
@Michael10755 8 жыл бұрын
thank u so much , after weeks of trying, I've finally got it the 1st run on this video
@robert1552
@robert1552 10 жыл бұрын
I had trouble with my adb drivers, causing my pc not to recognize my kindle fire. This video is very well made and easy to follow. In my case it didn't work the first time I tried because I needed Java which is available to download in the description. Thanks for vid, great job.
@Masterahsoka
@Masterahsoka 10 жыл бұрын
I got to the part where I install android ask tools and android sdk-platform tools I went to the platform-tools and and.exe wasn't there? What do I do?
@brandonsaechao1141
@brandonsaechao1141 11 жыл бұрын
Thanks dude! Worked like a charm. I have my sdk folder in my users/documents folder so all I had to do was point the environment path variable to the proper folder and bam! Thanks again!
@CarlRavancho
@CarlRavancho 9 жыл бұрын
Qbking77 (Tim Schofield) Sir I have a question because in the sdk manager, there is a bunch of new tools that are checked? should I unchecked them and just check the (2) Android sdk tools and the Android sdk platform-tools like what you did on the video?
@sinmj
@sinmj 9 жыл бұрын
Worked like a Charm Buddy! Thanks Tim
@NeeceSoSweet
@NeeceSoSweet 9 жыл бұрын
Worked for me. Thanks! lol now onto two more of your videos for unlocking the bootloader and rooting my moto x. Oh boy.
@Ponce417
@Ponce417 11 жыл бұрын
dude, thank you so much I've spent just over a day looking around, doing different stuff, and with your help I managed to do this correctly. Thank you.
@Kountash
@Kountash 9 жыл бұрын
Worked like charm QBKing77. did this whole process on windows 8 and it was a success. the zip file that is downloaded is different obviouslt cuz this was a few years ago - the file has been updated. Also, at first it didnt work for me becasue i didnt have the java JDK installed, but the installation will prompt you to donwload and install it adn youll be all good! Thank Tim!
@killerdalek
@killerdalek 9 жыл бұрын
This was very clear and helpful, thanks!
@issacjajo1120
@issacjajo1120 6 жыл бұрын
man I have ben looking for you for long time I fallowed you step by step and it worked thank you
@Strongstout
@Strongstout 10 жыл бұрын
Worked quite well for me! Thanks a ton!
@PorkyHontas
@PorkyHontas 10 жыл бұрын
As usual, great video, Tim!
@qbking77
@qbking77 11 жыл бұрын
I can't tell you how much I appreciate the comment! Really means a lot - thanks for the support
@WiKiTWoNKa
@WiKiTWoNKa 8 жыл бұрын
so what do I do from here I am trying to fix my Samsung Galaxy S6 I want to reinstall everything its stuck on that Google Screen saying to put email that previously synched or what ever... What from here? Thank you Friend.
@qbking77
@qbking77 11 жыл бұрын
Thank you very much for the support! Glad I could help
@romilpatel3083
@romilpatel3083 8 жыл бұрын
When I try to check and install the tools, it gives me a error message that it cannot create a temporary path and hence no installation. Final message is that nothing installed. Please help!
@zumi3642
@zumi3642 2 жыл бұрын
Thank a lot for the lesson. It's very clear, well-designed and straightforward.
@nipunnmiglani9970
@nipunnmiglani9970 6 жыл бұрын
Old video...but i got the idea of my problem....thanks dude...u are a saviour
@ebbbba
@ebbbba 7 жыл бұрын
Can't belive it actually worked! Thank you!
@JasonJonestheFlappiest
@JasonJonestheFlappiest 11 жыл бұрын
Wow! This video is GREAT! I'm brand NEW to android phones and I've been trying for 2 months to ROOT my ZTE Merit, but I never could figure out how to do the commands. Finally I think I will get through this.
@RobertBrown-qb8yh
@RobertBrown-qb8yh 8 жыл бұрын
Thank you. Was able to download it following your instructions.
@mikmayank
@mikmayank 8 жыл бұрын
I have downloaded android SDK zip file, extract it to c drive, but now in c drive folder I cant install android manager.exe? A prompt screen comes up n goes down.. ? Why? Plz help me out
@jkl1848
@jkl1848 10 жыл бұрын
The link I clicked on under your description is that an updated one? And when I type in adb it doesn't give me that list in the command prompt like it did for u. But I just checkmarked all the tools to install was that wrong?
@nickmendens76
@nickmendens76 9 жыл бұрын
Just sucessfully side loaded 5.1.1 using the new files and this clip again! Thanks muchly
@PvmRyan
@PvmRyan 9 жыл бұрын
Dudeeeee u r a badasss u just saved my tablet i forgot the pass and wasnt able to get this adb thx to this video i finaly managed to take off the pass many thx u earned yourself a subscriber and a big gratitude :D
@jeanpv7470
@jeanpv7470 8 жыл бұрын
thank you very much mate the rest of the videos on you were useless your video was the only real help
@liawade9959
@liawade9959 7 жыл бұрын
Yay despite this being up over 6 years ago it was still very very very easy to follow. Yay now i can fix the tablets.
@johnmckenzie5707
@johnmckenzie5707 10 жыл бұрын
cmd didnt recognize "adb" after i changed the path. Is adb installed correctly or do i have to do it again
@zerofreeze3
@zerofreeze3 11 жыл бұрын
Installed SDK successfully with your instructions, thanks for the help!
@CandidHarper
@CandidHarper 7 жыл бұрын
Hi on pc it opens for a split second and fails to install. Any idea why? I turned security off
@johnnyvang3935
@johnnyvang3935 10 жыл бұрын
It worked with Windows 8.1. Thank you Tim!
@taowizard
@taowizard 9 жыл бұрын
Thank for the video. I've got it loaded and running!
@truelokos
@truelokos 11 жыл бұрын
GREAT help, i had some issues with the PATH part but was only a typo. Thanks.
@Drgnmaster09
@Drgnmaster09 7 жыл бұрын
Thank you very much for this fantastic video! Very easy to follow and got everything installed and working on my first attempt. Works well on Windows 10.
@Hugh12
@Hugh12 11 жыл бұрын
Cheers man, great video. I was following a xda guide but didnt add in the path inclusion steps for cmd. Legend :D
@randyjoshuataylor1
@randyjoshuataylor1 10 жыл бұрын
thank you so much!! helped a lot! i appreciate your time dedicated to public help!
@roberttiedemann6057
@roberttiedemann6057 7 жыл бұрын
Viewed in October of 2016. Working with Windows 10. Had to think about Windows 10 logistic changes but worked like a charm.
@HimanshuLondhe
@HimanshuLondhe 9 жыл бұрын
Great video man! Helped me a lot.
@xAnniexGrrlx
@xAnniexGrrlx 11 жыл бұрын
I was having trouble with my nexus 7 not booting into adb or fastboot because i didn't have the drivers. This has helped 110% i finally can flash and root my device now!!!
@jessicawang5937
@jessicawang5937 10 жыл бұрын
When I go to Computer > Properties and try to change the Path destination, my list is way different from yours. Is that why? Should I rename it?
@EduardButuza
@EduardButuza 9 жыл бұрын
hi, after i installed the packages i don't have any new folders in "android- sdk folder ". can't find platform-tools
@timmay2k
@timmay2k 12 жыл бұрын
thanks for all the helpful vids, nice to know there are still devs out there willing to help novices out. ANDROID FOR LIFE!!!!
@WIThEMaN2
@WIThEMaN2 9 жыл бұрын
hey, I followed every step and everything went right until I had to edit the path.With me at the end it says at the end "...Program Files (x86)\Windows Live\Shared". So I just typed \; behind it and the stuf you also typed in, so it looked like this "Program Files (x86)\Windows Live\Shared\;C:\...." then I went to cmd and typed in adb like you did, but then it said it coudn't find it, please help me
@sjxclusive
@sjxclusive 9 жыл бұрын
thank you sooooo much I now have sdk installed. you're awesome!
@shawn2742
@shawn2742 6 жыл бұрын
Question: I have a Galaxy S6 that has crashed. Reset returns an Android that has fallen and can't get up. I want to try reloading Android and was thinking this ADB route was the way. Any advice or can you point to a video that you've already done?
@tonyfernandes4598
@tonyfernandes4598 9 жыл бұрын
Hi Tim.... I'm on windows XP. The AVD & SDK managers and the adb in platform-tools do not show as .exe files like yours do. Instead they show up as dos files. Please advise.... Thanks!
@user-zg2cr7jv1c
@user-zg2cr7jv1c 8 жыл бұрын
I have everything from the download installed correctly on windows 10 but I''m pretty sure , but I noticed my path variable in system variables is not set properly before I add the text you said.... do you know the proper text input from start to where I add your text??? I recently installed windows 10 with fresh settings so I don't think much is changed from the basic path provided at installation of the OS, thank you.
@pharaohsanakht6839
@pharaohsanakht6839 8 жыл бұрын
Awesome man links and instructions still work . Thanks
@fish2472
@fish2472 9 жыл бұрын
The Path didn't work on my set up. My Path didn't look anything like your Path you started with, could that be why? Please any help would be great thanks
@ninjasarekewl78
@ninjasarekewl78 8 жыл бұрын
iv'e been successful in every step except the path. I put everything in that you have put, but, it looks like your path is different from mine. does that effect anything? adb is not recognized in cmd, and im thinking its because of this step.
@incoherent23-77
@incoherent23-77 4 жыл бұрын
THANK U SO FRICKING MUCH. THIS IS THE BEST TUTORIAL THAT I HAVE EVER FOUND
@sagar24x7
@sagar24x7 8 жыл бұрын
Thanks man did many things and tried many ways but ur video is da best thnx it workd for me
@SKY911
@SKY911 7 жыл бұрын
Went through alot of videos, all of them are shitty! this is the best one ! thanks man
@jessw4195
@jessw4195 10 жыл бұрын
Nevermind thank you I totally got it working again.
@deivanivan_c
@deivanivan_c 9 жыл бұрын
I did everything you said in this video, and then did the tutorial to get android 5.0 on my nexus 5, but at the end it says 'cannot find' filename, please help!
@ar72204
@ar72204 9 жыл бұрын
Quick n easy, thx Tim!
@Ryan_James1223
@Ryan_James1223 7 жыл бұрын
Hi :) I could use a bit of help. When I try and run ADB it throws a load of text at me then closes. What did I do wrong?
@gabrielolivares5452
@gabrielolivares5452 10 жыл бұрын
a little window pops up asking me if i want to open the file and what firefox should do with the file ? what am i suppost to do ? using a hp pavilliondv6000 windows laptop
@aslamshiekh3058
@aslamshiekh3058 7 ай бұрын
hy Tim.. your videos are very helpfull. i tried to do everything exactly same as shown in this video.. but when i check ADB on Command Prompt, it doesn't shows any data.. what should i do ? waiting for your reply
How to pull your own stock Android firmware from your device
13:16
How to install the Android SDK and run ADB Shell
7:19
Babbling Boolean
Рет қаралды 554 М.
Это реально работает?!
00:33
БРУНО
Рет қаралды 2,4 МЛН
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 29 МЛН
CMD PRANKS! (Educational Purposes ONLY!)
9:17
Veraxity
Рет қаралды 1,4 МЛН
How to install adb and fastboot drivers in Windows 11
4:46
Critical Information to Get ASAP (While It's Legal)
12:59
City Prepping
Рет қаралды 1,5 МЛН
What's going on with Windows Laptops?
10:30
Marques Brownlee
Рет қаралды 2,6 МЛН
Are Your Flash Drives Mostly Fake? (Worse Than You Think)
5:39
Transfer softwares/programs from PC to PC without an install CD
10:39
Deb WhiteHeartPinoy
Рет қаралды 294 М.
Rooting & Jailbreaking: Explained!
4:17
Marques Brownlee
Рет қаралды 976 М.
Install CyanogenMod on your Android Device with the CyanogenMod Installer
12:09
How to Install ADB and Fastboot on Windows 10
3:12
AsoftClick
Рет қаралды 4,3 М.
Draw your favorite | Inside Out Graffitis
0:30
AmogusMan
Рет қаралды 22 МЛН
Застрял подо льдом😨 #freekino
0:35
FreeKino
Рет қаралды 785 М.
Best the best 2024❤️ Subscribe
0:14
Hayot Sinovlari
Рет қаралды 5 МЛН
Ăn trái gì thế/kỳ kỳ tv & Family #shorts
0:13
Kỳ kỳ tv & Family
Рет қаралды 16 МЛН