anegrin / microwow

Automatically exported from code.google.com/p/microwow
0 stars 0 forks source link

does not start on SonyEricsson K510i #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I guess this is rather a note/label (so that people know) rather than real
bug report (I don't expect it to be fixed).

What steps will reproduce the problem?
1. download, unzip
2. upload jar via bluetooth
3. start

What is the expected output? What do you see instead?
the app running. I so phone attempting to launch this app, but then it
immediately exited without any message.

What version of the product are you using? On what operating system?
just regular SonyEricsson K510i, whatever is there.

Please provide any additional information below.
this one runs for me (did not test the actual wakeup yet):
http://www.jibble.org/midlets/

I see that microwow includes some netbeans stuff inside -- probably too
heavy for this phone :(

Original issue reported on code.google.com by mmikucio...@gmail.com on 14 Aug 2008 at 1:27

GoogleCodeExporter commented 9 years ago
mmm...it should not be netbeans stuff and neither OutOfMemory becouse it runs 
fine in
my siemens M65.

Maybe a NullPointer or a ClassNotFound exception; is there any way to get some 
kind
of log file? if i connect to my m65 i can see it as a storage device and i can 
look
at j2me log.

anyway t do this for you?

Original comment by alessand...@gmail.com on 14 Aug 2008 at 1:33

GoogleCodeExporter commented 9 years ago
well, I don't really connect the phone, just object push via bluetooth, you 
know ;)
and I don't have cable, so no connections, unless the app would dump the log to 
some
file I could bounce back to PC, or socket connect... quite complicated :)
Could you tell what configuration you used to compile this project?

K510i implements the following:
Profiles MIDP-1.0 MIDP-2.0  Configuration CLDC-1.1  JTWI version 1.0
http://www.club-java.com/TastePhone/J2ME/MIDP_Java_telephone.jsp?l=en&m=729

Original comment by mmikucio...@gmail.com on 14 Aug 2008 at 2:22

GoogleCodeExporter commented 9 years ago
do you have the K510i emulator installed? you could test it with that software.

you can also check out source from google code svn

anyway config is:

CLDC-1.0 MIDP-2.0 no extra pkgs

the code is obfuscated just to be more compressed. the attached one is not - if 
you
want to try.

Original comment by alessand...@gmail.com on 14 Aug 2008 at 3:18

Attachments:

GoogleCodeExporter commented 9 years ago
no, I don't have emulator for K510i, I don't think there exists one :-/
I pulled the source and tried playing with Netbeans 6.0.1 with Sun Java 
WTK2.5.2 on
Linux.
At first it gave me lots of problems with wow/WowMidlet.java and suggested to 
convert
it, so I converted it, finally compiled... and the standard emulator refuses to 
run it.
The emulator itself starts normally, and when I choose "launch" on the midlet 
it just
does not start. No messages, nothing, just silent. very strange.

BTW, Netbeans MIDP Components library is added, this is where all the GUI 
components
come from.

I know about obfuscation, I turned it off, I even added 
System.err.println("start")
to WowMidlet.startMidlet() method -- and nothing gets outputed at all.

Any hints where I could look at?

Original comment by mmikucio...@gmail.com on 14 Aug 2008 at 3:44

GoogleCodeExporter commented 9 years ago
Actually I've been playing with Netbeans MIDP Components and Netbeans MIDP 
Components
PDA components on my phone before, and all the projects work fine, so the
installation should be OK.
It's a mystery how emulator can refuse to play this midlet without any message.

Original comment by mmikucio...@gmail.com on 14 Aug 2008 at 3:49

GoogleCodeExporter commented 9 years ago
does the emulator produce a stack trace file ? can you post it? thanx-

Original comment by alessand...@gmail.com on 22 Aug 2008 at 8:16

GoogleCodeExporter commented 9 years ago
no, no stack trace, nothing.
actually I gave up on this, I think it must be some option hidden in Netbeans
configuration GUI that went wrong.
So I just made my own little project for my self, it's a tiny little peace of 
code
after all anyway...
I attach it if anyone is interested in.
I also noticed that my mobile service provider filters out all packets destined 
to
ports lower than 1024 (except port 80 of cause). So I use 8080 as default (the 
port
number is not important for WoLAN to work, and 8080 seems to better to go 
through
routers).

Original comment by mmikucio...@gmail.com on 22 Aug 2008 at 8:51

Attachments: