Page 2 of 4

UPDATE... obexfs

Posted: Mon 02 May 2011, 15:43
by Master_wrong
here is obexfs...

Posted: Mon 02 May 2011, 21:20
by smokey01
Master_wrong are you able to put the entire bluetooth package together as a sfs file. This way people can try it without fear of breaking their current system.

I certainly am.

Thanks

Posted: Mon 02 May 2011, 22:21
by WindUpToy
OK, I found some time to try this at 3am today.
What a pleasant change to not be getting a Python error. (It just hasn't got that far yet).
I am stopped by this error instead.
I guess I know what it means but don't know how to fix it.

Posted: Tue 03 May 2011, 00:28
by Master_wrong
@winduptoys
no such device.... the last time i get that error i forgot to install something or i forgot to plug the bluetooth.


@smokey
I try but, right now i'm still need jemima's package because i cannot find the source for most packages... for example dbus. so there i still using most of jemimah pet.
but you can try livecd ? that will not break your system... even with the python pet included, you only need 256m memory (I test)

Posted: Tue 03 May 2011, 09:50
by WindUpToy
I forgot to enable Bluetooth on the phone :(

It's working, no Python errors!
Can send to the phone.
Can't browse the phone. I don't have or want Nautilus, so I symlinked my file manager to Nautilus (or vice-versa) but it just opened in my root directory.
It said that the setting for Nautilus could be changed, but I couldn't locate where to change it.

This is the closest I have ever been to Bluetooth in Puppy.
So near yet maybe so far.

Now I'm getting excited, which is probably a bit sad really.

Posted: Tue 03 May 2011, 13:02
by Master_wrong
It's working, no Python errors!
:shock: :shock: :shock: :shock:
Oh it alive it''s alive :lol: :lol: :twisted:
finally...
I 'm happy its working now, you almost scare me with all the error messages...
it surely scare smokey :)
Can't browse the phone.
1. install the lucid-fuse-obexfs
2. after run bllueman-applet, right-click on applet ---> select local service
3. select transfer, click on advanced
4. see my post picture about lucid-fuse-obexfs, its also the needed setting if you want your computer to accept files from phone
5. create /root/a
6. click browse
7. open rox /root/a

there you have it, browse your phone, copy from or into phone...
copy into phone makes error messages about changing files ownership, but its copied allright

Now I'm getting excited, which is probably a bit sad really.
is it really that difficult to make you happy ? :D :D

Posted: Tue 03 May 2011, 13:53
by aarf
it is customary to update the first post to contain the latest downloads and info.
You reached your hourly traffic limit.
waiting for download now. this host http://www.datafilehost.com/ doesnt require a wait.
does it do remote internet tether which puppeee bluez cant do?
good work anyways. :)

Posted: Tue 03 May 2011, 15:02
by aarf
Blueman zip now also at http://www.datafilehost.com/download-e06a65b4.html cant be sure as have no check sums.

Posted: Tue 03 May 2011, 15:36
by Master_wrong
@aarf,
thanks, i also upload there. and on the first post now

btw
Having problem with connecting to rfcomm, testing to install policy-kit tomorrow.

https://bugs.launchpad.net/blueman/+bug/403779

Posted: Wed 04 May 2011, 08:06
by WindUpToy
All good now.
Now I AM excited :)
It doesn't really take much to make me happy :)

Everything works fine, but transfer speed is noticeably slower than when using BlueSoleil in Windows.

Great work!
That's one less thing I have to use Windows for. Hooray!

Posted: Wed 04 May 2011, 09:55
by Master_wrong
Now I AM excited Smile
now you are excited too early... :P

there is still some problem...
i cannot connect to rfcomm... even when compiled without policykit, now lets see if there is another way...

