Restore one app from Nandroid

Jerry Hildenbrand

Space Cowboy
Staff member
Oct 11, 2009
5,569
2,797
113
Visit site
Three ways I can think of:
  1. Copy the img files to a Linux machine and mount them as a loopback device, then pull the data files you want
  2. Backup again, restore the old backup, pull the data files using adb
  3. Backup again, resotre the old backup and use titanium to back up your app, restore again and use ti backup to restore the data for the app.
#1 takes the least amount of time, but is pretty specialized.
#3 is probably the easiest.
 
  • Like
Reactions: TBarnhardt