• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Testing an app into SonyEricsson K700i

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well , i�ve an application and i�m trying to get a phone which let me develop more applications, in my emulator it runs with the SonyEricsson k 700i, and runs fine, but when i tried to test in real world using a phone like the the T610 it doesn�t, i�m suppose cause the phone doesn�t support network http.

in my country i found providers that support hcsd and gprs could i use anyone of these services for testing my app?

could i try to get data using bluetooth instead of use one of the previous services ?
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well t610 doesn't support some features of J2ME 2.0 cldc 1.1
it support midp1.0 cldc 1.0
so check ur programme and its JAD config probably u tryin to deploy using 2.0 it will never accept it.
and what u sendin to d phone d jad or d jar file?
and what tool u using to deploy 2 da phone.
 
Julio C Moreno
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thankyou, but in the platform of my app it shows CLDC-1.0 & MIDP-1.0 thus it must work even in the T610,
i sent the jar file to the phone.
and i'm using netbeans IDE for deploying my app.

any help would be appreciated.


----------------------
learning to move freely
 
lexander Bosco
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok juls
does your application make use of new APIs in the MIDP 2.0 category ?
if yes? it wont work
else
let me know the exact message its giving you
 
Julio C Moreno
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you
lex, now i'm continue checking again cause i stopped my test on the phone for making more work in the server app, but in my app i didn't use any new API features.

the phone only shows the menu list and then try to connect to the internet but it doesn't show anything after.

i'm thinking if my cell provider have a filter for ports (for example 8080) this is the port that i use.
 
lexander Bosco
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well most tims whn it does dat it could b ur provider
but on the other hand u may b using classes which are only with the wma 1.1 or 2.0 api and it could affect ur prog whe u trying to run parts of d application which are using these api classes.
check and let me know what up
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic