Android Framework - Useful Adb Commands

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • This video provides details about adb ( Android Debug Bridge) and how it is useful to control the android device . adb can be used to transfer files from device to PC and vice versa, to restart the device , to capture the screen of device , to take logs , to take back up , restore backup , to alter some of variables in global settings table .
    Watch this video for clear understanding of some commands along with examples
    Want to know more about the evolution of Android ? Then just click the link below : • Android Framework - Hi... which explains History of Android :)

ความคิดเห็น • 31

  • @usr808
    @usr808 2 หลายเดือนก่อน

    Give this lady a round of applause👏
    Very useful set of cmds & explained well in detail❤
    This is the kind of info a poweruser needs to know😉

  • @sanjoynandi17
    @sanjoynandi17 2 ปีที่แล้ว +1

    thanks for your valuable tutorial video...:)

  • @animeapqv1233
    @animeapqv1233 2 ปีที่แล้ว

    Thank you ❤️❤️❤️❤️

  • @syedzakriya2008
    @syedzakriya2008 6 ปีที่แล้ว +2

    Awesome.. Never knew we could do so much using adb. Do you have any series for AOSP related stuff?

    • @dimples_android_geek
      @dimples_android_geek  6 ปีที่แล้ว +1

      Right now i dont have AOSP series... As and when i am learning will definitely post it up.. thanx

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

    Really useful

  • @jews_out_of_PALESTINE
    @jews_out_of_PALESTINE 3 ปีที่แล้ว +1

    interesting video for adb user debutant

  • @jyotiranjanswain1737
    @jyotiranjanswain1737 3 ปีที่แล้ว +1

    thanks ma very helpful

  • @uv886
    @uv886 2 ปีที่แล้ว

    Usefull👍

  • @Salman-1-2
    @Salman-1-2 6 ปีที่แล้ว +1

    You are doing pretty good 👍...

  • @ricerous330
    @ricerous330 5 ปีที่แล้ว +1

    You are a great woman, keep it up.

  • @rohit5981_
    @rohit5981_ 11 หลายเดือนก่อน

    Mam mere phone me ye problem aa rhi hai adb server version (41) doesn't match this client (39) killing kaise slove kru. 😢

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

    madam can give me adb command to enable audio pass thorough option in my android tv

  • @cutiepie0608
    @cutiepie0608 2 ปีที่แล้ว

    what commands can be uses to run any app using adb?

    • @dimples_android_geek
      @dimples_android_geek  2 ปีที่แล้ว +1

      adb shell am start -n "package name/Activity name of the app"

  • @user-pw2hn5zq5r
    @user-pw2hn5zq5r ปีที่แล้ว

    morning you know about this error Faile (remote: unknown command.

  • @ricerous330
    @ricerous330 5 ปีที่แล้ว

    For several months now, you haven't uploaded any video

  • @mtnl259
    @mtnl259 ปีที่แล้ว

    How to check current xml /layout file opened in device...?

    • @dimples_android_geek
      @dimples_android_geek  ปีที่แล้ว

      You can connect the device to PC and through adb command you can chk .. but you shd be knowing the path of the file .. ex : adb shell
      cd / filepath / filename

    • @mtnl259
      @mtnl259 ปีที่แล้ว

      @@dimples_android_geek which adb command ?

    • @dimples_android_geek
      @dimples_android_geek  ปีที่แล้ว

      @@mtnl259 " adb shell
      cd / filepath / filename"