| blog | about | music | dev |
|
I'm too lazy to write my own patcher for the GTA's saves, so I just let it be here.
I've analyzed game saves, and finally was able to edit the money variable.
4D 255
4E 65535
4F 16777215
4D 4E 4F : 00 00 00

cd /var/mobile/Applications/%UUID%/Documents
chmod 755 * && chown mobile *
I've made an APT repository, which contains my tweaks and software for iPhone OS.
Today I released AppFolders. It creates symlinks for every AppStore's application, so you don't have to guess in which folder your apps are. They're just available at /Applications.
Add repository in Cydia:
Manage -> Sources -> Edit -> Add
URL: http://howite.org/apt
Hey, if you're using macirssi (or original irssi) in Mac OS X with iTunes, hope you will like alias that prints "now playing" to current channel. just enter these commands in irssi:
/alias np script exec \$np = `osascript -e 'tell application \"iTunes\" to get artist of current track & \" - \" & name of current track'`\; Irssi::active_win->command("me is now listening: \$np")
/save
new:
+ custom tracks (1, 22, 333, etc.)
+ timestamps
+ links to artist/title
enjoy => anniversary tracks grabber.
I use Geektool in Mac OS X as a conky alternative, so I wrote a script that shows percentage of wireless signal.
#!/bin/bash
# apple airport rssi/dbm to signal percentage convert
# useful for geektool :)
# (tested on macbook5,1's airport (probably with Broadcom 4322?) & wl500gp)
# by howite@howite.org
# grabbing rssi value from active AP
sig=`/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -I | grep -e "agrCtlRSSI:" | awk '{print $2}'`
# grabbing rssi value from any other AP
#ssid="WLAN_Mike"
#sig=`/System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport -s | grep -e $ssid | awk '{print $3}'`
#
#if [ "$sig" == "" ]
#then
# #AP not found
# exit
#fi
# my own old poor values -_-
#min=80
#max=15
# cisco aironet 350 (seems it's more accurate?)
# ref.: http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7920/5_0/english/design/guide/wrlradio.html#wp1041819
min=113
max=10
echo "$min $max $sig"|awk '{print int((100 / ($1 + -$2)) * ($1 + $3)) "%"}'
It's released today, yeaah!
You can download it here.
upd. 07.12.2008: the release has been removed. now all tracks from Greenote are available just as tracks.
Well, I have paid for this domain and my friend x-demon shared with me his hosting - thanks dude ;).
You can subscribe this blog by RSS.
| hosted by x-demon | myspace / last.fm / 8bc |