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

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

ความคิดเห็น • 1.5K

  • @kevinng9227
    @kevinng9227 8 ปีที่แล้ว +29

    Although 4 years old video, but it still work like a charm! Thanks

    • @qbking77
      @qbking77  8 ปีที่แล้ว +4

      +Kevin Ng Kai Man You're welcome!

    • @BillFromFL
      @BillFromFL 8 ปีที่แล้ว +10

      +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 :)

    • @مرتضیالساعدي-ت6ظ
      @مرتضیالساعدي-ت6ظ 8 ปีที่แล้ว

      my.pcloud.com/publink/show?code=IJActalK

    • @dradvyrk6162
      @dradvyrk6162 8 ปีที่แล้ว +1

      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?

  • @duke11788
    @duke11788 8 ปีที่แล้ว +1

    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!

  • @GoddardEmpire
    @GoddardEmpire 8 ปีที่แล้ว +10

    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.

  • @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!

  • @surevick
    @surevick 10 ปีที่แล้ว +5

    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  12 ปีที่แล้ว +1

    well thank you very much for taking the time to write this! I really appreciate the support.

  • @ncguard1246
    @ncguard1246 11 ปีที่แล้ว +6

    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

  • @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...

  • @Airestotle09
    @Airestotle09 10 ปีที่แล้ว +20

    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 ปีที่แล้ว +1

      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 7 ปีที่แล้ว +2

      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.

  • @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.

  • @jeremiahb9541
    @jeremiahb9541 10 ปีที่แล้ว +17

    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 10 ปีที่แล้ว +1

      same problem here

    • @Tytyty309
      @Tytyty309 10 ปีที่แล้ว +1

      ya same here, need help

    • @bizzone517
      @bizzone517 10 ปีที่แล้ว +1

      Same here.

    • @qbking77
      @qbking77  10 ปีที่แล้ว

      Check description... there's a java link you need to install

    • @qbking77
      @qbking77  10 ปีที่แล้ว

      daksh naveen Check description... there's a java link you need to install

  • @JasonJonestheFlappiest
    @JasonJonestheFlappiest 12 ปีที่แล้ว

    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.

  • @prospermbata9990
    @prospermbata9990 8 ปีที่แล้ว +11

    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 ปีที่แล้ว +1

      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 8 ปีที่แล้ว

      i accidently put an underscore in android-sdk and when i fixed it to a dash it worked, double check

    • @abhinavchouhan6162
      @abhinavchouhan6162 8 ปีที่แล้ว

      SAME HERE BRO

  • @prouddaughterpublishing
    @prouddaughterpublishing 9 ปีที่แล้ว

    Thank you. Finally found someone who can actually explain things step by step.

  • @Vladimaru1
    @Vladimaru1 8 ปีที่แล้ว +4

    hello..i have windows 10..path edit is different...can you help me please

  • @nitemanify
    @nitemanify 10 ปีที่แล้ว

    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!

  • @elijuarez7921
    @elijuarez7921 10 ปีที่แล้ว +6

    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 7 ปีที่แล้ว

      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 7 ปีที่แล้ว

      Still doesn't work for me... Unfortunately I:

    • @Brandon-in6pn
      @Brandon-in6pn 7 ปีที่แล้ว

      Sorry to hear that. Anything I can do to help?

    • @kevin4227
      @kevin4227 7 ปีที่แล้ว

      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 7 ปีที่แล้ว

      I love you, i really do

  • @SamuelCerwinske
    @SamuelCerwinske 12 ปีที่แล้ว

    I just went to the android development site and did the download that way and it worked right away! Thanks!

  • @MiguelReyesJr
    @MiguelReyesJr 10 ปีที่แล้ว +9

    CMD not recognizing ABD. Please help.

    • @jasperdiadid
      @jasperdiadid 10 ปีที่แล้ว

      ***** thanks man! helped me a lot!

    • @numinumful
      @numinumful 10 ปีที่แล้ว

      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 10 ปีที่แล้ว +1

      *ADB not ABD maybe that's your issue.

  • @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!

  • @network8206
    @network8206 10 ปีที่แล้ว +6

    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.

  • @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!!!

  • @jeanswithtee
    @jeanswithtee 11 ปีที่แล้ว +9

    anyone having trouble getting SDK manager to open install java on your pc first and it should open after that

  • @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!!!!

  • @patelvirang2794
    @patelvirang2794 8 ปีที่แล้ว +7

    SDK.exe cant run in windows 10 plz give me a right suggestion
    .

  • @AlpinaDev
    @AlpinaDev 7 ปีที่แล้ว

    wow THEE best turtorial I've seen to date. THANKS.... Every other video was missing steps and so confusing. perfect

  • @anthonyfi11
    @anthonyfi11 9 ปีที่แล้ว +3

    not opening SDK Manager on windows 10

    • @syedali55555
      @syedali55555 9 ปีที่แล้ว +1

      +Anthony F install Java. it's in the description.

    • @VarunSarathy
      @VarunSarathy 9 ปีที่แล้ว

      +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 9 ปีที่แล้ว

      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

  • @alexandruflorian8580
    @alexandruflorian8580 8 ปีที่แล้ว

    This video is awesome! No broken links in description. Thank you very much

  • @RichardRecupero
    @RichardRecupero 10 ปีที่แล้ว +3

    command prompt adb isnt recognized.. o hell

    • @qbking77
      @qbking77  10 ปีที่แล้ว +3

      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 10 ปีที่แล้ว

      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

  • @deebo2338
    @deebo2338 9 ปีที่แล้ว

    great video! I wish all the persons that attempt a video on youtube could be as clear and simple as you are! gosh!

  • @PrOHacK4FuN
    @PrOHacK4FuN 9 ปีที่แล้ว +4

    how on widnows 10 ? make variable ?

  • @qbking77
    @qbking77  12 ปีที่แล้ว +2

    I can't tell you how much I appreciate the comment! Really means a lot - thanks for the support

  • @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

  • @DannyPhamMNS
    @DannyPhamMNS 11 ปีที่แล้ว

    you uploaded this on my bday 2 yrs ago... and now i finally bought a used EVO and am rooooootin it.... MINDBLOWN

  • @qbking77
    @qbking77  12 ปีที่แล้ว

    You're welcome! Thanks for the support!

  • @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.

  • @sausagelamo
    @sausagelamo 11 ปีที่แล้ว

    The most clear, detailed description of how to install this. Thank you!

  • @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

  • @qbking77
    @qbking77  12 ปีที่แล้ว +1

    Glad you got it!

  • @issacjajo1120
    @issacjajo1120 6 ปีที่แล้ว

    man I have ben looking for you for long time I fallowed you step by step and it worked thank you

  • @Jestiron222
    @Jestiron222 11 ปีที่แล้ว

    Your directions are great. Calm with no backtracking! Thank you!

  • @zerofreeze3
    @zerofreeze3 12 ปีที่แล้ว

    Installed SDK successfully with your instructions, thanks for the help!

  • @PvmRyan
    @PvmRyan 10 ปีที่แล้ว

    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

  • @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!

  • @pato424
    @pato424 12 ปีที่แล้ว

    wow!! thank you very much!! I thought it was sooo difficult, but it worked!! I did the whole process and it's recognized!!

  • @RoloLuisSr
    @RoloLuisSr 12 ปีที่แล้ว

    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, TH-cam would be always an uplifting viewing event.

  • @ebbbba
    @ebbbba 8 ปีที่แล้ว

    Can't belive it actually worked! Thank you!

  • @sandyis138
    @sandyis138 11 ปีที่แล้ว

    oh man i've had to view a lot of movies now to get all the puzzle pieces but finding a driver download site for my phone was very helpful!

  • @PorkyHontas
    @PorkyHontas 10 ปีที่แล้ว

    As usual, great video, Tim!

  • @nipunnmiglani9970
    @nipunnmiglani9970 6 ปีที่แล้ว

    Old video...but i got the idea of my problem....thanks dude...u are a saviour

  • @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.

  • @sinmj
    @sinmj 9 ปีที่แล้ว

    Worked like a Charm Buddy! Thanks Tim

  • @jeanpv7470
    @jeanpv7470 8 ปีที่แล้ว

    thank you very much mate the rest of the videos on you were useless your video was the only real help

  • @danielosborne2841
    @danielosborne2841 11 ปีที่แล้ว

    Thanks Man very effective video, hope the rest of the unlocking and rom changing goes this easy...

  • @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.

  • @afjuice87
    @afjuice87 10 ปีที่แล้ว

    Thanks Tim, works great... Windows 8 users: download java first to be able open SDK manager. Tim has a link in his description^^

  • @shadowking0987654321
    @shadowking0987654321 11 ปีที่แล้ว

    thank you so much i been trying to do this for 3 months and it worked with you u are the bestt!!

  • @joshuabaudin
    @joshuabaudin 12 ปีที่แล้ว

    Awesome tutorial mate, simple, easy to follow, perfect!! finally installed adb properly :)

  • @cupcakez59
    @cupcakez59 9 ปีที่แล้ว +2

    Finally a video that I understood. THANKS

  • @arganzamarl
    @arganzamarl 12 ปีที่แล้ว

    thanks man!!! this really helps:) im now running cm9 ics nightly;) great tutorial by the way! till next time!

  • @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!

  • @blueaaron3179
    @blueaaron3179 12 ปีที่แล้ว

    thanks so much for this video this is what I have been trying to figure out how to do for a while now so i can actually root my own stuff instead of paying some one else to do it!!!

  • @angelpena6702
    @angelpena6702 11 ปีที่แล้ว

    Just watched a video by SleeplessNinja on how to do this and could NOT get it going. He never mentioned anything about going over to the computer properties to edit and add the paths. THANK YOU for explaining it step by step!

  • @johnnyvang3935
    @johnnyvang3935 10 ปีที่แล้ว

    It worked with Windows 8.1. Thank you Tim!

  • @truelokos
    @truelokos 11 ปีที่แล้ว

    GREAT help, i had some issues with the PATH part but was only a typo.
    Thanks.

  • @codycsk
    @codycsk 11 ปีที่แล้ว

    For those having the problem of it not being found on the command prompt... use the user variable path... not the system vairiable that Tim uses in his video.

  • @annihilated1124
    @annihilated1124 12 ปีที่แล้ว

    alright thanks man :) and awesome job on the video for the galaxy s3..it was simple and easy to follow :)

  • @clarahazzard3255
    @clarahazzard3255 12 ปีที่แล้ว

    For those of you that are having problems at the path part, you have to make sure that you put in the exact path that you have saved your sdk folder in. The first time I typed what it told me to type, but realized that my folder was not named andriod-sdk. So type the folder names exactly as you have them and the it will work when you type adb in the command prompt. I hope this helps. I have been working on this for hours.

  • @SKY911
    @SKY911 8 ปีที่แล้ว

    Went through alot of videos, all of them are shitty! this is the best one ! thanks man

  • @qbking77
    @qbking77  11 ปีที่แล้ว

    Thank you very much for the support! Glad I could help

  • @grovefly
    @grovefly 10 ปีที่แล้ว

    Everything seems to have worked great, thank you for the straight forward and easy to follow video.

  • @jordangoetz7777
    @jordangoetz7777 9 ปีที่แล้ว

    Yes thank you, I didnt realize i needed to set the path to use adb. helped so much man.

  • @FaNtOm_N1nJ4
    @FaNtOm_N1nJ4 10 ปีที่แล้ว

    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.

  • @pharaohsanakht6839
    @pharaohsanakht6839 8 ปีที่แล้ว

    Awesome man links and instructions still work . Thanks

  • @RobertBrown-qb8yh
    @RobertBrown-qb8yh 9 ปีที่แล้ว

    Thank you. Was able to download it following your instructions.

  • @roberttiedemann6057
    @roberttiedemann6057 8 ปีที่แล้ว

    Viewed in October of 2016. Working with Windows 10. Had to think about Windows 10 logistic changes but worked like a charm.

  • @randyjoshuataylor1
    @randyjoshuataylor1 11 ปีที่แล้ว

    thank you so much!! helped a lot! i appreciate your time dedicated to public help!

  • @apehier
    @apehier 12 ปีที่แล้ว

    Many many thnx!!! I followede ur instructions 1 by 1, and the solution was perfect..it really worked for my galaxy ace...again thnx...it was so annoying, but now my cellphone has taken my time again hahaha...cheers!!

  • @joshcherubin4696
    @joshcherubin4696 9 ปีที่แล้ว

    This helped so much thank you. you my good man hath earned yourself a subscriber

  • @zumi3642
    @zumi3642 3 ปีที่แล้ว

    Thank a lot for the lesson. It's very clear, well-designed and straightforward.

  • @RLBunn
    @RLBunn 11 ปีที่แล้ว

    Works great, had to update java but that was simple. good vid.

  • @JimEBau
    @JimEBau 11 ปีที่แล้ว

    Worked Great! Awesome video! Explained well; both thorough and complete, with extra info, to boot.

  • @stevennevets211
    @stevennevets211 11 ปีที่แล้ว

    You, good sir, are truly a King.

  • @lifewithmario8451
    @lifewithmario8451 11 ปีที่แล้ว

    thnx bro i am only 14 and i follow your instruction and every thing go well..thnx again bro

  • @Strongstout
    @Strongstout 11 ปีที่แล้ว +1

    Worked quite well for me! Thanks a ton!

  • @Michael10755
    @Michael10755 9 ปีที่แล้ว

    thank u so much , after weeks of trying, I've finally got it the 1st run on this video

  • @sagar24x7
    @sagar24x7 8 ปีที่แล้ว

    Thanks man did many things and tried many ways but ur video is da best thnx it workd for me

  • @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.

  • @killerdalek
    @killerdalek 10 ปีที่แล้ว +1

    This was very clear and helpful, thanks!

  • @DEEEETECH
    @DEEEETECH 7 ปีที่แล้ว

    This was the best video that i found that was srtight to the point and i was able to understand it. Thank you for sharing.

  • @HimanshuLondhe
    @HimanshuLondhe 9 ปีที่แล้ว

    Great video man! Helped me a lot.

  • @nickmendens76
    @nickmendens76 9 ปีที่แล้ว

    Just sucessfully side loaded 5.1.1 using the new files and this clip again! Thanks muchly

  • @AliRaza-ky1uh
    @AliRaza-ky1uh 7 ปีที่แล้ว

    Hurray , man you are reallly amazing

  • @PMG99
    @PMG99 11 ปีที่แล้ว

    Great job. Video helped me install adb perfectly
    Thanks

  • @MarinoCod
    @MarinoCod 12 ปีที่แล้ว

    Everything is so good explained
    you are the best!!!!!! liked!

  • @taowizard
    @taowizard 10 ปีที่แล้ว

    Thank for the video. I've got it loaded and running!

  • @steveomaximus
    @steveomaximus 9 ปีที่แล้ว

    Hey thanks for giving download links that go somewhere and give me the right files instead of some bullshit thanks truly someone out there knows how to be a human not a troll thanks bro

  • @Drgnmaster09
    @Drgnmaster09 8 ปีที่แล้ว

    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.

  • @qbking77
    @qbking77  12 ปีที่แล้ว

    Nice work!

  • @mitrasingh3677
    @mitrasingh3677 7 ปีที่แล้ว

    5 years old and still gold - thanks very much (I'm using macOS Sierra btw)