0

I'm trying to create simple app and one of my phones for testing is Nokia 2330c. My question is - is there any way to get connected to this particular model(preferably using cable), get inside and read the log file (similar to android logcat)? And does this model support any GUI like LWUIT or Polsih?

Thanks Regs Me

Dims
  • 163
  • 1
  • 12

1 Answers1

0

If you are using LWUIT, you will find the Log class to help you to get log info from your code. There is not any program similar to Logcat, sorry.

Log LWUIT

Mun0n
  • 4,438
  • 4
  • 28
  • 46
  • Thanks Jmunoz, but to see the log file I have to be able to debug on device or to "get inside the phone" and fetch the log file.... That's why I'm looking for any way to connect to the phone. Using PC Suite I can only see files that I'm allowed (by nokia) to see. But is there a way to get deeper into the system..? – Dims Oct 25 '13 at 09:23
  • You device model is too old...I've only have seen this info about this issue http://developer.nokia.com/Develop/asha/java/start/On-Device_Debugging/ – Mun0n Oct 25 '13 at 09:26