kscott2357 Posted June 10, 2010 Share Posted June 10, 2010 I started using AutoIT quite a bit several months ago and really liked learning how windows APIs worked. I was looking at doing some Android app development and wondered if there was a way to use AutoIT for Android OS APIs? Link to comment Share on other sites More sharing options...
Tvern Posted June 10, 2010 Share Posted June 10, 2010 I started using AutoIT quite a bit several months ago and really liked learning how windows APIs worked. I was looking at doing some Android app development and wondered if there was a way to use AutoIT for Android OS APIs?http://www.autoitscript.com/trac/autoit/wiki/AutoItNotOnToDoListNothing about Android there, but given the statement about Mac, Linux and Windows CE I think it's safe to say it'll never happen. Link to comment Share on other sites More sharing options...
Richard Robertson Posted June 10, 2010 Share Posted June 10, 2010 AutoIt is a Microsoft Windows automation tool. It will not be ported to any other system for this reason. Link to comment Share on other sites More sharing options...
Akton Posted August 15, 2010 Share Posted August 15, 2010 AutoIt is a Microsoft Windows automation tool. It will not be ported to any other system for this reason.No, its a programming language - currently only on Windows. But a lot of people would like to see it ported to other platforms. Of course that requires someone to do the porting, and since they won't - well... move along. Nothing to see here. Link to comment Share on other sites More sharing options...
Richard Robertson Posted August 15, 2010 Share Posted August 15, 2010 No, its a programming language - currently only on Windows. But a lot of people would like to see it ported to other platforms. Of course that requires someone to do the porting, and since they won't - well... move along. Nothing to see here.AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.It explicitly says Windows there. Link to comment Share on other sites More sharing options...
MvGulik Posted August 15, 2010 Share Posted August 15, 2010 [bored]explicit: "Windows (+) GUI" & "general scripting"Can be explicitly misread if need be....Seems AutoIT typers seem to ask the same kind of questions.(probably some mass produced keyboard hickup.)[still bored] "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ... Link to comment Share on other sites More sharing options...
Richard Robertson Posted August 16, 2010 Share Posted August 16, 2010 Ok, how's this for an argument: The dev team has said they won't be porting to any other platforms. Link to comment Share on other sites More sharing options...
SublimePorte Posted August 16, 2010 Share Posted August 16, 2010 Akton, No, its a programming language - currently only on Windows. But a lot of people would like to see it ported to other platforms. Of course that requires someone to do the porting, and since they won't - well... move along. Nothing to see here. Perhaps you just mean the BASIC syntax? AutoIt is a bit more than just a programming language, it's an automation suite, which happens to include a dialect of BASIC. kscott2357, I started using AutoIT quite a bit several months ago and really liked learning how windows APIs worked. I was looking at doing some Android app development and wondered if there was a way to use AutoIT for Android OS APIs? If you want to develop apps on Android using a much simpler language than Java (which isn't that hard anyway), try using Scripting Layer for Android, then you can use a really easy and intuitive language like Python to write Android apps. As an example, a simple book barcode scanner can be written in 6 lines of code: import android droid = android.Android() code = droid.scanBarcode() isbn = int(code['result']['SCAN_RESULT']) url = “http://books.google.com?q=%d” % isbn droid.startActivity(‘android.intent.action.VIEW’, url) Link to comment Share on other sites More sharing options...
MvGulik Posted August 16, 2010 Share Posted August 16, 2010 Ok, how's this for an argument: The dev team has said they won't be porting to any other platforms.Sounds rock solid to me. "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ... Link to comment Share on other sites More sharing options...
Broadcastic Posted May 12, 2011 Share Posted May 12, 2011 Although AutoIt will not be ported, unless in an alternate universe we'll see an open source AutoIt , I'd love to see KodaForms version for Android It is much simpler task to do and it was writted using Delphi! Other alternatives for Android: 1. You can signup for Cooper Beta - Pascal for Java->Android http://www.remobjects.com/cooper.aspx 2. Mono for Android http://mono-android.net/ 3. Delphi for Android http://www.delphiforandroid.com/ Link to comment Share on other sites More sharing options...
tazlikesrobots Posted May 26, 2011 Share Posted May 26, 2011 I found something similar to Autoit for android. If you know visual basic then you will be right at home... http://www.basic4ppc.com/index.html Link to comment Share on other sites More sharing options...
MachinistProgrammer Posted March 4, 2013 Share Posted March 4, 2013 it is sad that autoit will never be ported to mac/linux especially considuring its writen in C++ which means the porting prossess would be easier than other applcations. any way if you wanted to use it on mac you could always use an windows emulator All my projects live on github Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 4, 2013 Moderators Share Posted March 4, 2013 As has been stated (over and over and over again), AutoIt is a tool for Windows automation, and works with the Windows API. You are more than welcome to write a BASIC-like scripting suite for Andriod/Apple/etc. on your own. When you're done, we'll visit your forum "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Nessie Posted March 4, 2013 Share Posted March 4, 2013 it is sad that autoit will never be ported to mac/linux especially considuring its writen in C++ which means the porting prossess would be easier than other applcations. any way if you wanted to use it on mac you could always use an windows emulatorAutoIT is a scripting language for Windows, and as i know most of his magic stuff is based on WinApi. So i think that it's impossible to port on other OS without rewriting from scratch Hi! My UDF: NetInfo UDF Play with your network, check your download/upload speed and much more! YTAPI Easy to use YouTube API, now you can easy retrive all needed info from a video. NavInfo Check if a specific browser is installed and retrive other usefull information. YWeather Easy to use Yahoo Weather API, now you can easily retrive details about the weather in a specific region. No-IP UDF Easily update your no-ip hostname(s). My Script: Wallpaper Changer Change you wallpaper dinamically, you can also download your wallpaper from your website and share it with all! My Snippet: _ImageSaveToBMPConvert an image to bmp format. _SciteGOTO Open a file in SciTE at specific fileline. _FileToHex Show the hex code of a specified file Link to comment Share on other sites More sharing options...
tonycst Posted December 2, 2014 Share Posted December 2, 2014 There is such a thing. Its called B4A Basic for Android App called B4A Bridge. App is free Development program is $120 Its a development in BASIC language, very much like the autoit. I would buy it for $50 but not only its expencive but also upgrade is limited to 2 years. Most of programs i bought have unlimited upgrade. 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