Posted on June 4, 2008 by vaclavdovrtel
Today my iPhone was restarted and then don’t wont start back to SpringBoard. It hanged with apple on the screen.
When I opened ssh and tried to run it manually under mobile.
It wrote:
Couldn’t created shared memory GSCapabilities, Permission denied
So delete:
/System/Library/LaunchDaemons/com.apple.SpringBoard.plist
and then create new one with this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \\
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.SpringBoard</string>
<key>MachServices</key>
<dict>
<key>com.apple.springboard.migserver</key>
<true/>
</dict>
<key>OnDemand</key>
<false/>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/SpringBoard.app\\
/SpringBoard</string>
</array>
<key>ServiceIPC</key>
<false/>
<key>UserName</key>
<string>mobile</string>
</dict>
</plist>
then run plutils and convert xml to binary:
/Applications/BossPrefs.app/plutil -c binary1 com.apple.SpringBoard.plist
That’s all…Restart iPhone and all is back
Filed under: Private | Tagged: Apple, iPhone, SpringBoard | Leave a Comment »
Posted on May 8, 2008 by vaclavdovrtel
Posted on April 10, 2008 by vaclavdovrtel
Posted on April 7, 2008 by vaclavdovrtel
What can help is Apache modul to reload mod_perl in running:
# Reload
PerlModule Apache2::Reload
PerlInitHandler Apache2::Reload
PerlSetVar ReloadAll On
#PerlSetVar ReloadDirectories "path/to/files"
#PerlSetVar ReloadDebug On
Paste this code to mod_perl configuration in Apache.
Filed under: All | Tagged: Apache, Perl | Leave a Comment »
Posted on March 29, 2008 by vaclavdovrtel
I have just found amazing web application on the web.
It’s database ERD designer.
I was looking for this a long time and now I have found it:-)
http://ondras.zarovi.cz/sql/demo/?keyword=default
Thanks for this to Ondřej Žára
P.S. You can download this application and create your own database of your ERD or import it from database:-)

Filed under: All, Good Data, Private | Tagged: db, erd, web2.0 | Leave a Comment »
Posted on March 27, 2008 by vaclavdovrtel
Connect iPhone to net and find ip address of iPhone.
Then install fuse sshfs (on Fedora fuse-sshfs) and connect iPhone.
For new telephone there is another address od Media library. I have it in /private/var/mobile/Media/.
So you could write:
sshfs root@192.168.2.157:/private/var/mobile/Media/ /media/iphone/
and then disconnect:
fusermount -u /media/iphone
Set Amarok: iphone-amarok
Filed under: All, Private | Tagged: Amarok, Apple, iPhone | Leave a Comment »
Posted on January 23, 2008 by vaclavdovrtel
What I like is new technologies and concepts such as iPholio from Willy Yonkers.
The conception is great, but the technical details aren’t.
Idea trail behind my imagine with 12″ display, only with the resolution from iPhone(iPod).
But, when apple or something else manufacture this. I’ll buy it.
Because I think, that this concept, which have portable control unit is very useful. Especially for someone like me. ( like developer
Mr. Yonkers good idea, congratulations….
Filed under: All | Tagged: Apple, iPhone | Leave a Comment »
Posted on January 19, 2008 by vaclavdovrtel
As a developer I need light stable text editor with strong functionality.
I think, that only one editor can fill these requirements.
NEdit
This editor with functionality of vim and usability of IDE is the best editor which I have ever seen.
And today I want to speak about it’s macros:
First of all read this links:
http://nedit.hackvalue.nl/niki/index.php/Main_Page
http://www.mailnet.co.uk/~marc/msl.html#0
Everything, what I was trying, was of these sites.
———-
I have added:
– Expander = which can expand text to the templates
– session = to save/open more files at once
– ngrep = very nice macro to grep directory to some string
I have learn about:
– key strokes:
– Alt-M [a-z] to make marks
– Alt-G [a-z] to jump to mark
– Ctrl-M jump to paired bar
– Ctrl-Y open file from selection
– I added with macros:
– Alt-X – expand template
– Alt-C – jump to next placeholder
– Alt-O – grep funcionality
– better interface
– nedit-server and nedit-client
– ispell and aspell in nedit (nice function
….
If someone wants this, please write me or read links below. There is no place to describe tutorial to load nedit macros.

Filed under: All, Good Data, Private | Tagged: Nedit, Programming | Leave a Comment »
Posted on January 10, 2008 by vaclavdovrtel
My old computer has gone away, so I had to buy some new one.
I bought HP Pavilion Desktop, with X2 Dual Core.
There was one nice thing: LightScribe technology.
LightScribe is a technology of description CD or DVD in mechanics. This mean, that you turn medium and burn your image to description side.
It looks like this:

I’m working on Fedora distribution, so I was looking for some program to use this.
I have found LaCie.
It’s working… Nice, I can burn from both side
—————————
Next things what I had to buy, was printer.
I have old HP DeskJet 610C to LPT port. Pavilion hasn’t LPT port, only USB. So I have to buy new one.
I have found HP Photosmart C6180, after long research.
It’s a bit more expensive. But there are very cheap cartridge (it means very cheap printing).
What I like on It are six independent cartridge and isolated stack for photo papers.
Next very comfortable thing is WiFi Lan connection.(Only plug it and it’s all)
Filed under: All, Private | Tagged: Computer, HP | Leave a Comment »
Posted on January 7, 2008 by vaclavdovrtel
Today the changes with offices began.
I moved from nice room on the garden to the room in the next house.
This was my outlook:

The new seat isn’t so bad, but it’s only on some weeks, then our Brno’s office will moved…
I don’t like changes in my daily routine
So we’ll see…
About the packing there is one nice book from Woody Allen: “Side Effects” especially the first story.
Filed under: All, Good Data | Tagged: Good Data, Office | Leave a Comment »