Sorry, I assumed my SonyEricsson example was enough, but that was indeed stupid since not everyone has used one and I'm starting to think SE is the only brand shipping phones with such application...
Type: Posts; User: skewlboy; Keyword(s):
Sorry, I assumed my SonyEricsson example was enough, but that was indeed stupid since not everyone has used one and I'm starting to think SE is the only brand shipping phones with such application...
In a little experiment, I did send pixel by pixel, as I wanted to send the picture piece by piece, not as a whole. Didn't work too bad, but let me know if you find another option.
I did look at the RemoteKB description (not the code itself), as it was one of the first results searching on this subject, but it doesn't seem to work on HID, it just sets up a server and a client....
Have had the same question for ages but guess we'll never know :S
I was used in my SonyEricsson V600 to be able to remotely control any bluetooth HID enable computer, which was really nice.
Now with my E65 (which I have for some time, but just now I started...
So, forgive for not having tried the module yet :), but what is waplib approach to avoid asking user for the proxy settings?
thanks
It's just an env var in my pys60 environment which is equal to all capabilities listed in OpenSign, this is:
...
I know there are quite a few posts about this and a read quite a few of them. All the ones I read sum up to signing the python shell with devcert, and so I did. Used my devcert with ensymble and...
I wasn't really going to delete X-plore, it's too pretty :p
I ended up finding those options while playing around with it, yesterday, I had just instaled X-plore for first time when I made that post...
Big thanks! I was freaking out using other apps SVG icons for testing how to use ensymble, and my application always kept the default Python icon.. Something so simple as reboot.. Heh Thanks once...
Oh thanks for the location of the files. I had noticed those 2 extra drives showing on filebrowser.py that didn't show on X-plorer, but thought it'd be some kind of bug or virtual drives, since I...
Is there any quick way to play a sound according to active profile configuration?
Like play the new email sound, according to configuration, so if the active profile has no sound and vibration it...
From what I read in the other thread it really seems you have no solution, mate..
ap.start(), <network code>, ap.stop() here in my phone works just fine without setting default AP nor selection...
Can't wait for that flashy 3rd edition version :D
In the meantime I post here the direct link to SaySMS application Cyke talked about, since the webpage link isn't working....
I'm looking for one way to do that in PyS60 exactly, but no such luck so far :\
Guess it's not implemented yet, but it's possible since you can do it in C++. Who doesn't know how to make python...
Yeah, I guess I changed this from a Python post to C++ one :)
I was hoping that there would be some extension already I couldn't find hehe
I'll ask in C++ forum then.
Thanks :)
EDIT:
Well it...
I know the articles about writing the extensions :)
Was just wondering if it is possible even in C++ because I read somewhere saying it wasn't, but I only trust this forum :p
Is it possible with PyS60? To develop a plugin for active standy screen? Like the new message, calendar entries, WLAN, etc, notifications?
I have made an application that keeps running in...
yeah, tried that too (reading PyS60src) but couldn't find anything about access point object..
But amazing tip that dir() :D
Thank you indeed, shame there's only those 3 after all, was hoping on...
Yeah, it was the first thing I did in my 2-hour-and-something quest. No info on the access point object properties/methods, except in the examples (which uses the 3 methods I said previsouly) :(
I spent about 2 or 3h this afternoon around searching for something like JavaDOC, for PyS60.
Initially wanted something to integrate with PyDev (in eclipse) so I could have code completion but then...
That was exactly it, thanks! :)
Manual labor sucks, socket.ap.close() :p
Instead of hardcoding proxy address in the application, is there any way to retrieve that info from the Access Point configuration?
I read something about accessing CommDB where these settings are...
I've found some threads which I believe to be about this topic in Symbian C++.
One of them is http://discussion.forum.nokia.com/forum/showthread.php?t=34627&highlight=access+point+proxy
They...
Yea, that's what I thought. If JavaME does it, Symbian has to be able to do it too.
In JavaME it's done transparently. When we use the HTTPConnection interface, the VM checks for proxy in the AP...