[Q] Titanium Backup Stuck on Restoring App Screen - Motorola Atrix 2

Hello,
I just got my new Atrix 2
root it, and remove some apps including
all related to Yahoo.
Now I can't open any Contact, Contact Storage
com.motorola.contacts has stopped.
found some posts referencing
to Yahoo Mail Authentication, so I went to my TB Pro and select Yahoo Mail Authentication to restore, but TB get stuck on Restoring App Screen and not moving.
Is there another way to restore it?
Thank you.
P.S. Restore to Factory didn't help but lost root

DanDem said:
Hello,
I just got my new Atrix 2
root it, and remove some apps including
all related to Yahoo.
Now I can't open any Contact, Contact Storage
com.motorola.contacts has stopped.
found some posts referencing
to Yahoo Mail Authentication, so I went to my TB Pro and select Yahoo Mail Authentication to restore, but TB get stock on Restoring App Screen and not moving.
Is there another way to restore it?
Thank you.
Click to expand...
Click to collapse
You CANNOT remove apps from this phone.
Please read the noob post, here:
http://forum.xda-developers.com/showthread.php?t=1396650
You will have to get the fxz file from here:
http://forum.xda-developers.com/showthread.php?t=1415336
You can either flash this to your phone, which is what I recommend, since you did not read or search the forum, I am quessing you are pretty noob. This will take you back to 100% stock.
Or if you really want the abilty to f' up your phone more, or are more advanced than you have given the impression you are, keep reading.
You can use that fxz file, to extract the files needed from it to pack on your phone using the sdk, and pushing those files to your phone. I will not tell you how, but you can do some searches on XDA to figure all that out.

jimbridgman said:
You CANNOT remove apps from this phone.
Please read the noob post, here:
http://forum.xda-developers.com/showthread.php?t=1396650
You will have to get the fxz file from here:
http://forum.xda-developers.com/showthread.php?t=1415336
You can either flash this to your phone, which is what I recommend, since you did not read or search the forum, I am quessing you are pretty noob. This will take you back to 100% stock.
Or if you really want the abilty to f' up your phone more, or are more advanced than you have given the impression you are, keep reading.
You can use that fxz file, to extract the files needed from it to pack on your phone using the sdk, and pushing those files to your phone. I will not tell you how, but you can do some searches on XDA to figure all that out.
Click to expand...
Click to collapse
Thanks a lot for these links, I did found them before just hope not to go that path, I had faith in TB but looks like I shouldn't buy it.
Sent from my Transformer TF101 using xda premium

Titanium is like any tool it can help or hurt depending on how you use it

DanDem said:
Thanks a lot for these links, I did found them before just hope not to go that path, I had faith in TB but looks like I shouldn't buy it.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
Try using the fxz files and extract the system.img I can't really tell you what to go and get to do that with, but a google search should help you.
Grab the sdk:
http://developer.android.com/sdk/index.html
Install that and the drivers for the phone, from here:
This if on 32-bit:http://www.mediafire.com/?71c12qc4a1svqza
And this for 64-bit:http://www.mediafire.com/?ysphmaz131d3an9
find out how to mount that system.img file in windows, a google search will do well for that.
Copy those files you removed from the system/app directory/folder
and then find where you copied those files to and open a command prompt from there, and:
Code:
adb push filename.apk /data/local
adb shell
su
mount -o remount, rw /system
cd /data/local
cp filename.apk /system/app
chmod 440 /system/app/filename.apk
You will do the push for each file you removed, and also the cp and chmod, just replace the "filename" with the actual filename of the files.
Worst case, if you completely f' your phone up, you can restore the fxz, with RDS lite 5.6 or higher. At least this way you might learn something in the process.

Jim,
Let me ask you a quick question, pushing files with adb does the same as copy them using RootExplorer?
I tryed copy them with Root Explorer into system/app folder, still having problem.
Sent from my Transformer TF101 using xda premium

DanDem said:
Jim,
Let me ask you a quick question, pushing files with adb does the same as copy them using RootExplorer?
I tryed copy them with Root Explorer into system/app folder, still having problem.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
No, you can not use root explorer, it does something funny when it copies those type of compressed files, an apk, is kind of like a zip, and that can be "extracted" so to speak and run, without taking the zip apart.
You HAVE to use adb to push the files, then use the unix/android cp command. Just use the code I posted exactly the way I have it, or it will not work.

DanDem said:
Thanks a lot for these links, I did found them before just hope not to go that path, I had faith in TB but looks like I shouldn't buy it.
Sent from my Transformer TF101 using xda premium
Click to expand...
Click to collapse
The best way is before trying to remove system applications (showing in red in Titanium), freeze it with Titanium backup. And only if your phone is working perfectly with this app frozen, you might think about removing this app. But why to remove it if it does not take any resources when frozen?

Related

Stock .apk's backup

Has anyone backed up the stock applications? I accidentally deleted audiotuning.apk and want to put it back, even though I haven't determined what it's for. If anyone has backed these up to their desktop, I would greatly appreciate it if someone could send it to me so I don't have to reinstall.
Coming from a lifetime use of Blackberry, it seems we can't fix our mistakes as easily on Android
dmasjz45 said:
Has anyone backed up the stock applications? I accidentally deleted audiotuning.apk and want to put it back, even though I haven't determined what it's for. If anyone has backed these up to their desktop, I would greatly appreciate it if someone could send it to me so I don't have to reinstall.
Coming from a lifetime use of Blackberry, it seems we can't fix our mistakes as easily on Android
Click to expand...
Click to collapse
Attached.
I use the Sdx Stock App to backup and delete system apps. If you're rooted it's invaluable.
apogee82 said:
Attached.
I use the Sdx Stock App to backup and delete system apps. If you're rooted it's invaluable.
Click to expand...
Click to collapse
Thank you!!!!
It seems I can't copy this over to system\apps. Looks like the .odex was deleted also. Could you please attach this for me too? Hoping that will do it. I'm rooted so I don't know why it's not showing up (using root explorer)
Or do I have to do this using adb ?
I am going to zip all these up and post them on here for other morons like me after
dmasjz45 said:
Looks like the .odex was deleted also. Could you please attach this for me too?
Click to expand...
Click to collapse
Rename it to .odex it's not really a zip file. I had to name it that to get around the forum limitations.
I'm pretty sure you have to do it using ADB and mount the system/app directory as writable. If you install the Sdx tool you can backup a few apps, then navigate to the sdx directory on the sdcard that gets created and manually add the audioTuining files in there and then restore them using the Sdx app.
That's a long way around ADB but it should work.
Thanks again!!!
Jeeze what a hell of a job it is to push a few files to /system folder
Anyway, got them over there...Unavailable to actually install it (no idea why) but at least it's sitting back in there
That takes care of my OCD until I notice what it affected
where can i find that sdx tool? are there any other free apps out there that I can back up my phone with?
I'd be most grateful if someone could attach VoiceSearch.apk, and VoiceSearch.odex.
Accidentally deleted.
infamousjax said:
I'd be most grateful if someone could attach VoiceSearch.apk, and VoiceSearch.odex.
Accidentally deleted.
Click to expand...
Click to collapse
do you mean voicedialer.apk and .odex? I don't see VoiceSearch
Edit:
the .odex file is in the rar
DevilDogVIKING said:
where can i find that sdx tool? are there any other free apps out there that I can back up my phone with?
Click to expand...
Click to collapse
Attached to second post.
apogee82 said:
Attached to second post.
Click to expand...
Click to collapse
I can't believe I missed that, thanks
can someone upload the Sprint_App_Updater.apk?
You can get them all here
http://forum.xda-developers.com/showthread.php?t=773142

[Q] Is there a way to "install" system apk's?

