moving bloatware

nycdoc

Well-known member
Sep 14, 2010
97
1
0
Visit site
i have moved some bloatware to the sd card and want to change the apk to bak but some files i.e. buudies now have 2 files an apk and oedx(?) file. what can i change the non apk file to in order to get more space

jw
 

Cory Streater

Well-known member
Sep 21, 2009
9,493
3,428
0
Visit site
You can move both the APK and it's associated ODEX file to the SD card. If you do so, you don't need to rename them. Just create an apps folder on the SD card and stick everything in there for safe keeping.
 

SpoiledApple

Member
Dec 4, 2009
13
0
0
Visit site
n00d here. Is there anyway we can move the .apk files onto the sd files while mounted to the computer?

It seems that doing all this through super manager takes forever to copy and past files in folders.

thanks
 

gspeed

Well-known member
Jun 1, 2010
356
1
0
Visit site
n00d here. Is there anyway we can move the .apk files onto the sd files while mounted to the computer?

It seems that doing all this through super manager takes forever to copy and past files in folders.

thanks

if you have android sdk installed.

Open command prompt. Navigate to your android-sdk-windows/tools(cd C:\\android-sdk-windows\tools) folder and hit adb shell.

hit su. On your device you should see a screen asking for superuser pemissions. Hit allow.

You have 2 options.

1) you can manually move each file over to the sdcard with a command

mv /system/app/***.apk /sdcard/backupapps/***.apk

for each file you want to move over.

2) you can write a script to streamline the process of moving the apps.
 

Latest posts

Trending Posts

Forum statistics

Threads
948,050
Messages
6,937,211
Members
3,160,938
Latest member
Hudmack