I am busy working on a java app to run on blackberries but on some devices i am testing on, the code does not seem to be working and im having a hard time pinpointing where the problem lies.
My question is: Could the problem with some phones working and not working have to do with the type of network they are running on such GSM vs CDMA and would the code that stops working on some devices be in one of the following areas:
1) Listeners - such as MessageListener and Phone Listener
2) UI Objects - simple test labels and buttons
3) Connection to a web service using ksoap2
The app basically listens for call and sms records and then sends them to a web service. The problem i am getting is that on some devices, i see nothing coming into the web service. I cant really actively debug this easily on the phone as it is running as a test on a device in the u.s (im in south africa) so i'm just wondering if I could get some explanation easily without having to test on the phone over and over to see what happens.
I have developed with v4.7 and devices in the U.S with v4.6 and v5.0 have worked and another pair of devices (v4.6 and v5.0) have not so i dont think its a version problem.