Let's say, for example, I uninstalled some apps in Titanium Backup. System apps such as MMS.apk or Contacts.apk, etc. How would I go about installing these apps back to my phone? I know that Titanium Backup does not restore them if you uninstall them. So is there another way? Because trying to install the normal way does not work.
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
kelmar13 said:
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
I tried this method and neither worked. I've literally tried everything. It's not that I can't flash any ROM I want to get it back its just that I'm trying to change up some of the theming of the stock apk's.
Syn Ack said:
I tried this method and neither worked. I've literally tried everything. It's not that I can't flash any ROM I want to get it back its just that I'm trying to change up some of the theming of the stock apk's.
Click to expand...
Click to collapse
That's how you install them. Is /system mounted as RW when you're trying?
So is it safe to assume you deleted the backups in TiBu, then?
tcollum said:
So is it safe to assume you deleted the backups in TiBu, then?
Click to expand...
Click to collapse
Right before I uninstalled MMS.apk, I backed it up with TiBu. When I tried restoring, it would just sit there "restoring" for several minutes and would never do anything. It never restored.
As funny as this thread is. Dude. go to your rom .zip and extract the files from the /system/app directory and reinstall them.
dragonstalker said:
As funny as this thread is. Dude. go to your rom .zip and extract the files from the /system/app directory and reinstall them.
Click to expand...
Click to collapse
That's has been discussed already, no luck. Thanks though.
Syn Ack said:
That's has been discussed already, no luck. Thanks though.
Click to expand...
Click to collapse
then extract the entire /system directory.
adb push /\system /system
dragonstalker said:
then extract the entire /system directory.
adb push /\system /system
Click to expand...
Click to collapse
So you say I should pull /system then put in the MMS.apk and then push /system back with the MMS.apk in it?
Syn Ack said:
So you say I should pull /system then put in the MMS.apk and then push /system back with the MMS.apk in it?
Click to expand...
Click to collapse
no. i'm saying take the /system from the .zip of whatever rom you have downloaded and push it to your phone.
It will overwrite whatever you screwed up. From what you are saying, you have done more then just delete some apk's. If all you did was delete them, then you should be able to put them back. The fact that you cannot tells me you have been doin more then what you are letting be known.
Alternate suggestion.
REFLASH YOUR PHONE.
kelmar13 said:
Yes, use Root Explorer (or similar file manager app) to put them back in /system/app.
Alternatively, you can always use ADB to push the files back.
Sent from my SCH-I510 using XDA App
Click to expand...
Click to collapse
If you do the root explorer and it didnt work, you might have to go into the app's settings and give yourself permission to edit these directories......
dragonstalker said:
no. i'm saying take the /system from the .zip of whatever rom you have downloaded and push it to your phone.
It will overwrite whatever you screwed up. From what you are saying, you have done more then just delete some apk's. If all you did was delete them, then you should be able to put them back. The fact that you cannot tells me you have been doin more then what you are letting be known.
Alternate suggestion.
REFLASH YOUR PHONE.
Click to expand...
Click to collapse
Yes I know of these ways, I was trying to figure out a way to do it for a single app as opposed to flashing the whole system back on. It's not that I have a problem and can't get these back. Thanks for your input.
Did you reboot after you put the apk(s) in /system/app so that they'd be re-populated in the list?
imnuts said:
Did you reboot after you put the apk(s) in /system/app so that they'd be re-populated in the list?
Click to expand...
Click to collapse
Yeah. I've literally tried everything. Maybe my flash of the new leak, 2.3.4, was no good. Thanks for the help though. I'll reflash the full package and start fresh with someone elses EP1F, maybe the one I downloaded was a fail.
Just making sure... but you have removed the apps completely and are just trying to add the old backups back in, right?
Do you have the apps somewhere other than Titanium Backup?
kelmar13 said:
Just making sure... but you have removed the apps completely and are just trying to add the old backups back in, right?
Do you have the apps somewhere other than Titanium Backup?
Click to expand...
Click to collapse
When I removed the apps, I uninstalled them completely, they were nonexistent in /system/app
Please keep the Thread Clean and on Topic or the Thread will get Deleted
I just tried doing this AGAIN with a legit stock Browser.apk. It did the same exact thing. Won't install after reboot. This seems to be a problem with the EP1F leak.
Syn Ack said:
I just tried doing this AGAIN with a legit stock Browser.apk. It did the same exact thing. Won't install after reboot. This seems to be a problem with the EP1F leak.
Click to expand...
Click to collapse
if you have adb run a logfile while you are doin the install so i can see the error.

[Q] /data empty

i botched a simple bootanimation.zip change. i also cannot find the steps i was following. i have a sensation ARHD brand new version. i chose a bootanimation i like followed the steps using the program File expert. i copied and pasted into, if i remember properly /data/local once i hit paste a prompt came up and i i saw that i chose overwrite accidentally, but i didnt get a chance to read it. in any case it didnt work rebooted/powered off my phone and now the /data folder is not showing and under system/ i believe there used to be a data folder in there as well. What did i do? where are those folders? How can i successfully change my bootanimation? im new please be gentle with me.
I'm going to help you
First thing I need to know before we go any further, Do you have a Nandroid of your ROM?
Sent from my Sensation using XDA App
Nope the only back up i did was with CWM and i know Nandroid is a backup but i dont know how to do it.
thanks for responding
there is no /system/data...there's /system and /data..
Are you having issues or did you just think something went wrong bc you cant find that directory?
CruzinByU said:
Nope the only back up i did was with CWM and i know Nandroid is a backup but i dont know how to do it.
thanks for responding
Click to expand...
Click to collapse
A backup in CWM is a nandroid..In the old Amon recovery it was just called a nandroid and is stil typically referred to as that, but a backup in CWM is the same.
If the bootanimation didn't change (or changed to nothing), you probably need to set the permissions...This can be done a few ways, either thru the command prompt or a file explorer. You need to give it read and execute permissions..From the command prompt you should be able to run "chmod 777 /system/media/bootanimation.zip" and that should work fine
no issues thankfully. just believe something went wrong bc i couldnt find that directory.
Also try another app such as root explorer. Some of these apps have a hard time reading /data.
Edit: glad you got it... Lol posted while you were posting
Sent from my HTC Sensation Z710e using xda premium
Thank you for your quick response will try it and let you know how it goes
wadill said:
Also try another app such as root explorer. Some of these apps have a hard time reading /data.
Sent from my HTC Sensation Z710e using xda premium
Click to expand...
Click to collapse
Theres a free file explorer on here called "root browser" that works great.
I think the issue here is the file permissions.

