|
2013-03-24
, 18:26
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#812
|
I tried to run one minor java midlet (used for buying tickets in train), but it closes instantly, without any errors in console or anything.
I know that it's hard ith closed source app, but it makes me curious, as other, more complicated thing (bank tokens, other ticker services) works OK. Is there any way to get more debug info?
/Estel
|
2013-03-24
, 19:05
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#813
|
I doubt it you can actually make phone calls through this midlet.
It would require support of recording audio, which phoneME does
not support. From the looks of it, it seems to synchronize contacts
with SyncML.
When trying to run the app, I saw a splash screen of Vodafone,
and then a white screen. I don't know what is wrong, but I get
a null pointer exception.
Davy
|
2013-03-24
, 19:08
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#814
|
Any way to fix installing of opera 6.5 and 7.0 again and again after restarting app
Did viber worked??
Can someone post all the java apps that work on N9??
|
2013-03-24
, 19:29
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#815
|
no no, this isnt an app to make phone calls.. it's an app to make a backup of your contacts, and it will also show which contact is using the vodafone carrier. (i wanted this because I can make free phone calls to all dutch vodafone carriers)
|
2013-03-25
, 10:38
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#816
|
Viber will not work cause it request access to inbox and contacts which is unsupported. maybe source can be tweaked or something?
|
2013-03-25
, 11:17
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#817
|
Well, I basically renamed the jad file so it had the same filename
as the jar file (except for the extension). But if I then select this
midlet, I get the following errors:
Can't read manifest file
java.io.IOException: line too long
at java.util.jar.Attributes.read(Unknown Source)
at java.util.jar.Manifest.read(Unknown Source)
at java.util.jar.Manifest.<init>(Unknown Source)
at sun.misc.MIDPLauncher.main(Unknown Source)
at sun.misc.CVM.runMain(Unknown Source)
This basically means the jad file is not standards compliant.
There should be line breaks after every 70 characters. Have a
look at the MIDlet-permissions line in the manifest.mf file in the jar
file, which seems to be compliant. The jad file should follow the
same encoding for that MIDlet-permissions attribute and the
digital signatures.
I think for this midlet to run, you need a fully working Wireless API
implementation (the midlet tries to access sms://:1235)
Davy
|
2013-03-28
, 14:49
|
Posts: 306 |
Thanked: 603 times |
Joined on Jan 2012
@ Belgium
|
#818
|
|
2013-03-28
, 16:32
|
|
Moderator |
Posts: 3,718 |
Thanked: 7,419 times |
Joined on Dec 2009
@ Bize Her Yer Trabzon
|
#819
|
|
2013-03-31
, 17:25
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#820
|
It would require support of recording audio, which phoneME does
not support. From the looks of it, it seems to synchronize contacts
with SyncML.
When trying to run the app, I saw a splash screen of Vodafone,
and then a white screen. I don't know what is wrong, but I get
a null pointer exception.
Davy