Thats worked unbricker for newer Genes, broken by old gene_hspl.
Using:
1. Unpack all in some folder.
2. Press and HOLD “Camera” button and turn on device.
3. If you see 3-colored screen, release “Camera” button, else try again.
4. Kill ActiveSync on computer – Press Ctrl+Shift+Esc, found “wcescomm.exe” process and terminate it.
5. Connect USB-cable [...]
Archive for March, 2009
Unbricker for New GENE (HTC 8XXX), Stucks at Bootloader
March 12th, 2009
4 Comments
See your most frequently used commands
March 10th, 2009
No Comments
history | awk ‘{print $2}’ | awk ‘BEGIN {FS=”|”}{print $1}’ | sort | uniq -c | sort -n | tail | sort -nr
Generating ZIP files via Ruby on Rails using rubyzip
March 3rd, 2009
2 Comments
gem install rubyzip
Then, in the model that I’m using to generate the zip bundles, I add a couple “require” statements:
require ‘zip/zip’
require ‘zip/zipfilesystem’
class Album < ActiveRecord::Base
(…)
end
Next, I added a class method called bundle, which when called will use rubygem to generate the zip file. Note: the “permalink” attributes of Album and Artist are populated [...]