Deleted stock task manager

Hello everyone,
I am new to all hacking and modding so please forgive me if I do something wrong.I was uninstalling applications from my rooted atrix 2 2.3.6 stock when I deleted the task manager can you give me the apk or the file and tell me how to use it.I have the 55.28.37 Asia retail please help me.
Sent from my MB865 using XDA
A word of advice: NEVER delete system applications, instead just freeze them. You never know when you may need them or want them back, and if you delete something (case in point here) that you want back, then you're asking for possible unwanted issues...
Sent from my MB865 using xda's premium carrier pigeon service
Try doing "adb install com.motorola.PerformanceManager.apk" or copy it to SD card and then use some file manager.
kousik said:
Try doing "adb install com.motorola.PerformanceManager.apk" or copy it to SD card and then use some file manager.
Click to expand...
Click to collapse
He should have no problem downloading the file and placing on root of the /sdcard and install like any other .apk (unless he's deleted his file manager also!).
Sent from my MB865 using xda's premium carrier pigeon service
Set the right permissions otherwise even after placing app into system it will not work.
Sent from my MB865
For reference, my Performance Manager's location is /system/app/PerformanceManager.apk and the permissions are rw-r--r-- which is chmod 644
Thanks every one for your replies you people are really helpful
Sent from my MB865 using XDA
If you can give me a step by step guide then it would be very helpful
Sent from my MB865 using XDA
Easiest way is to download the file to your computer, then connect your phone in usb mass storage mode to your computer, copy the .apk file you downloaded to your sdcard (which might show up as D: or E: in your PC), disconnect phone from computer, on phone use the "Files" file manager, go to "sd card", locate the .apk and tap on it to install. (Unknown sources should be ticked in your Settings > Applications)
Delete previous performance Manager that you have copied to system/app folder
Extract the attachment then copy both files to system/app without renaming or modifying them
Now to set the permission press and hold both files one after other for 3 seconds a window will appear in that select permission .
Now set permission as I have attached a Image.
People please help me I copied the apk and odex file and I have set the permissions but its not helping
Sent from my MB865 using xda app-developers app
Please help me
Sent from my MB865 using xda app-developers app
shaurya19 said:
Please help me
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
For future reference just copying files to system/app never works. You ALWAYS have to push them with adb. Do you have adb set up on your computer?
If you must use root explorer, you need to copy the files first to the /system folder, and change the permissions to rw-r--r--.. Then "multi-select" both files and "MOVE" (do not copy) them to the /system/app folder, then reboot immediately. If you can go into recovery mode (with bootstrap or cwm on boot feature), then wipe dalvik and cache partition - if not, it may act up.. and it may not.. I have done this countless times with no issues (unless I was sloppy and forgot to rename or change permissions).
It's not the best method - farshad525hou is right, adb is cleaner.. but it can/does work
alteredlikeness said:
If you must use root explorer, you need to copy the files first to the /system folder, and change the permissions to rw-r--r--.. Then "multi-select" both files and "MOVE" (do not copy) them to the /system/app folder, then reboot immediately. If you can go into recovery mode (with bootstrap or cwm on boot feature), then wipe dalvik and cache partition - if not, it may act up.. and it may not.. I have done this countless times with no issues (unless I was sloppy and forgot to rename or change permissions).
It's not the best method - farshad525hou is right, adb is cleaner.. but it can/does work
Click to expand...
Click to collapse
Using root explorer never worked for me...
Sent from my MB865 using xda app-developers app
farshad525hou said:
Using root explorer never worked for me...
Sent from my MB865 using xda app-developers app
Click to expand...
Click to collapse
Yea, I know some folks are opposed to it and/or can't get it to work properly, but I've doing it for quite some time and never ran into a problem - unless I don't do something right. But, come to think of it, I am usually overwriting old files when pushing with root explorer, not placing new ones - I wonder if that may have something to do with it..?
But, I am all for adb - it's an excellent tool that everyone who wants to mod needs to get familiar with.
I suppose we are getting off topic, but this would make a good discussion thread somewhere...
EDIT: just checked, I guess I'm not alone after all!! http://forum.xda-developers.com/showthread.php?t=1412729 - the key steps are to set permissions (which can't be done on the sdcard) and MOVE to /system/app (or where ever)
Where can i get abd?
Sent from my MB865 using xda app-developers app
farshad525hou said:
For future reference just copying files to system/app never works. You ALWAYS have to push them with adb. Do you have adb set up on your computer?
Click to expand...
Click to collapse
I got adb but should i adb install the file that kousik has posted or should i push both the odex and apk files posted by prasannapmv?
Whenever i type adb remount it says that it is not allowed and when i try to adb install it gives an error
Sent from my MB865 using xda app-developers app
shaurya19 said:
I got adb but should i adb install the file that kousik has posted or should i push both the odex and apk files posted by prasannapmv?
Whenever i type adb remount it says that it is not allowed and when i try to adb install it gives an error
Click to expand...
Click to collapse
Just do adb install xx.xx.xx.apk there is no need to remount (or odex file). What is the error message do you get when you tried adb install? If it says already installed, then go to settings -> applications -> all and uninstall the same, and try adb install again.
kousik said:
Just do adb install xx.xx.xx.apk there is no need to remount (or odex file). What is the error message do you get when you tried adb install? If it says already installed, then go to settings -> applications -> all and uninstall the same, and try adb install again.
Click to expand...
Click to collapse
it says install-failed-dexopt

