-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few questions regarding the development of this repo #7
Comments
Hey @Reiszecke! That functionality is a great idea. A while ago, I actually had a problem where iMessage used up a large amount of storage on an iPad and there was no way to find or delete anything on the device. The backup explorer totally makes it possible. For a specific use case like that manual deletion is enough, but for WhatsApp and freeing space up in general an automatic tool would be awesome.
|
Hey man don't worry about it :) Yeah actually I had the issue on iMessage first until I moved everything to WhatsApp which then showed the same bloaty behavior hahahaha
I've only noticed it in the WhatsApp directory, but I haven't tried out many others since they probably are all smaller than this stupid WA folder hahaha
Early 2015 MBA (2.2 Dual Core i7), Big Sur 11.5 Backup is from an iPhone 7 32GB
I may also soon have an extra iPhone but none that I can risk bricking yet, so looking forward to your info 😅
That sounds great, happy to hear you are open for additions. Currently a lot more busy again than I was a few weeks ago but let's see :) To the performance: The backup (32GB phone) is 11 GB in size As soon as I hit the "Files" tab, after entering the password in the prompt it takes about 15 seconds to load the browser's list on the left tab. Performance in the java files browser in the right tab: Hitting
I have closed the jar, opened it again but this time let it load on first tap (so only 100% CPU usage then), and it took exactly 1:40 min to open the What's interesting is that with my WhatsApp Business installation, the |
Hey first of all tysm for making this!
I have a few questions regarding your project. I want to extend its functionality to be able delete or compress some junk data of apps like WhatsApp. At least on Android you can safely remove some files that are otherwise not easily deletable via the app natively but on iOS (since there is no file access) this is not possible which is why I want to attempt doing just that via backups.
During development, did you use any kind of profiler? I'm asking because as soon as I open some folders in the WhatsApp container it will start to freeze with the CPU usage going close to 400% for half an hour until I close the process. I'd be happy to investigate but I'd like to know whether that's something you've already done before
Commit 985906e that adds the possibility to replace files also comes with the
reEncryptDatabase()
function call. Does that work in a way that I can straight up "edit" any file in a backup, then play back that backup (that then contains the edited file) onto the device, essentially editing the otherwise closed-down iOS file system?As I have previously mentioned, I'd like to be able to manage some common storage-hungry data. That would be something along the lines of "we don't need full resolution images in there, let's compress them" for example - would you be willing to merge such additions or should I run it as an independent project, only merging your upstream changes each time? I'd be fine with both ways, I'd just like to know your preference on that.
The text was updated successfully, but these errors were encountered: