#Iphone

60 posts tagged Iphone

Windows 7 + iPhone tethering

· networking, windows

If Apple was so kind to give you tethering (and didn’t silently remove it after an update), or if you just happen to have enabled it using, let’s say, the alternative method. And you happen to be forced to use Windows, and you really are tired of XP, and Vista surely isn’t an option; you’re probably running Windows 7.

To enable tethering on the iPhone + Windows; just pair the bluetooth devices (I actually haven’t tried with USB yet, and don’t really plan on doing that), Windows will start to QQ about it being unable to find a suitable driver for the iPhone… I even installed iTunes to see if the message would go away, but apparently it won’t. I’ll have to do some more Googling later on.

Prowl: check server status (using ping)

· apple, linux, networking, software

Yesterday I’ve start using Prowl, as I heard good comments about it. And one of the things I want it to check, are my server statuses. I made a quick script using bash and crontab to check every 10 min if it replies on ping. Per server, I created “host.domain.tld.sh” (e.g. zero.rootspirit.com.sh), and added this in the file:

#!/bin/bash
KEY=YourApiKey
HOST=zero.rootspirit.com
ping -c 1 $HOST   &>/dev/null
if [ $? -ne 0 ] ; then
curl -k -s "https://prowl.weks.net/publicapi/add?apikey=$KEY&application=Server%20Connectivity%20Failure&event=&description=$HOST&priority=2"
fi

Of course, change KEY to your API key, HOST to the IP or DNS of the server it should ping. Also, make sure, that when pinging on your host where you’ll run the bash script on, a non-existing domain actually returns:

Display iPhone battery status in percent

· software

With the new firmware, you can now display your battery status in percent (%).

For my iPhone 3G this came, out of the box, right after the update to 3.0. I could clearly see the 100% next to my battery icon.

But yes, I did have my iPhone jailbroken before I upgraded.

Now, appearantly, this feature is only available for iPhone 3GS, and not iPhone 3G and iPhone 2G, though, it is possible using e.g. Bossprefs. Lame from Apple !

Anyhow, after some Googling, I came to the conclusion:

  • iPhones that used to be jailbroken will have the % displayed next to the battery icon.
  • Regular iPhone 2G and 3G will not have the switch in "Settings > General > Usage", whereas 3GS will.

iPhone battery % status

I found a cool workaround right here, although it requires you to jailbreak your iPhone.

Don’t forget to install “openssh”  and “wget” or “lynx” (makes it a lot easier) using the Cydia package manager.

I’ve hosted the plist file right here, just in case it would go offline.

Basicly, you have to add these 2 lines to the .plist:

   <key>gas-gauge-battery</key>
   <true/>

This works with the current iPhone version (3.0).

Vodafone Mobile Connect - Incorrect Pin code

· errors, hardware, networking, software

As I usually use my SIM card in my iPhone, I booted my PC, plugged in the Vodafone USB Mobile Connect modem (HAUWEI 220 or something). I then inserted, with the USB device plugged in, my SIM card, and booted up the Mac (and later on Windows) Vodafone application, to connect my PC to the Proximus 3G network.

This resulted in a constant error; “The pin code was not accepted by the mobile device”.

And a quick switch !

· misc, software, irail, www

For the lazy people, like me!

If, for some reason, the buttons have two different sizes or you see some weird stuff, try to refresh the page. You should get the new & updated .css file.

Quick reset!

· misc, software, irail, www

I’ve added some “quick reset” javascript to the from and to fields. Should be easier to use, if you want to change stations. Hope the link isn’t too small for the iPhone-finger. :) – This is a request for comments !

There also were a little over 1000 visitors yesterday (Thursday) on the website. Not bad! :)

wpTouch

· www

Just changed the iPhone/iTouch plugin/theme to wptouch. The old one did have some layout bugs, and didn’t seem to get updated anymore. :(

Touch icon

· misc, software, irail, www

Anner has designed me a very first version of the iRail icon. He’ll keep on working on it, when he has some more time.

As for the *@irail.be e-mail addresses, they seem to be down due to bad DNS/MX records. It’s being solved as we speak, but might take a few hours to update.

Please use tuinslak [at] gmail [dot] com if you have anything to e-mail me.