📅 February 7, 2009

How To Create a Cydia Repository

What is Repository (Repo) :

A way of a developer distributing apps through installer/cydia. For example: Once you(a Dev) makes a repo you put your apps in it then can distribute the link of the repo to others so they can install your apps via installer.

What you will need to start a Repo :

  • A computer running a Linux Distro ( maybe latest version of Ubuntu.)
  • A website where you have FTP access to host the repo
  • Files that you will copy to two directories on your Linux machine . Get them from here
  • Any app or theme, because nobody wants an emtpy repo

Continue reading “How To Create a Cydia Repository”

📅 February 4, 2009

Manually Set a iPhone App to Run in Simulated Wi-Fi Mode

  • SSH into your iphone to /Library/MobileSubstrate/DynamicLibraries/VoIPover3G.plist
  • Copy VoIPover3G.plist to your computer ( and btw , back it up )
  • Open the .plist file ( if you are on a mac use Property List Editor )
  • Add the bundle identifier of the desired app into the .plist file
  • Copy the edited .plist file back to your device.
  • Reboot device ( not respring )
📅 February 3, 2009

Installous Scam on Twitter

Remember that yesterday i’ve presented you Crackulous Scam On Twitter ? Well… new day , the same story. But this time is not about Crackulous , its about Installous. It’s the same page, but not the same domain name.  Same price, same paypal address. PLEASE DO NOT BUY IT!!!! What’s next, Cydia?

As of right now Installous is not free. You may come across websites that claim to have a free version of Installous but these versions have viruses which log all your information including passwords, phone numbers, contacts, and send it to people so it’s best to stay away from these shady copies. A lot of hard work and development went in to making this brilliant application. It would be unfair if it was given for free. Right now this application costs only $10 for a limited time and this is a GREAT BARGAIN so buy it today from the Buy Installous page. Later it will be going up to $20. This application is in hot demand.

📅 January 29, 2009

Change Labels Like “Slide to Unlock” on Your iPhone

slider

  • SSH to /System/Library/CoreServices/SpringBoard.app/English.lproj/
  • Copy SpringBoard.strings to your computer and rename it to SpringBoard.plist
  • Look for string AWAY_LOCK_LABEL
  • Chnage that to what ever you like ( i suggest FSMdotCOM 😛 ) ( NOTE : change only the string , dont change the key )
  • Rename the file back to SpringBoard.strings
  • Copy the new edited file back to /System/Library/CoreServices/SpringBoard.app/English.lproj/
  • Reboot your device

JUST TO MAKE SURE

………………….

<key>AWAY_LOCK_LABEL</key>
<string>slide to unlock</string> <—- CHANGE ONLY THAT
<key>AWAY_MISSED_CALL_LABEL</key>

………………….

NOTE 1 :

ALWAYS BACKUP the files that you are editing

NOTE 2 :

This is an example on how to change the slide to unlock label. But you can do this with any label you like. Just be careful and more importantly have fun

📅 January 23, 2009

hClipboard – Globally Copy and Paste for iPhoneOS

New day, new app in Cydia and it’s called hClipboard. hClipboard is a globally copy and paste solution for the iPhoneOS 2.2 based on iKeyEx.When the keyboard appears, switch to hClipboard by tapping the International button ( the Globe ). Than hit the copy button and now the entire text should now appear on the top of the clipboard.

Copying a portion of text

Move to the begining of the range of text that you want to copy. Than tap the “select from here…” button, than move to the end and than tap the ” select to here…” button and “copy” button ( which is the same button ) again. You can use the “move to begining” and “move to end” button to aid navigation.

Copying Webpage Content

You have to install a bookmarlet in order to copy from a webpage content. See CopyingTextFromSafari for instruction

Pasting

Just tap any item from the clipboard to paste it. The item just paste will move to the top of the clipboard.

Deleting from Clipboard

Swipe horizontally on any items will reveal a “Delete” button. Tap this button and the item will be gone.

Templates

