Dicko1976
-
Total Posts
:
148
- Scores: 0
-
Reward points
:
0
- Joined: 3/5/2008
-
Status: offline
|
Iphone Question
Thursday, January 12, 2012 10:42 PM
( permalink)
Hi. Ive done a few basic vbs scripts and HTA files and I do a bit of work repairing iphones. I was wondering if there is any vbs code that can talk to the iphone/ipod/ipad to get some info off like serial number, imei number, disk useage, etc ? Thanks Martyn
|
|
|
|
Wakawaka
-
Total Posts
:
456
- Scores: 23
-
Reward points
:
0
- Joined: 8/27/2009
-
Status: offline
|
Re:Iphone Question
Friday, January 13, 2012 4:23 AM
( permalink)
VBScript is Microsoft technology. It won't work on any other device besides Windows OS's, versioning dependant. Most of the code uses unmanaged code or manage code that uses unmanaged for which is normally targeted to a specific OS's API's versus cross platform. Apple's equivalent is Applescript so you can research this and how far it extends to the devices of Apple.
|
|
|
|