Many people having problems of some apps not moving to sd card.like whatsapp and some other.
but they don't have root so they can't use link2sd .
So here is tut for moving all apps in to sd card WITHOUT ROOT
What u need ?
1. PC.
2. Your device adb drivers.
3. and external SD card.
++++++ PROCESS +++++++
For this method u need android sdk .that is of 700MB,
but we can use this method without it also.
1. First Download attachment from HERE
2. Extract that ".rar" in ur desktop.
3. Now install ur device's adb drivers. If u don't have drivers,Download from ur manufacturer's site
4. Now connect your android to pc with usb cable and enable USB DEBUGGING.
5. Now goto tools folder,u will find cmd.exe. run it as admin
6. Now in that cmd type adb devices
if u have ur adb drivers installed then u will see list of devices and ur device.
if not then u need proper adb drivers.
7. Now if u got ur device then in cmd type
adb shell pm getInstallLocation
but if u have 4.0+then type
adb shell pm get-install-location
(my device is 2.3.6)
This results in a numerical value to state where the default install location is (0: phone, 2: external)
8. Now we change it's install location to sd card.
so in cmd type
adb shell pm setInstallLocation 2 (Android <4.0)
or for 4.0+
adb shell pm set-install-location 2 (Android 4.x)
so now ur default install path is sd card.
now every app u install will be installed in sd card by default.
to check that again type in cmd
adb shell pm getInstallLocation (Android <4.0)
adb shell pm get-install-location (Android 4.x)
it will show 2(external)
so install apps to ur device and all will e in sd card.
9. When u done installing apps in sd card,change default storage path to system again.
so in cmd type
adb shell pm setInstallLocation 0 (Android <4.0)
adb shell pm set-install-location 0 (Android 4.x)
This sets the default install location to the system storage.
Now check proofs:
before doing this process apps(like whatsapp was installing in my system(internal storage)).and i can't move it to sd card
but after this process,my install location changed and it installs in my sd card.
so my internal space saved.
and
Apps that Shouldn't be Moved to the SD Card
Widgets – no matter how menial in usefulness or design.
System tools – many might not operate as intended without being on the phone’s storage.
Important apps – you don’t want to risk an important app becoming inaccessible when you need it.
Computer not passing POST
If your computer is not beeping or beeping irregularly when it is not starting see the POST troubleshooting steps.
Bad power supply or inadequate power supply
A bad, failing, or inadequate power supply
is often the cause of this issue. If the hard drive is not getting
enough power during the first time the computer starts, it will be
unable to spin the hard drive platters fast enough to start the computer. However, if you restart
the computer two, three, or more times, because the platters are
already spinning, it is able to get the drive up to speed and able to
boot off the drive.
If you're encountering this issue after installing new hardware
in the computer, it's also possible the power supply in the computer is
not supplying adequate power to the computer. For most computers we
recommend you have at the least a 300-watt power supply.
Our first recommendation is to replace or replace and upgrade the power supply in the computer.
Bad hard drive
This issue can also be caused by a failing or bad hard
drive. Similar to the above issue, if there is a failure within the hard
drive that is causing the disk platters to not spin up fast enough
during the initial power up, you may also encounter this issue.
If after replacing the power supply you continue to experience the same
issue, it's likely that the hard drive is at fault and we suggest the
hard drive be replaced.
Other hardware issue
Although not as likely as the above two causes (bad
power supply or hard drive), other hardware can potentially cause this
issue to occur. Below are some other possibilities that may cause this
issue.
Cable
Replace the IDE/EIDE interface cable connected from the motherboard to the hard drive. If the cable is defective it could cause various issues with your hard drive.
Motherboard
Finally, if the computer continues to exhibit the same issue after following all of the above steps, it's likely that the motherboard is defective and that it should be replaced.