|
CreatingApplications
How to add functionality to iPhone Remote with 'tapps'
IntroductionAdding functionality to iPhone Remote is simple, there are two approaches, basic web pages and custom servers. Both of these are still very much in flux, advice and suggestions are welcome! Make sure to let us know about .tapps you've made -- we'll add them to the telekinesis-tapps project. Basic Web Page
~/Library/Application Support/iPhone Remote/Apps/<App Name>.tapp .../Apps/<App Name>.tapp/<App Name>.png Custom ServersFor more advanced apps, you may want to provide web content directly. iPhone Remote is able to launch another program and proxy traffic to its port. An Info.plist inside the tapp defines this behavior: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>proxyPort</key> <integer>8022</integer> <key>startTask</key> <dict> <key>arguments</key> <array> <string>-c</string> <string>/bin/sh</string> </array> <key>path</key> <string>./WebShell-0.2.2/ajaxterm.py</string> </dict> </dict> </plist> This task is run the first time the application is clicked after the server starts. A "stopTask" key with the same structure will be used to shut down the server. If none is specified, the original task will just be terminated. Built in functionalityThe iPhone Remote server supports some basic functionality that may be useful in any application:
|
Sign in to add a comment
test
There is now an iBank application for iPhone Remote. It allows you to enter transactions for your accounts while you are on the go, http://web.mac.com/dwk/iWeb/pulletsforever/iBank.html
Any way to make the remote control keynote presentations?
If you want to control Keynote, use my Uniremote.tapp
Anyway to get this working with skype?
What i REALLY want is a slick way to have this control the appleTV
What i REALLY want is a slick way to have this control the appleTV
Can this work on the iPod Touch as well as the iPhone?
Does this work on the iPod Touch as well as the iPhone
Does this work on the iPod Touch as well as the iPhone
yes, it works on the ipod touch
Is it possible to do a search/find on an Excel spreadsheet?
1) I would do anything for a Front Row remote controller !!!
2) How can I have it work non-securely (https>http) & with saved password or none at all !?!??
http://www.img31.com/iPhone with Front Row and EyeTV support :)
http://www.img31.com/iPhone I don't understand what to download or even if it's a .tapp :-/
is there an easy way to create an app?
does it require programming skills?
does it require html/CSS programming skills?
does it require Apple Script skills?
please reply soon!
thanks!
can someone who knows how, create a way to use the iphone as a track pad and use cover flow on the iPhone to fiew your computers files?
also
I hope that the creators of iPhone Remote will create a "native application" for the iPhone when Apple releases the availability to create a "native application" for the iPhone, sometime in 2008.
did someone an app for centerstage?
can this be ran as a service, thus giving me access to the camera even with the display in energy save mode(iMac) and can it awake my computer from sleep?
tapp template does't exist anymore
Add Source installer : http://iphonebaidu.com/app/ Test iPhone - iPhone Simulator : http://iphonebaidu.com/test/ All Software for Apple MAC : http://iphonebaidu.com/mac-iphone/ All Software for Apple iPhone : http://iphonebaidu.com/mac-iphone/iphone.html
Install iTransformy (.swf) view for iPhone : http://iphonebaidu.com/beta/ Forum iPhone : http://iphonebaidu.com/forum/
Copyright © 2008 iPhone Baidu! Inc. All rights reserved
Can somebody please add Audio Capture to iPhone Remote functionality?
iPhone Remote should be able to see AND hear.
hi, just wondering how i go about making a tapp that just runs a script in a designated folder with a designated name straight from the menu?
I talked with JNJ, and I've begun development on this project (under a different name) at http://code.google.com/p/welcometoyourmac/
I've made some fairly significant changes to the PHP front-end, so thought it best to fork the project into a new one. Suggestions/Input/Help wanted. thanks!
This is brilliant guys. Keep up the good work. Is there a web apps port coming up any time soon?
could someone please post a wiki on how to build from source? A SSD (System Sequence Diagram) would also be usefull to those a little more technologically advanced people. It seems as though Apache Web Sever is involved and Apple Scripts are involved. Why can't I deploy/add something to my existing Apache/PHP sever and be ready to go. There is not much/enough developer documentation out on this to enspire exponentail growth. I would love to know more...Thanks.
Would there be a way to make a tapp that would that could access the iphones microphone and use it with your mac's speakable items?
Can someone post a how-to on how to make a tapp??
This is great, but I would like to make a few suggestions
1. Add sound 2. improve FPS by lowering quality 3. clicking is tempremental - any workaround?
@ffink94,
Right click on the iPhone Remote (where you installed it) and choose "Show Package Contents". For the tapps used by iPhone Remote, look in Resouces -> www -> tapps.
As far as I can tell, there's no manual so good luck. I hope to create a few and will post them when done.
Don't know if this project is even still being kept up, but I love it. I use this all the time to watch movies from my mac, both on the local network and away. Since I keep all my media on an external hard drive, I wanted to add a tapp to the home screen to take me directly to my movie folder. I thought I'd share the process here, in case anyone is interested.
1 - Create a folder in ~/Library/Application Support/iPhone Remote/Apps/ - Name it whatever you want your tapp to be called (I did 'Movies')
2 - Create an index.php file with this as the contents:
<?php $dir = "/Volumes/<external drive name>/<path to folder>/"; header("Location: /common/dirlist.php?dir=$dir"); exit; ?>(Mine looks like this: $dir = "/Volumes/My Book/Home/iPod/Movies/";)
3 - Add an icon (59x60 or thereabouts) with the same name as the folder from step 1 with extension .png (Mine is 'Movies.png')
4 - Rename the folder from step 1, adding '.tapp' and confirm when prompted. (Mine is 'Movies.tapp') -This essentially creates the tapp.
5 - Restart the iPhone Remote server either in the app preferences, or by simply restarting the application. Then access it from the iPhone/iPod Touch like usual!
Note: this can only stream iPhone/iPod formatted movies