[Q] Safely Remove Backup Assistant? - Droid Incredible Q&A, Help & Troubleshooting

I'm fairly new to the whole root/S-OFF/custom ROM world.
After flashing cmlusco's Touch of Blue ROM, I realized that it did not include Verizon's Backup Assistant. Makes complete sense to not include it, however, I found myself in a situation where I briefly needed it. No problem - I just flashed the Backup Assistant apk through recovery and was able to successfully use it.
Now I want to get rid of it. What is the recommended method for completely removing Backup Assistant? What is the safest method for removing it?
I appreciate any assistance/advice

Use a program like "Titanium Backup" to uninstall the Verizon app. It's free in the play store. Once downloaded, press:
1) Menu button
2) select Filter
3) then check "All apps" under filter status
4) check "User" under filter type
5) click Apply then find and uninstall the Verizon app.
Titanium Backup is very useful if you want to uninstall System apps or regular apps since it is a root app. Just be careful what you uninstall cuz you can uninstall virtually anything (widgets, apps, apk's) using this app.

Or you can just use a root file explorer to navigate to /system/app and delete or rename the VzWBAClient.apk, VzWBAService.apk, VzwLBSPerm.apk, and VZWInstaller.apk. Then reboot and it will be gone.

cmlusco said:
Or you can just use a root file explorer to navigate to /system/app and delete or rename the VzWBAClient.apk, VzWBAService.apk, VzwLBSPerm.apk, and VZWInstaller.apk. Then reboot and it will be gone.
Click to expand...
Click to collapse
It's much faster/easier to just uninstall it with TB

cmlusco said:
Or you can just use a root file explorer to navigate to /system/app and delete or rename the VzWBAClient.apk, VzWBAService.apk, VzwLBSPerm.apk, and VZWInstaller.apk. Then reboot and it will be gone.
Click to expand...
Click to collapse
This is what I ended up doing - thanks for the info.
I was originally going to use Titanium to accomplish this, but it gave a warning that important system files could also be deleted. Given that I've backed everything up, I assume that there wouldn't be any real issues even if Titanium did delete something critical.
Which brings up another question: is Titanium doing the same thing as manually deleting the 4 files listed above? I suppose I could test this by reinstalling Backup Assistant, using Titanium to uninstall, and looking to see what is left...

S2theSea said:
This is what I ended up doing - thanks for the info.
I was originally going to use Titanium to accomplish this, but it gave a warning that important system files could also be deleted. Given that I've backed everything up, I assume that there wouldn't be any real issues even if Titanium did delete something critical.
Which brings up another question: is Titanium doing the same thing as manually deleting the 4 files listed above? I suppose I could test this by reinstalling Backup Assistant, using Titanium to uninstall, and looking to see what is left...
Click to expand...
Click to collapse
Basicly yes its doing the same thing just automating it for you. If you delete with titanium the files get deleted, if you freeze with titanium the files are either renamed or moved.

cmlusco said:
Basicly yes its doing the same thing just automating it for you. If you delete with titanium the files get deleted, if you freeze with titanium the files are either renamed or moved.
Click to expand...
Click to collapse
More good info - thanks again. I appreciate the patience and willingness of the community to help educate newbs like myself.
BTW, excellent work on the Touch of Blue ROM - it's been running nearly perfect for me after ~2 weeks.

S2theSea said:
More good info - thanks again. I appreciate the patience and willingness of the community to help educate newbs like myself.
BTW, excellent work on the Touch of Blue ROM - it's been running nearly perfect for me after ~2 weeks.
Click to expand...
Click to collapse
Thank you, glad you like it.

Related

[Q] Remove GoMarket

Hey guys,
i'm using 2.51 rom UK, but since the black status bar update (i think) i have installed an app called "GoMarket"
I tried to delete it, but it didn't work.
Wouldn't be a problem.
BUT, i realized that this app also catches the market links.
If i can't remove it, at least i want to rid of it catching my market links.
any advices? tips?
read somewhere, just removeing the apk from systen folder possibly messes everything up? don't need something yet. any confirms?
thanks a lot
assuming you've rooted your device, i think you can use titanium backup pro or adb to remove it.
999phonebug said:
assuming you've rooted your device, i think you can use titanium backup pro or adb to remove it.
Click to expand...
Click to collapse
Hey, Thanks, yep, I'm having root, don't own titanium backup pro yet,
How do u mean VIA adb?
Adb uninstall, will check it out right now
If its false please give some tip
Thanks
sent from my DEFY using XDA App
you could try uninstall for root ive used it to uninstall system apps before also some app require device administration permissions and you have to unselect them first to uninstall them the settings can be found in Settings>Location & security settings>Select device administrators
You just need to download titanium backup which is free version and locate that gomarket app in TB and click delete. Or use root explorer to go into system/app and locate that file n simply delete it.
thanks for the many resonses
chaihg said:
You just need to download titanium backup which is free version and locate that gomarket app in TB and click delete. Or use root explorer to go into system/app and locate that file n simply delete it.
Click to expand...
Click to collapse
will try this one ( TB already tried, directly reboots the phone - app stays where it was :=P)
S1dew1nder said:
you could try uninstall for root ive used it to uninstall system apps before also some app require device administration permissions and you have to unselect them first to uninstall them the settings can be found in Settings>Location & security settings>Select device administrators
Click to expand...
Click to collapse
dont find this option on my phone (as above, 2.51 stock 2.1)
to systems/apps delete it with command or root explorer,
question is, does this mess up may system? read about phones which don't start after deleting goMarket directly ;=)
would have been my first try
edit: thx
Do a nandroid backup if you're worried.
Titanium Backup doesn't work? Make sure you have an updated busybox (there's on on the Market).

