XDA Install CD - MDA, XDA, 1010 General

I've lost my install cd can anyone give me a link where can I download it.
Thanks

Related

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

arrg this is getting pointless now

been trying to update to wolfs rom, but lame thing is xrecovery, cant find way to get it to fully working version that allows me to install the rom, instead just wont load up the sdcard
have gotroot access, busybox installed, flashtool works no problem now just this last stage now is getting to the end of my tether
I have got root explorer so can copy over files to system if needs be, but am now stuck, as have already tried the method of copying files over to update xrecovery, also could not see where adb shell is to run the commands that ive seen so am stuck there
any help would be appreciated
What I recomend that you do is flash back to 2.1 using flashtool, then root, install xRecovery, and then follow the instructions in wolfs thread. That's worked for me and many others. Goodluck
Sent from my X10i using XDA Premium App
rm -r /sdcard
mkdir sdcard
chmod 777 sdcard
Click to expand...
Click to collapse
OR
extract APK and copy .

[Q] file app

The g9 has a good file app can it be extracted to use on a phone like the atrix ? What I'm looking for is the network browser part.
My goal is to use my g9 as a media server use my old phone with the HDMI and connect it to a TV the TV has a USB that will charge the phone then I have a make shift Google TV
probably wont work but here i'll upload the apk for you
http://www.mediafire.com/?j5f3jaofx2m0j4m
Wow that was fast thank you I'll post back if it works
Also if you don't mind could you explain how you got it so in the future I can do it myself! Well need a new computer first lol
robertlawson225 said:
Wow that was fast thank you I'll post back if it works
Also if you don't mind could you explain how you got it so in the future I can do it myself! Well need a new computer first lol
Click to expand...
Click to collapse
you can find it in /system/app
I don't think it will work however since it's odexed. perhaps a deodexed version would work better.
Have you tried ES Explorer?
Sent from my LG-VM670 using Tapatalk 2 Beta-2
2 weeks ago i have tryed to install the apk off archos file manager (is very nice and intuitive) on my lg optimus one with gyanogen but it doesn't work as told here. pity. ciao
It didn't work for me just won't install
Shano56 said:
you can find it in /system/app
I don't think it will work however since it's odexed. perhaps a deodexed version would work better.
Click to expand...
Click to collapse
Does anyone know how to deodexed this app?
robertlawson225 said:
Does anyone know how to deodexed this app?
Click to expand...
Click to collapse
you'll have to install this whole rom http://forum.xda-developers.com/showthread.php?t=1551682
Shano56 said:
you'll have to install this whole rom http://forum.xda-developers.com/showthread.php?t=1551682
Click to expand...
Click to collapse
Thanks for the info but this is my sons g9 and I don't want him to have root can just the app be extracted or does it have to be loaded on the tablet then extracted?
robertlawson225 said:
Thanks for the info but this is my sons g9 and I don't want him to have root can just the app be extracted or does it have to be loaded on the tablet then extracted?
Click to expand...
Click to collapse
you could ask someone else who has the deodex version
You can mount ext4 image as loop but you need linux (virtual machine will do)
tapatalked from Desire
gen_scheisskopf said:
You can mount ext4 image as loop but you need linux (virtual machine will do)
tapatalked from Desire
Click to expand...
Click to collapse
Do you have a link for instructions I do have a live USB Ubuntu will that work?
robertlawson225 said:
Do you have a link for instructions I do have a live USB Ubuntu will that work?
Click to expand...
Click to collapse
1. You need at least 600 MB of free space on USB (archos.ext4.zip and place to unpack)
2. Open terminal in the folder where archos.ext4 is located and:
Code:
mkdir mnt
sudo mount -o loop archos.ext4 mnt
3. Do whetever you wan to with files in ext4 image, then
Code:
sudo umount mnt
[optional] rm -r mnt
gen_scheisskopf said:
1. You need at least 600 MB of free space on USB (archos.ext4.zip and place to unpack)
2. Open terminal in the folder where archos.ext4 is located and:
Code:
mkdir mnt
sudo mount -o loop archos.ext4 mnt
3. Do whetever you wan to with files in ext4 image, then
Code:
sudo umount mnt
[optional] rm -r mnt
Click to expand...
Click to collapse
i will try thanks
robertlawson225 said:
i will try thanks
Click to expand...
Click to collapse
However keep in mind that apk may depend on system framework to work properly (in other words- I can't say if it will work on other device or not)
gen_scheisskopf said:
However keep in mind that apk may depend on system framework to work properly (in other words- I can't say if it will work on other device or not)
Click to expand...
Click to collapse
i know its a shot in the dark still want to try
ok i tried the steps you gave me but i must be missing something steps i took
i made a new folder dropped the .zip into the new folder, opened terminal i typed cd then drag and drop my new folder then hit enter
then i typed
mkdir mnt
sudo mount -o loop archos.ext4 mnt
i get "file type must be specified" or something like that
what did i miss?
You have to unpack the .zip
gen_scheisskopf said:
You have to unpack the .zip
Click to expand...
Click to collapse
OK will give it another shot
success I'll post a link once it uploads all apps and framework
Link http://db.tt/egAavEFX

Recovery

Important away from a computer for a few days and was wondering if there's a way to flash CWM recovery without a pc or any previous versions of CWM installed. I had the CWM at some point and now when i boot into recovery i have the stock Samsung recovery and can't flash anything......
Sent from my SAMSUNG-SGH-I717 using XDA
I believe you can flash the img from terminal
Yes.
Assuming you're rooted, you should be able to move it to the right partition with a terminal emulator on your phone.
studacris said:
Yes.
Assuming you're rooted, you should be able to move it to the right partition with a terminal emulator on your phone.
Click to expand...
Click to collapse
Sorry but im not familiar with using terminal.....could you post the steps i need to take? Thx in advance
Sent from my SAMSUNG-SGH-I717 using XDA
typically it would go like this
assuming you have the recovery image in the root directory of the sdcard
open the terminal app
$
type 'su'
you should get the # prompt
then
# cd sdcard
# flash_image recovery recovery_image_name
give that a try
jyazzie110 said:
Sorry but im not familiar with using terminal.....could you post the steps i need to take? Thx in advance
Sent from my SAMSUNG-SGH-I717 using XDA
Click to expand...
Click to collapse
animatechnica said:
typically it would go like this
assuming you have the recovery image in the root directory of the sdcard
open the terminal app
$
type 'su'
you should get the # prompt
then
# cd sdcard
# flash_image recovery recovery_image_name
give that a try
Click to expand...
Click to collapse
Thank you!!! I will try that and post results
Sent from my SAMSUNG-SGH-I727 using XDA
animatechnica said:
typically it would go like this
assuming you have the recovery image in the root directory of the sdcard
open the terminal app
$
type 'su'
you should get the # prompt
then
# cd sdcard
# flash_image recovery recovery_image_name
give that a try
Click to expand...
Click to collapse
Still a no go...
Sent from my SAMSUNG-SGH-I727 using XDA
animatechnica said:
typically it would go like this
assuming you have the recovery image in the root directory of the sdcard
open the terminal app
$
type 'su'
you should get the # prompt
then
# cd sdcard
# flash_image recovery recovery_image_name
give that a try
Click to expand...
Click to collapse
I keep getting "error scanning partitions: No such file or ditectory" i have the recovery.img file on the root of my sd card as well
Sent from my SAMSUNG-SGH-I727 using XDA
If you are rooted you can use the goo manager app in the play store to flash TWRP to your phone

root arndoid portion on lenovo n22 chromebook?

i tried the some methods for rooting a chromebook but it either doesnt work and or breaks my android apps and accessiblitly to google play so i was wondering if there was any way to do it thanks in advance
Did you properly follow the steps here?:
Rooting Android in Chromebook - Chrome OS
https://forum.xda-developers.com/showpost.php?p=74198028&postcount=2
https://forum.xda-developers.com/showpost.php?p=69938805&postcount=4
https://github.com/nolirium/aroc
keenhao said:
i tried the some methods for rooting a chromebook but it either doesnt work and or breaks my android apps and accessiblitly to google play so i was wondering if there was any way to do it thanks in advance
Click to expand...
Click to collapse
nabil2000 said:
Did you properly follow the steps here?:
Rooting Android in Chromebook - Chrome OS
https://forum.xda-developers.com/sho...28&postcount=2
https://forum.xda-developers.com/sho...05&postcount=4
https://github.com/nolirium/aroc
Click to expand...
Click to collapse
the first two urls didnt work and after i did remove rootfsverification and roobotted the android apps broke and then i tried running the combined scripts and it gives me the error that su binary was not found
Fixed links...
Do this:
Manually downloaded and extracted SuperSU.zip to downloads.
Manually downloaded busybox using curl in shell. Moved it manually to /usr/local/bin/ believe thats correct.
Then re-ran script and it worked.
https://forum.xda-developers.com/showpost.php?p=76041806&postcount=6
keenhao said:
the first two urls didnt work and after i did remove rootfsverification and roobotted the android apps broke and then i tried running the combined scripts and it gives me the error that su binary was not found
Click to expand...
Click to collapse
nabil2000 said:
Fixed links...
Do this:
Manually downloaded and extracted SuperSU.zip to downloads.
Manually downloaded busybox using curl in shell. Moved it manually to /usr/local/bin/ believe thats correct.
Then re-ran script and it worked.
https://forum.xda-developers.com/showpost.php?p=76041806&postcount=6
Click to expand...
Click to collapse
whats the script to download it and move it?
SuperSU & busybox
OK - I will put them on my dropbox, will give you the links shortly
SuperSU - https://www.dropbox.com/s/gsk6wd80rywojeu/SR3-SuperSU-v2.82-SR3-20170813133244.zip?dl=0
busybox - https://www.dropbox.com/s/2s89aa38xtcbeso/busybox?dl=0
now hit that like button
keenhao said:
whats the script to download it and move it?
Click to expand...
Click to collapse
nabil2000 said:
OK - I will put them on my dropbox, will give you the links shortly
SuperSU - https://www.dropbox.com/s/gsk6wd80rywojeu/SR3-SuperSU-v2.82-SR3-20170813133244.zip?dl=0
busybox - https://www.dropbox.com/s/2s89aa38xtcbeso/busybox?dl=0
now hit that like button
Click to expand...
Click to collapse
so i just download and put it into my downloads? or do i do curl -Ls for the busybox one? sorry if i ask to many questions lol im a newbie
nabil2000 said:
OK - I will put them on my dropbox, will give you the links shortly
SuperSU - https://www.dropbox.com/s/gsk6wd80rywojeu/SR3-SuperSU-v2.82-SR3-20170813133244.zip?dl=0
busybox - https://www.dropbox.com/s/2s89aa38xtcbeso/busybox?dl=0
now hit that like button
Click to expand...
Click to collapse
and how and where do i move it?
unzip the SuperSU in the /Downloads folder using google file manager
cd ~/Downloads
copy busybox to /usr/local/bin/
sudo cp busybox /usr/local/bin/
then run
curl -Ls https://raw.githubusercontent.com/nolirium/aroc/onescript/RootandSEpatch.sh | sudo sh
from ~/Downloads
If you don't know the basics of Linux commands, forget it
keenhao said:
and how and where do i move it?
Click to expand...
Click to collapse
nabil2000 said:
unzip the SuperSU in the /Downloads folder using google file manager
cd ~/Downloads
copy busybox to /usr/local/bin/
sudo cp busybox /usr/local/bin/
then run
curl -Ls https://raw.githubusercontent.com/nolirium/aroc/onescript/RootandSEpatch.sh | sudo sh
from ~/Downloads
If you don't know the basics of Linux commands, forget it
Click to expand...
Click to collapse
it says sh: 1: 400:: not found when running the curl
ask the maker of the script - worked for me...
keenhao said:
it says sh: 1: 400:: not found when running the curl
Click to expand...
Click to collapse
---------- Post added at 05:02 AM ---------- Previous post was at 04:58 AM ----------
nabil2000 said:
ask the maker of the script - worked for me...
Click to expand...
Click to collapse
use the curl from
https://github.com/nolirium/aroc
abbreviated urls mess up things...

Categories

Resources