Android Framework - Useful Adb Commands

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 30

  • @usr808
    @usr808 9 місяців тому +1

    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😉

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

  • @sanjoynandi17
    @sanjoynandi17 2 роки тому +1

    thanks for your valuable tutorial video...:)

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

    adb remount is not working
    How to make system partition as read/write when building from AOSP source code?

  • @QuirkQuest123
    @QuirkQuest123 3 роки тому +1

    interesting video for adb user debutant

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

    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

  • @Ssanatan
    @Ssanatan 2 роки тому

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

  • @pedroGonzalez-t6v
    @pedroGonzalez-t6v Рік тому

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

  • @Salman-1-2
    @Salman-1-2 6 років тому +1

    You are doing pretty good 👍...

  • @jyotiranjanswain1737
    @jyotiranjanswain1737 4 роки тому +1

    thanks ma very helpful

  • @animeapqv1233
    @animeapqv1233 3 роки тому

    Thank you ❤️❤️❤️❤️

  • @ricerous330
    @ricerous330 6 років тому

    You are a great woman, keep it up.

  • @vivekbalachandar2802
    @vivekbalachandar2802 6 років тому

    Really useful

  • @ricerous330
    @ricerous330 6 років тому

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

  • @mtnl259
    @mtnl259 2 роки тому

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

    • @dimples_android_geek
      @dimples_android_geek  2 роки тому

      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 2 роки тому

      @@dimples_android_geek which adb command ?

    • @dimples_android_geek
      @dimples_android_geek  2 роки тому

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