Jump to content

Recommended Posts

Posted (edited)

Hi all! i want to get my version of my iPod Touch with iTunesMobileDevice.dll! and i dont know how :mellow:

i want to do this function: MISProvisioningProfileGetVersion

Here its all possible function: http://theiphonewiki.com/wiki/index.php?title=Itunesmobiledevice.dll

Thanks you !

Edited by jamesstp20
Posted (edited)

DllCall("C:\Program Files\Common Files\Apple\Mobile Device Support\bin\ iTunesMobileDevice.dll", return type, "MISProvisioningProfileGetVersion")

I'm not sure what the return type would be...but this should get you started.

Edited by darkjohn20
Posted

Thanks i do this:

$test = DllCall("C:\Program Files\Common Files\Apple\Mobile Device Support\bin\iTunesMobileDevice.dll", "return type", "MISProvisioningProfileGetVersion")

MsgBox(0,"Version", $test)

But msgbox say : 0

Thanks for your help :mellow:

Posted (edited)

I tried and mgbox say 0 with : "" "INT_PTR" "LONG_PTR," "LRESULT, LPARAM" "UINT_PTR," "ULONG_PTR," "DWORD_PTR,"

And the other i get nothing

Thanks for your help

Edited by jamesstp20
Posted (edited)

Euh.. Im not sure to understood...

But if i try this command AMDeviceEnterRecovery

it supose to put my ipod Touch on Recovery Mode and it do nothing..

Help :mellow:

Edited by jamesstp20
Posted (edited)

A C++ Programmor say: You need to create a struct. (He dont know what is Auoit Language)

do you think it can be with this? DllStructCreate

If yes how??????? :mellow:

Thanks

Edited by jamesstp20
Posted

Where can i get the documentation?

Can you check here please: http://theiphonewiki.com/wiki/index.php?title=MobileDevice_Library and http://theiphonewiki.com/wiki/index.php?title=Itunesmobiledevice.dll

Its some documentation about iTunesMobileDevice..

Thanks

Posted (edited)

Yes i think its the Mac AppleMobileDevice decompiled. Do you have an idea for use corectly the function?

Edit: If someone want to help me by MSN PM me your adrsse :mellow:

Thanks

Edited by jamesstp20
Posted

Yeah, I couldn't find the right function as well, but I did see a similar one with buildversions and other stuff. I can't make much sense of it at all, though.

Posted (edited)

Possible? Yes. Easy? Not one bit. Apple doesn't like anyone except themselves using their devices, so they pretty much lock everything down.

I would just drop this project now.

Why do you want a script to figure the version when you can just read it yourself?

Edited by Richard Robertson

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...