[android-developers] Re: SDK 1.0: what about multipart entities

2008-11-03 Thread Declan Shanaghy

Im having a problem adding hese jars to my project for multipart form
posts.
I added commons io no problem.
But when i add httpmime or mime4j i dont receive the BOOT_COMPLETED
Intent.

This seems very strange, why would adding these jars affect receiving
this intent?



On Sep 28, 5:10 am, gjs [EMAIL PROTECTED] wrote:
 Hi,

 Hmm, I think these jars are packaged into the .apk, I can see lot of
 references inside classes.dex to these libraries and the size of the
 generated .apk and .dex files would seem to indicate that this true.

 I would still like an answer re correct way to do this in V1.0.

 Google/Justin/Megha any assistance greatly appreciated.

 Regards

 On Sep 27, 2:28 pm, shotwave [EMAIL PROTECTED] wrote:

  gjs, yeap it worksin the eumlator, but I wonder if it will work on the
  real phone since emulator uses your classpath with the dedicated jars,
  but these jars are not packed into apk I guess, so they might be not
  available to the real world phone app

  On Sep 26, 7:14 pm, gjs [EMAIL PROTECTED] wrote:

   I have found that the method described for V0.9 still works ok in
   V1.0...

   On Sep 26, 4:11 pm, gjs [EMAIL PROTECTED] wrote:

Hi,

Does this mean that we still have to use the method described for
V0,9 ?

As discussed in -

   http://groups.google.com/group/android-developers/browse_frm/thread/e...

Anybody ?

Regards

On Sep 25, 3:48 pm, shotwave [EMAIL PROTECTED] wrote:

 umm, no, I do not tink that this affects te browser, it is all about
 the http clien api included into sdk

 On Sep 25, 12:44 am, Shane Isbell [EMAIL PROTECTED] wrote:

  Does this mean that the browser itself also no longer 
  supportsmultipart
  content?

  Thanks,
  Shane

  On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:

   Hi,
   theMultipartentities were removed from http commons, so in order 
   to
   use them in SDK 0.9 we had to use external jars  apache-
   mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This 
   was
   was fine for beta and android emulation. But now the phone is 
   here,
   the SDK is released and not beta anymore and it looks like the
  multipartentities API is not there. I wonder how this is intended 
  to
   work? Do we need to implement the http post for forms ourselves? 
   and
   advice anybody?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-30 Thread gjs

I used -

org.apache.http.entity.FileEntity

- instead...

On Sep 29, 12:10 am, gjs [EMAIL PROTECTED] wrote:
 Hi,

 Hmm, I think these jars are packaged into the .apk, I can see lot of
 references inside classes.dex to these libraries and the size of the
 generated .apk and .dex files would seem to indicate that this true.

 I would still like an answer re correct way to do this in V1.0.

 Google/Justin/Megha any assistance greatly appreciated.

 Regards

 On Sep 27, 2:28 pm, shotwave [EMAIL PROTECTED] wrote:

  gjs, yeap it worksin the eumlator, but I wonder if it will work on the
  real phone since emulator uses your classpath with the dedicated jars,
  but these jars are not packed into apk I guess, so they might be not
  available to the real world phone app

  On Sep 26, 7:14 pm, gjs [EMAIL PROTECTED] wrote:

   I have found that the method described for V0.9 still works ok in
   V1.0...

   On Sep 26, 4:11 pm, gjs [EMAIL PROTECTED] wrote:

Hi,

Does this mean that we still have to use the method described for
V0,9 ?

As discussed in -

   http://groups.google.com/group/android-developers/browse_frm/thread/e...

Anybody ?

Regards

On Sep 25, 3:48 pm, shotwave [EMAIL PROTECTED] wrote:

 umm, no, I do not tink that this affects te browser, it is all about
 the http clien api included into sdk

 On Sep 25, 12:44 am, Shane Isbell [EMAIL PROTECTED] wrote:

  Does this mean that the browser itself also no longer 
  supportsmultipart
  content?

  Thanks,
  Shane

  On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:

   Hi,
   theMultipartentities were removed from http commons, so in order 
   to
   use them in SDK 0.9 we had to use external jars  apache-
   mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This 
   was
   was fine for beta and android emulation. But now the phone is 
   here,
   the SDK is released and not beta anymore and it looks like the
  multipartentities API is not there. I wonder how this is intended 
  to
   work? Do we need to implement the http post for forms ourselves? 
   and
   advice anybody?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-28 Thread gjs

Hi,

Hmm, I think these jars are packaged into the .apk, I can see lot of
references inside classes.dex to these libraries and the size of the
generated .apk and .dex files would seem to indicate that this true.

I would still like an answer re correct way to do this in V1.0.

Google/Justin/Megha any assistance greatly appreciated.

Regards


