kill MobileMusicPlayer doesn't work on 1.1.3 firmware

Bug #194768 reported by Nic
2
Affects Status Importance Assigned to Milestone
iPod Convenience
Confirmed
Undecided
Unassigned

Bug Description

For some reason, the MobileMusicPlayer is not killed after the iphone-umount on firmware 1.1.3 iphone. If we look at what's running on the iphone while playing a song for example, we get this:

 PID TT STAT TIME COMMAND
    1 ?? Ss 0:02.29 /sbin/launchd
   12 ?? Ss 0:00.32 /Applications/SMSD.app/SMSDNotifier
   14 ?? Ss 0:10.17 /System/Library/Frameworks/CoreTelephony.framework/Su
   17 ?? Ss 0:21.19 /usr/sbin/configd
   18 ?? Ss 0:00.11 /usr/libexec/crashreporterd
   19 ?? Ss 0:00.12 /usr/sbin/cron
   21 ?? Ss 0:00.54 /usr/sbin/mDNSResponder -launchd
   22 ?? Ss 0:06.88 /usr/libexec/lockdownd
   23 ?? Ss 0:08.16 /usr/sbin/syslogd
   24 ?? Ss 0:05.37 /usr/sbin/update
   27 ?? Ss 0:01.31 /usr/sbin/notifyd
   84 ?? Ss 0:00.68 /System/Library/Frameworks/SystemConfiguration.framew
   93 ?? S 10:01.40 /usr/sbin/sshd -i
   94 ?? Ss 3:24.64 /usr/libexec/sftp-server
  362 ?? S 0:00.76 /usr/sbin/sshd -i
  363 ?? Rs 0:00.06 ps x

That means that the Music player needs to be restarted by holding the Home button for a while.

Revision history for this message
Mario Limonciello (superm1) wrote :

Can you double check this? It appears to still use MobileMusicPlayer for me, and nicely die?

Changed in ipod-convenience:
status: New → Incomplete
Revision history for this message
toxie (alt-spam) wrote :

I can confirm that on my iPod touch 1.1.3 firmware, MobileMusicPlayer is not killed. The reason is that it does not appear in 'ps x' output. 'ps ax' shows the MobileMusicPlayer process, so if the command is changed to:

PROCESS=`ssh root@$IPADDRESS ps ax | grep MobileMusicPlayer | grep -v grep | awk '{print $1}'

all is good.

Changed in ipod-convenience:
status: Incomplete → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.