Just got a ship date and fedex tracking number! but Premier status still shows "processing". Regular status gives me tracking info. GO WITH REGULAR! I finally can get a good night sleep tonight!
Congrats. This gives me hope, that people are still getting shipping info. My concern is not with others getting theirs before me. I am concerned about not getting my phone until July, when I ordered before a majority of the people receiving their phones.
I'm currently working with twitter.com/attcustomercare and they've assigned me a specific person who's very helpful. I'm just tying to find out why I'm at the back of the line when I ordered predawn. I'll keep you guys posted.
I just got my tracking numberKeep the hope alive!! Everyone who pre ordered the 15th should be getting the iphone by tomorrow!
I am indeed a victim of LIFO. Ordering at 0530 guaranteed my phone is on the pallet all the way in the back of the warehouse, up against the wall. That's why I've had a tracking number which tracks nothing for two days...
Being impatient, yet lazy and sleepy:
Code:#!/bin/bash touch /tmp/fedex.txt rm -f /tmp/fedex.txt wget http://fedex.com/Tracking?tracknumbers=40863656xxxx -O /tmp/fedex.txt -q c=`cat /tmp/fedex.txt | grep -i "no information" | wc -l` if [ "$c" == "1" ]; then echo "Not Yet dammit" > /dev/nul else echo "YES YES YES" | mail -s "Yes by golly!" my@address.com echo "YES YES YES" | mail -s "Yes by golly!" mycellphone@txt.att.net echo "YES YES YES" | mail -s "yes by golly!" mycellphone@mms.att.net fi
And then:
crontab -e
*/5 * * * * /mypath/checkfed.sh
Good luck, y'all, and good night.
........