- 03-27-2011, 05:31 PM #101
Unable to chmod /sdcard/tboltappmover.sh: operation not permitted
In the shell I get when tryign to push permission deniedi7 PC/Mac Mini - iPad 1(EX) - iPad 2 - Droid Incredible(EX) - HTC Thunderbolt!! - ATV2
Just all around Tech Geek!
- 03-27-2011, 08:04 PM #102
I am curious given all of the discussion surrounding the "8GB" advertised vs 2.49GB that is accessible, what is in that 5GB+ of space. It has been mentioned that VZNav has all of the maps loaded, but if you look at the app itself (nothing else associated) its less than 3MB. So how do we get real space back or is that just not possible?
I am going to opt for the moving to SDCard "VZW Bloatware" folder option instead of deleting, so what is the best way to achieve that? - 03-27-2011, 09:19 PM #103
- 03-27-2011, 11:36 PM #104
First, I want to thank you for the time you've put into helping me learn this. I'm never content just copying and pasting codes and not understanding what they do. I've read through the script, but wanted to take the extra effort to move at least a few apps individually.
I had been using the chmod, but forgot to the last few times. I added it into the sequence, but still get the same error. See below:
c:\android-sdk-windows\platform-tools>adb shell
$ su
su
# /system/bin/chmod 777 /sdcard/Bloatware
/system/bin/chmod 777 /sdcard/Bloatware
# mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
# /system/xbin/busybox mv /system/app/VZW_BitBop.apk /sdcard/Bloatware/VZW_BitBop.apk.bak
/system/xbin/busybox mv /system/app/VZW_BitBop.apk /sdcard/Bloatware/VZW_BitBop.apk.bak
mv: can't rename '/system/app/VZW_BitBop.apk': No such file or directory
The BitBop app is still listed when I do a ls search. - 03-28-2011, 03:31 AM #105
First please understand complete noob here:
from command line: (in usb charge only)
adb shell
$
$ su
permission denied
Changed to disk drive mode
$ su
(phone asked to give permission, accepted)
# chmod 755 /sdcard/tboltappmover.sh
Unable to chmod /sdcard/tboltappmover.sh:No such file or directory
#adb push tboltappmover.sh /sdcard/
adb: Not found
(copied file there manually at this point)
# chmod 755 /sdcard/tboltappmover.sh
Unable to chmod /sdcard/tboltappmove.sh:No such file or directory
Okay that is what the cmd window has:
What is it exactly am i missing here?
Suppose to be in charging mode? Disk drive mode?
Usb debugging is on. Even tried toggle off/ back on.
Root Cheek says root is good.
Super user shows several programs in list that have super user access to include Titanium Back..i7 PC/Mac Mini - iPad 1(EX) - iPad 2 - Droid Incredible(EX) - HTC Thunderbolt!! - ATV2
Just all around Tech Geek!
- 03-28-2011, 05:52 AM #106
i've successfully completed the on click root method for my thunderbolt. however, i am having trouble taking advantage of this. i am new to android and do not know how if i am going to continue rooting or not so i do not want to pay for root explorer. i have downloaded other free managers and went into system/app and tried your method of renaming from .apk to .old in order to be able to restore those apps in case of an upgrade. however, those apps remain in my app drawer and i cannot get rid of them. i was hoping you could give me a quick rundown of how to rid my phone of the bloatware using one of the free file explorers. thanks in advance.
- 03-28-2011, 03:18 PM #107
Still unable to complete this.
i7 PC/Mac Mini - iPad 1(EX) - iPad 2 - Droid Incredible(EX) - HTC Thunderbolt!! - ATV2
Just all around Tech Geek!
- 03-28-2011, 03:39 PM #108
- 03-28-2011, 04:14 PM #109
- 03-28-2011, 06:27 PM #110
- 03-28-2011, 06:35 PM #111
- 03-28-2011, 06:40 PM #112
i've switched to r/w and i have renamed the .apk's but those applications still show in the app drawer. I want to remove that bloatware, without deleting it, so i can update when available. i apologize if i am being unclear or not understanding. i am completely new to android and just rooted my phone last night. i am completely lost and confused and i could use all the help i can get. including step-by-step instructions on how to flash a new rom. i have been scavenging the forums and i cannot find step-by-step instructions for most of the confusing processes that go along with a rooted phone. also, when i flash a rom that is already in rom manager, how come i lose all my apps and settings even tho ive back them up? thanks in advance to anyone that can help
- 03-28-2011, 06:49 PM #113
I'd just move them to a folder on the sd card. Make sure you're in r/w mode, check the box beside each of the apps you want and then hit the Scissors icon on the bottom. Then go up two levels and go to your sdcard. Scroll the icons on the bottom and you should see a folder with a +. Enter a name and hit ok. Long press on the folder you created and choose paste.
- 03-28-2011, 07:22 PM #114
- 03-28-2011, 07:26 PM #115
Which apps. Do they still show under system/app?
- 03-28-2011, 07:29 PM #116
they do not show under system/app but they are in the drawer. apps like blockbuster, bitbop, cityID etc
- 03-28-2011, 07:34 PM #117
CityID can be removed manually. Directions here. For blockbuster, go into Manage Applications and make sure it isn't under Running or All. If so open it and choose uninstall. Ignore the error and reboot.
- 03-28-2011, 10:10 PM #118
- 03-28-2011, 11:19 PM #119
So we have been through quite the journey... :P
Lets try this:
adb shell
su
which busybox (this will tell us busy is there and good)
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
busybox ls -lrt /system/app/VZW_* (did this to check permissions)
busybox chmod 777 /system/app/VZW_*
busybox ls -lrt /system/app/VZW_*
busybox chmod 777 /sdcard/disabled.apps
busybox mv -i /system/app/VZW_Bit* /sdcard/disabled.apps/
busybox ls -lrt /sdcard/disabled.apps/
busybox ls -lrt /system/app/VZW_*
mount -o remount,ro -t ext3 /dev/block/mmcblk0p25 /system
exit
exit
Note:So you can see it in action:
C:\Users\Desktop\Desktop\Zach Android\Zach Root>adb shell
$ su
su
# which busybox
which busybox
/system/xbin/busybox
# mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
mount -o remount,rw -t ext3 /dev/block/mmcblk0p25 /system
# busybox ls -lrt /system/app
busybox ls -lrt /system/app
..... (i shortened this part)
-rw-r--r-- 1 0 0 56312 Feb 26 14:55 ←[0;0mHtcFeedback.odex←[0m
-rw-r--r-- 1 0 0 2824 Feb 26 14:55 ←[0;0mHtcCopyright.odex←[0m
-rw-r--r-- 1 0 0 7120 Feb 26 14:55 ←[0;0mHtcConnectedMedia.odex←[0m
-rw-r--r-- 1 0 0 16848 Feb 26 14:55 ←[0;0mHtcCdmaMccProvider.odex←[0m
-rw-r--r-- 1 0 0 281040 Feb 26 14:55 ←[0;0mHTCSetupWizard.odex←[0m
-rw-r--r-- 1 0 0 262288 Feb 26 14:55 ←[0;0mFlickr.odex←[0m
-rw-r--r-- 1 0 0 43928 Feb 26 14:55 ←[0;0mFlashlight.odex←[0m
-rw-r--r-- 1 0 0 13672 Feb 26 14:55 ←[0;0mDefaultContainerService.odex←[0m
-rw-r--r-- 1 0 0 7800 Feb 26 14:55 ←[0;0mCustomizationSettingsProvider.odex←[0m
-rw-r--r-- 1 0 0 836912 Feb 26 14:55 ←[0;0mContactsProvider.odex←[0m
-rw-r--r-- 1 0 0 87552 Feb 26 14:55 ←[0;0mClicker.odex←[0m
# busybox chmod 777 /system/app/VZW_*
busybox chmod 777 /system/app/VZW_*
# busybox ls -lrt /system/app/VZW_*
busybox ls -lrt /system/app/VZW_*
-rwxrwxrwx 1 1000 1015 2580095 Feb 26 14:55 ←[1;32m/system/app/VZW_BitBop.apk←[0m
-rwxrwxrwx 1 0 0 137411108 Feb 26 14:55 ←[1;32m/system/app/VZW_Golf.apk←[0m
-rwxrwxrwx 1 0 0 28683 Feb 26 14:55 ←[1;32m/system/app/VZW_RockbandStub.apk←[0m
# busybox chmod 777 /sdcard/disabled.apps
busybox chmod 777 /sdcard/disabled.apps
# busybox mv -i /system/app/VZW_Bit* /sdcard/disabled.apps/
busybox mv -i /system/app/VZW_Bit* /sdcard/disabled.apps/
# busybox ls -lrt /sdcard/disabled.apps/
busybox ls -lrt /sdcard/disabled.apps/
total 7936
----rwxr-x 1 1000 1015 2580095 Feb 26 14:55 ←[1;32mVZW_BitBop.apk←[0m
----rwxr-x 1 1000 1015 5505609 Feb 26 14:55 ←[1;32mVZW_Rhapsody.apk.bak←[0m
# busybox ls -lrt /system/app/VZW_*
busybox ls -lrt /system/app/VZW_*
-rwxrwxrwx 1 0 0 137411108 Feb 26 14:55 ←[1;32m/system/app/VZW_Golf.apk←[0m
-rwxrwxrwx 1 0 0 28683 Feb 26 14:55 ←[1;32m/system/app/VZW_RockbandStub.apk←[0m
I did forget to name it ".bak"... for that:
busybox mv -i /sdcard/disabled.apps/<file name>.apk /sdcard/disabled.apps/<file name>.apk.bak
Other note:
My version of "Bloatware" is "disabled.apps"
WIN??? - 03-28-2011, 11:54 PM #120
Any input on these (force closes or breaking other apps):
TuneWiki
SlackerRadio
VCast Media
Flickr
HTCFootprints
HTCMIM
NewBayVault_4.2.96.VZMarket
Also I noticed the following starting up at boot even after Blockbuster was moved:
PVMtpServiceStart
PVMmdrmService
I have moved them (apk and odex) and haven't had any issues. - 03-29-2011, 12:05 AM #121
first off, odd that you can't su in usb charge only (thats all i do)
second: you can't use adb once you are in adb
third: confirm busybox is installed (through root checker)
fourth: in regular cmd prompt (after you cd to the dir that has adb) you type:
adb push tboltappmover.sh /sdcard/
fifth: do this:
adb shell
su
busybox chmod 755 /sdcard/tboltappmover.sh
( you forgot your r)
To avoid spelling mistakes:
busybox chmod 755 /sdcard/tboltapp*
did that help?
Win? - 03-29-2011, 01:41 AM #122
Walking this trhough one step at a time. :
from cmd line (in usb charge)
adb shell
$ su
#
So that's good right?
Root checker says busybox not installed. However titanium says it is, and even downloaded and re-installed busybox to get titanium working?
So it appears that is one problem.. downloaded and install Busybox v1.19. So now there is two copies running?
Still in usb charge mode
Cmd line:
adb push tboltappmover.sh /sdcard/
adb: permission denied
So no win for me.
Very confused to say the least...
Change to disk drive mode to manually copy file
copied tboltappmover.sh to root of sdcard
switched back to usb charge mode
su
# busybox chmod 755 /sdcard/tboltappmover.sh
busybox chmod 755 /sdcard/tboltappmover.sh
So that apears that part worked?
Now what? what is the next thing to do?
what does: busybox chmod 755 /sdcard/tboltappmover.sh exactly do?
I realize Cory just posted a way to do this via Root explorer method, however I want to learn this. So I appriciate you help with the command line way.i7 PC/Mac Mini - iPad 1(EX) - iPad 2 - Droid Incredible(EX) - HTC Thunderbolt!! - ATV2
Just all around Tech Geek!
- 03-29-2011, 08:34 AM #123
Cory...great info. Do you have a list like this for the Droid Pro? It sure would be beneficial to a lot of Pro users. Thanks.
- 03-29-2011, 01:24 PM #124
Cory your the Man!
I just wanted to say that your Tutorial on Rooting the Thunderbolt was incredibly easy and informable! I am a super noob with this Android stuff! Thunderbolt is my first android device coming from being a Blackberry user for years! Just switched from the Storm 2 so I installed the Swype keyboard and it's a perfect transition from surepress bcuz of the tactile feedback. Anyway, I used your instructions using my Macbook and I have to say it they were perfect, simple and flawless. I am definitely going straight to the Market and getting the File Root Explorer app asap! Thanks Bro, I see why your Loyd's father.. LOL!
- 03-29-2011, 04:47 PM #125
I just downloaded/installed QtADB on my Win7 laptop and now I have a GUI interface to the system and to the SD card in which to move the files back and forth between the two. This might help noobs like me trying to learn command line while learning about Android too!
Thanks,
Steve



Reply


































