How can I access browsing history list on Symbian^3 and Meego devices. Qt does not expose such API so I was looking for Native APIs.
I understand for Symbian there is "Adaptive History List...
Type: Posts; User: asheesh_sri; Keyword(s):
How can I access browsing history list on Symbian^3 and Meego devices. Qt does not expose such API so I was looking for Native APIs.
I understand for Symbian there is "Adaptive History List...
Great. It justifies it. I am wondering if TRK debugger will do the same for release builds too?
Hi s60dev, did you figure out how to set the time on MeeGo. I got into same situation and hoping if you could provide some inputs.
Thanks gnuton.
gnuton,
As suggested, I am using iwlib's iw_scan function to get the SSID & BSSID. When I run my app through QtCreator (with developer user) it lists all the AP in the range. But when I run it on...
I am using Juice APIs for my Symbian client and wondering if there is any Juice like APIs available for MeeGo platform.
Thanks!
Thanks gnuton for your response. I will go over the links.
For my app, I'd like to scan for WLAN and then use SSID (MAC address) and signal level information of all wireless APs around the MeeGo device (N9).
However, I find the Qt APIs lacking this...
Hi kkrish,
Thanks for your reply. I haven't called ResetInactivityTime() in my app.
[I have posted it in Symbian C++ forum as well, re-posting here too to know if there is any Qt solution to my prob]
I am writing a Qt app where in I need to log user inactivity time, periodically,...
I am writing a Qt app where in I need to log user inactivity time, periodically, to a file for further processing.
I am using User::InactivityTime() function to get this value because there is no...
Hi ripatus,
Were you able to figure out how to get correct user inactivity time, I am facing the exact same issue where in user inactivity time (by calling User::InactivityTime()) seems to reset...
Thanks Treinio,
Turning off the silent install sounds great :)
Also, I will try s60launcher in next couple of days and will let you know how it goes.
Once again thanks for your support.
...
Thanks treinio for your continuous support and replies to this post.
I am able to auto-start app after realizing the following facts.
1. If I let QtCreator install sis file on the phone,...
Hi treinio,
Thanks! I am continuing Evan's efforts on user-selectable autostart functionality to Qt app.
Your recent update onto s60launcher does not seem to work.
The launcher application...