[Q] How to back up entire phone before downgrade for root

Hey guys,
I've searched the forums to no avail regarding this.
I'm currently on a newer sense rom on my desire z: 1.82. Which means if I want to root I need to downgrade. Every guide I read always starts with: make a backup. Good idea, but all the "complete backup" tools (titanium backup, rom manager, ...) require root to do their work.
So how the hell can I get a complete system image (preferably all partitions) without root so I could later return to my current stock rom with all my settings? Clearly I seem to be missing something here. I tried to start rom manager and titanium backup with psneuter temp root but that didn't work either.
Thanks for your help.
Cheers,
elitem0b
You can't, actually.
Sent from my HTC Desire Z(etta Awesome) using XDA App
Well since there is no other answer yet I assume that you simply can't do it ... what a shame. Anyway, to answer my own question there is a way to at least back up the apps, settings and system apps.
In case anyone else may need this:
Code:
adb pull /system/app/ c:\backup\destination\system\app
adb pull /data/app/ c:\backup\destination\data\app
adb pull /data/data/ c:\backup\destination\data\data
adb pull /data/misc/ c:\backup\destination\data\misc
First line backs up system apps
Second line backs up custom apps
Third line backs up custom apps' data
Fourth line backs up settings (e.g. wifi settings)
I put the apps in exactly the same folder structure so I know what to restore to which location in case I want to.
PS: You end up backing up more than you are probably able to restore (e.g. system apps) but it can't hurt
Cheers,
elitem0b
You can use titanium backup after temp root. If gyou use the rage method there is very low risk of damaging anything or even try using visionary for temp root ONLY then delete it after your done backing up and getting work root. This will allow you to save apps and data. Looks like you figured out a way to save system data but I wouldn't bother if I were you. All your contacts are backed up on Google anyway. There's not a whole lot of data to save that's worth risking a brick after.
Sent from my HTC Vision using XDA App
elitem0b said:
Well since there is no other answer yet I assume that you simply can't do it ... what a shame. Anyway, to answer my own question there is a way to at least back up the apps, settings and system apps.
In case anyone else may need this:
Code:
adb pull /system/app/ c:\backup\destination\system\app
adb pull /data/app/ c:\backup\destination\data\app
adb pull /data/data/ c:\backup\destination\data\data
adb pull /data/misc/ c:\backup\destination\data\misc
First line backs up system apps
Second line backs up custom apps
Third line backs up custom apps' data
Fourth line backs up settings (e.g. wifi settings)
I put the apps in exactly the same folder structure so I know what to restore to which location in case I want to.
PS: You end up backing up more than you are probably able to restore (e.g. system apps) but it can't hurt
Cheers,
elitem0b
Click to expand...
Click to collapse
Hi, I just finally managed to downgrade. Here is what I did to back up.
I used Astro to back up apps. I can easily restore apps after downgraded (but I have to firstly download Astro in order to restore apps)
Contact and calendar was backed up with Gmail.
Navigation map was saved in SD, so I didnt need to do anything.
But I lose my emails in hotmail account. I cant download the older mails (unlike GMAIL)
Now, my next step would be to gain permaroot
Cheers...

