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 ...

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: Revert 2.1 Droid Multimedia Dock to 2.0.1

  1. Junior Droid
    lastguy2getps2's Avatar
    Member #
    49008
    Join Date
    Mar 2010
    Posts
    5
    Phone
    Enter Current Phone Model Here
    #11
    Quote Originally Posted by JonKyu View Post
    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.
  2. Beta Team
    JonKyu's Avatar
    Member #
    4977
    Join Date
    Nov 2009
    Location
    Provo, UT
    Posts
    2,398
    Phone
    DROID X
    #12
    Quote Originally Posted by lastguy2getps2 View Post
    Quote Originally Posted by JonKyu View Post
    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
    Code:
    cd /data/data
    ls
    Last edited by JonKyu; 03-24-2010 at 12:58 AM.
  3. Junior Droid
    lastguy2getps2's Avatar
    Member #
    49008
    Join Date
    Mar 2010
    Posts
    5
    Phone
    Enter Current Phone Model Here
    #13
    WOW! Thanks so much!
  4. Beta Team
    JonKyu's Avatar
    Member #
    4977
    Join Date
    Nov 2009
    Location
    Provo, UT
    Posts
    2,398
    Phone
    DROID X
    #14
    Quote Originally Posted by lastguy2getps2 View Post
    WOW! Thanks so much!
    Did it work??!

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Droid Multimedia Dock Question
    By samiusmc in forum Droid General Discussions
    Replies: 5
    Last Post: 03-15-2010, 09:25 AM
  2. Contest: Win a Droid Multimedia Dock
    By kellex in forum Droid General Discussions
    Replies: 2
    Last Post: 03-03-2010, 03:05 PM
  3. Droid Multimedia Dock + 2.1
    By kllian in forum Droid General Discussions
    Replies: 16
    Last Post: 01-28-2010, 07:31 PM
  4. Droid Multimedia Dock
    By billyk in forum Droid General Discussions
    Replies: 16
    Last Post: 12-30-2009, 05:43 AM
  5. Anyone Able to Find Droid Multimedia Dock?
    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