how to control Android phone from PC/Laptop

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 329

  • @freiheit3
    @freiheit3 5 місяців тому +30

    On some devices, you also need to enable an additional option USB debugging (Security Settings) in Developer options (this is an item different from USB debugging) to control it using a keyboard and mouse. Rebooting the device is necessary once this option is set.

  • @imploud
    @imploud 10 місяців тому +16

    Didn't work at first but then I restarted the PC and repeated the process and it works just fine! Thank you very much!

  • @rldb
    @rldb Рік тому +170

    If you get the error "No connection could be made because the target machine actively refused it. (10061)", Follow these Steps to resolve that problem,
    Connect your device to PC by USB cable to pc(one time requirement) and and turn on usb debugging it will connect successfully, allow for connection in device for prompted message.
    then type this Command in terminal "adb tcpip 5555"
    now remove the USB cable and connect device with pc with wifi
    now type this command "adb connect "
    you're all done !!

  • @SimplyCyn154
    @SimplyCyn154 5 місяців тому +2

    TYSM I HAVE A COMPLETELY BLACK SCREEN ON MY PHONE I WAS NAVIGATING THTRU SCREENSHOTS YOURE A PHONE SAVER DUDE

    • @itssollarr_.
      @itssollarr_. 5 місяців тому

      i can see it but cant control it :l

    • @SimplyCyn154
      @SimplyCyn154 5 місяців тому

      @@itssollarr_. mine wasnt

    • @SimplyCyn154
      @SimplyCyn154 5 місяців тому

      @@itssollarr_. if it is broken and u got in u need to leftclick for it to work¨
      just drag click anything like u wouldo n the phone but with the mouse

    • @abhishekraaut
      @abhishekraaut 5 місяців тому

      @@SimplyCyn154 i just watch the phone screen in pc, but mouse or touch pad not work.. i can't access any app of mobile, it is not clickable

    • @SimplyCyn154
      @SimplyCyn154 5 місяців тому

      @@abhishekraaut then idk it worked for me
      did you do everything in the video i did

  • @1200plr
    @1200plr Місяць тому +4

    1. adb connect IP (if doesnt work then run: adb tcpip 5555 and reconnect Phone via USB)
    2. Run scrcpy
    NEEDED:
    1. Developer Mode turned On
    2. USB Debugging turned on.

  • @solvesolution9109
    @solvesolution9109 Рік тому +9

    No connection could be made because the target machine actively refused it. how can i fixed this problem?

  • @muhdali9352
    @muhdali9352 11 місяців тому +14

    Actually, I'm stuck at connecting device. but after looking at some UA-cam videos it actually works. because of that u get a sub today. thank you, sir.

    • @greafclips6384
      @greafclips6384 7 місяців тому +2

      how do i fix ''no connection could be made because the target machine actively refused it or a connection attempt failed because the connected party didnt properly respond after a period of time'' how do i fix that?

    • @ontheopblockofftheopblock347
      @ontheopblockofftheopblock347 7 місяців тому

      ​@@greafclips6384 im also stuck on that ngl

  • @unixl3x434
    @unixl3x434 Рік тому +13

    I did every single step, my phone screen shows up in my pc but in mirror mode only, i cannot control my android phone using my pc !!
    How to fix that ?

    • @ElMountaserBAbbas
      @ElMountaserBAbbas 10 місяців тому

      same did u find a fix ?

    • @unixl3x434
      @unixl3x434 10 місяців тому

      @@ElMountaserBAbbas Not yet

    • @Foxemportugal
      @Foxemportugal 8 місяців тому +2

      USB debugging (Security settings)
      Allow granting permissions and simulating input via USB debugging

    • @toxicbiker8977
      @toxicbiker8977 4 місяці тому

      Same issue

  • @LuiGiBloXShorts
    @LuiGiBloXShorts Рік тому +181

    You need to blur your ip address otherwise someone might do some bad things with it...

    • @Kelette
      @Kelette Рік тому +66

      That's a local IP address no one can do anything with it outside the network since it only works locally

    • @LuiGiBloXShorts
      @LuiGiBloXShorts Рік тому +9

      @@Kelette oh ok

    • @vla2uv
      @vla2uv 8 місяців тому +7

      ​@@LuiGiBloXShortsSince you can't make the difference between a LAN IP and a WAN IP mind your own business! There is no room for you here since it will make no sense what was shown in this video!

    • @LuiGiBloXShorts
      @LuiGiBloXShorts 8 місяців тому +16

      @@vla2uv then don't reply

    • @biti6096
      @biti6096 7 місяців тому +15

      @@vla2uv damn calm down 🤣, just explain him calmly, dont be nervous and agressive!

  • @Techy_Pro
    @Techy_Pro 11 місяців тому +6

    its not working for me,i followed all the steps I enabled the wireless debugging also, but its saying the device is refusing it or connect to the same wifi where I am connect to one network in both the devices

    • @GoodVibes9988
      @GoodVibes9988 10 місяців тому

      same problem got any solution?

    • @Techy_Pro
      @Techy_Pro 10 місяців тому

      nope@@GoodVibes9988

    • @AngeloMendame
      @AngeloMendame 3 місяці тому

      The error message "No connection could be made because the target machine actively refused it. (10061)" usually indicates that your attempt to connect to a server or service was rejected. This typically happens when:
      The Server is Down: The server or service you're trying to reach might be offline or not running.
      Firewall or Security Settings: A firewall or security software on your computer or the server might be blocking the connection.
      Incorrect Port: You might be trying to connect to the wrong port number. Verify that you are using the correct port.
      Network Issues: There could be network issues preventing your connection. Ensure your network is properly configured and try again.
      Service Configuration: The service you’re trying to connect to might not be configured to accept connections on the port you're using.
      Server Configuration: The server might be configured to reject connections from certain IP addresses or ranges.
      To troubleshoot, you can:
      Check Server Status: Verify that the server or service you are trying to connect to is up and running.
      Verify Port and IP Address: Ensure you're using the correct IP address and port number.
      Check Firewall and Security Software: Make sure that your firewall or security software isn’t blocking the connection. You might need to configure rules to allow the connection.
      Restart Services: If you have access, try restarting the server or the service you're trying to connect to.
      Network Troubleshooting: Test your network connection and try to access other services to ensure your network is working properly.
      If you provide more details about the context in which you’re encountering this error, I might be able to offer more specific advice!

  • @hussainnajaf332
    @hussainnajaf332 6 місяців тому +1

    عندما تربط هاتف بالكمبيوتر وتريد عرضه عليه يجب أن تتاكد من اثنين لكي تحصل على تجربة جيدة جداً
    1- اذا استخدمت كابل وربطة هاتفك بالكمبيوتر تاكد من ان البرنامج يجب أن يكون لا يوجد به تقطيع أو لاك تاخير بالحركة الخاصة بالبرنامج أو بدله اذا لم تحصل على برنامج مناسب
    2- وايفاي تاكد من الربط صحيح وانك تربطه جيد واذا اردت أن يكون ربط جيداً جداً استخدم وايفاي داخلي واربط هاتفك عليه يعني لا انترنت فقط مشاركة شاشة

  • @themagical2676
    @themagical2676 10 місяців тому +24

    Its saying no connection could be made because the target machine actively refused it . (10061) what shoul i do pls help

    • @itssollarr_.
      @itssollarr_. 5 місяців тому +3

      same brother

    • @lopendex
      @lopendex 4 місяці тому

      same, something in the config of the router should be open ?

    • @Gseckerfers
      @Gseckerfers 3 місяці тому

      type ".\adb.exe tcpip 5555" and then use that "adb.exe connect" again...

    • @larrysogoodnolove9298
      @larrysogoodnolove9298 2 місяці тому

      Allo?? @NETVN82
      What is the solution for this?? So many people face this issue and there is no clear answer

  • @florencedaniel2007
    @florencedaniel2007 Рік тому +49

    Thanks for the info but someone is
    blackmailing my sister i want to hack his
    acc or just want to delete his acc nedd ur
    help plz help😢

  • @GamingPIPI
    @GamingPIPI 5 місяців тому +1

    Damn this is so much work im happy apple has a dedicated feature now

  • @rachitkothadia
    @rachitkothadia Рік тому +4

    No connection could be made because the target machine actively refused it.... this error is coming on my windows power shell . what to do >??

    • @EpicPico0625
      @EpicPico0625 9 місяців тому

      same here, idk how

    • @rachitkothadia
      @rachitkothadia 9 місяців тому

      ahh my usb debugging was off and only wireless debugging was on.. turn both onn

  • @ReyzerPLAYZ.
    @ReyzerPLAYZ. 9 місяців тому +3

    Your My Favorite UA-camr EVER EVER FOREVER

  • @SanketMunotInspiring
    @SanketMunotInspiring Рік тому +1

    There is no option software info or build version in MI mobile settings . please suggest another method

  • @FarCry4clips-om2fy
    @FarCry4clips-om2fy 9 місяців тому +2

    "No connection could be made because the target machine actively refused it. (10061)" I get this error message after running the code in pc. What to do?

  • @Zajdaczee
    @Zajdaczee Рік тому +8

    doesnt work

  • @th3immortal666
    @th3immortal666 11 місяців тому +4

    Can I use the keyboard like playing games and stuff like that?

  • @NOUMAN905
    @NOUMAN905 Рік тому +2

    Can we copy files too or not?

  • @GoodVibes9988
    @GoodVibes9988 10 місяців тому +3

    it says my phone s activily refusing the connection what to do ?

  • @Black_Man21
    @Black_Man21 9 місяців тому +2

    bro i love you i was looking for this ages thank you

  • @juljul123
    @juljul123 Рік тому +2

    Can you tell me how to use this when phone is not in standby mode (phone screen is switched off). ?

  • @hamprof
    @hamprof 6 місяців тому

    Do you have a way to scroll two phones from one laptop
    Thank you

  • @TheDiidact
    @TheDiidact 8 місяців тому +2

    there's no message on my phone asking me to allow the connection. On powershell it says that my machine has activally refuse the connection.

  • @elmeromero303
    @elmeromero303 Рік тому +11

    Thank you very much. On point as always. Love your channel 😎☀️

    • @NETVN82
      @NETVN82  Рік тому +4

      You are so welcome

    • @GrizzledRight46
      @GrizzledRight46 7 місяців тому +1

      ​@@NETVN82 but my phone acces only work with mouse cursor how can we used it with keyboard??

    • @СаняДолід
      @СаняДолід 4 місяці тому

      😅​@@GrizzledRight46

  • @Renee.Dominique1
    @Renee.Dominique1 3 місяці тому

    I’m looking for a USB-C splitter for my Pixel 7 Pro that can connect to its USB-C port. The splitter should have two female USB-C ports: one for connecting USB-C Apple EarPods to make phone calls, and the oother for charging the phone and suppoorting data transfer. This data transfer should enable USB debugging mode, allowing me to use the mirroring application, scrcpy. I’ve noticed that most prooducts on Amazon only support data transfer on the port that supports audio, but not on the charging port. Can you recommend a product that meets these requirements?

  • @dnomxer4274
    @dnomxer4274 Рік тому +3

    I cant control, help please?

  • @loremipsumdolo
    @loremipsumdolo 3 місяці тому

    I never knew my phone had it's only brew of IPA, let alone a dress.

  • @kanagadurgadurga3827
    @kanagadurgadurga3827 Рік тому +11

    Sir only screen display can't operate and control from laptop

    • @freiheit3
      @freiheit3 5 місяців тому +1

      On some devices, you also need to enable an additional option USB debugging (Security Settings) (this is an item different from USB debugging) to control it using a keyboard and mouse. Rebooting the device is necessary once this option is set.

    • @itssollarr_.
      @itssollarr_. 5 місяців тому

      @@freiheit3 it drags me to some teams of service site what should i do

    • @Guhzak
      @Guhzak 3 місяці тому +1

      @@freiheit3 You saved me, man. I remembering the "Tethering USB" option available in Xiaomi, activated it, and worked. Thanks

  • @abelbirhanu-uq4rh
    @abelbirhanu-uq4rh 6 місяців тому

    Does it needs network during control ??

  • @virajnagpure
    @virajnagpure 6 місяців тому

    Pls tell me how to connect it using cable? what's the command for that?

  • @tonistaak
    @tonistaak 11 місяців тому

    Will it turn landscape?

  • @shravanpandey6333
    @shravanpandey6333 Рік тому +1

    Awsm bro ..great ..keep going ..

    • @NETVN82
      @NETVN82  Рік тому

      Thank you so much 😀

  • @dangphureghotmail
    @dangphureghotmail 7 місяців тому +2

    No connection could be made because the target machine actively refused it. (10061)

  • @stormyweathers9887
    @stormyweathers9887 Рік тому +2

    What if __ despite enabling both wireless, as well as the USB Debugging __ the following message appears?
    cannot connect to cell-phoneIP-Address:5555: No connection could be made because the target machine actively refused it. (10061)

  • @anabelabrazado3462
    @anabelabrazado3462 Рік тому +1

    Why I cant open ewallets / bank app while doing this?

  • @NoobDerric
    @NoobDerric Рік тому +7

    This is by far the best tech tutorial channel I've seen, and btw could you please make a video on how to emulate iOS (any ios) on windows PC, thank you :)

  • @sarahLala-i8r
    @sarahLala-i8r 2 місяці тому

    2:27 it doesn't want to open please help, when ever i click shift and right click the same thing as urs don't appear...

    • @kumarisudha1197
      @kumarisudha1197 2 місяці тому

      U have to hold shift while clicking right mouse button.

    • @sarahLala-i8r
      @sarahLala-i8r 2 місяці тому

      @kumarisudha1197 well yea I knew that later, but still the problem of the internet"the target machine..."etc

    • @Zouheir0
      @Zouheir0 Місяць тому

      ​@@kumarisudha1197wdym it still doesnt work

  • @Supernova00824
    @Supernova00824 Рік тому +1

    dont see the powershell option after the pasting process even after shift right click

    • @itsskyballs
      @itsskyballs Рік тому

      win + r then type cmd and hit enter,in cmd type "cd /name and hit enter

  • @timothy8941
    @timothy8941 2 місяці тому

    is there a way to just do this via wired connection

  • @ArjunAdiga-hh7sr
    @ArjunAdiga-hh7sr 5 місяців тому

    can this work when my mobile is locked? as my phone's display isnt working , if its on i cannot it does unneccesary touches

  • @WaleedNaeem
    @WaleedNaeem 7 місяців тому

    Hi brother, I just subscribed you. Thank you the short yet, helpful tutorial. Bless you.

    • @NETVN82
      @NETVN82  7 місяців тому

      Thanks for the sub!

  • @boydsitole9489
    @boydsitole9489 11 місяців тому

    after does it always have to be connected to the same wifi

  • @Charris2007
    @Charris2007 9 місяців тому

    Hello there. i have an issue with iPad it has broken screen and has password enabled. how i will backup my data from broken iPad to my windows11 pc ...?!

  • @nejatkaraca
    @nejatkaraca Рік тому

    Thank you for your video. I want you ask a question to you. Can I virtualization android phone system on PC.

  • @kumajiro7299
    @kumajiro7299 Місяць тому

    Any idea how to make it less laggy? It's quite delayed in mine

  • @GrizzledRight46
    @GrizzledRight46 7 місяців тому

    ​ @NETVN82 but my phone access only work with mouse cursor how can we used it with keyboard??

  • @darkdinodev
    @darkdinodev 5 місяців тому

    thank you guys! (youtube channel and the first comment)

  • @motionDesigncraft
    @motionDesigncraft Рік тому +1

    Hi sir.. my system Config : I9 1300 K
    mother Board Z-790 p wifi
    GraphicsINTEL ARC 770 16Gb
    Is it support mac Ventura OS?any other OS

    • @NoobDerric
      @NoobDerric Рік тому

      Yes definitely go for it

    • @motionDesigncraft
      @motionDesigncraft Рік тому

      @@NoobDerric Thank You For Valuable Inputs.. Can I Install mac os in windows.. and pls share Graphic Drivers Related Video Pls

  • @jackluo57
    @jackluo57 3 місяці тому

    Maybe you can try Total Control, which can control up to 100 Android devices from PC

  • @zauq5010
    @zauq5010 Рік тому +10

    "No connection could be made because the target machine actively refused it". I get this error.

    • @rldb
      @rldb Рік тому +15

      Follow these Steps to resolve that problem,
      Connect your device to PC by USB cable to pc(one time requirement) and and turn on usb debugging it will connect successfully, allow for connection in device for prompted message.
      then type this Command in terminal "adb tcpip 5555"
      now remove the USB cable and connect device with pc with wifi
      now type this command "adb connect "
      you're all done !!

    • @huh155
      @huh155 Рік тому +1

      ​@@rldbthanks fam i had this same problem

    • @Zubair-vk1mk
      @Zubair-vk1mk Рік тому

      This was very much helpful. It worked. Thanks@@rldb

    • @muhammedmudassirqureshi1309
      @muhammedmudassirqureshi1309 7 місяців тому

      @@rldb error: no devices/emulators found

    • @arch_bug7088
      @arch_bug7088 3 місяці тому

      @@rldb abd the tterm 'adb, is not reconizged

  • @mostafaayman36808
    @mostafaayman36808 6 місяців тому

    worked amazingly worth a like🥰

  • @th3_ph4ntomreborn31
    @th3_ph4ntomreborn31 7 місяців тому

    thank you, sadly my phone is too far gone for this

  • @phuchuy1304
    @phuchuy1304 5 місяців тому +1

    cannot connect to 192.168.1.10:5555: No connection could be made because the target machine actively refused it. (10061) Help me

  • @a60nn
    @a60nn 7 місяців тому

    how do I get into my phone when my touch screen not working, is there anyway to get into my phone through laptop

  • @sumbodee3
    @sumbodee3 8 місяців тому

    this should be possible without needing to tap/confirm anything on the phone, , you could need this because your screen is broken,, so if you're screen doesn't work you're lost

  • @Palh_Stories
    @Palh_Stories Рік тому +2

    Thanks bro for gave us awesome ideas
    You always gave us awesome ideas ❤❤❤❤❤

  • @labelle1301
    @labelle1301 Місяць тому

    my phone doesnt get the notificacion after opening window powershell and introducing the IP, it says the phone refused

  • @schrodinger3618
    @schrodinger3618 6 місяців тому +1

    Let me be honest my screen is devastated.. so how? I need to recover some data😩

  • @C4llebin
    @C4llebin Рік тому +1

    when i open the scrcpy.exe, just closes and nothing happen

    • @itsskyballs
      @itsskyballs Рік тому

      type "adb devices" and check if its connected to adb client
      the reason why scrcpy.exe closes is that your phone is not connected to adb client or unstable connection for example

    • @robertwalls181
      @robertwalls181 4 місяці тому

      Did you try running sctcpy.exe without the phone being plugged in? That is how I fixed my issue like that.

  • @kucingoren666
    @kucingoren666 Рік тому +1

    over internet?

    • @NETVN82
      @NETVN82  Рік тому

      next video

    • @itsskyballs
      @itsskyballs Рік тому

      you can do that using vpn(router to router)

  • @pasteckipro7250
    @pasteckipro7250 5 місяців тому

    i cant use my phone screen because its broken is their another way?

  • @Simo-dm1zd
    @Simo-dm1zd 11 місяців тому +1

    i've broken my display and it's completely unusable, that's why i wanna connect to pc to do some obvious things, but idk how to connect without access of display

    • @maniyaaac
      @maniyaaac 9 місяців тому

      hello! did u find any solution for this? pls tell me I'm stuck 🥲🥲

  • @paulfrancis8836
    @paulfrancis8836 7 місяців тому

    Mine works with cable, but not with WiFi. Everything is set correctly as far as I know.

  • @ssshoehater
    @ssshoehater 10 місяців тому

    For me it says " A connection could not be established because the destination computer has already rejected the connection"

  • @N1rmanYT
    @N1rmanYT 8 місяців тому

    It says "no connection can be made because the target machine actively refused it"

  • @Samarth_2108
    @Samarth_2108 Рік тому

    very useful......thankyou so much...sir

  • @Palh_Stories
    @Palh_Stories Рік тому +1

    Wow thanks bro
    You always gave us Correct idea

  • @bandarpulsa957
    @bandarpulsa957 2 місяці тому

    Done, but too slow, I think it's because use a GPU that much?

  • @ashabaljannahtv
    @ashabaljannahtv 7 місяців тому

    let me know how to make it works with sounds from device, it's so good dude. thankkss !!!!

  • @Christopher-in2th
    @Christopher-in2th Рік тому +2

    No connection could be made because the target machine actively refused it. (10061)

    • @itsskyballs
      @itsskyballs Рік тому

      go to wireless debugging and show the ip address and port if persist

    • @tributetothebaconsforlife
      @tributetothebaconsforlife Рік тому

      Follow these Steps to resolve that problem,
      Connect your device to PC by USB cable to pc(one time requirement) and and turn on usb debugging it will connect successfully, allow for connection in device for prompted message.
      then type this Command in terminal "adb tcpip 5555"
      now remove the USB cable and connect device with pc with wifi
      now type this command "adb connect "
      you're all done !!
      Credits: @rldb

  • @dealwithbest18
    @dealwithbest18 4 місяці тому

    What if phone screen is black but touch is working

  • @STARKERY_edits-xv3tw
    @STARKERY_edits-xv3tw 10 місяців тому

    The connection cannot be established because the target computer is actively refusing to connect.

  • @alafasyaoo2697
    @alafasyaoo2697 Рік тому

    Thank you very much 🎉... Nice ... Keep going 💪😊... Good luck

  • @maciejmizgalski6112
    @maciejmizgalski6112 Рік тому

    Any chance for iPhone? ;)

  • @mohhuat6925
    @mohhuat6925 Рік тому

    I keep getting message of : No connection could be made because the targeted machine actively refused it.
    I got my USB Debugging ON, got my Wireless debugging ON, got my Wifi debugging ON as well. why is that?

    • @tributetothebaconsforlife
      @tributetothebaconsforlife Рік тому

      Follow these Steps to resolve that problem,
      Connect your device to PC by USB cable to pc(one time requirement) and and turn on usb debugging it will connect successfully, allow for connection in device for prompted message.
      then type this Command in terminal "adb tcpip 5555"
      now remove the USB cable and connect device with pc with wifi
      now type this command "adb connect "
      you're all done !!
      Credits: @rldb

  • @jaykay-x1z
    @jaykay-x1z 4 місяці тому

    and if there scpcry or what ever its called not on download???were do i find it

  • @themagical2676
    @themagical2676 10 місяців тому

    where to copy the programing

  • @Eggowaffle.
    @Eggowaffle. 8 місяців тому

    it says "No connection could be made because the target machine actively refused it."

  • @ebiladeiigali4768
    @ebiladeiigali4768 5 місяців тому

    this doesnt have scrpy folder for me

  • @dancinglinegameplay
    @dancinglinegameplay 8 місяців тому +1

    I cant open the power shale wjndow

  • @octyl95
    @octyl95 9 місяців тому

    I need a way to do this on iPhone

  • @iDea16388-c
    @iDea16388-c Рік тому

    how to connect phone outside internet

  • @sazzad_Hossain712
    @sazzad_Hossain712 2 місяці тому

    i was tried several times but my phone is continuing refusing it

  • @Gaetano_871
    @Gaetano_871 8 місяців тому +1

    I get the 10060 error code

  • @aspect7833
    @aspect7833 Рік тому +2

    its says this for me, "No connection could be made because the target machine actively refused it. (10061)" can you explain" can you help

    • @jahmedov
      @jahmedov Рік тому

      same

    • @tributetothebaconsforlife
      @tributetothebaconsforlife Рік тому

      Follow these Steps to resolve that problem,
      Connect your device to PC by USB cable to pc(one time requirement) and and turn on usb debugging it will connect successfully, allow for connection in device for prompted message.
      then type this Command in terminal "adb tcpip 5555"
      now remove the USB cable and connect device with pc with wifi
      now type this command "adb connect "
      you're all done !!
      Credits: @rldb

  • @mirankhan8047
    @mirankhan8047 Рік тому

    is this safe?

  • @sanketdhumne8392
    @sanketdhumne8392 8 місяців тому +1

    Bro the lines are missing 😂😂

  • @aibatGDlol
    @aibatGDlol Рік тому

    Galaxy tab a....?

  • @mohamedshehata5594
    @mohamedshehata5594 6 місяців тому

    I have a problem it's not working

  • @jaikirankaseratumtum
    @jaikirankaseratumtum Рік тому

    Can I type text message & whatsapp messages from keyboard typing?

  • @hyvd10
    @hyvd10 2 місяці тому

    No connection could be made because the target machine actively refused it.

  • @crowhaze1
    @crowhaze1 Рік тому +1

    where is the powershell on windows 10

    • @crowhaze1
      @crowhaze1 Рік тому

      i got that but it doesnt let me control it

    • @itsskyballs
      @itsskyballs Рік тому

      try open cmd and type cd

    • @crowhaze1
      @crowhaze1 Рік тому

      @@itsskyballs I got that already I said

  • @ashercarmichael-vj8xc
    @ashercarmichael-vj8xc 4 місяці тому

    What If it doesn't let me paste it

  • @RealidadeDaTerra
    @RealidadeDaTerra 3 місяці тому

    It does not work. "The device cant authorize the connection"

  • @markazalmatuqdesainer
    @markazalmatuqdesainer Рік тому

    best , can you make handphone as blotooh in pc ? . my pc do not have bloototh .

  • @dancinglinegameplay
    @dancinglinegameplay 8 місяців тому

    Why is my android studio an aplication?

  • @sksagorkhan9295
    @sksagorkhan9295 6 місяців тому

    maous not working . what can i du ?