Thanks O.Mini devs for MHT!
-
tr4shcr4ft last edited by
Just extracted my Opera Mini backup to find all pages in a neat mht.gzip form, making archiving them platform-agnostic a lot easier than the old .obml format (for which i used a rooted Android VM to inject those oout of backups from my non rooted phones)
Now it would be even greater to have them saved in the shared storage
-
zalex108 last edited by
Using default Google backup?!
Many users will be thanked for that to save its saved pages.
"You cannot know the meaning of your life until you are connected to the power that created you". · Shri Mataji Nirmala Devi
-
tr4shcr4ft last edited by
ADB backup
Do an
adb -d shell pm list packages | grep opera
To find out Opera's package name
Then
adb backup -f opera.ab <packagename>
(com.opera...whatever)
Extract the .ab file with the Java "Android ADB Backup Extractor" abe.jar, mht are somewhere in 'savedpages'
-
zalex108 last edited by
Good info!
I'll try it too.
I've checked ADB BackUp and even a Full System backup can be done.Thanks for sharing! :yes:
"You cannot know the meaning of your life until you are connected to the power that created you". · Shri Mataji Nirmala Devi