Hi:
I was wondering (actually my boss is) if it is possible to use the phone as a modem, as for file transfer through a call...
Thanks!
Carlos
Type: Posts; User: carlosl; Keyword(s):
Hi:
I was wondering (actually my boss is) if it is possible to use the phone as a modem, as for file transfer through a call...
Thanks!
Carlos
Thanks Gaba. I guess I'll do more testing then so I can catch it again.
Of course, Gaba. Always helpful.
Agree. Just let me summarize to check if I have all correct.
I undestand the Python interpreter comes with all capabilities supported, so that when you...
miohtama or anyone:
What does that mean ? If I take file PythonScriptShell_1_4_5_3rdEd_unsigned_testrange.SIS and simply upload it for All-Capabilities to SymbianSigned online it will NOT work...
Hi:
Working on 1.4.5 on 6120c. I open signed the unsignedtestrange shell with all caps but I'm still getting sometimes the error for permision KErrPermissionDenied. It doesn't happen all the...
Thanks guys...
I'll sit and wait then :)
Is there an expected date for the next official release (2.0) ?
Hey Bogdan...
Thank you very much. As always, you're very helpful.
Carlos
At
https://www.symbiansigned.com/app/page/public/openSignedOnline.do
I can't see anymore the boxes for selecting what capabilities to enable.
Are they now signing every file with all...
Thanks to those who replied.
I found elsewhere (including other Symbiam DiBo's here) that the problem is due to bugs in the 5800. Solutions range from FW upgrades to restoring factory settings....
BTW, I'm changing the date back to a few days after the release (of 1.9.5) and still not working...
Hello Gaba:
Both phones have:
Software version:
V 20.2.014
Software version date:
01-30-09
I've been using 1.9.5 on a 5800 and while trying to install it into an additional 5800 I'm getting an expired certificate error.
What should I do?
Moving to 1.9.6 is not possible since I...
I'm working on porting an app from a regular phone (6120c) to a 5800. The app is supposed to work in landscape mode only.
What would be the normal or typical way to handle rotations in this...
Muito obrigado, Marcelo!
(I hope I said that right :-) )
Thanks Marcelo. I see your code and understand what you're saying, but I don't see why or when is the resize callback actually called.
Also, you mention the callbacks needs to be called two...
I'm still having problems.
I wrote a very small program for testing and it's giving me the correct values:
normal 360,487
large 360,579
full 360,579
full_max 360,640
Hi:
My app uses the whole canvas. I was using large mode and drawing was OK. But when I use full_max mode I'm noticing the lower part of the screen is not being drawn by the app, like if the...
When I copy a file named with only lowercase characters into e:\Python, python can't import it and throws a "No module named..." error. I'm adding the path to sys.path so that's not the case.
If...
The workaround is described in the comments for the original bug, that is:
https://garage.maemo.org/tracker/index.php?func=detail&aid=3284&group_id=854&atid=3201
It only consists in using...
Hi
As per my thread http://discussion.forum.nokia.com/forum/showthread.php?t=170757 I believe I'm still having the issue reported with ID 3284 back in January. The bad thing is that the bug...
Just found a workaround...
The problem, by the way, was reported back in January. And the status is closed. :confused:
...
I kind of found what the problem is... tough I'm still trying to find out a solution.
Help is still welcome...
What happens is that any file named with only lowercase characters shows on e:...
Is there an official list of defects and fixes? Someplace where I can check to see the reported defects and even check if a found defect was previously reported.
I renamed my module to Sms.py (uppercase initial) and changed the import to "import Sms" and it's working fine now. I did so since the two other modules that were being imported correctly had...