[SCRIPT] Honeycomb Install - Market, GMail, Talk, Contacts, Maps - Nook Color Android Development

This should work on Honeycomb 1 and 2/2a. It includes Contact Sync for GMail (I needed this), Gmail, Market, Talk, and Maps.
Extract HoneyGApps.v2.zip in ADB directory
Double click HoneyGAppInstall
Done
Code:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
adb push Vending.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push Gmail.apk /system/app
adb push Maps.apk /system/app
adb push Talk.apk /system/app
adb push GoogleContactsSyncAdapter.apk /system/app
adb shell chmod 6755 /system/app/Vending.apk
adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
adb shell chmod 6755 /system/app/Gmail.apk
adb shell chmod 6755 /system/app/Maps.apk
adb shell chmod 6755 /system/app/Talk.apk
adb shell chmod 6755 /system/app/GoogleContactsSyncAdapter.apk
adb reboot
You can either add any missing files using the above code or just run the script and it will overwrite/replace everything. I have been mucking with files so hopefully everything required is included... I've left v1 attached just in case.
When downloading from the market sometimes it is very slow, sometimes very fast. There can also be a delay between when you click install and you see the download start. Be patient, if you click install again you will start a second download.
======== OLDER DIRECTIONS ========
Extract HoneyMarketInstall.v2.zip in ADB directory
Double click HoneyMarketInstall
Done
Code:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
adb push Vending.apk /system/app
adb push GoogleServicesFramework.apk /system/app
adb push Gmail.apk /system/app
adb shell chmod 6755 /system/app/Vending.apk
adb shell chmod 6755 /system/app/GoogleServicesFramework.apk
adb shell chmod 6755 /system/app/Gmail.apk
adb reboot
* Standard disclaimer, use at your own risk and stuff. *
(Market is version 2.2.11)
(GMail is version 2.3.2)
(Talk is version 1.3)
(Maps is version 4.5.1)

thanks this is helpful

It works but force closes on me when trying to install something. Any ideas?

When trying to download it gets stuck at "starting download". hmm

MattJ951 said:
It works but force closes on me when trying to install something. Any ideas?
Click to expand...
Click to collapse
Having the same issue............

Is this the new marketplace because for some reason alot of apps dont show up in the market i have on there now and i tried pushing the .apks manually and im not getting any luck.

compuguy1088 said:
Having the same issue............
Click to expand...
Click to collapse
I had the same problem. I replaced the apk's in the zips with the ones in this post and reran the script and everything is working now.
http://forum.xda-developers.com/showpost.php?p=11056748&postcount=250
Could have been a fluke but maybe something is off with the apks in the zip?

tip!
this:
adb shell mount -o rw,remount -t ext2 /dev/block/mmcblk1p2 /system
Click to expand...
Click to collapse
can be replaced with this:
adb remount
Click to expand...
Click to collapse

zappaziz said:
I had the same problem. I replaced the apk's in the zips with the ones in this post and reran the script and everything is working now.
http://forum.xda-developers.com/showpost.php?p=11056748&postcount=250
Could have been a fluke but maybe something is off with the apks in the zip?
Click to expand...
Click to collapse
Those are the files in the ZIP, I merely made the script to install it, following the posted directions.

fattire said:
this:
can be replaced with this:
Click to expand...
Click to collapse
Doesn't usually work for me... went with what I know works.

I just get FC's out of the framework and the market... Using the 02 version of the Nook Honey posted which adds sound... Something needs to change in the framework or such?

I updated to 1.1.0.
Everything works great.
The Market is totally different. I used to only have a few apps in portrait, but in landscape I had more.
Now it all looks different but works great portrait or landscape.
Seems like I have many more apps available now.
I am a Happy Camper!

Worked well for me. Only a few things that won't install....get Unknown error - 18 trying to install Anry Birds.. anyone know what could be the cause of this?
Also, I really hope Root comes along soon, then this will be AWESOME!
Thank you DB for HC!!
Thank you jleecong for this great install tool!!!

khaytsus said:
I just get FC's out of the framework and all gapps... Using the 02 version of the Nook Honey posted which adds sound... Something needs to change in the framework or such?
Click to expand...
Click to collapse
There shouldn't be any GApps... this is just market.

jleecong said:
There shouldn't be any GApps... this is just market.
Click to expand...
Click to collapse
Okay, I mis spoke, the Framework and Market FCs.

