hello.....in Qt SDK for instalation to the real device,how to use NOKIA energy profiler and performance monitor......
Type: Posts; User: ishaan_kakar; Keyword(s):
hello.....in Qt SDK for instalation to the real device,how to use NOKIA energy profiler and performance monitor......
hello.......Qmessage does not produce any error on simulator but doesnt send the msg..i know why because m not using netwok services for that...to access them i have entered the following in .pro...
hello...
is there anyway to implement "TEXT TO SPEECH" in Qt....like either provide audio output for the options on the screen or audio output for the text that i entered in the program.....
@symbian_neil::sir could please provide me with a solution for this??
hello sir
sir i am having the following error when i tried to run my app on the real device.
automatic patching failed at C:\QtSDk\Symbian\SDKs\Symbian1Qt473\bin\createpackage.pl
actually i am...
can anyone please tell me as to how can i pause or stop the music file.....
hi is it possible to do so in QT for symbian as well and then deploy on real device.......please provide me with code changes for Qt?i want to trigger an event with the press of a key on keypad?
void MainWindow::on_playbutton_clicked()
{
qDebug()<<"working";
Phonon::MediaObject *mediaObject;
mediaObject = new Phonon::MediaObject();
...
QMediaPlayer *player=new QMediaPlayer;
player->setMedia(QUrl::fromLocalFile("Mass Memory:\\Sounds\Digital\05_Loverush.mp3"));
qDebug()<<"check";
player->setVolume(100);
...
please as to how to make it build only for device but not for the emulator binaries!!!!
sir...actually it was running all fine till today....then i made some changes to pro file in order to check msg api...it was after that it started to give this error....now i have removed those...
someone please help me....its is very urgent.....i was running my application on simulator and symbian device and it was working all fine ...today all of a sudden while i was trying to run...
QFile filein("number.txt");
if(filein.open(QIODevice::WriteOnly))
{
QTextStream stream(&filein);
stream<<ui->contactedit->text();
filein.close();
}
i tried...
sir can u please help me out with this..as to how can i do it in symbian c++ and how to include it in Qt....i read those two articles but have some doubts...it would be really nice if u could help...
yes sir...i read it in forum only that this is not available in public sdk...but earlier it could be done using XQProfile API....but it has been removed...isnt there any way to use it......
sir there was no error..does not show any error in the Qt simulator but when i tried it on the device it didn send the msg to the specified number......
hello...i am trying to develop an application to play specific audio files in my mobile device either by providing a file path or accessing the files.....
can anyone please help me with this code...i am a newbie to Qt.trying to develop an application to send a msg using Qt..it working fine on simulator,not showing any error...but dosnt send the sms...
hello gabba88..i tried using QGeoPositionInfoSource...but it produced an error that there is no such file or directory....
and is there anyway that i can develop an application to make a call(as u told me) but when a button on mobile device(say 0 on the keypad) is pressed for 5secs??
sorry sir.actually had made multiple posts by mistake.i apologise..just wanted to confirm about QDesktopServices u had suggested..i tried to test it using qDebug().it was producing a false...
hello..i want to develop an application so as to get my current location,in the address form(or atleast latitude/longitude form)..can anyone please help me to to do that???
sorry but i am not able to understand how to implement such a code for my application...is there any way to get the address of my location in Qt?
and is there anyway that i can develop an application to make a call(as u told me) but when a button on mobile device(say 0 on the keypad) is pressed for 5secs??
is there any way by which i can have application to change my phone's profile from 'general' to 'silent'
actually i am a newbie trying to develop an application to change my phone's profile?