hClipboard supports a secondary clipboard called Templates. Hit the Switch to Templates/Clipboard button on the lower left corner to switch between the two.The main difference between Templates and Clipboard is that Templates can hold infinitely many items, while Clipboard has an upper limit of 10 items. Therefore, Templates is better for storing  more permanent text like user name while Clipboard is better for temporary things like activation codes.

📅 January 20, 2009

Clippy – Copy and Paste for iPhone

New day, new app in Cydia. It is called Clippy and its still in Beta. The app crashed my iPhone, so i wont review it for you. My friend iRoc did an amazing job reviewing this app. I think that he should be reviewing more apps for FSMdotCOM. What do you think ? 😀

What’s that? Well it’s the copy and paste function that Apple left out of the iPhone’s OS? Well fret no more, because there’s a new app in Cydia that’s out to fix this problem for you. Clippy Beta is it what the Dr. ordered?

Continue reading “Clippy – Copy and Paste for iPhone”

📅 December 23, 2008

ReaddleDocs for iPhone and iPod Touch ( .ipa )


ReaddleDocs is a complete document and file management solution for your iPhone and iPod Touch. It can catch documents from almost any possible source you can imagine: Windows, Mac or Linux computers, various web sites, email attachments, MobileMe iDisk and other online file storages and even other iPhones. All files are saved to your iPhone or iPod Touch file storage so you can enjoy reading them anywhere!

ReaddleDocs features network file server, web storage client, web browser, file manager and document viewer combined within single iPhone application package.

With ReaddleDocs you can:

COPY FILES DIRECTLY FROM ANY MAC OR WINDOWS COMPUTER
Any Mac OS X, Windows XP and Windows Vista computer can connect to the iPhone or iPod Touch running ReaddleDocs and operate it like a flash drive. No additional software is required to make it work.

READ ALL COMMON OFFICE DOCUMENTS

ReaddleDocs built-in viewer supports PDF and Microsoft Office files from Word (doc, docx), Excel (xls, xlsx) as well as Powerpoint (ppt, pptx). To read documents created using software like MS Project, MS Visio or OmniGraffle simply print them as PDF files and copy to ReaddleDocs.


Continue reading “ReaddleDocs for iPhone and iPod Touch ( .ipa )”

📅 December 19, 2008

HOW TO INSTALL CRACKED APPLICATIONS ON YOUR iPhone/iPod TOUCH


Ok , since i got a lot of emails lately asking me how to install cracked apps, ive decided to create this small and easy but usefull ( i hope ) tutorial for you guys and girls out there. ( btw do i have any girls reading this blog? that would be dope. let me know, youll get special treatment 😛 ).

So first thing that you need to do is that YOU CANT install cracked apps without a jailbroken device ( iPhone or Touch ). So since i belive in the power of decision and the beauty of options i will offer you 3 methods of installing cracked apps.

  • iTunes method aka .ipa method.
  • SSH method aka direct method.
  • IPAPREP method.

First let me answer some questions for you :

What is SSH?

SSH is a secure way of transferring information (including files) between computers on a network. SFTP is a secure way of transferring files which, despite the name, has little in common with FTP. (definition via link).

What is WinSCP?

WinSCP (Windows Secure copy) is an open source SFTP and FTP client for Microsoft Windows. Its main function is secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. For secure transfers, it uses Secure Shell (SSH) and supports the legacy SCP protocol in addition to SFTP. (definition via link).


NOTE : if your on crappy windows os like me, you can do this via iTunnel suite. Check out small tut on how to use it here.


Continue reading “HOW TO INSTALL CRACKED APPLICATIONS ON YOUR iPhone/iPod TOUCH”

📅 December 18, 2008

CRACK iRealSMS 2.0.6

METHOD 1 tested by Funky Space Monkey dot COM readers and it’s working

Download this

