September 9th, 2012, 07:34 AM
|
#1 (permalink)
|
|
Junior Member
Thread Author (OP)
Join Date: Nov 2011
Location: mumbai
Posts: 50
Device(s): micromax a70,micromax funbook,micromax a45
Carrier: Not Provided
Thanks: 4
Thanked 1 Time in 1 Post
|
move apps to sd (NO ROOT)
FIRSTLY download android sdk( Android SDK | Android Developers)
and install in "c" drive\
1)open command prompt(start>type cmd in search).
2)now connect ur android device with usb debugging on..
3)now type the following in command prompt
cd C:\android-sdk-windows\platform-tools
adb devices
adb shell (A $ sign should pop up)
pm setInstallLocation 2 (( Another $ should pop up))
after the sign pops wait 10 sec and then disconect ur device and reboot ur device now u can move almost all apps to sd card...
     
|
|
|