juanenrique's Avatar
Posts: 115 | Thanked: 114 times | Joined on Nov 2009 @ | MAD | MEX | MOW |
#141
hi guys,

i use my skype a lot on my n900, sometimes just skype to skype (w & w/o video) and sometimes skype-out... but after pr 1.3 i've noticed a bug that sometimes freezes the call, and when i hit the red button to hang-up, a white-noise still lingers until i restart the phone (if video was on, also the red light of the video stays on)...

so i was wondering if anyone having the same issue? and if anyone knows how to prevent this from happening, or once it happened, if there is a way to kill the process without having to restart the whole thing?

thanks in advance...
 
Posts: 31 | Thanked: 18 times | Joined on Mar 2010 @ Venlo-Blerick, The Netherlands
#142
So erm,

I did a clean install of PR1.3 over the weekend. What's the deal with the media player not showing my album art?

The only things I've changed are:

/home/user/.config/tracker/tracker.cfg (changed are the bold printed lines, default lines above it, commented out)
Code:
[General]
# Log Verbosity (0=errors, 1=minimal, 2=detailed, 3=debug)
Verbosity=0
# Initial sleep time in seconds (0->1000)
InitialSleep=7
# Minimizes memory use at the expense of indexing speed
LowMemoryMode=false
# Set to TRUE when the home directory is in a NFS filesystem
NFSLocking=false

[Watches]
# List of directory roots to index and watch (separator=;)
# WatchDirectoryRoots=$HOME/MyDocs/.sounds/;$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;
WatchDirectoryRoots=$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;$HOME/MyDocs/music/;
# List of directory roots to index but NOT watch (separator=;)
CrawlDirectory=
# List of directory roots NOT to index and NOT to watch (separator=;)
# NoWatchDirectory=$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/tmp/;/media/mmc1/cities/;
NoWatchDirectory=$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/tmp/;/media/mmc1/cities/;$HOME/MyDocs/.sounds/;$HOME/MyDocs/apps/;$HOME/MyDocs/docs/;$HOME/MyDocs/games/;$HOME/MyDocs/logs/;/media/mmc1/apps/;/media/mmc1/docs/;/media/mmc1/games/;/media/mmc1/logs/;/media/nas/;
# Set to false to completely disable any watching
EnableWatching=true

[Indexing]
# Sets the indexing speed (0->20, where 20=slowest speed)
Throttle=0
# Set to false to completely disable any indexing
EnableIndexing=true
# Set to false to completely disable file content indexing
EnableFileContentIndexing=true
# Set to false to completely disable thumbnail generation
EnableThumbnails=true
# List of disabled modules (separator=;)
# The modules that are indexed are kept in $prefix/lib/tracker/indexer-modules
DisabledModules=
# Set to false to NOT hog the disk for extended periods
FastMerges=false
# List of partial file pattern globs (separator=;)
# This is for files to NOT index
# (basic stat info is only extended for files that match the patterns)
NoIndexFileTypes=
# Set the minimum length of words to index (0->30, default=3)
MinWordLength=3
# Set the maximum length of words to index (0->200, default=30)
MaxWordLength=30
# Set the language specific stemmer and stopword list to use
# Values include:
# - en (English)
# - da (Danish)
# - nl (Dutch)
# - fi (Finish)
# - fr (French)
# - de (German)
# - it (Italian)
# - nb (Norwegian)
# - pt (Portugese)
# - ru (Russian)
# - es (Spanish)
# - sv (Swedish)
Language=en
# Set to false to disable language specific stemmer
EnableStemmer=true
# Set to true to disable indexing when running on battery
BatteryIndex=false
# Set to true to disable initial indexing when running on battery
BatteryIndexInitial=false
# Pause indexer when disk space is <= this value
# (0->100, value is in % of $HOME file system, -1=disable pausing)
LowDiskSpaceLimit=1
# Set to true to enable traversing mounted directories on other file systems
# (this excludes removable devices)
IndexMountedDirectories=true
# Set to true to enable traversing mounted directories for removable devices
IndexRemovableMedia=true

[Performance]
# Maximum text size in bytes to index from a file's content
MaxTextToIndex=1048576
# Maximum unique words to index from a file's content
MaxWordsToIndex=10000
MinBucketCount=32768
MaxBucketCount=65535
I also did a tracker reset before with a simple script using root:

trackerreset.sh
Code:
#!/bin/sh
rm -f /home/user/.cache/media-art/*.*
rm -f /home/user/.thumbnails/cropped/*.*
rm -rf /home/user/MyDocs/.sounds/*/*/.mediaartlocal
rm -rf /home/user/MyDocs/music/*/*/.mediaartlocal
tracker-processes -r
Nothing special really, both worked perfectly in PR 1.2.

So, is album art not being loaded in PR 1.3 a known issue? Is it a tracker or media player issue? Is there any way to fix it myself?

