Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
shvyue
Old
(Last edited by shvyue; 28th June 2010 at 02:22 AM.)
#1  
Member - OP
Thanks Meter 13
Posts: 92
Join Date: Nov 2008
Default Re-install mediascape after root.

Thanks for the great job done by developers. However, I noticed mediascape was removed after root. Personally I think mediascape is nice but failed to install it from the app folder on sdcard. Searched the whole thread but didn't find a method.

I tried manually copy the mediascape.apk to /data/app, reboot, then mediascape is restored in the application drawer and can be run functionally.

Here is the details.

Connect the X10 to PC using USB debug mode.

Get the adb.exe ready (you can run it from the root step4 folder directly)

0. Copy mediascape.apk to the step4 folder.
1. Start command prompt as administrater.
2. Change to the step4 folder.
3. Run "adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system" without quotes.
4. Run "adb shell chmod 777 /data/app" without quotes.
5. Run "adb push mediascape.apk /data/app" no quotes.
6. Run "adb shell reboot" no quotes.


BTW: I have copied all the mediascape related files back to /system/app as well, by running "adb shell chmod 777 /system/app" and using adb push.

Seems it's not ideal as the apk is not installed but added to the X10 directly.
Any better ideas?
 
synlar
Old
#2  
Member
Thanks Meter 2
Posts: 75
Join Date: Apr 2010
Try RealPlayer for Android, it's a new app, really good!

w w w.real.com/realplayer/android
 
Fuzalert2k
Old
#3  
Fuzalert2k's Avatar
Senior Member
Thanks Meter 21
Posts: 348
Join Date: Jul 2009
Nah, nothing can beat mediascape.

anyway, how can one get timescape back?
--------------------------------------------------------------------
Current: Xperia TX
Previous Primary: Xperia X10, TouchPro 2, Xperia X1
(from most recent to least).
--------------------------------------------------------------------
 
shvyue
Old
#4  
Member - OP
Thanks Meter 13
Posts: 92
Join Date: Nov 2008
Quote:
Originally Posted by Fuzalert2k View Post
Nah, nothing can beat mediascape.

anyway, how can one get timescape back?
you mean timescape? or mediascape?
 
nosidefcp
Old
#5  
Senior Member
Thanks Meter 2
Posts: 176
Join Date: May 2010
Quote:
Originally Posted by shvyue View Post
Thanks for the great job done by developers. However, I noticed mediascape was removed after root. Personally I think mediascape is nice but failed to install it from the app folder on sdcard. Searched the whole thread but didn't find a method.

I tried manually copy the mediascape.apk to /data/app, reboot, then mediascape is restored in the application drawer and can be run functionally.

Here is the details.

Connect the X10 to PC using USB debug mode.

Get the adb.exe ready (you can run it from the root step4 folder directly)

0. Copy mediascape.apk to the step4 folder.
1. Start command prompt as administrater.
2. Change to the step4 folder.
3. Run "adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system" without quotes.
4. Run "adb shell chmod 777 /data/app" without quotes.
5. Run "adb push mediascape.apk /data/app" no quotes.
6. Run "adb shell reboot" no quotes.


BTW: I have copied all the mediascape related files back to /system/app as well, by running "adb shell chmod 777 /system/app" and using adb push.

Seems it's not ideal as the apk is not installed but added to the X10 directly.
Any better ideas?

done this and mediscape still dont apear and cant install it through astro file manager
 
shvyue
Old
#6  
Member - OP
Thanks Meter 13
Posts: 92
Join Date: Nov 2008
Can you see mediascape.apk in the /data/app folder? If yes have you copied 4 mediascape files back to /system/app?

Sent from my SO-01B using Tapatalk
 
corruptfate
Old
#7  
Senior Member
Thanks Meter 1
Posts: 140
Join Date: May 2010
hmm I don't seem to have the app folder in my data folder, in my memory card o.O can someone help me out
 
shvyue
Old
#8  
Member - OP
Thanks Meter 13
Posts: 92
Join Date: Nov 2008
The data/app folder is not on your sdcard. Up one level.

Sent from my SO-01B using Tapatalk
 
Fuzalert2k
Old
#9  
Fuzalert2k's Avatar
Senior Member
Thanks Meter 21
Posts: 348
Join Date: Jul 2009
Quote:
Originally Posted by shvyue View Post
you mean timescape? or mediascape?
I mean timescape
--------------------------------------------------------------------
Current: Xperia TX
Previous Primary: Xperia X10, TouchPro 2, Xperia X1
(from most recent to least).
--------------------------------------------------------------------
 
nosidefcp
Old
#10  
Senior Member
Thanks Meter 2
Posts: 176
Join Date: May 2010
done this and it works. mediascpae reinstaled in my rooted x10

open dos prompt with administrator privileges, change do step4 folder and do this:

Originally Posted by maxmaniac View Post

Well Root worked for me,

Thanks Guys!!!


Anyway, I was able to get Mediascape to work again using a small script I wrote (looking at those made by our developers).

Here's what i've done:

IMPORTANT: you must have *.apk and *.odex files on your sdcard!!

----------------------------------------------------
@echo off
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system

adb shell dd if=/sdcard/apps/MediascapePluginManager.apk of=/system/app/MediascapePluginManager.apk
adb shell dd if=/sdcard/apps/MediascapePluginManager.odex of=/system/app/MediascapePluginManager.odex
adb shell chmod 644 /system/app/MediascapePluginManager*

adb shell dd if=/sdcard/apps/mediascape.apk of=/system/app/mediascape.apk
adb shell dd if=/sdcard/apps/mediascape.odex of=/system/app/mediascape.odex
adb shell chmod 644 /system/app/mediascape*

adb shell reboot
----------------------------------------------------

I don't know if this will work for all of you, but it worked for me.
Don't really know if this breaks anything in your X10, so use this at your own risk.

Thanks again for rooting this thing!!

André

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

XDA University: Porting ClockworkMod Recovery to New Devices

Having a good recovery makes the process of modifying, tweaking, maintaining, … more

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more

What Happened at Google I/O 2013 – XDA Developer TV

Unless you just emerged from a deep, dark, dank cavern under the Earth, you know … more

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more