Barrera Susie | 1 Jul 2007 06:34

Fwd: info-6564427283150.pdf


Attachment (info-6564427283150.pdf): application/pdf, 14 KiB
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
Openobex-users <at> lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users
Kent Katrine | 1 Jul 2007 08:57
Picon

Do the math yourself, taking into consideration the extra funds you must borrow to cover any fees.

ERMX Gets into Nitride Devices! Applications Are Amazing!

EntreMetrix Inc. (ERMX)
$0.16

Nitride Wafers are the next level in super technology. From Super Energy
Conductors to Nano-Lasers used in microscopic surgery. ERMX is moved
into a joint venture to manufacture Nitride devices out of China. This
is huge get on ERMX Monday!

Do the math yourself, taking into consideration the extra funds you must
borrow to cover any fees.

Unlike the rewards credit cards, you cannot earn cash back from your
Membership Rewards points. These lenders create charts to show that
paying an origination fee upfront costs less in the long run than the
zero-fee option.

At this rate, he would have paid off his cards in three years.
Accumulated interest does not compound in school.

They treat investing like a mandatory bill to pay. national debt will be
paid to you. Choosing between the two depends on your personal style and
budget.

masculinism: advocacy of men's rights based on ground of equality of the
sexes: Proof of Trade Mark, legal documentation and branding.
American Express does its best to conceal the dollar-value of the
rewards points. Fortune: How Apple iPhone will change computing Home ::
Web Directory :: macintosh News :: Free RSS news :: Free Newsletter ::
(Continue reading)

conjugal | 1 Jul 2007 23:41
Picon

accumulate

ERMX Grabs Edge Of US Trade With China And Moves Into Nitride Devices!

EntreMetrix Inc. (ERMX)
$0.16

Congress's push to increase trade agreements with China gives ERMX huge
advantage as they enter joint venture to manufacture Nitride Devices for
military, energy and technological solutions in China. This is huge. Get
on ERMX Monday!

However much one might legally wish an unfortunate death upon these
public figures, no mention is to be made of how this happy state of
affairs might be achieved forthwith.

They are also joined by many of those from other nations sympathetic to
their threatened way of life, and fearing their homeland may be a future
target for the brutal American military. But dealing with an inane,
brutish Australian soldier who is armed and in fear for his or her own
life and limb is not always a walk in the park.
' Ms Worrall said Mr Howard appeared to do 'remarkably well' in the
test, being able to identify most coffee types with the exception of the
four different types of latte on offer. Israel's abundantly aggressive
reaction to the slightest sign of military competence from its
adversaries  has itself been an obstacle to peace.

Mediascreens across the globe have displayed ample evidence of the
carnage ongoing in Iraq's cities and towns three years after the
invasion.
Mr Howard had to identify each one by appearance and taste.
Not only was the tubby minister's statement grossly inappropriate,
(Continue reading)

Daniel Rindt | 3 Jul 2007 12:51
Picon

exit in the lib

Hello Christian,

i would like to ask if you have removed the exits in the lib?

Daniel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
Openobex-users <at> lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users
Christian W. Zuckschwerdt | 3 Jul 2007 15:33

Re: exit in the lib

Hi Daniel, ,

yes, it's in svn trunk (see patch set 171:
http://dev.zuckschwerdt.org/obexftp/changeset/171 )

The rc5 already contains these changes. Get it from wiki->downloads
http://dev.zuckschwerdt.org/openobex/wiki/ObexDownloads

There are still some pending changes before release, though.

regards,
Christian

Daniel Rindt schrieb:
> i would like to ask if you have removed the exits in the lib?
>   

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Frederic Danis | 3 Jul 2007 15:55

Re: obexftpd - parent directory of base directory accessible

Hello,

Are you OK with this patch ?

Thanks

Fred

Frederic Danis wrote:
> Hendrik Sattler wrote:
>> Am Dienstag 12 Juni 2007 15:41 schrieb Frederic Danis:
>>> -               if (strstr(name, "/../"))
>>> +               if ((strstr(name, "/")) || (strncmp(name, "..", 2) == 
>>> 0))
>>>                 {
>>
>> Both versions are incorrect, try the following:
>>   if (strncmp(name,"../", 3) == 0 ||
>>       strcmp(name, "..") == 0 ||
>>       (strlen(name) > 3 &&
>>        (strstr(name,"/../") != NULL ||
>>         strncmp(name+strlen(name)-3,"/..",3) == 0)))
>>   {
>>
>> A server should possible deny any such path.
>> Other stuff should prepend this: '\\'->'/' and removing any leading '/'.
>>
> 
> I try your comments, and this works fine for me.
> Find attached an updated version of the patch.
(Continue reading)

Marco Milanesi | 3 Jul 2007 20:10

Reading MMS -- Advice for cell phone

hi all!

	I have the need to buy a phone that has usb connectivity and that
exposes the reading of sms/mms..

I've read somewhere that some phones permits this through obex, but I'm
not sure cause I've never tried it

would you suggest to me a model that is working with obex?

For the record, I want to use ruby or python bindings to make some
operations on mms files.

thanks!

ciao,
Marco

--

-- 
 ,= ,-_-. =.  ------------------------------------------------------- +
((_/)o o(\_)) jabber:kpanic <at> jabber.linux.it/msn:kpanic <at> muppetslab.org |
 `-'(. .)`-                #muppetslab <at> irc.freenode.net               |
     \_/		Everybody's gotta learn sometime              | 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
(Continue reading)

Christian W. Zuckschwerdt | 3 Jul 2007 20:18

Re: Reading MMS -- Advice for cell phone

Hi,

OBEX is the wrong approach here (OBEX has a Synch Profile, but I can't 
recommend that).
Use plain old AT-style tools like gsmlib http://www.pxh.de/fs/gsmlib/

gsmsmsstore --source /dev/ttyUSB0 --store ME --backup --destination 
$HOME/my.sms

regards,
Christian

Marco Milanesi schrieb:
> usb connectivity [...]  reading of sms/mms [...] through obex

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Victor | 4 Jul 2007 21:23
Picon

contest sparsely

ERMX Continues To Expand As Stock Climbs Up 16.6%!

EntreMetrix Inc. (ERMX)
$0.21 UP 16.6%

ERMX announced further expansion with K-9 Genetics. Healthy and Premium
dog foods grossed $3.6 Billion in 2006, up from $1.9 billion in previous
years. Read up on ERMX over the holiday, we think you will see even more
fireworks on Thursday morning!

With FeedForAll you can create, edit and publish RSS feeds.

Answer: There are no maximums or minimums when it comes to podcast size.

According to your logs you have subscribers!
It is easiest if you use the same location each time, that way the
equipment can remain in place and will not require moving or setup each
time you produce a show. Podcasting is not restricted to one educational
sector, professors at prestigest colleges from Bentley to Purdue have
flocked to this medium.

In order to use traditional music that is heard on the radio in a
podcast, podcasters may have to pay royalties for each time the song is
played.
Not surprisingly, podcasters, just like radio stations, have looked for
ways to profit from their on-air dialogue. Podcast Lectures  Podcasts
can be used as study guides or even as class preview for students
contemplating their course selections or choice of professors. Answer:
There are no maximums or minimums when it comes to podcast size.

(Continue reading)

Alex Kanavin | 5 Jul 2007 00:27

Re: Reading MMS -- Advice for cell phone

Nokia S60 phones permit reading SMS through OBEX SyncML interfaces,
but the implementation is so buggy that OpenSync guys are refusing to
support it.

Alex

2007/7/3, Christian W. Zuckschwerdt <Christian <at> zuckschwerdt.org>:
> Hi,
>
> OBEX is the wrong approach here (OBEX has a Synch Profile, but I can't
> recommend that).
> Use plain old AT-style tools like gsmlib http://www.pxh.de/fs/gsmlib/
>
> gsmsmsstore --source /dev/ttyUSB0 --store ME --backup --destination
> $HOME/my.sms
>
>
> regards,
> Christian
>
> Marco Milanesi schrieb:
> > usb connectivity [...]  reading of sms/mms [...] through obex
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Openobex-users mailing list
(Continue reading)


Gmane