Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - netdevil

Pages: [1]
1
Zaurus - pdaXrom / Got Java Plugin For Firefox Working
« on: April 25, 2006, 02:07:20 am »
Quote
Failed. Firefox closed automatically after browsing java website. Error message:
GLib-ERROR **: The thread system is not yet initialized.
aborting...
/usr/lib/firefox/lib/firefox-1.5/run-mozilla.sh: line 131: 5024 Aborted "$prog" ${1+"$@"}

I am using Pdaxrom beta 3
libconv is from beta 1 feed
[div align=\"right\"][a href=\"index.php?act=findpost&pid=124378\"][{POST_SNAPBACK}][/a][/div]
I got this message in my C760 1.1.0 beta1 too

2
Zaurus - pdaXrom / Mirrormagic Packaged
« on: August 22, 2005, 02:56:45 am »
Quote
BTw, what's hmm1,2,3?

HMM - Heroes of Might and Magic

3
Zaurus - pdaXrom / Mirrormagic Packaged
« on: August 19, 2005, 04:39:29 am »
Nice game! Thank you.
What about HMM1,2,3 ?

4
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 09:33:20 am »
Quote
Quote
I use scripts because i am too lazy for write a commands.
It's very easy write: send.bt <filemame>
Not too more to write:
obexftp -p -b <filename>

[div align=\"right\"][a href=\"index.php?act=findpost&pid=92151\"][{POST_SNAPBACK}][/a][/div]

What about BTADDR ?
A you known BTADDR all your BT devices ?
My script seaкche all bt devices and you only choose device which you want to send a file

5
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 09:09:31 am »
Quote
Quote
Sending file via BT well done!!!

I got file "obextool" from CackoRom22a (thanks Anton Maslovky).
I upload via bt without any additional scripts and tools.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92147\"][{POST_SNAPBACK}][/a][/div]

I use scripts because i am too lazy for write a commands.
It's very easy write: send.bt <filemame>

6
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 09:01:14 am »
Sending file via BT well done!!!

I got file "obextool" from CackoRom22a (thanks Anton Maslovky).
It attached to this post.
Make a link: ln -s /usr/lib/libopenobex-1.0.so.1.0.0 /usr/lib/libopenobex-1.0.so.0
and wrote a script "send.bt" for sending file via bt:

#!/usr/bin/perl

$file = $ARGV[0] or die "Usage:\n send.bt <filename>\n\n";
while (!$bt){
   @bt = `hcitool scan`;
   print @bt;
   print "\nEnter BT client: ";
   $bt = <STDIN>;
   chomp $bt;
   foreach $str (@bt){
      chomp $str;
      if ($str =~ /^\s+([\d\w:]+)\s+$bt.*$/){
         $mac = $1;
      }
   }
   $bt = "" if !$mac;
}
@res = `sdptool search --bdaddr $mac OPUSH`;
print @res;
foreach $str (@res){
   if ($str =~ /\s*Channel: (\d+).*/){
      $channel = $1;
   }
}
print "Waiting for send file\n";
@res = `obextool push $file $mac $channel`;
print @res;

7
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 04:42:24 am »
Quote
Quote
Thank you for creating this package!
And how to send file via bt ?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92115\"][{POST_SNAPBACK}][/a][/div]
Can't do that now
I think, I build full obex tools and check it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92118\"][{POST_SNAPBACK}][/a][/div]

It's a great idea!
Thank you and good luck!

8
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 04:06:54 am »
Quote
Quote
Quote
How can I recieve files with BT in pdaXrom RC10?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Download obexserver from here: [a href=\"http://justnews.ru/zaurus/obexserver_1.0_armv5tel.ipk]http://justnews.ru/zaurus/obexserver_1.0_armv5tel.ipk[/url]
and type in command line:
# sdptool add --channel=10 OPUSH
# obexserver
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92113\"][{POST_SNAPBACK}][/a][/div]
This package was made by me
[div align=\"right\"][a href=\"index.php?act=findpost&pid=92114\"][{POST_SNAPBACK}][/a][/div]

Thank you for creating this package!
And how to send file via bt ?

9
Zaurus - pdaXrom / Bluetooth Recieve
« on: August 17, 2005, 03:34:19 am »
Quote
How can I recieve files with BT in pdaXrom RC10?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

Download obexserver from here: [a href=\"http://justnews.ru/zaurus/obexserver_1.0_armv5tel.ipk]http://justnews.ru/zaurus/obexserver_1.0_armv5tel.ipk[/url]
and type in command line:
# sdptool add --channel=10 OPUSH
# obexserver

10
Zaurus - pdaXrom / Help Request: Bluetooth Bt0100m - D-link Clone
« on: November 25, 2004, 05:17:33 am »
I have a card BT-CF Billionton (Chronos).
I try:
# setserial /dev/ttyS3 baud_base 921600
# hciattach /dev/ttyS3 bcsp

card work ok.
try it...

11
Zaurus - pdaXrom / Are you running pdaXrom and for what?
« on: November 03, 2004, 07:41:52 am »
I use pdaXrom because I am a system administrator.
I use it for:
- reading book, documents (JustReader, AbiWord, xpdf)
- console for a servers (minicom)
- CF-LAN, IrDA, CF-BT, CF-CDMA
- internet (http, smtp, pop3s, ssh, rdesktop, VNC)
- mp3, mp4 player
- gqview

I would like to use for:
- full Russian language support (include xvkbd)
- a PIM (include writing with a stylo. ex FreeNoteQt)
- syncronization whith my phone and PC
- VPN
- CF-GPS
- gnumeric

Pages: [1]