[Q] Need tool to access phone using PC, cant access phone

I have accidentally installed a theme that is probably of higher resolution than my phone screen. Now in locked mode the unlocking option/pattern/graphics is not visible as it is 'spilling out of screen'.Only a part of large lockscreen wallpaper is occupying my entire screen. Android debugging is on in my device (thankfully). Please suggest me a tool/method using which i can control the phone using PC(or atleast unlock the phone). I (obviously) cannot install anything on my phone, i found some such apps that need installation on phone.
Last option is to flash my phone in recovery with a ROM, but i dont want to do that if other ways possible. my phone is on MIUI ROM developed on 26/9/12
You can wipe your /data in recovery if you don't mind
Or you can manually delete the theme using adb(the apk will be in /data/app).
PS: make a nandroid backup first in case anything goes wrong...
Edit: if you don't know the Apk name, navigate to /data/app and type find(Idk if it will work on windows, cause I tested it in android )
Sent from my LG-P500 using xda premium
how to i enter in my phone's system dir using command line??
what commands to enter?
thankfully i am able to atleast see files and folders in my phone's system using http://code.google.com/p/androidscreencast/
Why would you enter in your system dir.
Btw now that you have access to your phone, download rootexplorer or es file explorer and you'll have access to /data, /system and more
Sent from my LG-P500 using xda premium
but my friend i am not able to access my device,meaning i am not able to unlock it, how do i install it (even if installation possible how to open that app without accessing phone)
i dont know if i am expressing my case properly, i am a noob you see.
Jigar Gada said:
how to i enter in my phone's system dir using command line??
what commands to enter?
thankfully i am able to atleast see files and folders in my phone's system using http://code.google.com/p/androidscreencast/
Click to expand...
Click to collapse
FIRST YOU STOP SPAMMING EVERYWHERE
What is the problem when you can see all system files and folder. Go to data /app.. and delete it. Or if you have moved the theme apk to sdcard.. just browse your sdcard using an adapter and delete that appname.apk from ".android_secure" folder.
Use these (if you havent moved the app to sdcard)
adb shell
login as.. su
cd data/app
ls
rm appname.apk
reboot
problem solved
Sorry 'senior member' , i did not mean to spam but if u can understand my desperation. btw problem solved- a noobie like me suggested to call from a different phone and while on the call change the theme....
i myself tried a lot fiddling with command line but wasnt able to figure out.
Peace \/
Jigar Gada said:
how to i enter in my phone's system dir using command line??
what commands to enter?
thankfully i am able to atleast see files and folders in my phone's system using http://code.google.com/p/androidscreencast/
Click to expand...
Click to collapse
FPChaim said:
Why would you enter in your system dir.
Btw now that you have access to your phone, download rootexplorer or es file explorer and you'll have access to /data, /system and more
Sent from my LG-P500 using xda premium
Click to expand...
Click to collapse
Sorry I was sleeppy when I replied that...
Sent from my LG-P500 using xda premium

Categories

Resources