Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fizolas authored Mar 9, 2022
1 parent 45adb2d commit 61af33c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# s60v3-obex
Mount filesystem of s60v3 phone through bluetooth in Debian 11 (bullseye)

Put the s60v3-obex script in ~/bin or some other directory in the path, and make it executable (chmod +x s60v3-obex)

Put yourself in the sudoers group: e.g. for user john: "usermod -aG sudo john" (for this to be effective you need to log out and log in again)

Pair your phone with your computer; set the computer as "authorised" in the bluetooth menu of the phone

Run "s60v3-obex phone_name" in a terminal to mount the filesystem of the phone with bluetooth name "phone_name" at /media/phone_name

0 comments on commit 61af33c

Please sign in to comment.