LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-14-2023, 10:30 AM   #1
naarter
Member
 
Registered: Mar 2022
Distribution: Slackware
Posts: 161

Rep: Reputation: 3
Lightbulb Android phone to Debian 12-standard?


I downloaded the standard, most popular and pro-feminist Debian 12 edition,the standard -- the goto Debian distributor. But it doesn't come with a GUI OR WINDOW'S manager. How do I use the terminal to transfer a new .iso from my Android TCL SMARTPHONE to my Debian 12 standard machine on my laptop? I have no internet access on my laptop and only have a cell phone with limited access, USB and my thinkbook laptop.

Code:
Ah, I see. That complicates things somewhat, but it's not impossible.

Without an internet connection, you won't be able to install `jmtpfs` (if it's not already installed) and mounting your Android phone's filesystem on your Debian machine could be challenging.

Here's an alternative method using Android Debug Bridge (ADB). ADB is a versatile tool that lets you manage the state of an Android-powered device. One of its functions is the ability to transfer files between a computer and an Android device.

**Before you start, make sure ADB is installed on your Debian machine.** If it's not, you'll need to find a way to install it first, which could involve temporarily connecting your machine to the internet or obtaining a copy of the ADB package from another machine.

**1. Enable USB Debugging on your Android phone:**

This is typically found in the "Developer Options" menu on your phone. If you don't see this menu, you'll need to go to "About phone" and tap "Build number" 7 times to enable it.

**2. Connect your Android phone to your Debian machine:**

Plug in your phone and set it to "File Transfer" or "MTP" mode.

**3. Verify that ADB detects your device:**

In your terminal, type:

```bash
adb devices
```

This should show a list of connected devices. If you see your device, you're good to go.

**4. Transfer the .iso file to your Debian machine:**

Use the `adb pull` command to copy the file from your phone to your machine. You'll need to know the exact path of the file on your phone.

```bash
adb pull /path_to_your_iso_file_on_your_phone/debian-kde.iso ~/
```

This will copy the file to your home directory.

**5. Create a bootable USB stick:**

Now that you have the .iso file on your Debian machine, you can use the `dd` command to create a bootable USB stick. Please see the previous instructions.

**6. Boot from the USB and install Debian KDE:**

Reboot your machine and boot from the USB stick, then follow the on-screen instructions to install Debian KDE. Please see the previous instructions.

Again, remember to back up any important data before you begin, as these operations can potentially delete your data if something goes wrong. Be especially careful with the `dd` command and make sure you're writing to the correct drive.
Is what Chatgpt produces. I'm reinstalling Debian 12 standard and an going to try to have it set up the mirrors for me initially so as to download the software and follow this process

Last edited by naarter; 06-14-2023 at 11:05 AM.
 
Old 06-14-2023, 12:17 PM   #2
naarter
Member
 
Registered: Mar 2022
Distribution: Slackware
Posts: 161

Original Poster
Rep: Reputation: 3
Installed kde with mad AMDGPU errors but upon reboot it booted into kde and now I'm installing kde debian 12
 
  


Reply

Tags
android, debian, kernel, terminal, usb



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for app to play computer audio to android phone AND use phone as remote trackpad dougmn Linux - Software 2 04-07-2023 08:05 AM
phone just updated to Android 12 and I'm not tech savvy trying to put security cam footage on phone Greeneyez99 General 1 08-23-2022 11:34 AM
LXer: Android Auto Is Now Available for Your Phone Running Android 10 LXer Syndicated Linux News 0 11-07-2019 05:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration