Trying to save internal memory? - Xperia Play Q&A, Help & Troubleshooting

What is the best way to keep my internal memory low I am rooted but dont really want to move any stock apps because of future updating?

there is no other way then.Im not sure 100% but if you use Move2SD Enabler you can move the system apps you dont want to SDCard,i am NOT sure if you will still be able to update..

Move apps to sd
Type the following two lines in the terminal window and press Enter after each line:
adb shell
pm setInstallLocation 2
Now on your phone go to Settings->Applications->Manage Applications->All.
Press hardware Menu button and select Sort by Size.
Tap on each app that is taking significant amount of space and tap Move to SD card button. Press hardware Back button and repeat.
(optional) To change the default installation location for new apps back to the internal phone memory, go back to your terminal window and type:
pm setInstallLocation 0
(important) Go to Settings -> Applications -> Development and disable USB debugging. Leaving USB debugging enabled makes your phone vulnerable (e.g. lock pattern can be reset).
Enjoy!

You can buy titanium backup pro, it has a few tricks, and it cleans up daviks cache for extra 50 or so MB, or you can move the entire cache by following a thread in the dev section. I think
Sent from my Xperia Play

jutley said:
Type the following two lines in the terminal window and press Enter after each line:
adb shell
pm setInstallLocation 2
Now on your phone go to Settings->Applications->Manage Applications->All.
Press hardware Menu button and select Sort by Size.
Tap on each app that is taking significant amount of space and tap Move to SD card button. Press hardware Back button and repeat.
(optional) To change the default installation location for new apps back to the internal phone memory, go back to your terminal window and type:
pm setInstallLocation 0
(important) Go to Settings -> Applications -> Development and disable USB debugging. Leaving USB debugging enabled makes your phone vulnerable (e.g. lock pattern can be reset).
Enjoy!
Click to expand...
Click to collapse
Thankyou i will try when i get home later from work

Cat_On_Droid said:
there is no other way then.Im not sure 100% but if you use Move2SD Enabler you can move the system apps you dont want to SDCard,i am NOT sure if you will still be able to update..
Click to expand...
Click to collapse
Thanks i tried that app even so it said that it was not compatible for my phone on the market i got it on, but it does not really let me move any apps from internal i.e sims or flash player etc, thanks anyway

jutley said:
Type the following two lines in the terminal window and press Enter after each line:
adb shell
pm setInstallLocation 2
Now on your phone go to Settings->Applications->Manage Applications->All.
Press hardware Menu button and select Sort by Size.
Tap on each app that is taking significant amount of space and tap Move to SD card button. Press hardware Back button and repeat.
(optional) To change the default installation location for new apps back to the internal phone memory, go back to your terminal window and type:
pm setInstallLocation 0
(important) Go to Settings -> Applications -> Development and disable USB debugging. Leaving USB debugging enabled makes your phone vulnerable (e.g. lock pattern can be reset).
Enjoy!
Click to expand...
Click to collapse
Can we do this on terminal emulator? what are we gonna type exactly?

Has to be done on pc using adb just type as per instructions.

jutley said:
Has to be done on pc using adb just type as per instructions.
Click to expand...
Click to collapse
Anything that can be done in ADB can be done in a terminal emulator. ADB is nothing more than a remote terminal.
Sent from my R800i using Tapatalk

AndroHero said:
Anything that can be done in ADB can be done in a terminal emulator. ADB is nothing more than a remote terminal.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Thankyou so what do i input into terminal?

adb shell
pm setInstallLocation 2

jutley said:
adb shell
pm setInstallLocation 2
Click to expand...
Click to collapse
su
# pm setInstallLocation 2
Sent from my R800i using Tapatalk

jutley said:
adb shell
pm setInstallLocation 2
Click to expand...
Click to collapse
says adb not found?

garner said:
says adb not found?
Click to expand...
Click to collapse
Terminal does not know what android debug bridge is, plus you are already logged into shell.
Sent from my R800i using Tapatalk

you need to have usb debuging on your phone enabled.

AndroHero said:
Terminal does not know what android debug bridge is, plus you are already logged into shell.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Thankyou im great with a nexus one just not xperia yet lol i wanna try cyanogen on xperia but it looks like a right pain to get on lol

garner said:
Thankyou im great with a nexus one just not xperia yet lol i wanna try cyanogen on xperia but it looks like a right pain to get on lol
Click to expand...
Click to collapse
If your using a GSM play it's simple.
1) use flashtool to flash recommended official rom first
2) download CM7
3) flash CM7 kernel from fastboot.
4) boot into recovery and flash rom
Sent from my R800i using Tapatalk

AndroHero said:
If your using a GSM play it's simple.
1) use flashtool to flash recommended official rom first
2) download CM7
3) flash CM7 kernel from fastboot.
4) boot into recovery and flash rom
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Thankyou how would i know the difference with CDMA and GSM?

garner said:
Thankyou how would i know the difference with CDMA and GSM?
Click to expand...
Click to collapse
if your phone uses a SIM card it's GSM. Afaik the only CDMA plays out are the verizon ones
Sent from my R800i using Tapatalk

AndroHero said:
if your phone uses a SIM card it's GSM. Afaik the only CDMA plays out are the verizon ones
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Its deffo gsm then on step one u say flash official rom, my rom is stock 4.0.A.2.368
is that ok?

Related

Question about using adb to force apps to SD on Froyo

Hi
I installed froyo on my HTC Desire.
I want to force apps to my SD card.
I searched in google and I found that I should use this command:
adb shell pm setInstallLocation 2
I know how to use adb commands.
but where should I use this command? Should I use it in FASTBOOT or Recovery or on froyo itself?
Thanks
HNH992 said:
Hi
I installed froyo on my HTC Desire.
I want to force apps to my SD card.
I searched in google and I found that I should use this command:
adb shell pm setInstallLocation 2
I know how to use adb commands.
but where should I use this command? Should I use it in FASTBOOT or Recovery or on froyo itself?
Thanks
Click to expand...
Click to collapse
Its easier to use the Updated Spare Parts or Market Access to change it, no need to use the commands.
But I think you can use it while you are running the phone if you want to do it that way.
not in fastboot and not in recovery.
use it while the system is running.
adb shell pm is ProgramManager and wont run in Fastboot or Recovery.
but dont forget. pm InstallLocation 2 will kill all your widgets
StuMcBill said:
Its easier to use the Updated Spare Parts or Market Access to change it, no need to use the commands.
But I think you can use it while you are running the phone if you want to do it that way.
Click to expand...
Click to collapse
Thanks
I didn't see this option in Spare Parts.
Can you tell me exactly where it is?
kingchris said:
not in fastboot and not in recovery.
use it while the system is running.
adb shell pm is ProgramManager and wont run in Fastboot or Recovery.
but dont forget. pm InstallLocation 2 will kill all your widgets
Click to expand...
Click to collapse
Thanks.
I tried this command but there is a problem.
Now when i want to recharge the phone the light still on after unplug the cable.
what is the problem?
HNH992 said:
Thanks
I didn't see this option in Spare Parts.
Can you tell me exactly where it is?
Click to expand...
Click to collapse
Which version of FroYo are you running, it is included in DeFrost, but the version that comes from MoDaCo has the older version.
StuMcBill said:
Which version of FroYo are you running, it is included in DeFrost, but the version that comes from MoDaCo has the older version.
Click to expand...
Click to collapse
I used modaco but now I'm using DeFrost.
I saw the option in DeFrost and I activated it.
Thanks

[Q]Removing apps

