Git Product home page Git Product logo

Comments (12)

horrorho avatar horrorho commented on August 10, 2024

Hi. Paths are constructed as: domain / relative-path
The tail characters of the relative-path are considered to be the file extension.

If we take the file: CameraRollDomain/Media/DCIM/101APPLE/IMG_1000.JPG
domain = CameraRollDomain
relative-path = Media/DCIM/101APPLE/IMG_1000.JPG
extension = JPG, .JPG, 0.JPG etc.

Just apply the case-insensitive filters as required.

To download all files from HomeDomain:

java -jar InflatableDonkey.jar AUTH --domain homedomain

To download all photos from all domains:

java -jar InflatableDonkey.jar AUTH --extension .jpg .jpeg

or

java -jar InflatableDonkey.jar AUTH --item-type PHOTOS

Further example, to download all photos ending with 0.jpg from the camera roll after 31st Jan 2016

java -jar InflatableDonkey.jar AUTH --domain camerarolldomain --extension 0.jpg --date-min 2016.1.31

AUTH is either your AppledID and password or dsPrsID:mmeAuthToken.

from inflatabledonkey.

rameshT108 avatar rameshT108 commented on August 10, 2024

Thanks for the reply,
You have a done fab job . I have some Images in cloud Photos but i didn't getting any pics . Please help me

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

There are hacked versions of InflatableDonkey that download iCloud iOS9+ photos but I won't be releasing them at this time. Sorry.

from inflatabledonkey.

rameshT108 avatar rameshT108 commented on August 10, 2024

Hello,
I'm getting while integrating with Spring webmvc project all the classes are there the following error occurring while performing download operation. It will not work with Spring?

java.lang.NoClassDefFoundError: Could not initialize class com.icloudifd.horrorho.inflatabledonkey.protobuf.CloudKit

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

I've not played around with Spring so I can't offer any assistance. Sorry.

from inflatabledonkey.

rameshT108 avatar rameshT108 commented on August 10, 2024

java -jar InflatableDonkey.jar someId;sometojen --domain homedomain --extension callhistorydb

is it correct to retrieve only call history?

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

@rameshT108 CallHistoryDB is a folder, not an extension.

iOS9

java -jar InflatableDonkey.jar AUTH --domain homedomain --relative-path callhistorydb

or

java -jar InflatableDonkey.jar AUTH --item-type CALL_HISTORY

iOS10 see #37

from inflatabledonkey.

rameshT108 avatar rameshT108 commented on August 10, 2024

Hello,
Can we filter two different domains with relative path also like
java -jar InflatableDonkey.jar AUTH --domain whatsapp homedomain --relative-path sms

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

Hi. Not in the way I think you would like. The filters tag onto each other. They are pretty much in the style of iLoot with additional options.

java -jar InflatableDonkey.jar AUTH --domain whatsapp homedomain --relative-path sms

With this, the domain needs to be either contain the string whatsapp or homedomain AND the relative path must contain sms. Unless your WhatsApp domain contains an sms folder it will not download anything from WhatsApp.

If you let me know the files that you would like to retrieve from WhatsApp and SMS, I might be able to assist further in crafting a query.

from inflatabledonkey.

rameshT108 avatar rameshT108 commented on August 10, 2024

Hello Thanks for the reply,
Actually, i want some folders from home domain for example SMS/ Address book and I want other applications folders also example facebook / WhatsApp. then how can I filter these? or else I need to run process separately for two of them?

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

Ok. If it's complicated then you'll need to run InflatableDonkey more than once. The filters are fairly simple. The initial plan was to have various caching mechanics that would have made repeated runs super quick, but I just ran out of time to work on the project.

from inflatabledonkey.

horrorho avatar horrorho commented on August 10, 2024

No further discussion, closing issue.

from inflatabledonkey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.