[Q] BusyBox question - HTC Desire X

Do we really need all BusyBox commands...Else can I just remove some of them to make some space...

Related

Easy way to install Busybox?

I have a root app that keeps asking to install Busybox and leads me to install the busybox installer app from market but this installer fails to write/install busybox to system/xbin, is there a better easier way?
I know the upd_1.zip package can do it but I already have root and I don't like this package as it installs a lot of stuff, I just want Busybox only.
thanks
Use dsixda's Android Kitchen
Herpderp Defy.

[Q] How to Busybox on Ace ?

how to install busybox on ace??? anyone please a step by step installation. i tried a lot but without success.
you don't need steps.. you need app called as busybox installer from market if you want only busybox
Just download the app

[Q] Proper directory for installing busybox

Hello,
I have a quick question?
Should busybox be installed in /system/bin or /system/xbin or does it matter?

[Q] Kill Verizon Bloatware

Help!!!!!!!!!!
I am trying to kill all of the Verizon packaged bloatware on my Rezound. I have already tried to use Cleantool 2.1.1 and it doesn't seem to work. I am not sure if it is outdated. If i uninstall all of it or remove it from the Verizon apps tab it just updates and installs it later. I want it gone. Please help me.
are you rooted?
Well, if you're rooted, you could simply delete the bloatware, or move it off to somewhere else. Something like this, depending on your definition of bloatware...
Code:
#rezound bloatware remove
mkdir /mnt/sdcard/ext_sd/bloatwareRZ
busybox mount -o remount,rw /system
cd /system/app
busybox mv VCASTMusic3_72_vigor_beta.apk /mnt/sdcard/ext_sd/bloatwareRZ/VCASTMusic3_72_vigor_beta.apk
busybox mv VCASTVideo5_72_Vigor_Beta.apk /mnt/sdcard/ext_sd/bloatwareRZ/VCASTVideo5_72_Vigor_Beta.apk
busybox mv VCast.apk /mnt/sdcard/ext_sd/bloatwareRZ/VCast.apk
busybox mv VVM.apk /mnt/sdcard/ext_sd/bloatwareRZ/VVM.apk
busybox mv VVM.odex /mnt/sdcard/ext_sd/bloatwareRZ/VVM.odex
busybox mv VZWInstaller.apk /mnt/sdcard/ext_sd/bloatwareRZ/VZWInstaller.apk
busybox mv VzNav.apk /mnt/sdcard/ext_sd/bloatwareRZ/VzNav.apk
busybox mv VzWBAClient.apk /mnt/sdcard/ext_sd/bloatwareRZ/VzWBAClient.apk
busybox mv VzWBAClient.odex /mnt/sdcard/ext_sd/bloatwareRZ/VzWBAClient.odex
busybox mv VzwLBSPerm.apk /mnt/sdcard/ext_sd/bloatwareRZ/VzwLBSPerm.apk
busybox mv NewBayService-market.apk /mnt/sdcard/ext_sd/bloatwareRZ/NewBayService-market.apk
busybox mv Blockbuster.apk /mnt/sdcard/ext_sd/bloatwareRZ/Blockbuster.apk
busybox mv Flickr.apk /mnt/sdcard/ext_sd/bloatwareRZ/Flickr.apk
busybox mv HTCSetupWizard.apk /mnt/sdcard/ext_sd/bloatwareRZ/HTCSetupWizard.apk
busybox mv HtcCarPanel.apk /mnt/sdcard/ext_sd/bloatwareRZ/HtcCarPanel.apk
busybox mv HtcCarPanel.odex /mnt/sdcard/ext_sd/bloatwareRZ/HtcCarPanel.odex
busybox mv HtcFootprints.apk /mnt/sdcard/ext_sd/bloatwareRZ/HtcFootprints.apk
busybox mv HtcFootprints.odex /mnt/sdcard/ext_sd/bloatwareRZ/HtcFootprints.odex
busybox mv HtcTwitter.apk /mnt/sdcard/ext_sd/bloatwareRZ/HtcTwitter.apk
busybox mv HtcTwitter.odex /mnt/sdcard/ext_sd/bloatwareRZ/HtcTwitter.odex
busybox mv LGOLF2_HTC_VIGOR_Verizon_ML_NONIGP_GLLive_demo_109.apk /mnt/sdcard/ext_sd/bloatwareRZ/LGOLF2_HTC_VIGOR_Verizon_ML_NONIGP_GLLive_demo_109.apk
busybox mv PolarisOffice.apk /mnt/sdcard/ext_sd/bloatwareRZ/PolarisOffice.apk
busybox mv com.htc.Twitter3DWidget.apk /mnt/sdcard/ext_sd/bloatwareRZ/com.htc.Twitter3DWidget.apk
busybox mv com.htc.Twitter3DWidget.odex /mnt/sdcard/ext_sd/bloatwareRZ/com.htc.Twitter3DWidget.odex
busybox mv slackerradio_Vigor.apk /mnt/sdcard/ext_sd/bloatwareRZ/slackerradio_Vigor.apk
busybox mv VideoSurf.apk /mnt/sdcard/ext_sd/bloatwareRZ/VideoSurf.apk
busybox mv com.mobitv.client.nfl2010.apk /mnt/sdcard/ext_sd/bloatwareRZ/com.mobitv.client.nfl2010.apk
busybox mv nfshp-1_0_25_signed_submission.apk /mnt/sdcard/ext_sd/bloatwareRZ/nfshp-1_0_25_signed_submission.apk
busybox mv htc_vmm_hux.apk /mnt/sdcard/ext_sd/bloatwareRZ/htc_vmm_hux.apk
busybox mv Scan.apk /mnt/sdcard/ext_sd/bloatwareRZ/Scan.apk
busybox mv vzw_LocAgent_Preload.apk /mnt/sdcard/ext_sd/bloatwareRZ/vzw_LocAgent_Preload.apk
sync
busybox mount -o remount,ro /system
I guess i'm not sure about rooted. I am new with the android. how do i root.
bobcsc - check out this link - it should hopefully help answer your questions
http://forum.xda-developers.com/showthread.php?t=1415615
If you're new to rooting, the easiest method would be rooting using the link posted by Argent36 and then using Titanium Backup to freeze the Verizon bloatware.
Yes i would be good for now going with the easiest possible route. i think that i need to do allot of studying before i jump into the development side. what is the titanium backup? any other suggestion anybody has for the time being is appreciated until i have the comfort level on the development side.
bobcsc said:
Yes i would be good for now going with the easiest possible route. i think that i need to do allot of studying before i jump into the development side. what is the titanium backup? any other suggestion anybody has for the time being is appreciated until i have the comfort level on the development side.
Click to expand...
Click to collapse
Your best bet is to follow Argent36's link. I used it to root my Rezound and could not be happier. If you take your time and follow it to a T, you should not have any issues. No more VZW bloat and ICS Roms a plenty! Titanium allows you to backup, remove, freeze apps but you need to be rooted.
mike.s said:
Well, if you're rooted, you could simply delete the bloatware, or move it off to somewhere else. Something like this, depending on your definition of bloatware...
Hey thanks for the code.
I'm not a developer, but not an idiot either.
Can you just let me know how and where to run this code because it seems like a very easy way to do what I've been doing manually...which is moving the bloat exactly as your little code does.
I assume I run this in sdk? But just want to confirm before I do something stupid.
Thanks
Click to expand...
Click to collapse
Root Checker Basic
I found root checker basic quick and easy to use for verifying root back in the temp root days of the rezound. Search the market for it.
My HTC Rezound is rooted and I have an ICS ROM...Will the free version of Titanium Backup remove the bloatware? Also does anybody else with a rooted Rezound have WORSE battery life than before....TY!
ian9654 said:
My HTC Rezound is rooted and I have an ICS ROM...Will the free version of Titanium Backup remove the bloatware? Also does anybody else with a rooted Rezound have WORSE battery life than before....TY!
Click to expand...
Click to collapse
Absolutely NOT! I was getting 6 hours of light use before I unlocked the bootloader and flashed a rooted ROM. This app is free and is the best I've found for freezing/removing any apps you don't want to run (titanium free won't work) :
App Quarantine
but i feel that Titanium Backup is well worth the money IMO
yojoe600 said:
but i feel that Titanium Backup is well worth the money IMO
Click to expand...
Click to collapse
It is a good app, but not very user friendly for noobs. If you're cheap like I am you can A) Delete all the crap you don't want in the ROM's zip before flashing and/or B) use MyBackup Root for automated app & data restore then freeze bloat with App Quarantine
Yeah I'm really new to the whole rooting world, thanks a bunch!
---------- Post added at 08:32 PM ---------- Previous post was at 07:38 PM ----------
Yeah I downloaded the Titanium app and was like OMH what is all this stuff...lmao..
I just go in root explorer and delete apk's like a mad person. Don't see the sense in freezing crap you're never gonna want or need on your phone.

[Q] Busybox installed into both /bin and /xbin?

I have BB 1.18.4 still from the old doomlord kit, installed into system/xbin, and I noticed that some mods/tweaks/apps require it installed in /xbin, while others need it into /bin. So my question is, if I use Busybox Installer to install the 1.20.2 to both folders, will it harm my device having two busyboxes installed at the same time?
You could install it in xbin and then symlink it to bin.
Sent from my Nexus 7
Err, how to symlink it? I find something like console commands searching around, but i don't know where to put them =(
I think you have some learning to do.
You can install busybox in both directories. The order of directories in $PATH will prevent issues with having it installed twice.
Sent from my Nexus 7
Thanks, I'll go directly with the double install then.
Just one more thing that just happened, I usually use Busybox Installer for that, but when I select the installation for the right version, before dowloading the install files, it stops and says I have a bad internet connection, even tho my 3G works perfectly. Did anyone else experience this?
BillGoss said:
I think you have some learning to do.
You can install busybox in both directories. The order of directories in $PATH will prevent issues with having it installed twice.
Sent from my Nexus 7
Click to expand...
Click to collapse
Yeah, I know this is old thread, but I have some related questions: if busybox is already installed in system/bin by kingroot, why should I install a binary update in system/xbin as busybox installer wants to do by default? If it is in both paths, which one is going to do the job? or... Why do I actually want to have two busybox copies in two separate directories if I "can" have just one? And last: most people suggest to install busybox in system/xbin, so why kingroot choose to do it in system/bin?...
Man quetion.. I'm curious what the answers are to these please!..

Categories

Resources