Manually Removing Busybox - General Questions and Answers

How would I go about manually removing Busybox with adb?

Darth4212 said:
How would I go about manually removing Busybox with adb?
Click to expand...
Click to collapse
You should be able to locate and/or a post response in the following thread:
http://forum.xda-developers.com/showthread.php?t=3348543
Sent on my Communicator [SCH-I535] from the Bridge of the U.S.S. Enterprise...
***PLZ THANK ME WITH A THUMBS UP***

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
assuming you have root access
it's not a big deal to "uninstall" busybox.
just navigate to folder /system/xbin (or whatever)
and delete all busybox related files
to remove from adb or terminal you can use busybox
1. rename binary
2. delete all orphaned symbolic links (even non-busybox related - who cares?)
3. delete (renamed) binary
Code:
#!/system/bin/sh
busybox mount -o remount,rw /system || exit
busybox find /system -type f -name busybox -print -exec mv {} {}.bak \;
busybox.bak find /system -type l -exec busybox.bak test ! -e {} \; -print -delete
busybox.bak find /system -type f -name busybox.bak -print -delete && echo deleted

Related

how to

Delete delete /data/app_s/ using adb i need a step by step i try doin wat qteks said but to remove dont werk
open up ya command prompt and type:
adb remount
adb shell
rm -r /data/app_s/
exit
this will delete ya entire app_s folder, use caution and make sure this is what you want to do. if you just want to delete the files inside of app_s, use the same command but do "rm -r /data/app_s/*" without the quotes. Itll preserve ya actual app_s folder, but remove all files within it. make backups before deleting anything in case you want to revert.
Next time please make a title that is related to the thread, also try search before you start a new thread and put it in the General section, since you are not trying to develop anything here.
This is the same as I would go to this forum and post a new thread about "How do I shoot web?"
Thread repported!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[THEME[ RedSteel

I AM NOT RESPONSIBLE FOR WHAT MAY HAPPEN TO YOUR PHONE!!!
Still kinda being worked on. I need to darken a few things, and fix a few colors.
Breakdown:
Music.apk = Themed music widget
Settings.apk = Themed power control widget
framework-res.apk = Themed statusbar, and lockscreen
services.jar = White clock, white notifications.
Installation:
Code:
su
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
cp /sdcard/services.jar /system/framework
cp /sdcard/framework-res.apk /system/framework
cp /sdcard/Music.apk /system/app
cp /sdcard/Settings.apk /system/app
mount -o ro,remount -t ext3 /dev/block/mmcblk1p21 /system
reboot
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD
That Sense bar is not included.
Credits:
Alldroid IRC and DroidLife IRC for the pointers.
Nice but how to get the Sense bar? Thanks
dscottjr81 said:
Nice but how to get the Sense bar? Thanks
Click to expand...
Click to collapse
Look for my SenseX theme.

[BOOTANIMATION] NeXplosion

Hey friends, here is my first bootanimation. it is a bit heavy (15MB) because i don't know how to make it lighter. Tell me your opinions and advices so i can improve it and learn from all of you guys
Screenshots
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download
Mediafire
Install
1.) Backup your current bootanimation:
Code:
adb pull /system/media/bootanimation.zip bootanimation-backup.zip
2.) Push new bootanimation
Code:
adb remount
adb shell rm /system/media/bootanimation.zip
adb shell rm /data/local/bootanimation.zip (may or may not exist)
adb push bootanimation.zip /system/media
Thank u very much and remember to hit the thanks button if you liked it
For smaller file size, I would ditch the transparency (just make the background black or white or whatever color you would like it to be) and then export images to PNG-24 (no transparency) e.g. with Adobe Fireworks.
You could also Save for Web with Adobe Photoshop for smaller file size, just don't use transparency .
Wow, that was great :highfive: can you make one like this for our K900 also

[Q] doomlord rooting toolkit problem!!

i have xperia lww..locked bootloader and on ICS 4.0.4.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
now i wanna root my device using doomlord's rooting toolkit but failed..instead it gives me this..
--- pushing SU binary
failed to copy 'files\su' to '/system/bin/su': Read-only file system
--- correcting ownership
Unable to chmod /system/bin/su: No such file or directory
--- correcting permissions
Unable to chmod /system/bin/su: No such file or directory
--- correcting symlinks
rm failed for /system/xbin/su, Read-only file system
link failed Read-only file system
--- pushing Superuser app
failed to copy 'files\Superuser.apk' to '/system/app/./Superuser.apk': Read-only
file system
--- cleaning
--- rebooting
ALL DONE!!!
Press any key to continue . . .
Click to expand...
Click to collapse
what to do??please help..
Ooopsss...sorry..i get it..done with rooting my phone..4.0.4 is just cant root..
Sent from my WT19i using xda app-developers app

insert an sd card before using the camera

Hello Guys
I have this Moto G xt1032 (version whitout sdcard slot)
I used this cm-14.1-20161225-NIGHTLY-falcon.zip and open_gapps-arm-7.1-pico-20170928.zip
I got this message when I tried to use the camera:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
My guess is the mount point do not worked fine
So I made a ssh connection:
$: df
$: Vim /fstab.qcom
I tried other snapshots from lineageOS and CyanogenMod but the error is the same
I know some versions of this phone has sdcard slot, but mine don’t.
You guys have any clue to solve this? Thank you
I discover that /storage/emulated/0 or /sdcard has no DCIM folder, so I tried to create with no sucess this fodler, i got no permissions, even root on Terminal.
so I boot on TWRP and create folder there, sucess, but when android boots again I cant write any files there
falcon:/storage/emulated/0/DCIM # chmod 7777 /storage/emulated/0/DCIM -R
falcon:/storage/emulated/0/DCIM # touch 34
touch: '34': Permission denied
Solved!
Hi man, I had the same, the problem was I did format internal storage with that every folder was deleted, but I fixed, how come?
Install de rom stock and this fixed the folders problem and then you could flash your favorite rom

Categories

Resources