HOW TO APPLY CRACK? ( explanation by kmichalec )

  • I originally had the Xsellize cracked version 2.0 installed.
  • When I decided I was going to try this, first thing I did, was uninstall that xsellize one.
  • Then, I went and installed the standard, legit version 2.0.6.2 through Cydia.
  • But, again, the key is, once it’s done installing, and sitting at the RESTART SPRINGBOARD prompt, DO NOT RESTART IT YET!!
  • Then, you WinSCP into the phone.
  • Make sure you have the cracked file uncompressed somewhere on your PC.
  • Using WinSCP, copy over the files in the folders in the Applications and Library folders to the same folders on the iPhone. If you do this correctly, it will say that they already exist, and do you want to overwrite them. Say YES ALL.
  • Next, open up the .SH file, so that it opens in a notepad type viewer in WinSCP.
  • I only highlighted each chmod line, as the others just seem to be a copy from your PC to your iPhone, and you already copied the files manually in step 7. Highlight the first CHMOD line, and copy it.
  • Switch back to the right hand window in WinSCP (the iPhone side), and right click on any folder, select Custom Commands and then Execute.
  • Once you have the execute box up, paste in the line you copied from step 9 and hit run.
  • Repeat for second CHMOD line in the .SH file.
  • Once you have run both, you should be done. Now you can hit RESTART SPRINGBOARD on your phone, and it should be working.

Hope this helps. This is exactly how I did it, and I have a full working copy. In fact, even if you installed the 2.0.6.2 version and accidentally hit RESTART SPRINGBOARD before you do the copy and CHMOD, you should be ok. I accidentally did that too. I just completely uninstalled the app through Cydia, and then WinSCP’ed into the phone, and manually deleted any leftover iREalSMS folder still left after the deinstall. Once that was done, I just reinstalled the app through Cydia again, but this time, stopped before RESTART SPRINGBOARD. Then, just follow the directions above.




METHOD 2

  • Install 2.0.6 from cydia ( latest ) .
  • Download this and this ( alt. link )
  • SSH every file to the corresponding directory.
  • SET 4755 permissions to iRealSMS_ ( /Applications/iRealSMS ).
  • SET 0755 to iRealSMS.dylib.  ( /Library/MobileSubstrate/dynamiclibraries ).

Thanks to Amit Unnadkat ( www.foreignbornindian.blogspot.com )

METHOD 3 tested by yours truly  and it’s working ( quick reply too )

  • add xsellize source in cydia ( if you didnt already do that ).
  • install iRealSMS 2.0.6 from xsellize.
  • click purchase and then activate untill it asks you for a key code
  • enter key : 6D88Op5Wxup ( please note that there are no 0 (zero) in this key and that it is case-sensitive ; meaning that you need to type the code exactly as you see it there ).
  • once it says that the key is valid and your activated, reboot iphone and voila.

Read Crack iRealSMS 2.0.7.1 here


📅 December 15, 2008

RedDelicious – DEL.ICIO.US APP FOR iPhone/iPod Touch ( .ipa )

Red Delicious provides the ultimate Delicious experience for the iPhone and iPod Touch with a snappy user interface, easy navigation, and optimized bookmark fetching from Delicious.com.

FEATURES:

  • Quickly see your recently added bookmarks upon launching the app.
  • Browse your bundles and tags.
  • See the most popular bookmarks from the Delicious community.
  • Can’t find a book mark by browsing your tags? We support searching by keyword!
  • Delicious communication is done securely over SSL so your password and username is safe.
  • View your bookmarks while not connected to the internet. A local copy is kept on the device and only the changes are fetched from Delicious.
  • Internet activity is optimized to help save battery life and keep you data rates down.
  • Support for device rotation. Makes reading those long bookmark titles a breeze!

When you first load the app you will be prompted with a minimalistic screen where you need to imput your delicious username and password. Login make take a while , depending on how many bookmarks do you have.

img_00043


The app UI , is minimalistic as well but straight forward. As you can see in the pic attached above, you have 4 buttons that you can work with. First one is Recents , where you can find all the recent pages that you’ve bookmarked on delicious.

img_00054

Bookmarks – Here you will find a folder with all the tags that you’ve assigned to the bookmarked pages.

img_00063


Featured – This window provides you with the latest featured bookmarks on delicious.

img_00073

Search – now this is helpful when you got tones and tones of bookmarks. Search your bookmarks.

img_00083

Buy it from appstore for $1.99 here

Download .ipa file from sendspace or rapidshare