On Sep 27, 2:28 pm, shotwave [EMAIL PROTECTED] wrote:
 gjs, yeap it worksin the eumlator, but I wonder if it will work on the
 real phone since emulator uses your classpath with the dedicated jars,
 but these jars are not packed into apk I guess, so they might be not
 available to the real world phone app

 On Sep 26, 7:14 pm, gjs [EMAIL PROTECTED] wrote:

  I have found that the method described for V0.9 still works ok in
  V1.0...

  On Sep 26, 4:11 pm, gjs [EMAIL PROTECTED] wrote:

   Hi,

   Does this mean that we still have to use the method described for
   V0,9 ?

   As discussed in -

  http://groups.google.com/group/android-developers/browse_frm/thread/e...

   Anybody ?

   Regards

   On Sep 25, 3:48 pm, shotwave [EMAIL PROTECTED] wrote:

umm, no, I do not tink that this affects te browser, it is all about
the http clien api included into sdk

On Sep 25, 12:44 am, Shane Isbell [EMAIL PROTECTED] wrote:

 Does this mean that the browser itself also no longer 
 supportsmultipart
 content?

 Thanks,
 Shane

 On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:

  Hi,
  theMultipartentities were removed from http commons, so in order to
  use them in SDK 0.9 we had to use external jars  apache-
  mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This 
  was
  was fine for beta and android emulation. But now the phone is here,
  the SDK is released and not beta anymore and it looks like the
 multipartentities API is not there. I wonder how this is intended to
  work? Do we need to implement the http post for forms ourselves? and
  advice anybody?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-27 Thread shotwave

gjs, yeap it worksin the eumlator, but I wonder if it will work on the
real phone since emulator uses your classpath with the dedicated jars,
but these jars are not packed into apk I guess, so they might be not
available to the real world phone app

On Sep 26, 7:14 pm, gjs [EMAIL PROTECTED] wrote:
 I have found that the method described for V0.9 still works ok in
 V1.0...

 On Sep 26, 4:11 pm, gjs [EMAIL PROTECTED] wrote:

  Hi,

  Does this mean that we still have to use the method described for
  V0,9 ?

  As discussed in -

 http://groups.google.com/group/android-developers/browse_frm/thread/e...

  Anybody ?

  Regards

  On Sep 25, 3:48 pm, shotwave [EMAIL PROTECTED] wrote:

   umm, no, I do not tink that this affects te browser, it is all about
   the http clien api included into sdk

   On Sep 25, 12:44 am, Shane Isbell [EMAIL PROTECTED] wrote:

Does this mean that the browser itself also no longer supportsmultipart
content?

Thanks,
Shane

On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:

 Hi,
 theMultipartentities were removed from http commons, so in order to
 use them in SDK 0.9 we had to use external jars  apache-
 mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This was
 was fine for beta and android emulation. But now the phone is here,
 the SDK is released and not beta anymore and it looks like the
multipartentities API is not there. I wonder how this is intended to
 work? Do we need to implement the http post for forms ourselves? and
 advice anybody?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-25 Thread gjs

Hi,

Does this mean that we still have to use the method described for
V0,9 ?

As discussed in -

http://groups.google.com/group/android-developers/browse_frm/thread/e4230ed22c196772

Anybody ?

Regards

On Sep 25, 3:48 pm, shotwave [EMAIL PROTECTED] wrote:
 umm, no, I do not tink that this affects te browser, it is all about
 the http clien api included into sdk

 On Sep 25, 12:44 am, Shane Isbell [EMAIL PROTECTED] wrote:

  Does this mean that the browser itself also no longer supportsmultipart
  content?

  Thanks,
  Shane

  On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:

   Hi,
   theMultipartentities were removed from http commons, so in order to
   use them in SDK 0.9 we had to use external jars  apache-
   mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This was
   was fine for beta and android emulation. But now the phone is here,
   the SDK is released and not beta anymore and it looks like the
  multipartentities API is not there. I wonder how this is intended to
   work? Do we need to implement the http post for forms ourselves? and
   advice anybody?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: SDK 1.0: what about multipart entities

2008-09-24 Thread Shane Isbell
Does this mean that the browser itself also no longer supports multipart
content?

Thanks,
Shane

On Wed, Sep 24, 2008 at 9:38 PM, shotwave [EMAIL PROTECTED] wrote:


 Hi,
 the Multipart entities were removed from http commons, so in order to
 use them in SDK 0.9 we had to use external jars  apache-
 mime4j-0.3.jar, commons-io-1.4.jar, httpmime-4.0-alpha4.jar. This was
 was fine for beta and android emulation. But now the phone is here,
 the SDK is released and not beta anymore and it looks like the
 multipart entities API is not there. I wonder how this is intended to
 work? Do we need to implement the http post for forms ourselves? and
 advice anybody?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---