edit: Had another go at it. It works now, since I added my album dir to the WatchDirectoryRoots list. Probably fixed it doing that.
edit2: Not too sure now, did a reset again and it seems the tracker now doesn't rebuild the album cover art anymore, like it hangs, stops, just takes very long, or doesn't (re)process the dir at all anymore. Maybe there's some ghost data still around that hasn't been reset, making the media player/tracker think album covers are already indexed/shown, when in fact it has been reset. The album covers do show up in the "Photos" app, but not in the media player album view. Something tells me if I move the albums elsewhere, cover art will rebuild again, once.

Anyone?

Last edited by cure; 2010-11-07 at 23:34.
 
Posts: 436 | Thanked: 406 times | Joined on Jan 2010
#143
Originally Posted by cure View Post
So erm,

I did a clean install of PR1.3 over the weekend. What's the deal with the media player not showing my album art?

The only things I've changed are:

/home/user/.config/tracker/tracker.cfg (changed are the bold printed lines, default lines above it, commented out)
Code:
[General]
# Log Verbosity (0=errors, 1=minimal, 2=detailed, 3=debug)
Verbosity=0
# Initial sleep time in seconds (0->1000)
InitialSleep=7
# Minimizes memory use at the expense of indexing speed
LowMemoryMode=false
# Set to TRUE when the home directory is in a NFS filesystem
NFSLocking=false

[Watches]
# List of directory roots to index and watch (separator=;)
# WatchDirectoryRoots=$HOME/MyDocs/.sounds/;$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;
WatchDirectoryRoots=$HOME/MyDocs/.documents/;$HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;$HOME/MyDocs/music/;
# List of directory roots to index but NOT watch (separator=;)
CrawlDirectory=
# List of directory roots NOT to index and NOT to watch (separator=;)
# NoWatchDirectory=$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/tmp/;/media/mmc1/cities/;
NoWatchDirectory=$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/tmp/;/media/mmc1/cities/;$HOME/MyDocs/.sounds/;$HOME/MyDocs/apps/;$HOME/MyDocs/docs/;$HOME/MyDocs/games/;$HOME/MyDocs/logs/;/media/mmc1/apps/;/media/mmc1/docs/;/media/mmc1/games/;/media/mmc1/logs/;/media/nas/;
# Set to false to completely disable any watching
EnableWatching=true

[Indexing]
# Sets the indexing speed (0->20, where 20=slowest speed)
Throttle=0
# Set to false to completely disable any indexing
EnableIndexing=true
# Set to false to completely disable file content indexing
EnableFileContentIndexing=true
# Set to false to completely disable thumbnail generation
EnableThumbnails=true
# List of disabled modules (separator=;)
# The modules that are indexed are kept in $prefix/lib/tracker/indexer-modules
DisabledModules=
# Set to false to NOT hog the disk for extended periods
FastMerges=false
# List of partial file pattern globs (separator=;)
# This is for files to NOT index
# (basic stat info is only extended for files that match the patterns)
NoIndexFileTypes=
# Set the minimum length of words to index (0->30, default=3)
MinWordLength=3
# Set the maximum length of words to index (0->200, default=30)
MaxWordLength=30
# Set the language specific stemmer and stopword list to use
# Values include:
# - en (English)
# - da (Danish)
# - nl (Dutch)
# - fi (Finish)
# - fr (French)
# - de (German)
# - it (Italian)
# - nb (Norwegian)
# - pt (Portugese)
# - ru (Russian)
# - es (Spanish)
# - sv (Swedish)
Language=en
# Set to false to disable language specific stemmer
EnableStemmer=true
# Set to true to disable indexing when running on battery
BatteryIndex=false
# Set to true to disable initial indexing when running on battery
BatteryIndexInitial=false
# Pause indexer when disk space is <= this value
# (0->100, value is in % of $HOME file system, -1=disable pausing)
LowDiskSpaceLimit=1
# Set to true to enable traversing mounted directories on other file systems
# (this excludes removable devices)
IndexMountedDirectories=true
# Set to true to enable traversing mounted directories for removable devices
IndexRemovableMedia=true

[Performance]
# Maximum text size in bytes to index from a file's content
MaxTextToIndex=1048576
# Maximum unique words to index from a file's content
MaxWordsToIndex=10000
MinBucketCount=32768
MaxBucketCount=65535
I also did a tracker reset before with a simple script using root:

trackerreset.sh
Code:
#!/bin/sh
rm -f /home/user/.cache/media-art/*.*
rm -f /home/user/.thumbnails/cropped/*.*
rm -rf /home/user/MyDocs/.sounds/*/*/.mediaartlocal
rm -rf /home/user/MyDocs/music/*/*/.mediaartlocal
tracker-processes -r
Nothing special really, both worked perfectly in PR 1.2.

So, is album art not being loaded in PR 1.3 a known issue? Is it a tracker or media player issue? Is there any way to fix it myself?

edit: Had another go at it. It works now, since I added my album dir to the WatchDirectoryRoots list. Probably fixed it doing that.
edit2: Not too sure now, did a reset again and it seems the tracker now doesn't rebuild the album cover art anymore, like it hangs, stops, just takes very long, or doesn't (re)process the dir at all anymore. Maybe there's some ghost data still around that hasn't been reset, making the media player/tracker think album covers are already indexed/shown, when in fact it has been reset. The album covers do show up in the "Photos" app, but not in the media player album view. Something tells me if I move the albums elsewhere, cover art will rebuild again, once.

