![]() |
2010-06-29
, 17:16
|
|
Posts: 1,169 |
Thanked: 1,174 times |
Joined on Jan 2010
@ sunderland
|
#2
|
![]() |
2010-06-29
, 19:49
|
Posts: 171 |
Thanked: 114 times |
Joined on Feb 2010
|
#3
|
![]() |
2010-07-01
, 20:34
|
Posts: 171 |
Thanked: 114 times |
Joined on Feb 2010
|
#4
|
![]() |
2010-07-01
, 20:50
|
Posts: 183 |
Thanked: 113 times |
Joined on Jun 2010
|
#5
|
![]() |
2010-07-01
, 21:09
|
|
Posts: 253 |
Thanked: 184 times |
Joined on Nov 2009
@ Bristol, UK
|
#6
|
The Following 2 Users Say Thank You to spanner For This Useful Post: | ||
![]() |
2010-07-01
, 21:23
|
Posts: 171 |
Thanked: 114 times |
Joined on Feb 2010
|
#7
|
![]() |
2010-07-01
, 22:46
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#8
|
I have an issue while using Sygic and playing audio at the same time where the phone becomes totally unresponsive and the only way to fix that is to take the battery out and and restart the phone. I know Kamikaze reported a similar problem but I haven't seen any solution to that, so was wondering if anyone knows how to fix it.
Steps to reproduce problem are:
- Connect N900 to the car charger
- Turn on Media Player or Vagalume (tried with both local and streaming audio) and start playing something there
- Turn on FM transmitter and FM Boost
- Turn on Sygic
- Creat a route to any destination
- Start driving the car. Audio keeps playing and Sygic gives directions for may be a minute or so
- After that everything simply freezes. It is reproducible every time.
- The problem doesn't occur if only sygic is on with FM transmitter or if only media player is on with FM transmitter.
So has anyone encountered the same issue? If so, is there a solution to the problem?
P.S. - Had posted this in the Sygic Mod thread but realised that this post didn't belong there, thus reposting in its own thread
![]() |
2010-07-01
, 23:22
|
Posts: 171 |
Thanked: 114 times |
Joined on Feb 2010
|
#9
|
#!/bin/sh /usr/bin/fmtx_client -p 1 -> This command turns FM Tx ON /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level -> increases power level /opt/lfocus/v4l2-ctl -d /dev/radio0 -f 87.5 -> change frequency to 87.5 Mhz exit 0
The Following User Says Thank You to arbitrabbit For This Useful Post: | ||
![]() |
2010-07-01
, 23:57
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#10
|
No, I use a modified version of Fm_boost to turn on the transmitter
Here is what my FM boost looks like, and it is invoked via a Quick Launch button
EDIT: Looking at the Bug tracker, this bug might be GPS fix related. My next use case is to let Sygic get GPS Fix and then turn on the Media player and FM Tx...will see if that fares any better. I have also reported this bug to Sygic so let's see if they can reproduce it.Code:#!/bin/sh /usr/bin/fmtx_client -p 1 -> This command turns FM Tx ON /bin/echo 118 > /sys/class/i2c-adapter/i2c-2/2-0063/power_level -> increases power level /opt/lfocus/v4l2-ctl -d /dev/radio0 -f 87.5 -> change frequency to 87.5 Mhz exit 0
Steps to reproduce problem are:
So has anyone encountered the same issue? If so, is there a solution to the problem?
P.S. - Had posted this in the Sygic Mod thread but realised that this post didn't belong there, thus reposting in its own thread