How to get unused applications list in android?

Is it possible to get the iOS device(iPhone/iPad) data by USB commands when it is connected to desktop(MAC), I want the below data by USB commands, 1. List fo all installed applications in the device. 2. Settings of all applications in device. 3. List of all media content in the device, like music,

  • The idea is to get the iOS device data by USB commands and then send this data to an application native to the desktop.

  • Answer:

    What data are you after? You can read the file system if the device is unlocked, although the data for the apps isn't stored in the same place as the app.  Plus you've got encryption to deal with as well, the level of encryption used in an app is set by the application developer. You could write a iOS app to send the data via FTP or another protocol.

Adam Roberts at Quora Visit the source

Was this solution helpful to you?

Other answers

I think the only way you're going to be able to write anything that can do this automatically is to write an application which scrapes the data from iTunes and XCode.  Definitely 1 and 3 are in iTunes and 4 is in XCode, but I can't think of a way to get 2. You cannot retrieve information from the phone through other methods without jailbreaking the phone, and even if you do, I wouldn't be surprised if settings are stored in the keychain instead of userDefaults which means it is hardware encrypted.

Brennen Byrne

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.