<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=6516&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] mtp-tool will not start]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=6516</link>
		<description><![CDATA[The most recent posts in [SOLVED] mtp-tool will not start.]]></description>
		<lastBuildDate>Thu, 28 Mar 2024 15:55:43 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49244#p49244</link>
			<description><![CDATA[<p>i solved my problem by installing android_file_transfure it works for me<br />when i try to uninstall jmtpfs i get a dependency error and synaptic won&#039;t finish the process<br />but I will try again at another time, thank you very much for your help!</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Thu, 28 Mar 2024 15:55:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49244#p49244</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49242#p49242</link>
			<description><![CDATA[<p>Try to install additionally gvfs-backend and gvfs-fuse. You may need to remove jmtpfs.</p><p>This should enable that you get you phone shown on the desktop. Worked for me.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 28 Mar 2024 12:58:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49242#p49242</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49239#p49239</link>
			<description><![CDATA[<p>it got me a little further<br />I found some unmet dependencies using synaptic properties and also found that fuse where not install and that it <br />conflicted whit fuse3 there where uninstall and removed and then install these</p><div class="codebox"><pre><code>$ sudo dpkg -i fuse_2.9.9-6+b1_amd64.deb libstdc++6_12.2.0-14_amd64.deb mount_2.38.1-5devuan1+b1_amd64.deb</code></pre></div><p>so now apt search look lice these</p><div class="codebox"><pre><code>$ apt search fuse | fgrep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

fuse/unknown,stable,now 2.9.9-6+b1 amd64 [installed]
jmtpfs/stable,now 0.5-4 amd64 [installed]
libfuse2/unknown,stable,now 2.9.9-6+b1 amd64 [installed,automatic]
libfuse3-3/unknown,stable,now 3.14.0-4 amd64 [installed,auto-removable]
libntfs-3g89/unknown,stable,now 1:2022.10.3-1+b1 amd64 [installed,auto-removable</code></pre></div><p>and add mount point</p><div class="codebox"><pre><code>$ sudo mkdir -p /media/mtp</code></pre></div><p>but still no mtp-tool gui or otherwise any useful connection with the mobul</p><p>I then did, and add it to modules last line</p><div class="codebox"><pre><code># modprobe fuse
# nano /etc/initramfs-tools/modules</code></pre></div><p>And update the initramfs</p><div class="codebox"><pre><code># update-initramfs -u -k all
update-initramfs: Generating /boot/initrd.img-6.1.0-18-amd64
update-initramfs: Generating /boot/initrd.img-6.1.0-10-amd64
# reboot</code></pre></div><p>After rebbot</p><div class="codebox"><pre><code>:~$ sudo jmtpfs /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags</code></pre></div><p>but the mounted mtp dos not give me access to the mobile as i can see it, so then</p><div class="codebox"><pre><code>:~$ fusermount -u /media/mtp
fusermount: entry for /media/mtp not found in /etc/mtab</code></pre></div><p>The map file</p><div class="codebox"><pre><code>jmtpfs /media/mtp fuse.jmtpfs rw,nosuid,nodev,relatime,user_id=0,group_id=0 0 0</code></pre></div><p>umount the mtp</p><div class="codebox"><pre><code>$ sudo fusermount -u /media/mtp</code></pre></div><p>mount mtp white the -o option</p><div class="codebox"><pre><code>$ sudo jmtpfs -o /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: missing mountpoint parameter</code></pre></div><div class="codebox"><pre><code>$ sudo jmtpfs /media/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags</code></pre></div><p>And i have a list devices</p><div class="codebox"><pre><code>$ sudo jmtpfs --listDevices
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Available devices (busLocation, devNum, productId, vendorId, product, vendor):
2, 7, 0x2e82, 0x22b8, Moto G (ID2), Motorola</code></pre></div><p>but still no mtp-tool gui or otherwise any useful connection with the mobil</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Thu, 28 Mar 2024 11:35:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49239#p49239</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49235#p49235</link>
			<description><![CDATA[<p>You should install fuse3. But you will have to remove jmtpfs, that conflicts with fuse3.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 28 Mar 2024 09:06:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49235#p49235</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49224#p49224</link>
			<description><![CDATA[<p>That very last error line would be due to missing fuse module, i.e. it&#039;s not loaded. If it exists in your installation you may load it manually by:</p><div class="codebox"><pre><code># modprobe fuse</code></pre></div><p>Further by adding it to your /etc/initramfs-tools/modules (and <span class="bbu">update-initrd -u -k all</span>) it will be installed automatically during the bootup.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 27 Mar 2024 21:49:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49224#p49224</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49203#p49203</link>
			<description><![CDATA[<p>it was an eye opener for me for Debian package search!<br />I remove the old version of mtp-tools and install it again but white no differences in result </p><div class="codebox"><pre><code>sudo dpkg -i mtp-tools_1.1.20-1_amd64.deb jmtpfs_0.5-4_amd64.deb libmtp-runtime_1.1.20-1_amd64.deb
libc6_2.36-9+deb12u4_amd64.deb  libnet-smtp-ssl-perl_1.04-2_all.deb
libmtp9_1.1.20-1_amd64.deb libmtp-common_1.1.20-1_all.deb</code></pre></div><p>Apt search Show a unknown</p><div class="codebox"><pre><code>apt search mtp | fgrep installed &gt; apt_search

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jmtpfs/stable,now 0.5-4 amd64 [installed]
libmtp-common/unknown,stable,now 1.1.20-1 all [installed]
libmtp-runtime/unknown,stable,now 1.1.20-1 amd64 [installed]
libmtp9/unknown,stable,now 1.1.20-1 amd64 [installed]
libnet-smtp-ssl-perl/unknown,stable,now 1.04-2 all [installed,automatic]
mtp-tools/stable,now 1.1.20-1 amd64 [installed]</code></pre></div><p>I did the following which shows that I have a mobile</p><div class="codebox"><pre><code>sudo mtp-connect
libmtp version: 1.1.20

Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
Usage: connect &lt;command1&gt; &lt;command2&gt;
Commands: --delete [filename]
          --sendfile [source] [destination]
          --sendtrack [source] [destination]
          --getfile [source] [destination]
          --newfolder [foldername]

$ sudo jmtpfs
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: missing mountpoint parameter

$ sudo sed -i &#039;/user_allow_other/s/^#//g&#039; /etc/fuse.conf
hans@devuan:~/Downloads$ jmtpfs ~/mtp
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Android device detected, assigning default bug flags
fuse: bad mount point `/home/hans/mtp&#039;: No such file or directory</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Wed, 27 Mar 2024 12:37:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49203#p49203</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49193#p49193</link>
			<description><![CDATA[<p>fwiw, this is from my system just now (daedalus):</p><div class="codebox"><pre><code>$ apt search mtp | fgrep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jmtpfs/stable,now 0.5-4 amd64 [installed]
libmtp-common/stable,now 1.1.20-1 all [installed,automatic]
libmtp-runtime/stable,now 1.1.20-1 amd64 [installed,automatic]
libmtp9/stable,now 1.1.20-1 amd64 [installed,automatic]
libnet-smtp-ssl-perl/stable,now 1.04-2 all [installed,automatic]
mtp-tools/stable,now 1.1.20-1 amd64 [installed]</code></pre></div><p>This is using just the common apt install from repository.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Wed, 27 Mar 2024 00:24:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49193#p49193</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49192#p49192</link>
			<description><![CDATA[<p>Hi Devur</p><p>The version symbol &gt;= &quot;greater than or equal to&quot; looks correct. it maybe something else.</p><p>I do not have this installed, but as to where the packages are found on the install iso...</p><p>from a usb device...</p><div class="codebox"><pre><code>/media/glenn/DEVUAN501/pool/DEBIAN/main/libm/libmtp/libmtp-runtime_1.1.20-1_amd64.deb
/media/glenn/DEVUAN501/pool/DEBIAN/main/libm/libmtp/libmtp9_1.1.20-1_amd64.deb
/media/glenn/DEVUAN501/pool/DEBIAN/main/libm/libmtp/libmtp-common_1.1.20-1_all.deb</code></pre></div><p>I&#039;ve just updated and upgraded today and libc6 was in the list of packages... But I think your versions are OK.</p><p>I hope this helps</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Tue, 26 Mar 2024 23:22:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49192#p49192</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49167#p49167</link>
			<description><![CDATA[<p>Follow up<br />It looks like the package version is wrong, the download and installed is<br />mtp-tool 1.1.20-1. libc6_2.36-9+. litmtp9_1.1.20-1.<br />And the file i should have been downloaded is <br />libc6 (&gt;= 2.33), libmtp9 (&gt;= 1.1.18).<br />But the libc6_2.33 is not in the rep path the next version in numbers order is the one I got libc6_2.36-9.<br />Is there a solution to that problem</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Tue, 26 Mar 2024 06:09:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49167#p49167</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] mtp-tool will not start]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=49149#p49149</link>
			<description><![CDATA[<p>mtp-tool will not start<br />I have no Internet on my pc and will install mtp white dpkg -i I have downloaded 4 files from devuan package search mtp-tool libmtp9 libmtp libc4. <br />mtp install without any error, but mtp will not startup.</p><div class="codebox"><pre><code>dpkg -l mtp-tool
Desired=unknown/install/remove/purge/hold
Status=not/inst/conf-files/unpacked/half-conf/half-inst/trig-await/trig-pend
Err?=none /reinst-requierd

And the file ii mtp…</code></pre></div><p>I have thought about synaptic and the install usb and the file on it, but it has not been possible to connect the usb to synaptic. <br />looking to synapy mtp-tool is installed and marked green.</p><p>is there a way to locate the missing file and can they be found on the install media.</p>]]></description>
			<author><![CDATA[dummy@example.com (devur)]]></author>
			<pubDate>Mon, 25 Mar 2024 14:39:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=49149#p49149</guid>
		</item>
	</channel>
</rss>
