Related
I was told I can download handcent sms to fix a timestamp issue im having (because it automatically displays texts in the order they're received instead of using timestamps). However, I had the program and deleted it once before, but after reading up on it I still have a file somewhere on my phone called com.handcent.newsms, and having that somewhere on there is preventing me from installing handcent. I checked in titanium backup and its one of the files with a line through it (aka-its been deleted supposedly), and my phone has been searching my files using ES File Explorer since about 7 hours ago with 0 progress. Any ideas on where this file might be?
Same problem with the XDA Forums app. Had it, deleted it, but after searching Titanium Backup theres still a file being displayed called com.quoord.tapatalkxda.activity and i'm assuming thats the reason I can download but not install the app. And idea where to find this one?
back everything up, boot into recovery and wipe data/cache. then reinstall everything
ive wiped several times when installing new roms (before i knew i even had this issue).
are you restoring the same rom after wiping? if you wipe then install a new rom there should be nothing leftover to give you issues
nope, ive installed a new one every time (to be more specific- miui, cm6, evozone.pure, evozone.riptide). and ive tried searching for the file on my file explorer and it just stays at 0% (on hour 8 now). It shows the files (the handcent one and the xda one) at the very bottom of Titanium Backup with a line through it.
when you touch that line does it not give you the option to delete it? if it is just a line that means that you have a backup for an app that is not currently installed
nope, and it says that theres no backup for it. it has the yellow sign with an exclamation mark in it next to it, which after i looked means theres "nothing"? this is doing a fantastic job of irritating the piss out of me.
in titanium backup, hit menu then clean dalvik, then reload app list, if still there then with a file explorer go into the titaniumbackup folder and delete the files associated with those entries
cleaned dalvik, still there. and thats the problem, i cant find any files associated with them.
ewingt22 said:
cleaned dalvik, still there. and thats the problem, i cant find any files associated with them.
Click to expand...
Click to collapse
Have you ever copied your SD card to your PC? If so - you can go into the TitaniumBackup folder on your SD from previous manual backups and just reinstal the apk from there... I do that all the time. When I flash a ROM, First I make a NAND backup of said ROM, restore all apps and info (Texts,Contacts,Emails etc) then I do a TB back up and a MyBackUpPro Backup and then I copy all the files from my SD (which will contain all the backups you just made)to safely keep all the back ups you just made safe on your PC...If you dont alredy do that kind of thing, maybe its a good idea to start for these types of problems
hope that helps, if not - I do have the Apks for both apps your looking for - I can email them to you if you want
make a backup of your sd card on your computer, then format it and put only a rom .zip file, wipe everything multiple times, install the rom from sd card
check if handcent or xda will install, if yes, replace the files on your sdcard that you copied before format.
if no you have successfully gotten somebody else as frustrated with your phone as you are
Worked, thanks a ton for the help
Sent from my PC36100 using XDA App
Since my post in the development thread has been kindly deleted after ****ing around the whole afternoon with ROM's and restoring, I'm going to post the question here.
Anyone else got the app+data restore working on Oxygen 2.0 final ?
I always wipe before flashing, I tried it with Titanium backup (2 versions) and Mybackup Pro. Backup & restore works fine on CM RC7, but when I try to restore on Oxygen, it's just missing data for some apps.
But some are successfully restored with data, that what's weird.
I first thought, it's an issue with a Dalvik2sd script, but then tried it in clean Oxygen 2.0 ROM. When i check /data/data with the Root explorer, I can see the app there, but it just isn't loaded properly (for instance Financisto, Runkeeper, AlarmClockPlus, Abduction).
So basically, what's different in new 2.3.3 OTA, or am I the only one with the issue ?
Haven't tried all my apps, but its worked fine for those which I have.
Thanks for the dalvik to SD zip btw
Sent from my HTC Desire using Tapatalk
Yeah np :]
Could you please check other apps if they're ok ? I got about 130 apps, so it's kinda annoying to don't get the data restored.
Having looked through the rest of my apps, there aren't any which had saved data. I can confirm data has been successfully restored for angry birds, flow, BBC news, your orange, tapatalk, bedside, crazy snowboard and im+
Sent from my HTC Desire using Tapatalk
I have been using the Oxygen 2.0 for a couple of hours now and I have to say it is nice, compact and fast.
However, I have noticed that "pm, am" indication are missing from the time notification bar. Also the "AUTOMATIC" on Date and Time settings are not getting any update from the network. Am I right? Or it is just me who has it?
Also tested a previous busybox version, still same issue. But backuping and restoring on Oxygen 2.0 works correctly. Also most apps have the data restored correctly only some have issues. Have no idea, I'll just have to live with some data missing then, the 2.0 ROM just rocks that much :]
I think the best way to reinstall all apps after flash is to let Google install them automatically through market.
i have upgraded my desire from DevNull yesterday after backing up all apps with data via Titanium backup and i didnt experienced any issues with any of my apps (around 80).
This supposed to be the fix, a sqlite lib -> http://forum.xda-developers.com/showpost.php?p=11729730&postcount=341
I think this is the solution to your problem :
http://forum.xda-developers.com/showpost.php?p=11729730&postcount=341
-orgler
Since "someone" deleted a correct fix from the Oxygen thread, I'm gonna repost the file here. Seriously uncool.
Replace the libsqlite.so in /system/lib. You're gonna need to be S-OFF or do it in recovery. Sqlite .db files for some apps that were missing data are readable after, so I can confirm it works.
I noticed the missing data problem almost immediately after installing the rom. Thanks for posting a fix. The "mood" in the new oxygen thread gets a bit tense compared to other desire threads.
If I remember ill hit the thanks button when I'm in on a PC.
sK
Sent from my HTC Desire using XDA Premium App
Np, please thank orgler, he found the fix and posted it. I just saved the answer and posted it here as a solution.
I saw your reply to me just after sending you a PM. Flashing the libsqlite.zip file on top of latest oxygen rom didn't work. No big deal as the app I really need data for backs up to sdcard. I'm sure this problem will get fixed soon enough.
sK
Sent from my HTC Desire using XDA Premium App
I just read your instructions again. I'm not s-off. Do you know how I can replace the lib with ADB?
sK
Sent from my HTC Desire using XDA Premium App
Em, its not a flashable .zip (I didn't state that, but sometimes it's good to open the .zip first )
Boot to recovery, mount the system partition, connect USB cable and go to adb shell (we're gonna backup the original lib first):
#cd system
#cd lib
#mv libsqlite.so libsqlite.so.orig
#exit
Make sure you're in the same directory as libsqlite.so, or copy the .so to the dir where adb is (if your var path isn't set). Then enter in command prompt:
adb push libsqlite.so /system/lib
adb shell
#cd system
#cd lib
#chmod libsqlite.so 640
Then reboot
thed0g said:
Since "someone" deleted a correct fix from the Oxygen thread, I'm gonna repost the file here. Seriously uncool.
Replace the libsqlite.so in /system/lib. You're gonna need to be S-OFF or do it in recovery. Sqlite .db files for some apps that were missing data are readable after, so I can confirm it works.
Click to expand...
Click to collapse
Thanks for your assistance with this it's appreciated. However, pushing it via adb didn't work for me either.
I have a full mybackup of data and .apk files. There is no error when I try to restore the missing applications, mybackup confirms it's been done and requests I reboot, but the application is never there.....
Any more ideas?
That seems to be unrelated, issue was only about data in the apps, app restore worked. I suggest trying to backup with Titanium backup and try to restore with it.
So: Im sure you kept the nandroid backup with all the apps and data. Restore it, pull free version of Titanium off the Market and backup some apps. Flash Oxygen (you can replace the .so file with opening oxygen.zip in Winrar and replacing it in /system/lib) then try restoring the apps. If it works, you'll know the issue is with MyBackupPro.
thed0g said:
That seems to be unrelated, issue was only about data in the apps, app restore worked. I suggest trying to backup with Titanium backup and try to restore with it.
So: Im sure you kept the nandroid backup with all the apps and data. Restore it, pull free version of Titanium off the Market and backup some apps. Flash Oxygen (you can replace the .so file with opening oxygen.zip in Winrar and replacing it in /system/lib) then try restoring the apps. If it works, you'll know the issue is with MyBackupPro.
Click to expand...
Click to collapse
I like your thinking... I did indeed keep the nandroid backup, so I'll give it a whirl.
Thank you.
Great. Solved the problems I had with Titanium.
so i want to change again my rom again but now i have a lot of things on my phone that important to me
so i would like to use titanium backup but im not quit sure how to use properly
so can somebody explain to me how do i backup everything
and when i mean everything i mean like saves from games and sms and music and pictures and more
so please i need your help
thanks
Using Titanium Backup:
1. Menu -> Batch -> Select RUN Backup all user apps + System data
2. The backup will be in the folder on ur SD card. Copy and save it in case u earse the entire SD card
Using Recovery:
To backup enitre ROM which ever you are currently using. Reboot into recovery..
Currently I use Clockword Mod, so I know how to do it only by this one
1. Reboot into recovery mode.
2.Under Backup & Restore do the nandroid Backup which backsup the currently using ROM with data.
3. This will also be under the folder ClockwordMod in ur SD card backit up in case u do SD card formatting
For SMS, Call Logs & Pictures I use McAfee Wavesecure which I bought long back and backsup all the data.. not sure about Titanium backup for SMS & stuff...
I think this might help you.
Excuse a newbie question, but doesn't the nandroid recovery just take a snapshot of the current setup with ROM and all?
How do you use it with a new ROM?
Sent from my HTC Desire using XDA Premium App
You use the nandroid if the new rom doesnt work or you of some other reason want to go back to the old rom.
aswinarun said:
Using Titanium Backup:
1. Menu -> Batch -> Select RUN Backup all user apps + System data
Click to expand...
Click to collapse
Don't backup System Data if you are changing from one ROM to another, you will invariably get problems backing up system files that won't work smoothly with the new ROM. Just backup user apps.
Kalavere said:
Don't backup System Data if you are changing from one ROM to another, you will invariably get problems backing up system files that won't work smoothly with the new ROM. Just backup user apps.
Click to expand...
Click to collapse
Hi,if i backup system data but do not restore them..will it still conflict?
JxXxn said:
Hi,if i backup system data but do not restore them..will it still conflict?
Click to expand...
Click to collapse
No, that's fine. You can back both up and just restore apps and app data with no problem. I've never backed up system data I really don't see the point, I guess you could backup and restore to the same ROM, but i'd rather just start afresh each time.
Kalavere said:
Just backup user apps.
Click to expand...
Click to collapse
I couldn't agree more with this.
Sent from my HTC Desire using Tapatalk
Being able to backup system data selectively isn't a bad idea, i.e. Wi-Fi access points and literally one or two other things, if someone is after a system backup this is where nandroid comes into play, in my opinion.
I do agree backup for user apps. Also I would prefer Nandroid to restore the old ROM fully. Since I have been using some CM7 RC builds & also nightly builds.. i started to restore system data as well, which literally helps me to have all settings as well.
Also he can run Restore apps with data alone...
But it is upto OP which method he prefers..
Kalavere said:
Being able to backup system data selectively isn't a bad idea, i.e. Wi-Fi access points and literally one or two other things, if someone is after a system backup this is where nandroid comes into play, in my opinion.
Click to expand...
Click to collapse
This is for sure, things like bookmarks, user dictionary, wifi are nice to be able to just restore.
Sent from my HTC Desire using XDA Premium App
mistaliu said:
This is for sure, things like bookmarks, user dictionary, wifi are nice to be able to just restore.
Click to expand...
Click to collapse
I may have gotten confused....
is there a method to selectively backup / restore bookmarks and wifi (wep/wpa passphrases) ?
fred_be9300 said:
I may have gotten confused....
is there a method to selectively backup / restore bookmarks and wifi (wep/wpa passphrases) ?
Click to expand...
Click to collapse
Open the app and select Backup/Restore and long press on the system data you want to backup. You should exercise caution and not backup system data that will potentially disrupt another ROM. Wi-Fi Access Points, User Dictionary etc can all be found in there. Hope this helps.
Kalavere said:
Open the app and select Backup/Restore and long press on the system data you want to backup. You should exercise caution and not backup system data that will potentially disrupt another ROM. Wi-Fi Access Points, User Dictionary etc can all be found in there. Hope this helps.
Click to expand...
Click to collapse
Or the way I did it was just go under the backup/restore tab and scroll till you find what you want to backup ie. Bookmarks, wifi, etc then you are just backing up what you want and need
Sent from my HTC Desire using XDA Premium App
I have a question regarding Titanium that I hope you can help with...
I've just upgraded to the Gingerbread RUU, so I lost root and can't get it back, or frankly want to have it back, but I've backed up a number of apps with Titanium Backup, and is there any way to reinstall them?
They're all saved to my SD card, and Titanium Backup obviously refuses to work.
I can't and don't want to get root back, so is there any way to manually use these backups, or use them with another program?
vszulc said:
I have a question regarding Titanium that I hope you can help with...
I've just upgraded to the Gingerbread RUU, so I lost root and can't get it back, or frankly want to have it back, but I've backed up a number of apps with Titanium Backup, and is there any way to reinstall them?
They're all saved to my SD card, and Titanium Backup obviously refuses to work.
I can't and don't want to get root back, so is there any way to manually use these backups, or use them with another program?
Click to expand...
Click to collapse
You can recover the apps by searching the TitanuimBackup folder and extracting the APKs from the Zip files. It's obviously not possible to recover the data as it's zipped up in a tarball and it requires Superuser rights to access if using Titanium, however I don't know that it's not possible to manually replace the data. If you unzip the tarball and extract the folder to your desktop. If it's the BBC News app for example the folder should look like this after you extract it.
'Data/Data/bbc.mobile.news.uk/cache
-----------------------------------/databases
-----------------------------------/files
-----------------------------------/shared_prefs'
I don't know if you can access Data/Data from the phones internal memory without root, I am using Root Explorer. Try with Astro, I am guessing you can read/write to Data/Data without having S-Off as I am not getting prompted to switch to R/W to delete files (I have Root and S-Off).
If you can read and write to Data/Data without root and S-Off you can manually copy and paste the data over after installing the app, it will take ages to do if you've got any number of apps and I am not ever sure it will work, but I suppose it's worth a go.
I hope this makes sense, it makes semi sense to me as I read it back!
trying to restore apps and i get this message! ? fix?
the restore of data was fine but apps wont!
I'm getting this too when trying to restore my data after flashing a new rom. Let me know if you hear of any solutions.
The mybackup website says its an SD card error.. that may be the case, but it was working fine an hour ago on the old rom I had (because I'm new I can't post the link, but a quick google to their FAQ and you'll see what I mean)
I think my issue was due to the SD card. I reformatted it and then copied the contents back again from my laptop. I've now re-installed the new ROM and am using mybackup root to restore my contents as I type this - all seems fine so far
Thanks for the feedback.
What did you format normal or ext or both
Sent from my HTC Desire using XDA App
I had the same error. I don't find how to fix it but how to recover my data app.
Save the backup on your PC
Execute all .apk in my save folder from your phone
Launch mybackup to do another apps save with data
Copy all file wich are not .apk in the old backup (on your pc) and past them in the new backup folder on your phone (replace all existing file)
And finaly restor the backup, it will restore the data with the app
It's not "user friendly" but it worked for me, it was not a SD card issue
I was having this same issue. Watching alogcat revealed that an apk that MBP was expecting was not there, causing an IO error.
I tried to restore again, this time unselecting that specific app and it appears to be working.
So to fix it, install alogcat and watch for errors as the restore is taking place. This should clue you in on the problem.
gthing said:
I was having this same issue. Watching alogcat revealed that an apk that MBP was expecting was not there, causing an IO error.
I tried to restore again, this time unselecting that specific app and it appears to be working.
So to fix it, install alogcat and watch for errors as the restore is taking place. This should clue you in on the problem.
Click to expand...
Click to collapse
This was exactly my problem. Seems like the ****ing program didn't actually back up a damned thing. The folder which was supposed to have the backed-up APKs was completely empty.
I had to restore from an older backup and it worked.
I guess that's just what happens when you rely on free apps.
Just got the same STUPID problem - I'll try the fix above.
The only reason I chose MyBackup Root was because you can do "0-click batch restore" for free which you can't with the free version of Titanium Backup.
EDIT: Backups won't restore. It says "I/O Error". I've had the SD card for a few weeks and it was working perfectly with Titanium Backup. Also, everything's been properly installed formatted and fixing permissions and clearing caches makes no difference.
EDIT 2: After running aLogcat, it says that Mybackup has the following error: "...apps/appnamehere: open failed: EM0ENT (No such file or directory). It's like this for most of my of apps (and I have hundreds) that are now lost with all their data!
Also, none of the apps that do restore so far link to the market (it says this after restore).
This app really needs updating to resolve these serious issues.
Ouroboros29 said:
I had the same error. I don't find how to fix it but how to recover my data app.
Save the backup on your PC
Execute all .apk in my save folder from your phone
Launch mybackup to do another apps save with data
Copy all file wich are not .apk in the old backup (on your pc) and past them in the new backup folder on your phone (replace all existing file)
And finaly restor the backup, it will restore the data with the app
It's not "user friendly" but it worked for me, it was not a SD card issue
Click to expand...
Click to collapse
When backing up apps and data again it STILL won't backup some apps!! Any suggestions?
Having problems restoring Apps from TB (Titanium Backup) after changing my ROM from Stock 20W to Novastock V21A.
I performed a full backup of all APPS to my external SD card. After flashing the new ROM, I detect the TB directory,
and set it. But, TB can only see the apps I have installed from the play store after the flash. It can see the backed up Apps
but they have a line through them and TB thinks they are zero bytes. I have applied the SD card Fix.
When I use root explorer and click on the /storage/external_SD/Titanium_Backup directory, root explorer just hangs...
Hmm, this would explain why TB can't access the previously backed up Apps.....
After I restore my nandroid of the previous 20W ROM, I can see the TB directory. Wondering if this is down to a SELINUX issue.
Anyone got any ideas of why I can't access the external SD card TB directory OR what I can do to resolve this...?
Thanks
gsw5700 said:
When I use root explorer and click on the /storage/external_SD/Titanium_Backup directory, root explorer just hangs...
Hmm, this would explain why TB can't access the previously backed up Apps.....
Anyone got any ideas of why I can't access the external SD card TB directory OR what I can do to resolve this...?
Thanks
Click to expand...
Click to collapse
If you're still having this issue, try using NextApp's SDFix. That's what I've been using when I hop around between roms.