khaytsus said:
Okay, I mis spoke, the Framework and Market FCs.
Click to expand...
Click to collapse
Just making sure...
Do you have any other apps installed, done anything "funny"?
I installed this first thing both times (using the script) and had no issues (Download can seem stuck and kinda goes from 0 to 100%, but you can see traffic if you monitor it externally).

crashdau said:
Worked well for me. Only a few things that won't install....get Unknown error - 18 trying to install Anry Birds.. anyone know what could be the cause of this?
Also, I really hope Root comes along soon, then this will be AWESOME!
Thank you DB for HC!!
Thank you jleecong for this great install tool!!!
Click to expand...
Click to collapse
I was unable to open "Manage Applications" on 01, just got FC. Now on 02 I'm able open it without issue.
I tried Angry Birds on 01 and didn't have any issues installing (I installed it using ADB however).

jleecong said:
Just making sure...
Do you have any other apps installed, done anything "funny"?
I installed this first thing both times (using the script) and had no issues (Download can seem stuck and kinda goes from 0 to 100%, but you can see traffic if you monitor it externally).
Click to expand...
Click to collapse
No, I made the disk, booted into HC (2, with sound), plugged in USB cable, pushed/chmod'ed, rebooted. From there FC's on related items. Didn't do anything else at all.
I might mess with a bit more here later. I have it on two cards, one I put your files on, the other I didn't....

Weird.. Rebooted a few times and the FC's stopped, and then the market worked, google sync worked..
Then things went south again Okay, HC is cute, played with it, check! Back to the stock ROM.

khaytsus said:
Weird.. Rebooted a few times and the FC's stopped, and then the market worked, google sync worked..
Then things went south again Okay, HC is cute, played with it, check! Back to the stock ROM.
Click to expand...
Click to collapse
I have gotten a few Close or Waits (choose Wait) and maybe 1 Force Close, but for the most part I've done 3 installs now on fresh/clean images and no problems.

Related

New Rooting method for 2.1 | updated for 2.0.2.A.0.24 | 9/01/2011