Okay so I got my phone rooted and installed froyo with gapps.
Now I am trying to delete some apps with "Root Explorer" it works great untill i reboot the phone and all those deleted apps come back.
How to delete apps and save the image or something?
U will prolly have to remove via adb in recovery mode. Then they will stay gone.
Sent from my Htcclay's Remixed Remix using XDA App
I was trying to do that but my phone stays offline in recovery mode.
Maybe an advice please?
What is the command to remove the apps when in recovery?
Sent from my T-Mobile myTouch 3G Slide using XDA App
You have to mount /system then
adb shell
Click to expand...
Click to collapse
then
cd /system/app
Click to expand...
Click to collapse
then
ls
Click to expand...
Click to collapse
then following to remove app
rm -r Appname.apk
Click to expand...
Click to collapse
But I still cant shell into device while its in recovery mode?
Anyone help?
Did you unplug the phone then plug it back in once you went into recovery (adb devices after that). Otherwise it will say offline. After that:
Cyanogenmod Barebones has the code to remove the apps (and which ones you can remove safely) from adb or terminal.
KCRic said:
Did you unplug the phone then plug it back in once you went into recovery (adb devices after that). Otherwise it will say offline. After that:
Cyanogenmod Barebones has the code to remove the apps (and which ones you can remove safely) from adb or terminal.
Click to expand...
Click to collapse
I did plug it out and back in, even tried to do it few times.
Still says offline
Okay, I do not know how, but I got into phone shell in recovery moed and successfully removed apps.
Thanks for help
Probably restarted adb?
Edit: thx for the remove commands
Sent from my T-Mobile myTouch 3G Slide using XDA App
This thread helped out great, thanks guys!

Adb

Please could someone help me in using Adb to allow me to transfer more files on the sd card without root? I don't know how to do it and would appreciate if someone could explain it to me.
Thanks
Sent from my R800i using XDA App
If you open the start menu on your computer and right click computer, click properties you should go to some menu and in the top left it will say device manager I think, then you will go to another menu search for other devices or your phones name which should be something like don't Ericson 4.0.A.2.... etc. Something beginning with 4 and has dots a zero and A. Lol
Sent from my EPIC R800i
XTC_ExQuisite_ said:
If you open the start menu on your computer and right click computer, click properties you should go to some menu and in the top left it will say device manager I think, then you will go to another menu search for other devices or your phones name which should be something like don't Ericson 4.0.A.2.... etc. Something beginning with 4 and has dots a zero and A. Lol
Sent from my EPIC R800i
Click to expand...
Click to collapse
Sorry but that wasn't even relevant.... to use adb you need android sdk.
move apps to sd? command is
adb shell
setinstall location or something like that.
move files to sd is
adb push filename /sdcard
thank me if I helped.
Sent from my R800i using Tapatalk
adb shell
pm setInstallLocation 2
reboot
I would thank, but it seems that I still don't understand. I ain't very deep into Android-know a few basics but I'll need a lot more than that to help me (no offence intended). Thank you
Sent from my R800i using XDA App
download the android sdk or a adb package.
extract/install the package/sdk
download adb via the sdkmanager if using the sdk
then load adb.exe via cmd e.g shift + right click - open command window here.
type 'adb shell'
(make sure usb debuggin is on on the phone and usb plugged in.)
then type 'pm setInstallLocation 2'
then type 'reboot'
then type 'exit'
all without quotes.
Still sounds so complex! Lol, will try though. Thanks
Sent from my R800i using XDA App
KindaUndisputed said:
Still sounds so complex! Lol, will try though. Thanks
Sent from my R800i using XDA App
Click to expand...
Click to collapse
ok well if you think that is complicated i will make it simple.
http://bit.ly/yZzQLJ
Thank you
Sent from my R800i using XDA App

[Q] how to install rom after superwipe

i had superwipe my galaxy nexus, i found that no rom inside, i cant boot the phone now.
how can i do to flash a rom on it
nakkyng said:
i had superwipe my galaxy nexus, i found that no rom inside, i cant boot the phone now.
how can i do to flash a rom on it
Click to expand...
Click to collapse
*facepalm*
Sent from my i9250
Do you know how to operate adb or have the android SDK installed?
Sent from my Galaxy Nexus using xda premium
ÜBER™ said:
Do you know how to operate adb or have the android SDK installed?
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
i have the Galaxy Nexus ToolKit v7.0 and installed the pdanet
nakkyng said:
i have the Galaxy Nexus ToolKit v7.0 and installed the pdanet
Click to expand...
Click to collapse
Need the SDK and adb I don't know that the tool kit has it. If it does. Don't this. Mount /data in clockwork mod under mounts and storage. Then hook up the phone and do this
Code:
adb push name-of-rom.zip /data/media
then unmount and the rom should be on your sdcard.
Sent from my Galaxy Nexus using xda premium
should i need to install
Java Development Kit, JDK
Integrated Development Environment, IDE
ADT Plugin for Eclipse
before the SDK?
and how about the adb?
adb stand for Android Debug Bridge?
should i also need to install it ?
Just need to install the latest JDK then install the android SDK. Make sure to install the android SDK to your C:\ drive or whatever your main directory is. So it should be C:\android-sdk\ then install it. Once that's done open up the SDK application and install the platform tools at the top. Then take your rom.zip and put it in the android-sdk\platform-tools folder. Then in that folder right click + shift and open command prompt or terminal here. Then do what I said before.
Sent from my Galaxy Nexus using xda premium
ÜBER™ said:
Just need to install the latest JDK then install the android SDK. Make sure to install the android SDK to your C:\ drive or whatever your main directory is. So it should be C:\android-sdk\ then install it. Once that's done open up the SDK application and install the platform tools at the top. Then take your rom.zip and put it in the android-sdk\platform-tools folder. Then in that folder right click + shift and open command prompt or terminal here. Then do what I said before.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
i have install sdk now, and put jb-takju_del_install_recovery.zip into the android-sdk\platform-tools folder..after that, i dont understand the others steps....and how about the adb..
In that folder right click while holding shift and select "open command prompt here" once you have a command prompt open boot into recovery and go into mounts and storage. Mount /data. Plug the phone in. Then type this into the command prompt.
Code:
abd push jb-takju_del_install_recovery.zip /data/media
Hit enter
Then wait while it pushes the rom to the phone should say done... then unplug and unmount /data. Then the rom will be on the sdcard flash it like normal.
Sent from my Galaxy Nexus using xda premium
i will try it first
nakkyng said:
do u mean that in the sdk, then find that folder and do the step of "" right click while holding shift and select "open command prompt here" ""
but i cant even find the folder of platforms in the sdk
Click to expand...
Click to collapse
Because you haven't installed them yet....
Jeez... you need to install the platform tools.
And NO I mean using explorer... open my computer open the c drive. Then find the android-sdk folder then go into the platform-tools folder ONCE you install them. Then do the right click deal inside the FOLDER.
Sorry patience is running very thin its late....
Sent from my Galaxy Nexus using xda premium
ÜBER™ said:
In that folder right click while holding shift and select "open command prompt here" once you have a command prompt open boot into recovery and go into mounts and storage. Mount /data. Plug the phone in. Then type this into the command prompt.
Code:
abd push jb-takju_del_install_recovery.zip /data/media
Hit enter
Then wait while it pushes the rom to the phone should say done... then unplug and unmount /data. Then the rom will be on the sdcard flash it like normal.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
i have some problems..
u siad that after having a command prompt, open boot into recovery, does it mean that run the phone into the recovery mode? but i cant run the phone, it has no respond no matter what button i pressed.
nakkyng said:
i have some problems..
u siad that after having a command prompt, open boot into recovery, does it mean that run the phone into the recovery mode? but i cant run the phone, it has no respond no matter what button i pressed.
Click to expand...
Click to collapse
You've tried holding Power Button + Volume Down + Volume Up (for like 10 seconds) while the phone is powered off, to turn it on?
yes...after superwipe...it became that
nakkyng said:
yes...after superwipe...it became that
Click to expand...
Click to collapse
I'm seriously confused. Can you get into either the screen with the Android's belly open or with the Android with the red exclamation mark?
anton2009 said:
I'm seriously confused. Can you get into either the screen with the Android's belly open or with the Android with the red exclamation mark?
Click to expand...
Click to collapse
i cant get into any creen
cant switch on the phone
nakkyng said:
any screen i can get into....
cant switch on the phone
Click to expand...
Click to collapse
Well if you can't turn on your phone, then your phone is bricked, and all of this was for naught! Your best bet would be a USB jig or something, if your phone isn't even turning on. Have you tried leaving it on the charger for like an hour or two? Or have you tried switching/getting a new battery?
anton2009 said:
Well if you can't turn on your phone, then your phone is bricked, and all of this was for naught! Your best bet would be a USB jig or something, if your phone isn't even turning on. Have you tried leaving it on the charger for like an hour or two? Or have you tried switching/getting a new battery?
Click to expand...
Click to collapse
i am sure that it had more than 50% battery before i superwipe it, and i still had charged it and reinstall the battery for serval times
nakkyng said:
i am sure that it had more than 50% battery before i superwipe it, and i still had charged it and reinstall the battery for serval times
Click to expand...
Click to collapse
So you're telling me you used flashed the Superwipe script to wipe your phone so you could flash a rom, and you turned it off and it doesn't turn back on? Didn't you flash a rom right after using the Superwipe script?
anton2009 said:
So you're telling me you used flashed the Superwipe script to wipe your phone so you could flash a rom, and you turned it off and it doesn't turn back on? Didn't you flash a rom right after using the Superwipe script?
Click to expand...
Click to collapse
after superwipe, i chose reboot the system...after that, i cant switch on it

Pushing ROM using ADB! Help!

Alright so I was an idiot and wiped data and internal storage...I figured I could just mount the phone like I could my Thunderbolt, but apparently not. I have adb installed and currently been going to platform-tools folder and opening command window...type adb devices and it shows my device in recovery...which is good. However as soon as I try to do "adb push C:\android-sdk-windows\platform-tools\baldwinguy77_toro_aosp_011913-120824-signed.zip" and it doesn't do anything and just scrolls through all the available commands you can do...I have tried multiple variations of that and nothing seems to work. Help me please, as I need my phone working and I have been trying to figure this out for about an hour now.
CC268 said:
Alright so I was an idiot and wiped data and internal storage...I figured I could just mount the phone like I could my Thunderbolt, but apparently not. I have adb installed and currently been going to platform-tools folder and opening command window...type adb devices and it shows my device in recovery...which is good. However as soon as I try to do "adb push C:\android-sdk-windows\platform-tools\baldwinguy77_toro_aosp_011913-120824-signed.zip" and it doesn't do anything and just scrolls through all the available commands you can do...I have tried multiple variations of that and nothing seems to work. Help me please, as I need my phone working and I have been trying to figure this out for about an hour now.
Click to expand...
Click to collapse
Use side load.
Cwm : reboot recovery > install zip from side load.
In adb > using the side load command ( refer syntax on phone screen, when pH is in side load mode.)
Press thanks if helped
Sent from my Galaxy Nexus using xda app-developers app
Ashwa said:
Use side load.
Cwm : reboot recovery > install zip from side load.
In adb > using the side load command ( refer syntax on phone screen, when pH is in side load mode.)
Press thanks if helped
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
I am using TWRP btw...how do I use sideload?? I see it in TWRP...but do I open command prompt and do something special??
EDIT: Ahh...finally figured it out and it installed the ROM! Thanks
CC268 said:
Alright so I was an idiot and wiped data and internal storage...I figured I could just mount the phone like I could my Thunderbolt, but apparently not. I have adb installed and currently been going to platform-tools folder and opening command window...type adb devices and it shows my device in recovery...which is good. However as soon as I try to do "adb push C:\android-sdk-windows\platform-tools\baldwinguy77_toro_aosp_011913-120824-signed.zip" and it doesn't do anything and just scrolls through all the available commands you can do...I have tried multiple variations of that and nothing seems to work. Help me please, as I need my phone working and I have been trying to figure this out for about an hour now.
Click to expand...
Click to collapse
cd C:\android-sdk-windows\platform-tools\
adb push baldwinguy77_toro_aosp_011913-120824-signed.zip /sdcard/
You didn't specify the destination.
Sent from my i9250
Ashwa said:
Use side load.
Cwm : reboot recovery > install zip from side load.
In adb > using the side load command ( refer syntax on phone screen, when pH is in side load mode.)
Press thanks if helped
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
bk201doesntexist said:
cd C:\android-sdk-windows\platform-tools\
adb push baldwinguy77_toro_aosp_011913-120824-signed.zip /sdcard/
You didn't specify the destination.
Sent from my i9250
Click to expand...
Click to collapse
But why put /sdcard on the end if there is no sdcard?? By the way I got it to work but didnt put the sdcard on the end
CC268 said:
But why put /sdcard on the end if there is no sdcard??
Click to expand...
Click to collapse
.... Please do some research.
CC268 said:
By the way I got it to work but didnt put the sdcard on the end
Click to expand...
Click to collapse
Through adb? I find that hard to believe, unless you specified another destination.
Sent from my i9250

Categories

Resources