Copy is the easiest way to store

You can also simply share this link to invite people. Both of you will earn an extra 5 GBs for completed referrals!


    A cloud for people, friends, and companies.

Copy is the easiest way to store, protect and share amazing things. It keeps your computers in sync and your files available from anywhere, even on your mobile devices. With Copy, you can also easily share files with anyone publicly or privately. Copy for companies extends the cloud storage and sharing benefits into corporate environments with user and group management and added control of proprietary company data.



Sign up using this link and get 20gb free plus it gives me 5gb. Just make sure you complete the process by clicking the verification link and installing on one device or computer. Thanks guys 
https://copy.com/?r=4Ns19D


iOS 6.1.3 Is Out

Apple today released iOS 6.1.3 to the public, delivering several minor enhancements including a fix for a passcode security bug.
This update contains improvements and other bug fixes including:

- Fixes a bug that could allow someone to bypass the passcode and access the Phone app
- Improvements to Maps in Japan


Apple last week quietly delivered some server-side improvements to Maps for Japanese users, but it appears that iOS 6.1.3 also builds in some updates for these users.

How I Get free money on your iPhone iPod or iPad.

How I Get Free Gift Cards

Earn real rewards for trying new apps – introducing FeaturePoints. Download apps for points, and swap points for awesome prizes.  

including Amazon.com and iTunes gift cards, paid apps and PayPal payments

iPhone, iPod touch or iPad to start earning rewards today.

its easy and simple to use

1 Go to featurepoints.com on your iPhone, iPod touch or iPad to get started.
2.Install Profile
3.Enter Bonus code - HJYYLX
4.Browse free apps
5.Invite Friends

Its simple and fun, get it now and now with a head start of 50 points , enter the code HJYYLX and start earning !.









Jailbreakers

DO IT NOW NOW NOW!!!!

According to the report, iOS 6.1.2 is likely to arrive before Wednesday, February 20.

iPhone 4s users on iOS 6.1.1 will be able to continue jailbreaking…:)
Jailbreakers around the world Have you Jailbroken your iPhone 5 or iPad Mini yet?? If not, DO IT NOW jailbreak iOS 6.1 and ip4s 6.1.1 untethered. Contact 016-8892238



Apple Releases iOS 6.1.1 For iPhone 4S Only

In a strange way, Apple has released the iOS 6.1.1 software update, for iPhone 4S only. This update seems to be very incremental actually, weighing in at 23MB, and noting that it “fixes an issue that could impact cellular performance and reliability for iPhone 4S”.
It’s worth noting that this update does not upgrade the baseband. It also doesn’t necessarily lock out the jailbreak. Stay tuned

Apple seeds iOS 6.1.1 beta to developers

Have you Jailbroken your iPhone 5 or iPad Mini yet?? If not, DO IT NOW jailbreak iOS 6.1 untethered. Contact 016-8892238

10.00am to 8.30pm

iOS 6.1.1, or whatever its next firmware will be called, you will already have your blobs saved. Apple has been quick about closing its firmware signing window as of late, so once the new firmware is released, it might be too late to save the iOS 6.1 blobs



The release notes say that the new beta includes a number of improvements for the Maps app in Japan, including better pronunciation of roads during turn-by-turn navigation, updated icons for location categories and the addition of place data.

iOS 6.1.1 beta 1 includes the following improvements to Maps for Japan:
Improved pronunciation of roads during turn-by-turn navigation
Optimized directions to more strongly prefer highways over narrower roads
Now indicates upcoming toll roads during turn-by-turn navigation
Added labels for junctions, interchanges, on-ramps, off-ramps, and intersections
Added indicators for transit station buildings, subway lines, and traffic lights
Updated freeway color to green
Updated icons for some location categories including fire stations, hospitals, and post offices Added 3D buildings including Tokyo Station, Japan Imperial Palace, and Tokyo Tower

how to fix your weather app.

Ok I’ve made a quick how to fix your weather app.

Step 1. make sure you have some SSH software installed on your PC ( I’m using WINSCP in Windows )

Step 2. make sure you install OPENSSH from Cydia on your device, its a free download

Step 3. SSH into your device, make sure your iPhone is connected to Wifi

Step 4. Once connected, type in the following command cat > fix.sh

Step 5. Paste the code below, then press CTRL + Z

chmod -x /usr/libexec/mobile_installation_proxy
killall -9 mobile_installation_proxy
rm /var/mobile/Library/Caches/com.apple.mobile.installation.plist /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore
launchctl stop com.apple.mobile.installd
launchctl start com.apple.mobile.installd

while [ ! -f /var/mobile/Library/Caches/com.apple.mobile.installation.plist ];
do
sleep 1
done
while [ ! -f /var/mobile/Library/Caches/com.apple.LaunchServices-045.csstore ];
do
sleep 1
done

sleep 10

chmod +x /usr/libexec/mobile_installation_proxy

Step 6. Now you have your script ready and ready to go so lets run it.

Step 7. type these commands in order

fix.sh ( let the script finish )
sync
reboot
Note :

default user name and password for any iOS device is user : ‘root’ & password : ‘alpine’
when your device locks and screen turns off, your wifi disconnects and you wont be able to SSH into the device