Here comes the latest rooting method that works with 2.0.2.A.0.24 firmware.
Credits to Scotty2 for his psneuter exploit!
1. Download and unpack rootme.tar.bz2
2. Execute ./rootme (linux) or rootme.bat (windows)
3. Done.
---
You may also want to try SuperOneClickv1.5.5-ShortFuse.zip (modified by batman_112 to use the latest exploit).
Cheers,
z
Stop for me at Point 4)
I got back
./ratc: Permission denied
Click to expand...
Click to collapse
after
./ratc
i get ... permission denided
Wow, actually it seems that copying files with adb push via script messes thing up I corrected the instructions, so now it will work for you, but need to copy the files manually.
zdzihu said:
Wow, actually it seems that copying files with adb push via script messes thing up I corrected the instructions, so now it will work for you, but need to copy the files manually.
Click to expand...
Click to collapse
Your link is broken
Try now, I got rid of installation scripts
EDIT: Now it works flawlessly. I still have no clue why copying files with .bat file messes everything up, but manual copying does the job.
why the superone reach the root sometimes so slow?
your method uses the same exploit, and works at first try
check the files plz: Invalid or Deleted File
can't download the ratc-pack --> Invalid or Deleted File
please reup - THX
EDIT: Link is OK now --> THX
Link is OK. Downloading at the moment.
Tried it manually (as described)...
But same problem... :-(
UserX10 said:
Tried it manually (as described)...
But same problem... :-(
Click to expand...
Click to collapse
I just reflashed my phone and it worked for me at 1st attempt.
Could you please got rid of the old files and retry from the beggining?
Cheers!
meta96 said:
after
./ratc
i get ... permission denided
Click to expand...
Click to collapse
Same thing for me
:-( Same Problem
I flashed my X10 with nordic FW and tried it again Step by Step... but "permission denied"... even if i remove and make the tmp directory as described...
Ok, last thing to try... After you copy the files, go with:
Code:
adb shell
chmod 777 /data/local/tmp/*
I added some screenshots to show how the process works for me.
is this a full root? i mean, is root+shell root?
zdzihu said:
Hi guys, I've noticed some people still can't get their phones rooted with SuperOneClick method. So do I, never managed to get it working Here is a simple method of rooting, using the same exploit (rageagainstthecage - credits to author). This is quick and 100% guaranteed to work but I'd rather recommend it to advanced users.
1. Install Android Terminal Emulator from the market http://bit.ly/9B46Nl
2. Download and unpack http://www.mediafire.com/?s0428zxc7n50i28
3. Plug in the phone (usb debugging mode), copy the following files with adb and change permissions:
Code:
adb push ratc /data/local/tmp/ratc
adb push busybox /data/local/tmp/busybox
adb push su /data/local/tmp/su
adb push rootme /data/local/tmp/rootme
adb push superuser.apk /data/local/tmp/superuser.apk
adb shell
chmod /data/local/tmp/*
4. Start Terminal Emulator on your phone and issue those commands:
Code:
cd /data/local/tmp
./ratc
5. Exit out of Terminal Emulator using BACK button.
6. Start any other application and exit out of it using BACK button.
7. Start Terminal Emulator again - note that you're running it as root (#)
8. Issue those commands:
Code:
cd /data/local/tmp
./rootme
Your phone will reboot - and it's done. I suggest installing Busybox from the Market. Hope it helps.
Cheers!
EDIT: Fixed.
Click to expand...
Click to collapse
Finally I was able to root my phone
just one correction, you got to use chmod 777 /data/local/tmp/*
it was not allowing to root otherwise
i kept breaking my head using the "simple" SuperOneCLick but could not show my rage against the machine
thank you for explaining this process for Root.
zdzihu said:
Ok, last thing to try... After you copy the files, go with:
Code:
adb shell
cd /data/local/tmp
chmod 777 *
I added some screenshots to show how the process works for me.
Click to expand...
Click to collapse
chmod 777 *
did it. thanx. btw like your oldstyle-skills
Just saw this thread and wanted to root my phone also...I downloaded the files provided in the first post and extracted onto my PC. When I tried running the adb application, I only get a command window only for a split second and then it disappears. Am I doing something wrong?
Everything works fine until the final step where I write ./rootme in the emulator.
Before the phone reboots, it says something right after, something about superuser.apk.
Once the phone is back on the emulator goes back to $. As well as not being able to download Busybox.
Appreciate your efforts
EDIT: No worries, I managed to get root using SuperOneClick (finally!). It was rather sketchy, would've preferred your way tbh.

[Q] Post Root: Root Explorer Question

I finally got my NookColor to sideload apps via ADB. The first thing I did was install Root Explorer and I rebooted the NC.
However, using Root Explorer, I do not have access to the cache or data directories. The response that I get is "Mounted as r/o" and "Your phone doesn't appear to be rooted. ..."
Did I miss something in the process and I'm not really rooted?
Also, I've noticed that the command adb remount gives back an error message as well.
Any thoughts?
Thanks!
See http://forum.xda-developers.com/showthread.php?t=857636
Assuming that you've already install the SuperUser apk
You need to push the su file into /data/local
use the following ADB commands:
Code:
adb push su /data/local/
Then
Code:
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
Use the su file from the attachment in the thread below
http://forum.xda-developers.com/showthread.php?t=665974
Thank you, Sapienta.
I noticed the Superuser comes down as a zip and the instructions say to boot into recovery mode and flash ... does that translate to renaming the zip to apk and installing via adb (as I've done with other apps)? Or do I need to figure out how to do the recovery boot/flash?
Ya sorry about that. I should've been more clear. Ignore everything from that page just download the attachment. You need to push the "su" file into /data/local and then chmod it to 6755 per the instructions from the first link I post and you're good to go.
EDIT NVM, I got it
Well, actually, you were quite clear the first time, I had just forgotten about the first link. But now, when I try to install the file (after renaming the zip to apk) via ADB I get an error message that says file does not contain AndroidManifest.xml. But I know the file is there ... I can see it when I view it with 7Zip. So, I guess I'm being dense today, but what am I missing?
indeana said:
Well, actually, you were quite clear the first time, I had just forgotten about the first link. But now, when I try to install the file (after renaming the zip to apk) via ADB I get an error message that says file does not contain AndroidManifest.xml. But I know the file is there ... I can see it when I view it with 7Zip. So, I guess I'm being dense today, but what am I missing?
Click to expand...
Click to collapse
Inside of the zip file there should be two files, a file called "su" without an extension and the Superuser.apk.
You'll want to push the su (the file is actually a raw binary) to your NC using the steps provided. You'll also want to install the Superuser.apk after pushing the su binary.
Thank you, antoniouslj. Yesterday I installed SU first and then pushed su but Root Explorer kept erroring out. So just to be sure I'm clear, the steps would be done in this order:
1. Push su -->
adb push su /data/local/
2. Change permissions -->
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
3. Install Superuser
Then do I adb Root Explorer or should Root Explorer be installed before I do the steps above?
indeana said:
Thank you, antoniouslj. Yesterday I installed SU first and then pushed su but Root Explorer kept erroring out. So just to be sure I'm clear, the steps would be done in this order:
1. Push su -->
adb push su /data/local/
2. Change permissions -->
adb shell
# cd /system/bin
# mount -o remount,rw /dev/block/mmcblk0p5 /system
# cat /data/local/su > su
# chmod 6755 su
# ls -l su
-rwsr-sr-x root root 26264 2010-12-01 10:27 su
3. Install Superuser
Then do I adb Root Explorer or should Root Explorer be installed before I do the steps above?
Click to expand...
Click to collapse
That's exactly what I did and it worked great for me. I also had Root Explorer installed prior to installing SU.
Still Struggling!
So ... I still can't get this to work. Do I need to install an alternative launcher (like ADW) first and then do this process?
indeana said:
So ... I still can't get this to work. Do I need to install an alternative launcher (like ADW) first and then do this process?
Click to expand...
Click to collapse
No... what part of the process are you getting stuck on?
I do the three steps like we talked about earlier (and exactly in that order--except I exit out of the shell before I issue the adb install superuser.apk command) and I reboot the Nook. Turn the Nook back on and open Root Explorer, but then RE tells me that there are issues with Superuser and to close RE and restart the RE app. So I do. But it repeats the same process. (I've removed everything so I don't remember the exact language. When I open SU there is no way for me to add an app (that I know of anyway) including looking at the settings. So that's where I'm stuck. And if I can't get root access, then apps like SetCPU and Quickboot won't run successfully.
indeana said:
I do the three steps like we talked about earlier (and exactly in that order--except I exit out of the shell before I issue the adb install superuser.apk command) and I reboot the Nook. Turn the Nook back on and open Root Explorer, but then RE tells me that there are issues with Superuser and to close RE and restart the RE app. So I do. But it repeats the same process. (I've removed everything so I don't remember the exact language. When I open SU there is no way for me to add an app (that I know of anyway) including looking at the settings. So that's where I'm stuck. And if I can't get root access, then apps like SetCPU and Quickboot won't run successfully.
Click to expand...
Click to collapse
Grab another version of RE. I'm finding that version matters when trying to sideload apps.
EUREKA!!!
Thanks to everyone for your help! I finally figured it out. Just as I was about to take the last suggestion of finding and downloading another version of RE, I found and downloaded another version of Superuser (version 4). The new SU version extracts from the zip differently but I was finally able to push and modify per the earlier instructions, installed the new SU version, rebooted, started RE, added it to the SU Whitelist and BAM Root Explorer is working just as I expected it to. SetCPU and Quickboot also seems to be working.
Once again, thank you! You were all GREAT!!!
indeana said:
Thanks to everyone for your help! I finally figured it out. Just as I was about to take the last suggestion of finding and downloading another version of RE, I found and downloaded another version of Superuser (version 4). The new SU version extracts from the zip differently but I was finally able to push and modify per the earlier instructions, installed the new SU version, rebooted, started RE, added it to the SU Whitelist and BAM Root Explorer is working just as I expected it to. SetCPU and Quickboot also seems to be working.
Once again, thank you! You were all GREAT!!!
Click to expand...
Click to collapse
Nevermind...I got mine going, too.

Google location services fix (formerly, Twitter client recommendations?)

I tried and failed with Seesmic so far.
[INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Update:
Twitter and Tweetdeck also fail to install (didn't verify the error).
Update2:
Seems like others had noticed this before:
http://forum.samdroid.net/f38/cant-install-seesmic-after-kitchen-v2-1949/#post45656
I do have GMaps installed, though ...
Update3:
Figured out the problem.
Need to push the missing files:
/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Then reboot and it should be fixed (Twitter, Seesmic, Tweetdeck now install).
Update4:
It seems that this fix may apply to any app that used Google location services. (More useful than I thought )
Also see here (post 10) for the Quick Howto:
http://forum.xda-developers.com/showpost.php?p=9657322&postcount=10
Update5:
Don't forget to remount the /system parition (else, you will get messages about read-only issues).
Code:
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
twidroyd is perfect. its probably the single best running app on my NC, all things considered.
cabbieBot said:
twidroyd is perfect. its probably the single best running app on my NC, all things considered.
Click to expand...
Click to collapse
I installed the official Twitter (v1.0.5) client right from the applanet market. Works perfectly
Touiteur is my favorite app and it works just fine on the NC.
Sent from my Nook Color
cabbieBot said:
twidroyd is perfect. its probably the single best running app on my NC, all things considered.
Click to expand...
Click to collapse
Agreed, Twidroyd is awesome! I'll stick with it.
feisty_noodle said:
Update3:
Figured out the problem.
Need to push the missing files:
/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Then reboot and it should be fixed (Twitter, Seesmic, Tweetdeck now install).
Click to expand...
Click to collapse
I assume you got these files from a GApps archive somewhere. Could you point out which one? Would love to have Tweetdeck on my NC.
kerobaros said:
I assume you got these files from a GApps archive somewhere. Could you point out which one? Would love to have Tweetdeck on my NC.
Click to expand...
Click to collapse
I was able to pull them from my Android phone. I'm not sure the legality of posting those here (proprietary software maybe?)
kerobaros said:
I assume you got these files from a GApps archive somewhere. Could you point out which one? Would love to have Tweetdeck on my NC.
Click to expand...
Click to collapse
You can extract the necessary files from any of a number of GApps floating around (like this one):
http://goo-inside.me/google-apps/gapps-mdpi-20101020-signed.zip
That fix actually enables a whole slew of other apps -- basically all the things which wouldnt work because they lacked location services (i.e. all the good stuff). You should seriously post that in another post as a generic non-installing app fix.
I just got Parallel Kingdoms running, so my NC experience is complete.
quick how-to
remount rw so we can modify /system
Code:
adb shell
mount -o remount,rw /dev/block/mmcblk0p5 /system
exit
copy over the two files from the zip:
Code:
adb push com.google.android.maps.xml /system/etc/permissions/com.google.android.maps.xml
adb push com.google.android.maps.jar /system/framework/com.google.android.maps.jar
reboot the device
Code:
adb shell
reboot
This should be working, I've done very limited tests to confirm that it's accurate
feisty_noodle said:
I tried and failed with Seesmic so far.
[INSTALL_FAILED_MISSING_SHARED_LIBRARY]
Update:
Twitter and Tweetdeck also fail to install (didn't verify the error).
Update2:
Seems like others had noticed this before:
http://forum.samdroid.net/f38/cant-install-seesmic-after-kitchen-v2-1949/#post45656
I do have GMaps installed, though ...
Update3:
Figured out the problem.
Need to push the missing files:
/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Then reboot and it should be fixed (Twitter, Seesmic, Tweetdeck now install).
Click to expand...
Click to collapse
How do you push the files?
feisty_noodle said:
Update3:
Figured out the problem.
Need to push the missing files:
/system/framework/com.google.android.maps.jar
/system/etc/permissions/com.google.android.maps.xml
Then reboot and it should be fixed (Twitter, Seesmic, Tweetdeck now install).
Click to expand...
Click to collapse
Thanks for this. I have the two missing files, but can't figure out how to frame the push command. Can someone help please.
So weather apps and twitter apps are the main beneficiaries of this hack? Anything other noteworthy apps that come to mind?
Thanks for the step by step guide !!
This tutorial worked perfectly. Pushed the two files, rebooted, and Tweetdeck installed. Works like a charm. Thanks, folks!
Also, what gapps bundle did you get those out of, the one linked earlier in the thread? Going to try to push some more files out of it, try to get Gmail and Google Reader working.
I must be missing something. I just tried this and it responded with:
failed to copy <file> to <location> : Read-only file system
Do I need to do the superuser stuff first?
mad5427 said:
I must be missing something. I just tried this and it responded with:
failed to copy <file> to <location> : Read-only file system
Do I need to do the superuser stuff first?
Click to expand...
Click to collapse
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
then push your file
califrag said:
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
then push your file
Click to expand...
Click to collapse
Thank you. Having adb shell and the mount line in the same command worked perfectly.
I cant get it to work at all @[email protected]
Can I do this with root explorer? My comp took a dirt nap on me yesterday.
Or terminal emulator?
Sent from my Droid using XDA App
chuffykow said:
reboot the device
Code:
adb shell
reboot
This should be working, I've done very limited tests to confirm that it's accurate
Click to expand...
Click to collapse
Its not necessary to get into shell to reboot the device..
U can do this
Code:
adb reboot

New Market app

Any brave souls tried the new Market today?
Yes, I just tried it. It works! and it fixes the button problem in 2.2.6.
I first tried one that did not work, but I've attached the one I did get to work. Just copy into /system/app, rename to Vending.apk, and change permissions.
Enjoy!
Xhorder said:
Yes, I just tried it. It works! and it fixes the button problem in 2.2.6.
I first tried one that did not work, but I've attached the one I did get to work. Just copy into /system/app, rename to Vending.apk, and change permissions.
Enjoy!
Click to expand...
Click to collapse
Would this work ?
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
adb shell cp /system/app/Vending.apk /system/app/oldVending.apk
adb push Vending.apk /system/app
adb reboot
Or, you can just download and install it like any other apply. It'll install over the old Market no problem. It Indore you that it's a system apply, but works anyway.
Sent from my Nook Color
golfprorm said:
Or, you can just download and install it like any other apply. It'll install over the old Market no problem. It Indore you that it's a system apply, but works anyway.
Sent from my Nook Color
Click to expand...
Click to collapse
that didn't work for me... YMMV of course.
Anyone have the old Market (Vending.apk)? I stupidly replaced it with the above and broke it. Much obliged.
Thibor69 said:
Would this work ?
adb shell mount -o remount,rw /dev/block/mmcblk0p5 /system
adb shell cp /system/app/Vending.apk /system/app/oldVending.apk
adb push Vending.apk /system/app
adb reboot
Click to expand...
Click to collapse
Worked for me
I was able to install it via the .apk...
Kept getting error message about cp: not found
Skipped the renaming step and it worked perfect, rejected both drives first and it worked like a charm.
FW 1.0.0 / Launcherpro
Works great! Any updated Gmail success yet?
Sent from my LogicPD Zoom2 using Tapatalk
Just installed it from the APK above. Works great.
Took the plunge... did it from the APK. Works.
The scrolling issue when you had to flip the NC in landscape is gone. But I find it a royal pain to switch between Paid, Free and Just In. For some reason the oval overlay trasfers the click on the app below and I end up opening that instead. I found that switching requires a rather precise click... something to think about Mr. Sergei. Well... maybe not for us free spirits
Thanks, I just installed it and it worked, straight from tapatalk app.
Worked fine for me also.
Via TapaTalk on Nook Tablet
I've downloaded and put it into the system\app folder, renamed and when market opens it just instantly crashes.
ideas anyone? greatly appreciated
EDIT: ROFL! redid the process and rebooted after double checking permissions, works fine now
One thread on the subject is enough: http://forum.xda-developers.com/showthread.php?t=872621

Need help with mediascape

I uninstalled mediascape and now i can't use video playback after recording a video. i tried using google and searchin forums to reinstall mediascape but all i found were scripts to be used and you need the .odex file. i unfortunately do not have that, although i was able to get the .apk file but it will not reinstall with just that. i searched for a couple days and nothing still. any help would be greatly appreciated!
jellogk said:
I uninstalled mediascape and now i can't use video playback after recording a video. i tried using google and searchin forums to reinstall mediascape but all i found were scripts to be used and you need the .odex file. i unfortunately do not have that, although i was able to get the .apk file but it will not reinstall with just that. i searched for a couple days and nothing still. any help would be greatly appreciated!
Click to expand...
Click to collapse
just see this now.
go here
http://forum.xda-developers.com/showthread.php?t=826849
oh...and one thing...you should really do a search before open a trhead
many thanks
thank you so much. it seems as though my searching skills is terrible. :\. i havent extracted yet but i hope to figure out which is the .odex file because i have been able to acquire the .apk. thank you once again and sorry for opening a new thread >_<
jellogk said:
thank you so much. it seems as though my searching skills is terrible. :\. i havent extracted yet but i hope to figure out which is the .odex file because i have been able to acquire the .apk. thank you once again and sorry for opening a new thread >_<
Click to expand...
Click to collapse
You're wellcome.
When i get to my pc ill look for what files you'll need
Sent from my Xperia AOSP using XDA App
EDIT:
i think to install mediascape correctly you just need to install mediascape.apk and MediascapePluginManager.apk....and mediascape.odex (this one i can`t find)
if you get this 3 files do this on adb:
HTML:
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
after reboot you should have mediascape installed and running
And you still need mediascapeplugginmanager.odex, so...if i were you ill flash it
Sent from my Xperia AOSP using XDA App

Categories

Resources