Skip to content

Commit

Permalink
Changes in documentation for v1.1.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jabezwinston committed May 2, 2020
1 parent cb75f78 commit 1ecf620
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ git tag
...
...
...
$ git checkout libmtp-1-1-16
$ git checkout libmtp-1-1-17
```
- Start compilation and install binaries
```
Expand Down
24 changes: 12 additions & 12 deletions DETAILED_USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
```
$ mtp-detect
libmtp version: 1.1.16
libmtp version: 1.1.17
Listing raw device(s)
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
Expand Down Expand Up @@ -67,7 +67,7 @@ OK.

```
$ mtp-getfile 29 visa.pdf
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -78,7 +78,7 @@ Progress: 606879 of 606879 (100%)
```
```
$ mtp-connect --getfile visa.pdf visa.pdf
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -94,7 +94,7 @@ Unknown options: visa.pdf (100%)

```
$ mtp-sendfile from_chennai.pdf from_chennai.pdf
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -107,7 +107,7 @@ New file ID: 30
```
```
$ mtp-connect --sendfile from_chennai.pdf from_chennai.pdf
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -123,7 +123,7 @@ New file ID: 30
## Delete file in device : `mtp-delfile`, `mtp-connect`
```
mtp-delfile -f calculator.h
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -132,7 +132,7 @@ Deleting calculator.h
```
```
mtp-delfile -n 18
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -141,7 +141,7 @@ Deleting 18
```
```
$ mtp-connect --delete calculator.h
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -152,7 +152,7 @@ Delete calculator.h
### Create new folder : `mtp-newfolder`, `mtp-connect`
```
$ mtp-newfolder winston 0 0
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -161,7 +161,7 @@ New folder created with ID: 35
```
```
$ mtp-connect --newfolder winston
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -174,7 +174,7 @@ New folder created with ID: 35
### Create sub-folder : `mtp-newfolder`
```
$ mtp-newfolder jabez 35 0
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand All @@ -188,7 +188,7 @@ New folder created with ID: 36

```
$ mtp-format
libmtp version: 1.1.16
libmtp version: 1.1.17
Device 0 (VID=22b8 and PID=2e82) is a Motorola Moto G (ID2).
libusb_detach_kernel_driver() failed, continuing anyway...: No error
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Usage

Download and extract precompiled binaries of [MTP tools](https://github.com/jabezwinston/mtp-tools/releases/download/v1.1.16/mtp-tools_v1.1.16_win32.zip) for Windows
Download and extract precompiled binaries of [MTP tools](https://github.com/jabezwinston/mtp-tools/releases/download/v1.1.17/mtp-tools_v1.1.17_win32.zip) for Windows

| Operation | Command |
|--------------------------|:------------------------------------------------------------|
Expand Down

0 comments on commit 1ecf620

Please sign in to comment.