how to control Android phone from PC/Laptop

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 347

  • @freiheit3
    @freiheit3 7 месяцев назад +35

    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 11 месяцев назад +19

    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 Год назад +184

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

  • @muhdali9352
    @muhdali9352 Год назад +15

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

    • @greafclips6384
      @greafclips6384 9 месяцев назад +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 9 месяцев назад

      ​@@greafclips6384 im also stuck on that ngl

  • @SimplyCyn154
    @SimplyCyn154 6 месяцев назад +2

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

    • @itssollarr_.
      @itssollarr_. 6 месяцев назад

      i can see it but cant control it :l

    • @SimplyCyn154
      @SimplyCyn154 6 месяцев назад

      @@itssollarr_. mine wasnt

    • @SimplyCyn154
      @SimplyCyn154 6 месяцев назад

      @@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 6 месяцев назад

      @@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 6 месяцев назад

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

  • @LuiGiBloXShorts
    @LuiGiBloXShorts Год назад +198

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

    • @Kelette
      @Kelette Год назад +71

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

    • @LuiGiBloXShorts
      @LuiGiBloXShorts Год назад +10

      @@Kelette oh ok

    • @vla2uv
      @vla2uv 9 месяцев назад +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 9 месяцев назад +18

      @@vla2uv then don't reply

    • @biti6096
      @biti6096 8 месяцев назад +21

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

  • @unixl3x434
    @unixl3x434 Год назад +14

    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 11 месяцев назад

      same did u find a fix ?

    • @unixl3x434
      @unixl3x434 11 месяцев назад

      @@ElMountaserBAbbas Not yet

    • @Foxemportugal
      @Foxemportugal 9 месяцев назад +2

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

    • @toxicbiker8977
      @toxicbiker8977 6 месяцев назад

      Same issue

  • @elmeromero303
    @elmeromero303 Год назад +12

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

    • @NETVN82
      @NETVN82  Год назад +4

      You are so welcome

    • @GrizzledRight46
      @GrizzledRight46 9 месяцев назад +1

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

    • @СаняДолід
      @СаняДолід 6 месяцев назад

      😅​@@GrizzledRight46

  • @FarCry4clips-om2fy
    @FarCry4clips-om2fy 10 месяцев назад +4

    "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?

  • @Techy_Pro
    @Techy_Pro Год назад +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 11 месяцев назад

      same problem got any solution?

    • @Techy_Pro
      @Techy_Pro 11 месяцев назад

      nope@@GoodVibes9988

    • @AngeloMendame
      @AngeloMendame 4 месяца назад

      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!

  • @TheDiidact
    @TheDiidact 9 месяцев назад +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.

    • @TheTark180
      @TheTark180 8 месяцев назад +1

      Same man

    • @hyvd10
      @hyvd10 4 месяца назад

      same

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

  • @SanketMunotInspiring
    @SanketMunotInspiring Год назад +1

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

  • @Black_Man21
    @Black_Man21 10 месяцев назад +2

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

  • @WaleedNaeem
    @WaleedNaeem 8 месяцев назад

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

    • @NETVN82
      @NETVN82  8 месяцев назад

      Thanks for the sub!

  • @GoodVibes9988
    @GoodVibes9988 11 месяцев назад +4

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

  • @rachitkothadia
    @rachitkothadia Год назад +5

    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 11 месяцев назад

      same here, idk how

    • @rachitkothadia
      @rachitkothadia 11 месяцев назад

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

  • @ouuuaburger2093
    @ouuuaburger2093 Месяц назад

    Why screen lines? Did they came after the update? whats the phpne model?

  • @ReyzerPLAYZ.
    @ReyzerPLAYZ. 10 месяцев назад +3

    Your My Favorite RUclipsr EVER EVER FOREVER

  • @legacy990
    @legacy990 28 дней назад +1

    I can't download Android SDK, nothing happens when I click the link on the website

  • @themagical2676
    @themagical2676 11 месяцев назад +25

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

    • @itssollarr_.
      @itssollarr_. 6 месяцев назад +3

      same brother

    • @lopendex
      @lopendex 5 месяцев назад

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

    • @Gseckerfers
      @Gseckerfers 5 месяцев назад

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

    • @larrysogoodnolove9298
      @larrysogoodnolove9298 3 месяца назад

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

  • @1200plr
    @1200plr 2 месяца назад +9

    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.

  • @Praise.be.to.God.alone.777
    @Praise.be.to.God.alone.777 17 дней назад

    using common wifi is not an issue for security ?

  • @mostafaayman36808
    @mostafaayman36808 7 месяцев назад

    worked amazingly worth a like🥰

  • @Palh_Stories
    @Palh_Stories Год назад +2

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

    • @NETVN82
      @NETVN82  Год назад

      Most welcome 😊

  • @GamingPIPI
    @GamingPIPI 6 месяцев назад +1

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

  • @hussainnajaf332
    @hussainnajaf332 7 месяцев назад +2

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

  • @solvesolution9109
    @solvesolution9109 Год назад +9

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

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

  • @shravanpandey6333
    @shravanpandey6333 Год назад +1

    Awsm bro ..great ..keep going ..

    • @NETVN82
      @NETVN82  Год назад

      Thank you so much 😀

  • @loremipsumdolo
    @loremipsumdolo 5 месяцев назад

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

  • @dungkaizen8728
    @dungkaizen8728 11 дней назад

    Dth Realme có làm đc k a ơi, a hỗ trợ e với. Dth em kết nối với máy tính k có mục Apps

  • @kanagadurgadurga3827
    @kanagadurgadurga3827 Год назад +11

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

    • @freiheit3
      @freiheit3 7 месяцев назад +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_. 6 месяцев назад

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

    • @Guhzak
      @Guhzak 4 месяца назад +1

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

  • @hamprof
    @hamprof 7 месяцев назад

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

  • @Samarth_2108
    @Samarth_2108 Год назад

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

  • @juljul123
    @juljul123 Год назад +2

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

  • @zauq5010
    @zauq5010 Год назад +10

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

    • @rldb
      @rldb Год назад +16

      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 8 месяцев назад

      @@rldb error: no devices/emulators found

    • @arch_bug7088
      @arch_bug7088 4 месяца назад

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

  • @Palh_Stories
    @Palh_Stories Год назад +1

    Wow thanks bro
    You always gave us Correct idea

  • @alafasyaoo2697
    @alafasyaoo2697 Год назад

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

  • @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 5 месяцев назад

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

  • @sarahLala-i8r
    @sarahLala-i8r 4 месяца назад

    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 4 месяца назад

      U have to hold shift while clicking right mouse button.

    • @sarahLala-i8r
      @sarahLala-i8r 4 месяца назад

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

    • @Zouheir0
      @Zouheir0 2 месяца назад

      ​@@kumarisudha1197wdym it still doesnt work

  • @virajnagpure
    @virajnagpure 7 месяцев назад

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

  • @labelle1301
    @labelle1301 2 месяца назад

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

  • @th3immortal666
    @th3immortal666 Год назад +4

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

  • @Zajdaczee
    @Zajdaczee Год назад +8

    doesnt work

  • @darkdinodev
    @darkdinodev 7 месяцев назад

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

  • @NOUMAN905
    @NOUMAN905 Год назад +2

    Can we copy files too or not?

  • @abelbirhanu-uq4rh
    @abelbirhanu-uq4rh 8 месяцев назад

    Does it needs network during control ??

  • @dnomxer4274
    @dnomxer4274 Год назад +3

    I cant control, help please?

  • @wookiefable
    @wookiefable 3 месяца назад

    Thank you so much!

  • @N1rmanYT
    @N1rmanYT 9 месяцев назад

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

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

  • @dangphureghotmail
    @dangphureghotmail 9 месяцев назад +2

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

  • @Renee.Dominique1
    @Renee.Dominique1 5 месяцев назад

    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?

  • @aminalswadi2087
    @aminalswadi2087 Год назад +2

    You are the best 👍

  • @a60nn
    @a60nn 9 месяцев назад

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

  • @ArjunAdiga-hh7sr
    @ArjunAdiga-hh7sr 6 месяцев назад

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

  • @STARKERY_edits-xv3tw
    @STARKERY_edits-xv3tw 11 месяцев назад

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

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

  • @nejatkaraca
    @nejatkaraca Год назад

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

  • @GrizzledRight46
    @GrizzledRight46 9 месяцев назад

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

  • @bandarpulsa957
    @bandarpulsa957 3 месяца назад

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

  • @juljul123
    @juljul123 Год назад +2

    Awesome man 🙌 thank you so much

  • @ssshoehater
    @ssshoehater 11 месяцев назад

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

  • @Eggowaffle.
    @Eggowaffle. 9 месяцев назад

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

  • @pasteckipro7250
    @pasteckipro7250 6 месяцев назад

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

  • @Charris2007
    @Charris2007 10 месяцев назад

    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 ...?!

  • @timothy8941
    @timothy8941 3 месяца назад

    is there a way to just do this via wired connection

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

  • @PicSta
    @PicSta Год назад +1

    Brilliant! Good to see how make it look so easy.

    • @NETVN82
      @NETVN82  Год назад

      Thank you! Cheers!

  • @jackluo57
    @jackluo57 5 месяцев назад

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

  • @anabelabrazado3462
    @anabelabrazado3462 Год назад +1

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

  • @dealwithbest18
    @dealwithbest18 5 месяцев назад

    What if phone screen is black but touch is working

  • @phuchuy1304
    @phuchuy1304 7 месяцев назад +1

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

  • @boydsitole9489
    @boydsitole9489 Год назад

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

  • @schrodinger3618
    @schrodinger3618 7 месяцев назад +1

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

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

  • @kumajiro7299
    @kumajiro7299 2 месяца назад

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

    • @alvintanimin9218
      @alvintanimin9218 Месяц назад

      Don’t expect with connecting android to windows, it’s only software based system, altough iphone ios 18 also lagging when mirror to macbook sequioa, but iphone and macbook mirroring are seamless no need too many setup 😂😂

  • @sazzad_Hossain712
    @sazzad_Hossain712 3 месяца назад

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

  • @tonistaak
    @tonistaak Год назад

    Will it turn landscape?

  • @wowhooo3289
    @wowhooo3289 6 месяцев назад +1

    TIME TO TROLL MY BROTHER HAHAHAHAHAHAHAHAHAHAHAH😈😈😈😈

  • @MAARWADI966
    @MAARWADI966 4 дня назад

    i cant control my screen i can only watch what do i do ?

  • @jaykay-x1z
    @jaykay-x1z 6 месяцев назад

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

  • @hyvd10
    @hyvd10 4 месяца назад

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

  • @Simo-dm1zd
    @Simo-dm1zd Год назад +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 10 месяцев назад

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

  • @ashabaljannahtv
    @ashabaljannahtv 8 месяцев назад

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

  • @ebiladeiigali4768
    @ebiladeiigali4768 6 месяцев назад

    this doesnt have scrpy folder for me

  • @Rockysnappzz
    @Rockysnappzz 10 месяцев назад

    I can't copy, cut, or move the files to the other folder

    • @Rockysnappzz
      @Rockysnappzz 10 месяцев назад

      Nvm, I just used winrar to extract the files to an unzip folder

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

  • @paulfrancis8836
    @paulfrancis8836 8 месяцев назад

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

  • @RealidadeDaTerra
    @RealidadeDaTerra 5 месяцев назад

    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 .

  • @th3_ph4ntomreborn31
    @th3_ph4ntomreborn31 8 месяцев назад

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

  • @iDea16388-c
    @iDea16388-c Год назад

    how to connect phone outside internet

  • @jaikirankaseratumtum
    @jaikirankaseratumtum Год назад

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

  • @octyl95
    @octyl95 10 месяцев назад

    I need a way to do this on iPhone

  • @Joshy12BrawlStars
    @Joshy12BrawlStars Год назад

    it says my target machine actively refused it

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

  • @dancinglinegameplay
    @dancinglinegameplay 9 месяцев назад

    Why is my android studio an aplication?

  • @SatInspire
    @SatInspire Год назад

    Hi I am your subscriber I want you to make a video how to hide the consumption of a gig that we use at the fiber optic supplier

  • @realhamdangamg5439
    @realhamdangamg5439 Год назад

    Is worked thanks you