from
https://bugs.launchpad.net/blueman/+bug/770259
--- /usr/share/pyshared/blueman/main/PPPConnection.py 2010-12-08 18:02:25.000000000 +0100
+++ /usr/share/pyshared/blueman/main/PPPConnection.py.working 2011-04-25 15:15:55.000000000 +0200
@@ -88,9 +88,12 @@ class PPPConnection(gobject.GObject):
def connect_callback(self, response):
if "CONNECT" in response:
dprint("Starting pppd")
- self.pppd = subprocess.Popen(["/usr/sbin/pppd", "%s" % self.port, "defaultroute", "updetach", "usepeerdns"], bufsize=1, stdout=subprocess.PIPE)
+ self.pppd = subprocess.Popen(["/usr/sbin/pppd", "%s" % self.port,
+ "crtscts",
+ "defaultroute", "nodetach", "usepeerdns"
+ ], bufsize=1, stdout=subprocess.PIPE)
glib.io_add_watch(self.pppd.stdout, glib.IO_IN | glib.IO_ERR | glib.IO_HUP, self.on_pppd_stdout)
- glib.timeout_add(1000, self.check_pppd)
+ glib.timeout_add(2000, self.check_pppd)

self.cleanup()
else:
@@ -178,7 +181,8 @@ class PPPConnection(gobject.GObject):

print "pppd exited with status %d" % status
return False
- return True
+ self.emit("connected", self.interface)
+ return False

def send_command(self, command):
dprint("-->", command)

Posted: Tue 17 May 2011, 01:38
by Master_wrong
pppd 2.4.5 seem incompatible with blueman...

with pppd 2.4.3 rfcomm can be set from blueman but i didnt know how to test, what dialer to use.
maybe its much easier to create custom script which run when we press browse button in blueman ?
which we will choose to browse or to dial internet ?

I dont know the answer, I hope other dev can improve.
thank you

Posted: Fri 17 Jun 2011, 10:06
by Luluc
Blueman is a 2,680 KB download and Python is a 752 KB download on Ubuntu. How come they are 20 MEGABYTES EACH on this Bluetooth package for Puppy?

Posted: Sun 19 Jun 2011, 08:29
by WindUpToy
http://www.bluesoleil.com/products/S000 ... 90007.html

IVT has a Linux version which they say is for all Linuxes.
I get an error trying to run it.
I am away from my computer ATM, so I can't post the error now, but will if anyone is interested.

Posted: Sun 19 Jun 2011, 17:03
by Béèm
WindUpToy wrote:http://www.bluesoleil.com/products/S000 ... 90007.html

IVT has a Linux version which they say is for all Linuxes.
I get an error trying to run it.
I am away from my computer ATM, so I can't post the error now, but will if anyone is interested.
I have written to IVT support, as I was successful in installing Bluesoleil in Wine, but my bluetooth device wasn't show and thus used.
I wrote again and was referred to linux download, but that didn't work.
Can't quite remember what the issue was. I have to look and find my notes.
Also I think some software wasn't free.

I had some success with Blueman for file transfer. (up and down load)

I had other things to attend too, so I didn't pursue for the moment.

Posted: Sun 19 Jun 2011, 20:35
by joopyhellspawn
I'll have to try this soon.

Posted: Sun 26 Jun 2011, 16:27
by Master_wrong
@luluc
maybe because blueman need a lot of dependency ?

btw i already post all needed source to create the pet.

Posted: Sun 26 Jun 2011, 21:49
by Luluc
@Master_wrong

Maybe? Why maybe? Who made that package? They should know.

It doesn't seem to be related to dependencies. The package contains the dependencies separately. Blueman and Python stand on their own, and they're each ridiculously huge.

Posted: Mon 27 Jun 2011, 02:53
by Master_wrong
@luluc
Im just newbie, i dont even know if i did it right. I mean maybe i put more files than needed into the pet. but atleast i post all needed package source. and all the source package is 23M and without the python.
so please help create smaller pet if you doubt it was too big. thank you

btw i did not create python.pet

BUMP

Posted: Thu 01 Sep 2011, 02:15
by Basics
Has everything been worked out yet? I don't have the time to try every option right now.