Fråga: *

Discussion in 'Galaxy Nexus - ROM-filer och utveckling' started by Ascii, May 1, 2012.

  1. Ascii

    Ascii Android Expert Medlem

    Joined:
    Nov 23, 2010
    Messages:
    10 160
    Likes Received:
    3 144

    MINA ENHETER

    ***
     
    Last edited: Aug 8, 2014
  2. ogre

    ogre Senior Droid Medlem

    Joined:
    Oct 27, 2009
    Messages:
    1 807
    Likes Received:
    508
    Operatör:
    Telia
    Telefon:
    Google Pixel 8 pro

    MINA ENHETER

    Operatör:
    Telia
    Telefon:
    Google Pixel 8 pro
    Telefon 2:
    iPhone 14 pro
    Telefon 3:
    OnePlus 8T
    Bara att testa..

    Code:
    mkdir a
    mkdir a/b
    mkdir a/b/c
    touch a/b/c/test.txt
    adb push a /sdcard/Download/a
    push: a/b/c/test.txt -> /sdcard/Download/a/b/c/test.txt
    1 file pushed. 0 files skipped.
    adb shell ls /sdcard/Download/a/b/c
    test.txt
    
    Funkar.

    Tricket är att ange toppkatalogens namn både på mottagar- och sändarsidan.