[Q] Pays room task.sh edit

Search This thread

ink222

New member
Feb 22, 2011
2
0
Edit this tash.sh to remove or keep applications under system/app, I am not sure whether my edit as below is ok, as I edit data/app and system/lib too
http://xdaforums.com/showthread.php?t=943258

rm /system/app/Swype.apk (I can't find libSwype.so under lib, I remove this to install Swype with a new language later)
rm /system/app/AdobeReader.apk (I'd like to install a newer version)
rm /system/lib/libAdobeReader.so (is it ok to remove? I can't update to newer version if I didn't delete it)
rm /data/app/FancyWidget_1.3.0.apk (not sure whether ok to remove data/app which Pays added , I have to use another app)
rm /data/app/Flashlight.apk
 

mexx0312

Member
Feb 9, 2011
11
1
Edit this tash.sh to remove or keep applications under system/app, I am not sure whether my edit as below is ok, as I edit data/app and system/lib too
http://xdaforums.com/showthread.php?t=943258

rm /system/app/Swype.apk (I can't find libSwype.so under lib, I remove this to install Swype with a new language later)
rm /system/app/AdobeReader.apk (I'd like to install a newer version)
rm /system/lib/libAdobeReader.so (is it ok to remove? I can't update to newer version if I didn't delete it)
rm /data/app/FancyWidget_1.3.0.apk (not sure whether ok to remove data/app which Pays added , I have to use another app)
rm /data/app/Flashlight.apk

Should be ok.