|
2010-11-24
, 00:57
|
|
Posts: 1,196 |
Thanked: 2,708 times |
Joined on Jan 2010
@ Hanoi
|
#22
|
The Following User Says Thank You to ste-phan For This Useful Post: | ||
|
2010-11-24
, 06:51
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#23
|
However I am curious why there is no sound. There should be sound, it should be playing Lumina.aac which is in your ringtones folder (/home/user/MyDocs/.sounds/Ringtones/Lumina.aac). Please check your sound and volume settings, I have written the app so the loudness is controlled by the volume up/down buttons on the side of the n900. If you still can't hear anything we might have a proper bug so please let me know so i can look at it.
The Following User Says Thank You to nicholes For This Useful Post: | ||
|
2010-11-24
, 13:59
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#24
|
well here is no sound i uninstalled it and reinstall to get something new but there is no sound ...i clik app icon and call started only vibration and i can reject call or i can answer and no option beside this i can do (i can see volume bar when press vol. botton during call,but no sound here) may be i m unlucky this time
/usr/bin/mfakecaller
If you ever get to the scheduling code: please think about insisting caller function where you reject the call at first but keep receiving incoming calls.
|
2010-11-24
, 16:22
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#25
|
The Following User Says Thank You to nicholes For This Useful Post: | ||
|
2010-11-24
, 16:28
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#26
|
cd ./Ringtones
|
2010-11-24
, 16:38
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#27
|
The Following User Says Thank You to nicholes For This Useful Post: | ||
|
2010-11-24
, 16:45
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#28
|
/home/user/MyDocs/.sounds/Ringtones
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2010-11-24
, 16:48
|
Posts: 1,086 |
Thanked: 2,964 times |
Joined on Jan 2010
|
#29
|
u r right i forgot i always forget everytime
ok let us see what happend(as i told u there is no folder)
/usr/bin/mfakecaller "nicholes" "" "/home/user/MyDocs/.sounds/Your_Chosen_Sound.file_type"
If you are in the root folder (i.e. when you first open Xterm), then the full path to the Ringtones folder is:
Code:/home/user/MyDocs/.sounds/Ringtones
|
2010-11-24
, 17:16
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#30
|
/usr/bin/mfakecaller "nicholes" "" "/home/user/MyDocs/.sounds/Your_Chosen_Sound.file_type"
The Following User Says Thank You to nicholes For This Useful Post: | ||
Actually just this moment I've finally managed to get the new qml version of the mfakecaller working, I ported it to a Qt Quick project and found that I didnt like how the view widget behaved there so I ported into back to a Qt Application and now using a form widget to hold the view :P I also have a new basic gui done that you can use to change settings from the icon click. With some luck with the autobuilder I might have the newer version up by the end of this weekend too.
However I am curious why there is no sound. There should be sound, it should be playing Lumina.aac which is in your ringtones folder (/home/user/MyDocs/.sounds/Ringtones/Lumina.aac). Please check your sound and volume settings, I have written the app so the loudness is controlled by the volume up/down buttons on the side of the n900. If you still can't hear anything we might have a proper bug so please let me know so i can look at it.
I'll show more about how to change the settings by the end of the week, and I'll show how it can be scheduled by the application alarmed. It relies on alarmed because mfakecaller doesn't currently have it's own scheduling code, simply because I haven't learned how to do that yet. If someone would like to get onboard to help out they'd be very welcome :P Ofcourse this is an opensource project and everyone is free to join in At the moment it's only me so the speed of new features are bottlenecked by my own weaknesses Im afraid
Most people ive asked didnt want the fake call logged as it would be too confusing with the real calls, perhaps it's an option to turn off and on in a future release
Follow me on my neglected twitter @kojacker
Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun
Last edited by kojacker; 2010-11-24 at 00:39.