Revert 2.1 Droid Multimedia Dock to 2.0.1
This is a discussion on Revert 2.1 Droid Multimedia Dock to 2.0.1 within the Droid Applications forums, part of the Droid Apps category; Originally Posted by JonKyu
Ok scratch that earlier post lol I got it working fine?
Here's what I did step by step:
1) Download these ...
-

Originally Posted by
JonKyu
Ok scratch that earlier post lol I got it working fine?
Here's what I did step by step:
1) Download these Dock.apk and AlarmClock.apk (just to be sure everything is replicated)
2.0.1Clock_Dock.zip
3) Put the 2 .apk files into the root directory of your sdcard.
2) For the sake of ease I'm going to instruct you to do it via terminal emulator on the phone (cause I don't know if you have the SDK installed and can do adb commands). There are a few on the market. I personally love Connectbot, it free, gets the job done, and it's free (LOL). Type this lines one by one.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cp /sdcard/Dock.apk /system/app/
cp /sdcard/AlarmClock.apk /system/app/
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
sync
**reboot (optional if you want to take extra precaution lol, I didn't and it still worked)
Viola, 2.0.1 dock and alarm clock. You don't really need to install AlarmClock.apk if you don't want to but if you're going to click on the alarm clock button in the dock you're going to have to install it because you're going to get force closes.
Sooo close.
The alarm clock (2.0.1) works fine. Unfortunately multimedia dock is still crashing. When I put the phone in the dock I have an option to select Clock (normal 2.1) or Multimedia Dock (2.0.1 causes crash).
I didn't see a Dock.apk in the ZIP....only a DeskClock.apk (which I assume is 2.1)...
I've tried copying your commands using the Dock.apk I got from my update.zip (2.0.1) but to no avail....
Any ideas?
Thank you for all your help thus far.
Last edited by lastguy2getps2; 03-24-2010 at 12:48 AM.
-

Originally Posted by
lastguy2getps2

Originally Posted by
JonKyu
Ok scratch that earlier post lol I got it working fine?
Here's what I did step by step:
1) Download these Dock.apk and AlarmClock.apk (just to be sure everything is replicated)
2.0.1Clock_Dock.zip
3) Put the 2 .apk files into the root directory of your sdcard.
2) For the sake of ease I'm going to instruct you to do it via terminal emulator on the phone (cause I don't know if you have the SDK installed and can do adb commands). There are a few on the market. I personally love Connectbot, it free, gets the job done, and it's free (LOL). Type this lines one by one.
Code:
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
cp /sdcard/Dock.apk /system/app/
cp /sdcard/AlarmClock.apk /system/app/
mount -o remount,ro -t yaffs2 /dev/block/mtdblock4 /system
sync
**reboot (optional if you want to take extra precaution lol, I didn't and it still worked)
Viola, 2.0.1 dock and alarm clock. You don't really need to install AlarmClock.apk if you don't want to but if you're going to click on the alarm clock button in the dock you're going to have to install it because you're going to get force closes.
Sooo close.

The alarm clock (2.0.1) works fine. Unfortunately multimedia dock is still crashing. When I put the phone in the dock I have an option to select Clock (normal 2.1) or Multimedia Dock (2.0.1 causes crash).
I didn't see a Dock.apk in the ZIP....only a DeskClock.apk (which I assume is 2.1)...
I've tried copying your commands using the Dock.apk I got from my update.zip (2.0.1) but no avail....
ok here's the fixed one must have accidentally picked the deskclock oneb by mistake. fixedclockdock.zip
try installing the dock.apk included first and see if it works if not you might have to delete the com file associated with the dock.apk (assuming there is one lol, I didn't really check lol I removed it after I got it to work). Clear out the dock app's "com" files from /data/data/ with root explorer
or with terminal:
Code:
cd /data/data
find . -name "*dock*" -print
rm insertappnamehere
If it's not finding it just list everything and try to find the name manually
Last edited by JonKyu; 03-24-2010 at 12:58 AM.
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By samiusmc in forum Droid General Discussions
Replies: 5
Last Post: 03-15-2010, 09:25 AM
-
By kellex in forum Droid General Discussions
Replies: 2
Last Post: 03-03-2010, 03:05 PM
-
By kllian in forum Droid General Discussions
Replies: 16
Last Post: 01-28-2010, 07:31 PM
-
By billyk in forum Droid General Discussions
Replies: 16
Last Post: 12-30-2009, 05:43 AM
-
By Breezer23 in forum Droid Accessories
Replies: 14
Last Post: 12-19-2009, 10:00 AM
Search tags for this page
alarm clock revert
,
dock apk
,
dock clock apk
,
dock.apk
,
media dock apk
,
motorola dock service stopped unexpectedly
,
motorola xt531#gsc.tab
,
multimedia dock apk
,
multimedia dock apk download
,
revert alarm
,
revert alarm clock
,
revert on an alarm clock
,
the aplication motorola dock service
,
the application motorola dock service
,
the application motorola dock service (process com.motorola.
Click on a term to search our site for related topics.
Tags for this Thread