Will You Move to an Android Phone or Tablet?


View Poll Results: Will You Move to an Android Phone or Tablet?
Well, I already have an Android phone! 8 33.33%
Yes, I am thinking of an Android phone! 8 33.33%
No, I'm not interested in Android anything! 6 25.00%
Well, I already have an Android phone and tablet! 1 4.17%
Well, I already have an Android tablet! 1 4.17%
Yes, I am thinking of a new Android tablet! 0 0%
Yes, I am thinking of both an Android phone and tablet! 0 0%
Voters: 24. This poll is closed

 
Thread Tools Search this Thread
Operating Systems Linux Android Will You Move to an Android Phone or Tablet?
# 15  
Old 01-03-2011
Quote:
Originally Posted by Corona688
Who said anything about keyboard? I'm talking about scripting. Using one program from another without having to do simulated mouseclicks etc. I've nothing against a good GUI. But if that's all there is...
Oh, I see your bias now.

You believe if a platform is not optimized (or capable) for scripting, then it is not "worthy" and you don't think Android will ever be useful or capable for scripting.

Finally, you make yourself clear, LOL

Whew! I thought I would never understand, not being a mind reader Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

How do i start a new thread with my android phone?

thanks (6 Replies)
Discussion started by: jgt
6 Replies

2. Solaris

Solaris View/Transfer Files Android Phone

I'm trying to sync/transfer files from my UNIX box and Android Phone and vice versa. I know that Android Phones show up seamlessly (mostly) in Linux given their incestuous relationship. Is there a way to do it in UNIX or more specifically in Solaris 11.3 (i86)?:confused: I haven't found one... (2 Replies)
Discussion started by: Nostradamus1973
2 Replies

3. What is on Your Mind?

Which Tablet to Choose?

Currently in the process of looking for a tablet. Which one is best? Thanks Benjamin Mauerberger (9 Replies)
Discussion started by: hlinks12
9 Replies

4. Android

Android Scripting Environment: Shell Scripting and Android

I just upgraded to Android 2.2 from 2.1. The GPS issue that was troublesome in 2.1 seems to have been fixed. Some of web browsing seems faster, but it could just be my connection is better today ;) Flash works in some browsers but not very good and it is too slow for Flash apps designed for... (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
INSTEAD(6)							       GAMES								INSTEAD(6)

NAME
INSTEAD - Simple Text Adventure Engine, The Interpreter DESCRIPTION
The interpreter of STEAD (Simple Text Adventures) allows to play games that combine visual novels, text adventures and classic quests of 1990-s. The STEAD games features are: * very simple source code of the stories. (based on LUA); * the ability to use graphical or textual (readline) game interface; * graphic interface supports music and images; * graphic interpreter theme support - a game may change the interface look; * portability (originally written for Linux, depends on SDL and lua). SYNOPSIS
sdl-instead [options] [game.zip to run] OPTIONS
-debug Debug mode (for game developers). -alsa Force ALSA sound (Linux only). -nosound Run the game without sound. -gamespath <path> Add path with games. -themespath <path> Add path with themes. -nostdgames Do not use default games. -nostdthemes Do not use default themes. -game <basename> Select game in gamespath. -theme <basename> Select theme in themespath. -fullscreen Run the game in fullscreen mode. -window Run the game in windowed mode. -noautosave Disable autosave/autoload. -encode <lua file> [encoded file] Encode lua file. Encoded file can be executed with doencfile("encoded file"). -idf <path to resources directory or game> Build idf file [INSTEAD data file] from directory. -mode [WxH] Use WxH resolution. -nopause Do not pause the game on window minimize. -install [game in zip] Install game from zip archive -quit Quit :) -appdata [fullpath] Store saves and settings in appdata path. Path must exist! -chunksize [size in bytes] Size for audio buffer. Try this if sound lags. -version Show version and exit. Configuration file name is 'insteadrc' and it's located in ~/.instead/. Games can be downloaded from http://instead.googlecode.com. Unzip them in ~/.instead/games. CONTROLS
Please, see tutorial. LICENCE
This is free software; you can redistribute it and/or modify it under the terms specified in the GNU Public Licence (GPL). WARRANTY
None. COPYRIGHT AND CREDITS
Peter Kosyh INSTEAD author. Ilya Ryndin Initial port to Windows. Mahno Aleksey Port to Android. .dm Port to Mac OS X. Andrey Afletdinov Port to Windows CE. Vadim Balashoff Advices. Vladimir Zhirov Advices. Alexander Yakovlev manual.tex support. Serj Kalichev Advices and default theme correction. Vladimir Podobaev, Oleg Gvozdev Testers. Alexander Soborov Wiki support. Many others for comments, bug reports, games and ideas. SEE ALSO
http://instead.googlecode.com Instead Version 1.6.0 INSTEAD(6)