Search:

Type: Posts; User: vozmen

Search: Search took 0.09 seconds.

  1. Re: J2ME + Nokia S40 + HTTP Multiform POST to PHP website = 403 Forbidden

    Actually, I do HTTP POST (multi-form) via Connector.Open to the "http://manaud.co.uk/tinc" and conn.setRequestProperty("Referer", "http://manaud.co.uk/tinc?key=7N7cbi5u&formname=mycrm_feeback");
    ...
  2. Re: J2ME + Nokia S40 + HTTP Multiform POST to PHP website = 403 Forbidden

    Also, we have got an answer from our ISP technical support:

    "Thank you for contacting us.
    It seems that the Mobile device browser is unable to process the long link below. If the link is...
  3. J2ME + Nokia S40 + HTTP Multiform POST to PHP website = 403 Forbidden

    Hi all,

    Thank you for looking here...

    I have a problem:
    - I get 403 Forbidden error while j2me midlet makes Http POST request to a PHP server (from Nokia S40)
    however, from other mobile...
  4. Replies
    8
    Views
    3,817

    [SOLVED] Re: Google translate API

    Thank you, I also have posted this question to the Samsung Mobile Forum, but still have no answer yet.
  5. Replies
    2
    Views
    2,299

    [SOLVED] Re: Google translate api

    this is a duplicate, so want admin/moderator to delete this one.
  6. Replies
    8
    Views
    3,817

    [SOLVED] Re: Google translate API

    Seems working on Nokia but does not on the Samsung
  7. Replies
    2
    Views
    2,299

    [SOLVED] Re: Google translate api

    I have implemented already the following:
    String googleUrl="https://www.googleapis.com/language/translate/v2?key=<My Key>";
    googleUrl+="&q=";
    googleUrl+=urlEncode(txtFeedback.getString());
    ...
  8. Replies
    2
    Views
    2,299

    [SOLVED] Google translate api

    Hi all,

    How can I call the google translate api v2 from my j2me midlet?

    Thank you.
  9. Replies
    8
    Views
    3,817

    [SOLVED] Re: Google translate API

    this is not javascript - I'm writing a j2me midlet

    please, return back this thread to the Java ME (Mobile Edition) forum.

    thank you.
  10. Replies
    8
    Views
    3,817

    [SOLVED] Re: Google translate API

    If I do something wrong it would be great to get an example how to call the google translate API from j2me midlet. Thank you.
  11. Replies
    8
    Views
    3,817

    [SOLVED] Re: Google translate API

    this is not javascript - I'm writing a j2me midlet
  12. Replies
    8
    Views
    3,817

    [SOLVED] Google translate API

    Hi all,

    really need an example how to translate a text with this API.

    I have implemented already the following:
    String googleUrl="https://www.googleapis.com/language/translate/v2?key=<My...
Results 1 to 12 of 12