• 21 Posts
  • 55 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle













  • Great to hear.

    You can always address files via absolute or relative paths.

    Relative:

    cd /Users/rommmelll/Downloads/
    adb sideload lineageos-recovery.img
    

    or absolute:

    adb sideload /Users/rommmelll/Downloads/lineageos-recovery.img
    

    Maybe you want to learn a little more about paths to understand how to reference files.

    I suggest you read a little further on that topic and play around with the terminal. Find some tutorial videos if that works better for you.