Det ska gå se nedan:
MobileFinder
Copyright 2007 Matt Stoker
Begun: Aug/10/2007
Thanks: iPhone Dev Team
Compilation Toolchain and Hello World Applicaiton
Thanks: Apple for most icons. (If you are an Apple employee and know that this isn't OK, let me know!)
Thanks: nickbwheat for the app icon. (I give! Full square face it is!)
Thanks: rSBT.app dev team for unknown application icon.
GNU General Public License - version 2
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; version 2
of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Manual Install Instructions:
1. Jailbreak iPhone and install /bin/cp, /bin/mv, and ssh/sftp (see
http://iphone.fiveforty.net/wiki/ind...to_Escape_Jail)
2. Put Finder.app into /Applications on your iPhone using an sftp program (Cyberduck)
3. Reboot your iPhone
Compiling From Sources (Optional!)
1. Install iPhone Toolchain (see
http://iphone.fiveforty.net/wiki/ind...lchain_Project)
2. Download sources:
svn checkout
http://mobilefinder.googlecode.com/svn/trunk/ mobilefinder
3. Apply toolchain patch
cp toolchain-includes-patch.txt <toolchain-install-dir>/include
cd <toolchain-install-dir>/include
patch -p0 < toolchain-includes-patch.txt
4. Compile MobileFinder
cd <MobileFinder-source-dir>
make
5. mkdir Finder.app
6. Copy Finder and all PNG images into Finder.app
7. Follow Install Instructions above
Bug List:
* Preference group titles change position when the scrolling table is pushed beyond the top or bottom
* Keyboard to set preferences doesn't dissappear