Anyone?
I have the same problem as you, seems trackerd is mighty buggy in PR1.3. My is my device won't show me anything, no mp3's, images...nothing no matter what I do. Restarting and then running tracker-processes -r, --hard reset. /usr/lib/tracker/trackerd &....nothing works. Had this problem for 4 days now and I'm mighty pissed.

My advice, don't try restarting tracker too much....You could also try the application "tracker-cfg" to see if it makes a difference, as I'm gonna do that right now.
 
Posts: 436 | Thanked: 406 times | Joined on Jan 2010
#144
Just noticed that you have "WatchDirectoryRoots=" two times in your code...

That might be your problem...as I understand tracker expects only one
"WatchDirectoryRoots=" statement.
 
Posts: 31 | Thanked: 18 times | Joined on Mar 2010 @ Venlo-Blerick, The Netherlands
#145
Originally Posted by SavageD View Post
Just noticed that you have "WatchDirectoryRoots=" two times in your code...

That might be your problem...as I understand tracker expects only one
"WatchDirectoryRoots=" statement.
one of them is commented out!
 
Posts: 31 | Thanked: 18 times | Joined on Mar 2010 @ Venlo-Blerick, The Netherlands
#146
Ok, played some more, did a "find / -name *.db", which lists all .db files. Backed up my complete rootfs and optfs first. Then, I removed only the following files, manually:

/var/tmp/tracker-user/cache.db
/home/user/.thumbnails/meta.db
/home/user/.local/share/tracker/data/common.db

After that my trackerreset.sh script gave the following output, note the nag about the missing database file and the message after (might be it, not 100% sure, one of the other .db files might as well have been the cause of all my problems):

Code:
Nokia-N900:~# trackerreset.sh
Found 145 pids...
Found process ID 1584 for 'trackerd'
  Killed process 1584
Found process ID 1598 for 'tracker-indexer'
  Killed process 1598
Setting database locations
Checking database directories exist
Checking database version
Checking database files exist
Could not find database file:'/root/.local/share/tracker/data/common.db'
One or more database files are missing, a reindex will be forced
Removing all database files
  Removing database:'/root/.local/share/tracker/data/common.db'
  Removing database:'/var/tmp/tracker-root/cache.db'
  Removing database:'/root/.cache/tracker/file-meta.db'
  Removing database:'/root/.cache/tracker/file-contents.db'
  Removing database:'/root/.cache/tracker/email-meta.db'
  Removing database:'/root/.cache/tracker/email-contents.db'
Setting index database locations
Checking index directories exist
Checking index files exist
Could not find index file:'/root/.cache/tracker/file-index.db'
Could not find index file:'/root/.cache/tracker/email-index.db'
Removing all database index files
  Removing database index:'/root/.cache/tracker/file-index.db'
  Removing database index:'/root/.cache/tracker/email-index.db'
Nokia-N900:~#
Now album art is shown again, after a rebuild :). (And so are the thumbnails elsewhere.) The above worked for me, try at your own risk/backup first.

Last edited by cure; 2010-11-08 at 01:42.
 
Posts: 27 | Thanked: 8 times | Joined on Aug 2010
#147
uKEYBOARD is sooo buggyy
we want a new version with dictionary correction feature (like apple)
 

The Following User Says Thank You to sensortk For This Useful Post:
Posts: 31 | Thanked: 18 times | Joined on Mar 2010 @ Venlo-Blerick, The Netherlands
#148
my script looks like this now (supposed to be run as root):

/usr/bin/trackerreset.sh
Code:
#!/bin/sh
rm -f /home/user/.cache/media-art/*.*
rm -f /home/user/.thumbnails/cropped/*.*
rm -rf /home/user/MyDocs/.sounds/*/*/.mediaartlocal
rm -rf /home/user/MyDocs/music/*/*/.mediaartlocal
rm -f /home/user/.local/share/tracker/data/common.db
rm -f /home/user/.thumbnails/meta.db
rm -f /var/tmp/tracker-user/cache.db
tracker-processes -r
link: trackerreset.sh

Last edited by cure; 2010-11-08 at 02:56.
 
NokiaRocks's Avatar
Posts: 658 | Thanked: 117 times | Joined on Jan 2010
#149
I've got the problem that my e-mail app won't ope
n when clicking on the incoming email message. It just happens nothing. But after opening the e-mail program manually, the new message gets shown directly. What could I do to fix this annoying bug ?
 
Posts: 187 | Thanked: 41 times | Joined on May 2010
#150
Originally Posted by obhishap View Post
facing an annoying problem after PR 1.3 upgrade. After a while of using the n900 desktop become irresponsive and I have to restart the device to get rid of the problem, though i can use any app by tapping app menu and also I can change the desktop page. Also the status does work but only the desktop not responding. Anyone having this problem ???
Any solution ???
Thanks.
i have this problem too... actually hildon-home cpu goes to 100% for a while ... so you wont be able to click in the icons ... my solution is put an icon to killall hildon-home ... terrible !
 
Reply

Tags
pr1.3

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:38.