[Q] Delete Preinstalled Apps - After Root!

I rooted because I was fed up with the preinstalled Orange bloatware apps as I need the space! I used unrevoked and I have full root access i.e. I have the superuser app and I have been able to access the system partition and even managed to delete apk files from the system apps directory.
However, despite trying all the suggestions i found on these forums and elsewhere; Root Explorer, System App Remover and Titanium backup, no matter how many times I remove the apps in question, within a short time, the phone reboots and the apps are back again!
Please note that I am only trying to remove the stupid games etc which Orange stuff the ROM with not anything significant.
I really dont fancy flashing a new ROM as I cant be bothered setting up my phone again from scratch, so any advice somebody can give would be REALLY apreciated!!
You need to S-Off your phone, not just root if you want to remove your applications, while the phone is booted.
Search a guide here in the Android Developement section.
Alternatively use ADB to remove the files - your phone must be in recovery mode.
Thanks so much!!
Or better yet, just install one of the custom roms with a2sd. If you don't want a modified one, just use rooted froyo with a2sd, this is a good one http://forum.xda-developers.com/showthread.php?t=789058
david_inuk said:
I rooted because I was fed up with the preinstalled Orange bloatware apps as I need the space! I used unrevoked and I have full root access i.e. I have the superuser app and I have been able to access the system partition and even managed to delete apk files from the system apps directory.
However, despite trying all the suggestions i found on these forums and elsewhere; Root Explorer, System App Remover and Titanium backup, no matter how many times I remove the apps in question, within a short time, the phone reboots and the apps are back again!
Please note that I am only trying to remove the stupid games etc which Orange stuff the ROM with not anything significant.
I really dont fancy flashing a new ROM as I cant be bothered setting up my phone again from scratch, so any advice somebody can give would be REALLY apreciated!!
Click to expand...
Click to collapse
If you are S-ON you can delete them with ADB when you are in recovery mode.
You can also delete them through root explorer from the market. It's not free but it takes two minutes to use and you can see what your deleting if you are unsure
I have the same issue here.
Will try the ADB method when get a chance, but Root Explorer won't delete them - you can delete unwanted games etc, but they are still on the apps list the the files will come back after the reboot - tried this already.
kjur said:
I have the same issue here.
Will try the ADB method when get a chance, but Root Explorer won't delete them - you can delete unwanted games etc, but they are still on the apps list the the files will come back after the reboot - tried this already.
Click to expand...
Click to collapse
really, what rom? i didnt have any issues with the setup mentioned in my sig
vis-tec said:
really, what rom? i didnt have any issues with the setup mentioned in my sig
Click to expand...
Click to collapse
You are S-OFF, so no wonders why you don't have any problems
titanium backup
why not just use titanium backup. its free and a very easy way to uninstall apps.
Again, you need to be s-off to uninstall system apk, which unfortunately all the bloatware is.
Clarification, you need to be s-off to use titanium or root explorer to remove system apk.
veitograf said:
why not just use titanium backup. its free and a very easy way to uninstall apps.
Click to expand...
Click to collapse
Sent from my HTC Desire using XDA App
@vis-tec: It's Orange UK, rooted, but S-ON. ADB method works perfect tough. Tested last night. Also integrated some system apps updates in the ROM via ADB.
titanium backup hasn't work for me either.
only ADB
remember that deleting bloatware does not give you any extra amount of space.
these apps are in \system which is not where apps you download install.
only way of extending you app-space is A2SD+ or DATA2XXX but they tend to slow down the phone
best solution >> S-OFF and ROM designed to run on a custom HBOOT.
u get lots of space, and a super fast rom since dalvik cache stays on NAND
dzumagos said:
remember that deleting bloatware does not give you any extra amount of space.
Click to expand...
Click to collapse
it does.
i've had google maps, youtube updates etc in the /data/app and after deleting bloatware and the old versions of gmaps etc. there was enough space in /system/app to move the updates there.
so now on the /data/app is 8-10MB more for my other apps.
also if i'm right the /system partition is used as cache for apps, so there is more space for this.
and it looks way better when you open 'all apps' drawer - the list is much shorter now and there is only the stuff you need

