libimobiledevice / libideviceactivation

A library to handle the activation process of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
286 stars 131 forks source link

Skip asking password with icloud devices #20

Closed Orbif closed 6 years ago

Orbif commented 7 years ago

Hello,

Is it possible to add an option in ideviceactivation to ignore asking password when we try to activate a device with icloud account?

For example, only report an activation error instead of asking the password with an --no-ask-password option.

Thank you

truonggiang0710 commented 7 years ago

@Orbif. Yes, we can, you can modify code and return any result you want.

Orbif commented 6 years ago

I finally have implemented this functionality.

If anyone is interested, the fork with the modification is present in my repository.