computergroove Posted August 25, 2014 Share Posted August 25, 2014 I run an iphone app remotely at a few business sites. It allows me to connect remotely via the cellular data portion of the phone plan. I am looking for am looking for a solution for hard resetting an iphone in the event it hard locks (freezes). I want to ping it and if it doesn't respond I want my script to hard reset it. I need to be able to send a command to some kind of motor to press the power button and the home button at the same time for a period of time then just hold in the power button for a period of time. Has anyone done anything like this with autoit? I'd be glad to be the first to try but I don't know much about this kind of thing. I don't mind destroying the power button and home buttons (soldering points or whatever) if the end result works. Thanks. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
sahsanu Posted August 25, 2014 Share Posted August 25, 2014 Search Google and this forum by Autoit + Arduino and you'll find several scripts, some videos and even an UDF. Link to comment Share on other sites More sharing options...
computergroove Posted August 26, 2014 Author Share Posted August 26, 2014 I saw that. I went to their website and I have a lot of choices. I dont know what each of the items do. I downloaded a book on the arduino for beginners. If there is a direction to go that would expedite this I would love to know what it is. Thanks. Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html Link to comment Share on other sites More sharing options...
sahsanu Posted August 26, 2014 Share Posted August 26, 2014 I'm sorry but I don't use Arduino . Link to comment Share on other sites More sharing options...
spudw2k Posted August 26, 2014 Share Posted August 26, 2014 Natively the Arudino can receive (and send) serial transmissions. It would be trivial to "talk" to the Arduino and have the controller "connect two pins". In order to receive serial data it would need to be connected to some sort of a serial host/client. They also make ethernet shields for Arudino in which case you could "talk" to the Aruduino over tcp/ip and have it connect the pins. Serial is easier to throw together a working test, but then you'd need another machine to talke serial to the Arduino that has a NIC. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF Link to comment Share on other sites More sharing options...
Jfish Posted August 26, 2014 Share Posted August 26, 2014 Does you app also run on Android? I only ask because I think there is an API call to reboot on Android. I don't think you can do it on the iPhone unless you have root access. Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now