[Q] Titanium Backup: restoring after wiping

I have the premium version of Titanium Backup which I have been using for over a year with much success.
I have one query which would make it really awesome if it can be accomplished.
I normally only use it when doing a ROM upgrade. When I am getting ready to upgrade, I delete all my old backups, do a new set of backups on all user apps + system data, and wipe and flash the ROM. Then, when I'm back inside, I go into the Market and download Titanium plus the Pro unlock, and restore the backup.
(First of all, is this what you guys do? restoring all system data shouldn't screw up the features of the new ROM from the old one, right?)
The question is: Is there any way to have Titanium run without having to first go into the Market, find the app plus the unlock, download it, and install it? i.e. If I could just run it straight off the SD card, or install it straight off the SD card without having to use the Market.
Ideally, it would be even better if I could have a startup script on first run where it just restores the full set of apps + system data after I've flashed the ROM.
Is this at all possible?
download or extract from a rom the titanium.apk, put it on sd-card an install the apk after flashing new rom and it´s done.
Ozzah said:
I have the premium version of Titanium Backup which I have been using for over a year with much success.
I have one query which would make it really awesome if it can be accomplished.
I normally only use it when doing a ROM upgrade. When I am getting ready to upgrade, I delete all my old backups, do a new set of backups on all user apps + system data, and wipe and flash the ROM. Then, when I'm back inside, I go into the Market and download Titanium plus the Pro unlock, and restore the backup.
(First of all, is this what you guys do? restoring all system data shouldn't screw up the features of the new ROM from the old one, right?)
The question is: Is there any way to have Titanium run without having to first go into the Market, find the app plus the unlock, download it, and install it? i.e. If I could just run it straight off the SD card, or install it straight off the SD card without having to use the Market.
Ideally, it would be even better if I could have a startup script on first run where it just restores the full set of apps + system data after I've flashed the ROM.
Is this at all possible?
Click to expand...
Click to collapse
Never restore system data as it can and has causes issues. It is only advised to restore user apps and data never system data.
As for your other question no not that I know of. Most roms worth anything already include TIBU so all you have to do is install the pro key and run it.
Start Titanium backup
Goto menu/more/create update>zip
scroll down and hit "create update.zip"
when you install a new Rom just use "add another zip" when in Rom manager or 4EXT recovery
Goto SD card and select "update.zip" from root of SD card
Hope that helps
alchopop said:
Start Titanium backup
Goto menu/more/create update>zip
scroll down and hit "create update.zip"
Click to expand...
Click to collapse
Thanks, that's great!
Do you know if it is smart enough to bundle the Pro unlock into the update.zip? I opened the zip file up and there only appears to be 1 APK in there.
Would it be difficult (or even possible?) to manually adjust the update.zip so that it includes the Pro unlock APK?
Ozzah said:
Thanks, that's great!
Do you know if it is smart enough to bundle the Pro unlock into the update.zip? I opened the zip file up and there only appears to be 1 APK in there.
Would it be difficult (or even possible?) to manually adjust the update.zip so that it includes the Pro unlock APK?
Click to expand...
Click to collapse
Pro unlock is stored on the SD card, no need to worry about it
Sent from my Desire HD using xda premium
restoring
So I'm returning my nexus for a replacement today. Some kind of battery issue that makes it keep turning off every night:
http://forum.xda-developers.com/showthread.php?p=34923533#post34923533
On restoring, if I understand right, I'm going to move my titanium folder back to the new nexus to the SD card area.
Run my TiBU apk and just restore my apps and associated files.
If I understand right, I Should Not restore my system files right? (Although i did a lot of customizing i was hoping could come right over).
Then when i have it all customized again, I'll back up the new system and hopefully it won't have any issues anymore.
Just an android noob talking it through, sound good?
I'll be installing the rom and CM10 again of course before doing this.
zelendel said:
Never restore system data as it can and has causes issues. It is only advised to restore user apps and data never system data.
Click to expand...
Click to collapse
Sorry, i take this opportunity to ask a question i had in mind for a long time: what exactly do you mean by "system data"?
I mean, can i restore stuff like "Settings", or "Wireless network", "Bluetooth associations", "SMS", "Wallpaper" and stuff like this? Is really annoying to have to re-customize from scratch the CyanogenMod settings and similar stuff, everytime i do a full wipe...
sberla54 said:
Sorry, i take this opportunity to ask a question i had in mind for a long time: what exactly do you mean by "system data"?
I mean, can i restore stuff like "Settings", or "Wireless network", "Bluetooth associations", "SMS", "Wallpaper" and stuff like this? Is really annoying to have to re-customize from scratch the CyanogenMod settings and similar stuff, everytime i do a full wipe...
Click to expand...
Click to collapse
You can restore these, they're not system level files (i.e. make the system run)
GuyInTheCorner said:
You can restore these, they're not system level files (i.e. make the system run)
Click to expand...
Click to collapse
Thank you!
So....what's the stuff i DON'T have to restore, because messes up my system?
sberla54 said:
Thank you!
So....what's the stuff i DON'T have to restore, because messes up my system?
Click to expand...
Click to collapse
Do not restore data from SYSTEM apps.
dalanik said:
Do not restore data from SYSTEM apps.
Click to expand...
Click to collapse
Could you tell me a couple of examples?
I'm sorry but i really can't figure out which ones are the system apps. In my opinion, even Settings and Wireless networks are system apps.
Do you mean all the services, frameworks, sms and contacts apps and stuff like this?
sberla54 said:
Could you tell me a couple of examples?
I'm sorry but i really can't figure out which ones are the system apps. In my opinion, even Settings and Wireless networks are system apps.
Do you mean all the services, frameworks, sms and contacts apps and stuff like this?
Click to expand...
Click to collapse
I think he's talking about app names that are red-colored while you're doing the backup in Titanium BackUp.
Am I right?
Cheers
Please delete

Titanium backup pro HOW TO BACKUP WTF??!!?!

So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click the icon in the upper-right with the check mark to get to batch operations.
And those tar.gz files are your backups.
The batch button is on the upper right corner.
And yes TB does compress the back ups.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
ballgum said:
So all the tutorials I see say to use "menu>batch" to backup user apps/data, but there is NO BATCH!! I ran backup and it just put a bunch of gz/tar files in a directory!!! So now after I've already updated ROM to JB, TB is not allowing me to restore these files.....or am I missing how to do this?? Why is this app so damn hard to find stuff? Is there any way to restore my stuff or I will have to revert to nandroid backup and use TB again??
BTW, i'm on version 5.4.2.2 pro version
Thanks,
Click to expand...
Click to collapse
Your question is a mess. Your thread title is "how to backup" and your jumbled post is about "how to restore".
In any case, whatever tutorials you're reading are outdated, as TiBu hasn't used a "batch" ever since the ICS version switched to using the Action Bar.
So, to simplify TiBu for you:
1) touch the the little checkmark icon the upperright corner of TiBu
2) Backup your apps and data; not system data
3) Restore later
Easy.
All the rest of the TiBu stuff is for people who aren't afraid to figure it out and/or read their FAQ (no offense)
So I've checked everything in the app.... including the mentioned "check mark" button before posting here. It is not showing any of my backup apps. I've gone into prefs and verified the backup/restore directory. When I go to that directory i see everything but when I go to batch upper right button none of the options show my apps. It only shows the NEW apps on the NEW rom and no options to restore my previous 33 user apps.
Am I missing something here or is it just not working
Sorry about the hasty confusing post...
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
mrhaley30705 said:
Open TiBu
Menu/preferences/back up folder location> whole device
it will search your entire phone fit a back up folder
Click to expand...
Click to collapse
I did that and I already had the location correct /storage/sdcard0/TitaniumBackup ...... 48 backups.
When I do what you say and do "whole device" it reloads the TB app data. Then I go into batch options and it still doesn't show my backups...
Any ideas? I will try to get screenshots, i'm not sure how on JB yet
Clear data to set everything to default then set the backup directory again and restart the app (or the phone) This fixed it for me.
Sent from my SGH-I747 using xda premium
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Obsessive said:
Question, after running TiBu, and if I need to restore my phone to factory (w/ root). To restore my apps etc, I need to reinstall TiBu and run the restore?
Click to expand...
Click to collapse
Yes.
If you bought Pro, install free version first, then pro.

Categories

Resources