I am trying to add a new access point on a Nokia S60 device, but I am a little bitt puzzled on how to do it.
According to the spec a node should be added at the following root:
./AP/<X>
Whenever I try to add a node I get a status code 404 meaning that it could not be found. If I try to create an AP that already exists instead I get a ...
People can download content (music, images) for their mobile from my server.
Im trying to use the installNotifyURI-tag of the download descriptors specified by OMA, to be able to find out if the download has been successful.
When the user has downloaded the item I do get a POST to the url I specified in the installNotifyURI-tag.
<i...
I'm working on an application that requires support for forward locking of media files on Android (1.6 and above). Of course, there appears to be no documentation in the APIs on how this might work.
The two questions I have are firstly whether forward locking is supported on Android (and in which versions of the platform) and secondly h...