[HELP] How do you move files... - G1 Q&A, Help & Troubleshooting

How do you move files from /data/app to /system/app. I'm trying to get this sprint TV app to work and I believe this would make it work. Thanks for any advice.

SG_Shadow said:
How do you move files from /data/app to /system/app. I'm trying to get this sprint TV app to work and I believe this would make it work. Thanks for any advice.
Click to expand...
Click to collapse
you could use SUFBS (look in market) to move it i think
the easier way would be to use a terminal command .. since we're not moving from the ext* partition to fat32 partition, i'm hoping i'm not breaking any rules by posting this:
Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
mv /data/app/NAME_OF_APP /system/app/
btw, im trying to run the sprint tv app as well, but i dont think moving to system would actually fix the problem . :\

Just an FYI, I installed the sprint tv apk with the slideme installer included with cyan 4.1.99x and I dont know where it installed to, but it works fine.

Related

install default camera instead of HTC one?

I love the speed of Cyan's Rom, but I hate the HTC camera. Video is always choppy. I don't think I had this problem with the default camera.
Is it possible to swap the cameras?
bittermormon said:
I love the speed of Cyan's Rom, but I hate the HTC camera. Video is always choppy. I don't think I had this problem with the default camera.
Is it possible to swap the cameras?
Click to expand...
Click to collapse
ADB commands to switch out the .apk's of the camera and camcorder with the "default" camera from another build (most likely JF's because that's all Google)
lukekirstein said:
ADB commands to switch out the .apk's of the camera and camcorder with the "default" camera from another build (most likely JF's because that's all Google)
Click to expand...
Click to collapse
ummm, thanks for the reply, but did you mean to list the ADB commands? have playd a little with this in the past but haven't had any luck, so any help would be appreciated. As for now I think I am going to reformat to ext2 and play with Haykuro's Ion r1 for a day or 2.
if you ALREADY HAVE the camera.apk you want to install...then good. IF NOT, go download JF1.51 and pretty sure it will have the Google version camera.apk...MAKE A NANDROID BACKUP BEFORE YOU BEGIN!! I AM NOT RESPONSIBLE FOR ACCIDENTS! This is a simple procedure, so please pay attention and do this carefully, Its not my fault if your phone gets bricked. That being said, i have done this more than once and never bricked my phone. THAT being said, I CANNOT GUARANTEE YOU THE SAME RESULTS, SO PLEASE! PLEASE! BACKUP YOUR DEVICE AND YOUR DATA BEFORE ATTEMPTING THIS!
First go into terminal on your device and type:
Code:
su
mount -o rw,remount -t yaffs2, /dev/block/mtdblock3 /system
rm /system/app/camera.apk
rm /system/app/HTCAlbum.apk
this removes the HTC versions from your phone. Then just go ahead and push the google version camera.apk. The adb commands are:
Code:
adb push /exact/path/to/your/camera.apk /system/app
remember, DO NOT type "/exact/path/to..." replace this line with the path on your computer where you have the camera.apk, for example,
/Desktop/Android/camera.apk is where mine would be...
then thats it. FYI, the HTC version has a separate gallery, the HTCAlbum.apk...THE GOOGLE VERSION DOES NOT HAVE A SEPARATE .APK FOR THE GALLERY. once you have pushed to google camera.apk you SHOULD have the camera and gallery and all...Good Luck!
-BMFC
bmfc187 said:
MAKE A NANDROID BACKUP BEFORE YOU BEGIN!!
Click to expand...
Click to collapse
Where's the fun in that??
bmfc187 said:
FYI, the HTC version has a separate gallery, the HTCAlbum.apk...THE GOOGLE VERSION DOES NOT HAVE A SEPARATE .APK FOR THE GALLERY.
Click to expand...
Click to collapse
I think that's what threw me off in the first place. Thanks for the help, I think I'll give it a shot after I get sick of Ion.
bittermormon said:
Where's the fun in that??
Click to expand...
Click to collapse
If you mess up sometimes you're screwed
bmfc187 said:
once you have pushed to google camera.apk you SHOULD have the camera and gallery and all...Good Luck!
-BMFC
Click to expand...
Click to collapse
Ok so here's the problem I have had in the past, and am still having. I backed up and remover the HTC CAmera and HTCAlbum, but even after I push Camera.apk from JF's ROM, it doesn't show up. No Camera and no Gallery.
Having the same problems. I'd also like to restore the stock camera application, but after replacing the apk and so files from the JF1.51 build (and rebooting), neither Camera nor Gallery appears in the app drawer.
Any thoughts?
rogers dream
hi!
does anyone know if this procedure will work fine on a Rogers Dream? Should replacing the apk files work okay?
Thanks!
silvrhat
silvrhat7 said:
hi!
does anyone know if this procedure will work fine on a Rogers Dream? Should replacing the apk files work okay?
Thanks!
silvrhat
Click to expand...
Click to collapse
Nandroid Backup, do it and if it fails just restore backup. There's no reason it shouldn't.
I'm running Cyan 4.0.2 and I'm trying to push the camera.apk from the rooted T-Mobile builds and when I push the files and try to install the apk it says it can't be installed on this phone. Do I need to push the .odex files also? Another thing, what are the commands for console to delete the data/data files for the htc stuff?
Anyone know why I can't push the stock camera to cyan 4.0.2?
How are you going about it? Are you using console or are you trying to use the package installer?
Copy the old camera file from an old rom. I found one with the JF1.5 build.
mount /dev/block/mtdblock5 /data
mount /dev/block/mmcblk0p1 /sdcard
rm -r /data/app_s/HTCCamera.apk
rm -r /data/app_s/HTCCamera.odex
mv /sdcard/Camera.apk /data/app_s
This will delete the HTC camera and put the old one back. The ODEX file should be created once the .apk file installs. Hope this helps!
it says HTCCamera.apk couldn't be found
What rom are you using?
EDIT: Try this -- Using Cyan4.0.1 (I assumed that you were using JacxHeroski1.5r2..my bad!)
[cpde]mount /dev/block/mtdblock3 /system
mount /dev/block/mmcblk0p1 /sdcard
rm -r /system/app/Camera.apk
rm -r /system/app/Camera.odex
mv /sdcard/Camera.apk /system/app[/code]
I'm using 4.0.2 (pretty much the same as 4.0.1) but shouldn't I have to remove the gallery.apk also? What about the folders in /data/data? Should I remove those too?
I'm looking at the file structure and can't find there is a /data/data. As far as the gallery you shouldn't need to (didn't realize that it was updated.) But if you'd like to push that it would be:
Code:
mount /dev/block/mtdblock5 /data
mount /dev/block/mmcblk0p1 /sdcard
rm -r /system/app/HTCCamera.apk
rm -r /system/app/HTCCamera.odex (may or not be there)
mv /sdcard/Camera.apk /system/app
I've been looking and cannot find anything regarding a Gallery/Album.apk. But it should be able to use the Gallery that's already installed. Let me know how it goes.
ThR1LL said:
I'm running Cyan 4.0.2 and I'm trying to push the camera.apk from the rooted T-Mobile builds and when I push the files and try to install the apk it says it can't be installed on this phone. Do I need to push the .odex files also? Another thing, what are the commands for console to delete the data/data files for the htc stuff?
Click to expand...
Click to collapse
They're folders i believe.
Try "rmdir foldername"
bmfc187 said:
if you ALREADY HAVE the camera.apk you want to install...then good. IF NOT, go download JF1.51 and pretty sure it will have the Google version camera.apk...MAKE A NANDROID BACKUP BEFORE YOU BEGIN!! I AM NOT RESPONSIBLE FOR ACCIDENTS! This is a simple procedure, so please pay attention and do this carefully, Its not my fault if your phone gets bricked. That being said, i have done this more than once and never bricked my phone. THAT being said, I CANNOT GUARANTEE YOU THE SAME RESULTS, SO PLEASE! PLEASE! BACKUP YOUR DEVICE AND YOUR DATA BEFORE ATTEMPTING THIS!
First go into terminal on your device and type:
Code:
su
mount -o rw,remount -t yaffs2, /dev/block/mtdblock3 /system
rm -r /system/app/camera.apk
rm -r /system/app/HTCAlbum.apk
this removes the HTC versions from your phone. Then just go ahead and push the google version camera.apk. The adb commands are:
Code:
adb push /exact/path/to/your/camera.apk /system/app
remember, DO NOT type "/exact/path/to..." replace this line with the path on your computer where you have the camera.apk, for example,
/Desktop/Android/camera.apk is where mine would be...
then thats it. FYI, the HTC version has a separate gallery, the HTCAlbum.apk...THE GOOGLE VERSION DOES NOT HAVE A SEPARATE .APK FOR THE GALLERY. once you have pushed to google camera.apk you SHOULD have the camera and gallery and all...Good Luck!
-BMFC
Click to expand...
Click to collapse
This is what I tried to do at first but it kinda failed
nolimit78 said:
I'm looking at the file structure and can't find there is a /data/data. As far as the gallery you shouldn't need to (didn't realize that it was updated.)
I've been looking and cannot find anything regarding a Gallery/Album.apk. But it should be able to use the Gallery that's already installed. Let me know how it goes.
Click to expand...
Click to collapse
i think i figured out the data command its like
Code:
rm -r /data/data/com.android.camera
rm -r /data/data/com.htc.album
or something like that

App for removing stock apps

Hello,
I did a search and could not find anything. Is there an app available on the Market to remove stock apps from Android? I know there is a terminal command I can use but I have to input the command every time Cyan releases a new build.
Just wondering if there was an easier solution.
Thanks!
Resign the rom after you extact what you don't want, or any root explorer will delete the files after you change it to r/w instead of read-only.
also with root access just go into terminal and mount your phone as rw and remove them that way
There is an app called .... SU something or other. It is a file browser with read/write permissions. You can install/uninstall all sorts of apps, including system apps, or so says the creator.
I haven't tried it yet since it is a paid app and I can do them for free through terminal... but it seems like a good app!
here is the link to the thread he has here on XDA
http://forum.xda-developers.com/showthread.php?t=530271
Try GScript
Ssantos6981 said:
There is an app called .... SU something or other. It is a file browser with read/write permissions. You can install/uninstall all sorts of apps, including system apps, or so says the creator.
I haven't tried it yet since it is a paid app and I can do them for free through terminal... but it seems like a good app!
here is the link to the thread he has here on XDA
http://forum.xda-developers.com/showthread.php?t=530271
Click to expand...
Click to collapse
Thanks, I will look into that. Sounds like that is exactly what I am looking for.
.PaNiNi. said:
also with root access just go into terminal and mount your phone as rw and remove them that way
Click to expand...
Click to collapse
Thats what I have been doing. I want to avoid having to run the terminal commands every time I flash a new cyan update.
Looking for a more automated solution.
Thanks though!
.PaNiNi. said:
also with root access just go into terminal and mount your phone as rw and remove them that way
Click to expand...
Click to collapse
What are the comands exactly thru terminal emulator to remove stock apps like amazon?
g1g said:
What are the comands exactly thru terminal emulator to remove stock apps like amazon?
Click to expand...
Click to collapse
su
mount -o rw,remount /system
rm -r /system/app/com.amazon.mp3.apk
rm -r /data/data/com.amazon.mp3
exit
exit
I would say use GScript to do it, but an app could be work. Select the programs you want to remove then it runs the scripts to remove it then reboot your phone. But you want to be careful removing certain apps, it could make your phone unstable or not work.
Never really saw the need to remove these apps other than not seeing them. Never saw a big difference in performance of my phone.
I've used GScript and the following script to remove useless (to me, anyway) apps from every Cyanogen ROM with no problem.
Code:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/com.amazon.mp3.apk
rm /system/app/AlarmClock.apk
rm /system/app/Calculator.apk
rm /system/app/Development.apk
rm /system/app/Email.apk
rm /system/app/Mail.apk
rm /system/app/LatinIME.apk
rm /system/app/Music.apk
rm /system/app/Talk.apk
rm /system/sd/app/teeter.apk
reboot
There's no noticeable boost in performance, other than a few MB increase in free space and a tidier app drawer, I don't know if any of the apps use system resources unless they're opened. It's mainly for aesthetics. AFAIK, these are the only apps you can delete without crippling the phone's essential functions. I know you can remove /system/app/LatinIME.apk ONLY if you use HTC_IME.apk and never try to uninstall it. The log collector in Cyanogen's ROMs is also safe to delete as long as you don't care about easy log collecting (ie not having to use logcat in terminal or adb).
try this app
antirock said:
Hello,
I did a search and could not find anything. Is there an app available on the Market to remove stock apps from Android? I know there is a terminal command I can use but I have to input the command every time Cyan releases a new build.
Just wondering if there was an easier solution.
Thanks!
Click to expand...
Click to collapse
try this it works for me REMOVED LINK TO A KNOWN WAREZ SITE
Can anyone tell me how to remce IM I just don't like that app and can't FIGURE IT OUT plz help
tuppaacc said:
Can anyone tell me how to remce IM I just don't like that app and can't FIGURE IT OUT plz help
Click to expand...
Click to collapse
You can't. From what I have experienced, you can remove IM.apk with no problem, but not ImProvider.apk, as removing it breaks the ROM (massive FC's). The icon for the app still shows up in the app drawer, as it's part of ImProvider.apk, but clicking it does nothing. Your best bet it to use Irrenhaus's Advanced Launcher and just hide the icon.
rob.turner said:
You can't. From what I have experienced, you can remove IM.apk with no problem, but not ImProvider.apk, as removing it breaks the ROM (massive FC's). The icon for the app still shows up in the app drawer, as it's part of ImProvider.apk, but clicking it does nothing. Your best bet it to use Irrenhaus's Advanced Launcher and just hide the icon.
Click to expand...
Click to collapse
Yeah! I remove the im.apk but the icon still there thanks anyways I almost removed the improvider.apk but I read in some other forums it would damage my rom. Thanks for the heads up tho
erase message app?? factory one!?
is there any way you can delete the original message (white envelope) without fuccin up my messages.. im using handcent sms... and i use my blacklist..but i hate tha other messaging program since it still shows it
i dont wanna use private sms.. so dont mention it..
anywho..just get at me!
Again, just use the Advanced Launcher (I swear I'm not affiliated with the project in any way, it's just an awesome mod) and hide it, and be sure to turn off message retrieval and notifications in the stock messaging app's options. Deleting any stock app that has to do with core functions of the phone (IM, messaging, browser, phone, etc.) is never a good idea, you're just asking for problems if you do. The apps listed in my other post in this thread are pretty much the only stock apps you can delete without causing problems.
saprano614 said:
try this it works for me REMOVED LINK TO A KNOWN WAREZ SITE
Click to expand...
Click to collapse
First and final warning.
Read the rules of this forum prior to posting links to apps
I would LOVE to be able to remove the Music program. If I have my bluetooth headset on with phone and media enabled it plays a file every time I hang up. It drives me NUTS. If I disable the BT media it doesn't happen, but then I don't hear the notifications in the headset...
Does anybody know if it's okay to remove the stock music program?
Thanks again for all the help on here.
Siegel
I finally got adb working and tried:
adb uninstall Music.apk
and I just get a failure.
I apologize for my total noobness, but I saw this:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/com.amazon.mp3.apk
rm /system/app/AlarmClock.apk
rm /system/app/Calculator.apk
rm /system/app/Development.apk
rm /system/app/Email.apk
rm /system/app/Mail.apk
rm /system/app/LatinIME.apk
rm /system/app/Music.apk
rm /system/app/Talk.apk
rm /system/sd/app/teeter.apk
reboot
How do I use that?
Thanks,
Siegel

About Deleting Stock apps. [g1]

Alright so It's always been an aim of mine to some day retire the G1 as a PMP and use the Emulators I have on it for fun and music and videos yadda yadda yadda.
Today I actually went through with giving it a try.
I nandroid backed up on my Soul Life build.
Swapped out the sd card with the stock one.
Wipe and flashed to a different build.
And ran the codes to remove stock apps.
Su
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
rm /system/app/com.amazon.mp3.apk
rm /system/app/VoiceDialer.apk
Took out Amazon, and the Voice dialer application.
However I DID NOT get the following applications to be removed via terminal emulator.
I've deleted everything but
Alarm Clock
Gallery
Google Maps
Log Collector
PDF Viewer
Quickoffice
Spare Parts
Teeter
Youtube
Mind you on a soul life build Teeter and PDF Viwer can't be uninstalled via settings, [not do I have the settings .apk anymore.]
But I am flashing to a cyan build just to remove them but any help and knowledge will be appreciated.
I boot looped my phone after I rebooted it having deleted some stock applications and I'm curious to know which ones I need to keep?
Here's how I remove them...
Make a backup first (ALWAYS!)
Must have Root access.
I'm on Cyanogenmod V4.2.2
su
ls /system/app (find the app you want to remove and write down the code) Ex. com.amazon.mp3.apk
cd /system/app
rm -r com.amazon.mp3.apk
Click to expand...
Click to collapse
Thats all I had to do to remove them anyway. Someone correct me if I'm wrong.
*edit- Ok, so I tried the same method on the youtube.apk, and got permission denied. Looking into that now.
You guys could get the autosign tool setup and just delete the apps you don't want. Would be easier than using the terminal.
Double Post. My apologies. Here's what you do, if using Terminal Emulator.
mount -o remount,rw /system
rm /system/app/YouTube.apk
mount -o remount,r /system
Click to expand...
Click to collapse
Make sure to do the last part to make the folder read only again, or it may cause some accidents. Good luck.
What you need to do is mount system rw (like the op said) and from there you can rm -r all you want.
Here's what I remove right away
amazon.mp3
voice dialer
voice search (in the past, now it's global search so I keep it)
email
work email
vpn services
htc_ime
latin_ime (I use replacement vk)
From what I heard, you need to stay away from anything that has google in it (gmail, setup wizard, gtalk,) and from anything that has to do with IM.
Good luck.

[APP] Gallery 3D - Terminal Install

I tried searching for this type of install and couldn't find it. After re-flashing cyanogen 5.0.7 stable, I lost my 3d gallery again. I'm at work right now and don't have access to ADB so I had to figure out how to install this on-the-go, without having double galleries. These instructions can be used in terminal emulator without a system reboot. Make sure to download the attached gallery.apk and place it on the root of your sd card.
Code:
1. su (allows root permission)
2. mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system (make the system folder writeable)
3. rm /system/app/Gallery.apk (removes system Gallery)
4. cat /sdcard/Gallery.apk > /system/app/Gallery.apk (copies 3D Gallery to system)
5. enjoy
Help!!!
Permisson denied (are you root?)
yes i am... why doesn't it work?
s.aldrete said:
Permisson denied (are you root?)
yes i am... why doesn't it work?
Click to expand...
Click to collapse
before entering the above commands, try first entering "su", then when you see the # symbol enter in the above command.
so it may look like this, not sure if will work but you can try it:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# rm /system/app/Gallery.apk
# cat /sdcard/Gallery.apk > /system/app/Gallery.apk
NguyenHuu said:
before entering the above commands, try first entering "su", then when you see the # symbol enter in the above command.
so it may look like this, not sure if will work but you can try it:
$ su
# mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system
# rm /system/app/Gallery.apk
# cat /sdcard/Gallery.apk > /system/app/Gallery.apk
Click to expand...
Click to collapse
Thanks for helping. I just added that step in the original post. I forgot all about it...
Can we use something like linda to install this and keep both galleries?
Yes you can have both galleries if you install using Astro or Linda but you'll get 2 identical galleries and thus arousing identification problems.
pziv2 said:
Yes you can have both galleries if you install using Astro or Linda but you'll get 2 identical galleries and thus arousing identification problems.
Click to expand...
Click to collapse
What do you mean by identification problems?
thank you man finally a simple way to push apps without using adb interface (that **** is hard when you have no idea what to do)
FatBoyExtraordinaire said:
What do you mean by identification problems?
Click to expand...
Click to collapse
on your device it will show two "Gallery" icons/apps. You wont be able to tell which is which because the 3D one wasnt modded and renamed. So you dont have for example seperate "Gallery" and "3D Gallery" labels, you just have two "Gallery" icons. hope that makes sense. if you look around the forums, you can rip out the modded 3D gallery from one of the roms so it can run side by side with the stock gallery and be properly labeled. maybe rip it out of one of cyanogen's old roms when he had them both before he removed the 3d one.
NguyenHuu said:
on your device it will show two "Gallery" icons/apps. You wont be able to tell which is which because the 3D one wasnt modded and renamed. So you dont have for example seperate "Gallery" and "3D Gallery" labels, you just have two "Gallery" icons. hope that makes sense. if you look around the forums, you can rip out the modded 3D gallery from one of the roms so it can run side by side with the stock gallery and be properly labeled. maybe rip it out of one of cyanogen's old roms when he had them both before he removed the 3d one.
Click to expand...
Click to collapse
I understand what you mean now, thanks for the explanation. Quick question though since I'm kind of novice at certain things, when you say rip out the modded one, is it as simple as opening up the zip, finding the app, taking it out, and then using Linda or such to install it beside the original? And do you know which test version it was when Cyan stopped using the 3d gallery? Thanks in advance.
Edit: I took the apk from Superbad, but it still had the same icon, do you know a specific rom that has a modded icon?
Edit #2: Nevermind, I was able to find 2 different icon-ed versions. Now just a matter of deciding which one I like most.
FatBoyExtraordinaire said:
Edit #2: Nevermind, I was able to find 2 different icon-ed versions. Now just a matter of deciding which one I like most.
Click to expand...
Click to collapse
Dude, can you possibly post the rom/s you took the iconed version/s from, or post the apk's on here as im interested in this myself.
Thanks
Trauma
yay! Thanks a lot! Works marvelously. Now if only somebody were to be able to speed it up, all my dreams would be fulfilled.
traumatism said:
Dude, can you possibly post the rom/s you took the iconed version/s from, or post the apk's on here as im interested in this myself.
Thanks
Trauma
Click to expand...
Click to collapse
No problem, I got it from right here: http://forum.cyanogenmod.com/index.php?/topic/145-gallery-3d-working-version/page__p__1398#entry1398
Just grab the gallery3d zip, take the apk out of it, and just use linda or astro to install. That's what I did.
FatBoyExtraordinaire said:
No problem, I got it from right here: http://forum.cyanogenmod.com/index.php?/topic/145-gallery-3d-working-version/page__p__1398#entry1398
Just grab the gallery3d zip, take the apk out of it, and just use linda or astro to install. That's what I did.
Click to expand...
Click to collapse
nice one dude thanks for that.
makes things easier if lots of images are in a folder
traumatism said:
nice one dude thanks for that.
makes things easier if lots of images are in a folder
Click to expand...
Click to collapse
Not a problem, glad I could help. I actually find the 3d gallery to be faster than the legacy one for me. I have 1200 images on my phone ( I pretty much site ripped G1-Walls and put it on my SD ) and after the initial boot when it creates its thumbs and other cache files, it flies for me. Plus it looks so damn good!
NP
...glad I could contribute to the android movement. F*** iPhone!
SG_Shadow said:
...glad I could contribute to the android movement. F*** iPhone!
Click to expand...
Click to collapse
Hell yeah!!

Metamorph + CM6

I'm wondering if its even possible to install/use metamorph on CM6? I have it installed but everytime I go to run it, it fails with error "some files could not be extracted and set up. Please make sure you have enough free space in /system". According to the phone, I have 28.02 MB free in phone storage.
I've tried all fixes I could find on the internet ... I.e.:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock4 /system
chmod 755 /system/xbin/busybox
mount -o ro,remount -t yaffs2 /dev/block/mtdblock4 /system
sync
reboot
After the reboot, same error. Hence why I'm asking if this is even compatible with CM6.
FYI I'm running the latest nightly, #94.
Sent From My HTC Aria Using XDA App
I believe metamorph tries to write to the system partition, which won't work without an S-OFF (security off) SPL. The Aria SPL is S-ON.
Click to expand...
Click to collapse
From this thread
Since it can't write to the system partition, Metamorph won't work on the Aria. You'll have to have a flashable zip for the theme or do the editing manually.
Vindolanda said:
From this thread
Since it can't write to the system partition, Metamorph won't work on the Aria. You'll have to have a flashable zip for the theme or do the editing manually.
Click to expand...
Click to collapse
Hmm very interesting, just found it peculiar that ninjamorph installed & ran fine but metamorphosis did not. Thanks for the share
Sent From My HTC Aria Using XDA App
zervic said:
Hmm very interesting, just found it peculiar that ninjamorph installed & ran fine but metamorphosis did not. Thanks for the share
Sent From My HTC Aria Using XDA App
Click to expand...
Click to collapse
Ninjamorph does all of its work on the SD card. Metamorph, however, does not.

Categories

Resources