Android Sms Tracking

Posted by on Nov 2, 2010 in mobilemedia, Tutorials | No Comments

This application grabs gps location with on button and the second button sends a text message to my phone number. package com.zevenwolf.tracking; import android.app.Activity; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.telephony.SmsManager; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.TextView; import ...

Connections: Final Project Proposal

Posted by on Nov 2, 2010 in mobilemedia, understandingnetworks | One Comment

Connections is an multiuser interactive installation that uses a mobile web application as a collaboration tool. The system uses various nodes to accomplish this. The mobile application is the input method. A computer with a projector and arduino control the output. A server processes and syncs all communication between the computer, arduino, and mobile application. ...

Android GPS Code

Posted by on Oct 25, 2010 in mobilemedia, Tutorials | No Comments

import android.app.Activity; import android.content.Context; import android.location.Location; import android.location.LocationListener; import android.location.LocationManager; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.TextView; public class Tracking extends Activity implements LocationListener, OnClickListener {     /** Called when the activity is first created. */     private LocationManager lm;     Button gpsButton;     public String ...

Exquisite-mobile.com

Posted by on Oct 22, 2010 in mobilemedia | No Comments

Exquisite-mobile.com is a game based on the exquisite corpse model. The game is set as like call and response. A prompt is presented and the user responds with a text or picture depending on the round. This is The game is setup as a admin and user interaction. The admin sets up the game and ...

Sounds of NY

Posted by on Sep 28, 2010 in mobilemedia | No Comments

Sounds of NY is a project that lets you submit sounds of the city. It uses an email php parser and a processing sketch. The parser was written by Shawn Van Every. By emailing z e v e n w o l f . p i c s  at  g m a i l . ...

istheflooropen

Posted by on Sep 20, 2010 in mobilemedia | No Comments

istheflooropen is a sms app that checks if the ITP floor is open. By texting istheflooropen to 41411, when an sms is received the script posts the date and time to the database. It later retrieves the date and time. Then after checking the day and time, it responds back. This app uses textmarks. <?php ...

HungryTime

Posted by on Sep 12, 2010 in mobilemedia | No Comments

An idea for the floor I have been looking at making is a system of alerting people on the floor when someone is hungry. The project is called HungryTime. The idea has 2 aspects to it. A physical notification display and a way to communicate with that display. In its current inception, a mobile app ...