Author |
Message |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 05:58 Post subject:
PupMTP 1.2 - Mount MTP devices Subject description: Mount MTP devices |
|
This tool will mount mtp devices. The mounted mtp devices will also show in Thunar and PCManFM (if pup-volume-monitor is supported). It uses simple-mtpfs to mount MTP. It supports multiple mtp devices
Requirements:
* fuse
* libusb
* libmtp
32-bit: http://distro.ibiblio.org/puppylinux/pet_packages-common32/libmtp-1.1.16-i686_common32.pet
64-bit: http://distro.ibiblio.org/puppylinux/pet_packages-common64/libmtp-1.1.16-x86_64_common64.pet
* simple-mtpfs
32-bit: http://distro.ibiblio.org/puppylinux/pet_packages-common32/simple-mtpfs-0.3.0-i686_common32.pet
64-bit: http://distro.ibiblio.org/puppylinux/pet_packages-common64/simple-mtpfs-0.3.0-x86_64_common64.pet
Description |
For puppy 5.x below only
|

Download |
Filename |
gtkdialog-template-file-1.0.pet |
Filesize |
12.62 KB |
Downloaded |
520 Time(s) |
Description |
gtkdialog fix simple-mtpfs is now a seperate package to make it distro independent
NOTE: arch-independent
|

Download |
Filename |
pupmtp-1.2.pet |
Filesize |
1.88 KB |
Downloaded |
546 Time(s) |
Description |
|
Filesize |
24.65 KB |
Viewed |
1020 Time(s) |

|
Last edited by mistfire on Mon 16 Sep 2019, 20:53; edited 15 times in total
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 4391 Location: Worcestershire, UK
|
Posted: Wed 29 May 2019, 06:09 Post subject:
|
|
Hi mistfire
32-bit only.........?
Will it run on any pup with the dependencies?
Will you do a 64-bit version? Would then be a candidate for common32 & 64 on ibiblio..... a petbuild and source would be nice.
_________________
LxPup = Puppy + LXDE
Main version used daily: LxPupSc; Assembler of UPups, ScPup & ScPup64, LxPup, LxPupSc & LxPupSc64
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 06:36 Post subject:
|
|
@peebee as long the pups has simple-mtpfs, fuse, libmtp, and libusb that supposed to be work.
I cant compile 64-bit version of simple-mtpfs because my system was 32-bit but you can compile it. The source code is here
https://github.com/phatina/simple-mtpfs
Last edited by mistfire on Wed 29 May 2019, 08:18; edited 1 time in total
|
Back to top
|
|
 |
OscarTalks

Joined: 05 Feb 2012 Posts: 2202 Location: London, England
|
Posted: Wed 29 May 2019, 07:54 Post subject:
|
|
Hello mistfire,
The simple-mtpfs executable is not stripped in the .pet package, is this intentional? Stripping greatly reduces the size of it.
_________________ Oscar in England

|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 08:19 Post subject:
|
|
OscarTalks wrote: | Hello mistfire,
The simple-mtpfs executable is not stripped in the .pet package, is this intentional? Stripping greatly reduces the size of it. |
I dont know how to strip executables manually.
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 08:34 Post subject:
|
|
Okay I figured out now how to strip. I can now upload this package in this forum
UPDATE: The package is now uploaded on this thread located at the first post of this thread
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 5834 Location: Republic of Novo Zelande
|
Posted: Wed 29 May 2019, 12:48 Post subject:
|
|
Getting some error messages on Slacko 5.6 regarding gtkdialog. Does this require GTK3? cheers!
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 13981 Location: S.C. USA
|
Posted: Wed 29 May 2019, 15:11 Post subject:
|
|
Thanks for this program!
Just a suggestion.
The menu entry would be better placed in menu>Filesystem
menu>Multimedia just seems to be the wrong place for the menu entry.
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
OscarTalks

Joined: 05 Feb 2012 Posts: 2202 Location: London, England
|
Posted: Wed 29 May 2019, 16:43 Post subject:
|
|
Testing in my Dpup Stretch remaster.
Your script does not like gtkdialog3
Works OK with latest gtkdialog
I had 3 executable versions:-
gtkdialog (latest)
gtkdialog4 (older)
gtkdialog3 (oldest)
Some puppies have different combinations, some being symlinks and some being the builds of older versions of gtkdialog.
I have now modified my remaster to have only the latest gtkdialog with gtkdialog3 and gtkdialog4 being symlinks to gtkdialog
(The script is calling gtkdialog3 and if this is a symlink to a later gtkdialog it may be OK)
These are all in /usr/sbin
Note that some Puppies have these (or some of them) in /usr/bin
@greengeek - I don't think GTK3 is required
@bigpup - I changed my Categories to X-Filesystem-mount
_________________ Oscar in England

|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 20:59 Post subject:
|
|
greengeek wrote: | Getting some error messages on Slacko 5.6 regarding gtkdialog. Does this require GTK3? cheers! |
Nope it does not need GTK3
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Wed 29 May 2019, 23:15 Post subject:
|
|
@OscarTalks
The menu category and gtkdialog command is now corrected. Also I separated the simple-mtpfs from pupmtp package to make pupmtp distro independent
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 5834 Location: Republic of Novo Zelande
|
Posted: Thu 30 May 2019, 00:58 Post subject:
|
|
On my Slacko 5.6 derivative i see the following response:
Code: | # pupmtp
/usr/sbin/pupmtp: line 17: /usr/lib/gtkdialog/box_splash: No such file or directory
/usr/sbin/pupmtp: line 20: kill: (30251) - No such process
/usr/sbin/pupmtp: line 25: /usr/lib/gtkdialog/box_ok: No such file or directory
#
|
I have only loaded the pupmtp-1.2 pet so maybe this is a result of other dependencies missing but i thought i would post it in case someone is able to suggest a solution or troubleshooting step.
cheers!
EDIT : i should also mention this is before plugging in any mtp capable android device.
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Thu 30 May 2019, 01:16 Post subject:
|
|
@greengeek I think you might need these
[gtkdialog-template-file-1.0.pet moved to first post of this thread]
Last edited by mistfire on Thu 30 May 2019, 02:53; edited 1 time in total
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 5834 Location: Republic of Novo Zelande
|
Posted: Thu 30 May 2019, 01:38 Post subject:
|
|
Awesome! Thank you!!!
I loaded all of the pets you posted above, and this latest GTK one.
For the first time ever my Samsung has connected and given me full access to the directories I want to see. (Took a while and I thought it had hung - but it did work)
I will do more testing over the next few days and post back if issues arise.
Thanks!!
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1424 Location: PH
|
Posted: Tue 04 Jun 2019, 20:10 Post subject:
|
|
I wonder if someone compiled a 64-bit version of simple-mtpfs and libmtp?
|
Back to top
|
|
 |
|