Wednesday, 12 March 2014

iOS 7 and iPhone 4: Buddies or Enemies?

Updating iPhone 4 to iOS 7: Problems with iOS 7 & How to Fix Them


As early as in December, 2013 Apple made a statement requiring developers to optimize all updates and new apps for iOS 7 by February 1, 2014. And here we are in February. According to iOS 7 adoption statistics there are still 20% of devices run on previous operational systems, which persumes not all the Apple’s cusumers will be able to update their apps.


What keeps users from upgrading to the lastest OS? Could it be the fear of “ruining” your not-the-latest-generation-devices? Let’s say you have an iPhone 4, since it’s the oldest iOS 7-friendly device, what would happen if you upgrade to the latest operating system and how to fix drawbacks.



Why you might want updating iPhone 4 to iOS 7?


Since the iPhone 4 is the oldest model capable of upgrading to iOS 7 many users are full of doubts if it would worth adopting it and what impact it would have on their phone functionality. As it was said above, starting February 1, 2014 all native apps and app updates must be iOS 7-optimized. That means if you keep your device running on the previous iOS version your apps would be no longer up-to-date, not to speak of brand new apps. But what else would you get upgrading to iOS 7 besides upgraded apps? Well sure enough it would bring you:




  • New interface

  • New control center

  • Upgraded notifications

  • Enhanced Siri functionality


Till now everything sounds quite nice, isn’t it? But don’t hasten to happy-upgrading-station right away and let’s exercise caution first.



Pitfalls or hardware issues


It should not be ignored that iOS 7 is optimized for iPhone 5S with 1GB RAM and 1.3GHz dual-core A7 processor. If you claim that it’s also perfect for iPhone 5C you would be correct but still it’s equipped with A6 processor while the iPhone 4 has only 512MB of RAM and an A4 processor. No need to be a tech geek to suspect there would be a huge difference in the way iOS 7 runs on the iPhone 4. This device isn’t as powerful as the latests generations and it would be wrong from the beginning to expect it to work as efficiently as the iPhone 5S, 5C, 5, and even 4S.



Slowing down after adopting iOS 7


Let’s presume you have upgraded to iOS 7 what you would find out. As I already mentioned above you would get new features and enhancements. What also I was happy with is that even if the new operational system slowed down the phone it made it work smoother. If you don’t mind to wait an extra fraction of a second to switch between apps you would enjoy more smooth transition between them through multitasking.



Battery drain


The only real issue that might would disappoint you since upgrading to iOS 7 is the battery drain. Battery dies much more faster, even if the iPhone is turned off.


But no panic, there are ways to prolong the battery life. And, without any further ado, let’s run through tips to save the battery:




  • Turn off Parallax Motion

  • Disable Location Services

  • Swipe away/delete unnecessary apps from Notification Center

  • Turn off Background App Updates and

  • Switch off Auto Updates

  • Don’t forget to erase Background Apps

  • Turn off Wifi and Bluetooth when you don’t use it


Second thoughts?


When everything is done, and hopefully you would find yourself happy having your iPhone 4 running on the iOS 7 and not having second thoughts, anyway it would do no good having them since you can not downgrade back to iOS 6, how might you feel?


By disabling most of the eye-candy and fancy features your phone would be able to live on a single charge as long as it used to do before the upgrading. You might think if you upgraded your phone and then turned off its new key features what was the reason for upgrading. One important issue it that now you could get your apps updated and also since iOS 7 has a totally new design, your iPhone 4 gets a new look and becomes literally a new device all over again. Not bad, isn’t it?


I would be happy to hear from you, so please let me know what you think in the comments below.


Byline:
Faina Babintseva is a contributor to mobile and web development resources and blogs. She mostly writes about iPhone app development tips and tricks, project management and implementation.

Sunday, 19 January 2014

How to Copy Files with Xcopy Command in Windows?

Xcopy is a command-line tool from the days of DOS (Disk Operating System), before the Windows operating system took off, It still works today, and is much quicker at copying a large number of files than clicking and dragging in Explorer.

Press Windows+R and type cmd to open a command prompt window, then type: xcopy /? to show the Help information.

x-copy-command

 

It looks complicated, but the format is basically ‘xcopy source destination options’.

For example, to copy a folder from one place to another, such as to a USB drive, you would type:

[code]xcopy C:\MyFolder D:\AnotherFolder /S /Q[/code]

The source is C: \MyFolder and the destination is D:\AnotherFolder, where the USS drive is D:. The /S option copies all sub-folders (not just files) in C:\MyFolder, and the /Q means quiet, which speeds up the job by not displaying anything on the screen and just getting on with the work.

So, to copy your personal folder, music, documents, pictures and more to a USS drive, you would type:

[code]xcopy C:\Users\Yourname D:\YourName /S /Q /H /C[/code]

The /H means you want to also copy Hidden and system files, and /C means Continue, even if there is an error. A file that is in use cannot be copied (a sharing violation) but /C will ignore this and continue anyway.

Friday, 17 January 2014

How to Play YouTube Videos in HD?

When you watch video on youtube then You can not magically turn low-resolution video into HD, but there are add-ons and programs that “upscale” videos for larger screens. Output quality depends on your screen and the original video, but the results can be very impressive.

Best add-ons for turning Low to HD resolution videos-

magic-actions-youtube-hd-chrome-add-ons

Chrome extension Magic Actions for YouTube has an excellent Auto HD tool that forces the best possible quality from Flash and HTML5 videos. It also has an auto wide screen mode and supports Ultra HD 4K (4,000 pixels), though your PC may not.

The tiny YouTube HD add-on for Firefox plays videos in HD by adding code to the end of the URL. However, it does not work on embedded videos and only pushes resolution to 720 pixels, which is accepted as HD online but would be laughed out of a cinema.

Best Tips for Copy files faster in Windows

Every file read from and written to your hard drive is checked by your anti-virus software. When you run a single program or open a document, this happens so fast you don’t notice, but if you copy or move a thousand files, this checking process will significantly slow down your PC. If you know you have got a lot of files to copy, right-click your anti-virus software’s icon on the right-hand side of the taskbar and disable it while you copy, then turn it back on again afterwards.

Windows displays thumbnail images of photographs, which is handy when you’re browsing, but because the thumbnails are refreshed every second or two, this slows down your transfer when you’re moving lots of photos from one Explorer window to another. Close the Explorer windows once the copying has started, to stop the thumbnails refreshing and speed up the job.

Xcopy is a command-line tool from the days of DOS (Disk Operating System), before the Windows operating system took off, It still works today, and is much quicker at copying a large number of files than clicking and dragging in Explorer.

Robocopy, which stands for robust file copy, is another command prompt tool and it’s even better than Xcopy.

WinRoboCopy

If you do not like typing commands, you can run Robocopy through a Windows interface using WinRoboCopy.

Thursday, 16 January 2014

10 Favorite must have Portable Software

You can find portable versions of most free programs, although they won’t always be official releases from the publisher itself.

PortableApps does an excellent job of packaging up portable versions of popular software, which don’t even need the PortableApps software to run. So if a publisher does not offer a portable version itself, take a look at portableapps.com/apps.

Here are our 10 favorite must-have portable programs.

#1. Google Chrome Portable


Google Chrome Portable

Like the portable version of Firefox, this Chrome build is produced by PortableApps. There are portable versions of the browser’s Dev and Beta releases, too.

Link - Google Chrome Portable

#2. cCleaner Portable


ccleaner portable

cCleaner is easily the best PC cleaner around and it’s available in a portable version from Piriform’s website. The download comes with 32- and 64-bit versions. Just run the one you want.

Link - cCleaner Portable

#3. Recuva Portable


cCleaner’s publisher Piriform makes portable versions of its other tools too.

Recuva is an excellent recovery tool which can find and restore deleted files from hard drives, cameras and MP3 players.

Link - Recuva Portable

#4. Defraggler Portable


The third of the portable Piriform tools, Defraggler is a powerful disk defragmenter that can optimise entire hard drives or individual files. Don’t use it to defrag solid-state storage (such as USB flash drives), though, because it can wear them out.

Link - Defraggler Portable

#5. GIMP Portable


GIMP Portable

This build of the popular image editor is packaged by PortableApps. If you’re using the software on your PC, you can copy over your current settings. The optional GIMP Photoshop Layout add-on emulates the Adobe software’s tool layout.

Link - GIMP Portable

#6. Mozilla Firefox, Portable Edition


A great example of an existing program packaged by PortableApps, this version of Mozilla’s browser installs in a single directory and holds all your bookmarks, extensions and saved passwords, so you can take them with you.

Link - Mozilla Firefox

#7. VLC Media Player Portable


VLC Portable

If you want to guarantee that you’ll be able to play any audio or video file you encounter - MPEG-1, MPEG-2, MPEG-4, DivX, XviD, WMV, MP3, OGG, as well as DVDs and VCDs - you’ll want the portable version of VLC’s multimedia player to hand. Bear in mind that the portable version doesn’t remember which skins you use between sessions.

Link - VLC Media Player Portable

#8. uTorrent Portable


This build of the world’s most popular BitTorrent client automatically downloads torrents and files to directories inside the
portable folder. This is easily changed if you’d prefer to have them stored elsewhere.

Link - uTorrent Portable

#9. Foxit Reader Portable


Foxit Reader Portable

Adobe’s PDF reader is an adequate tool for the job, but Foxit’s alternative is more powerful and lets you create your own PDFs from scratch. It can also convert other files into the popular document format, and comes with comprehensive security protection.

Link - Foxit Reader Portable

#10. PrivaZer


This PC cleaner and privacy tool gives you the option to install it, run it without installation, or generate a portable version that you can use on a USB flash drive.

Link - PrivaZer

Tuesday, 7 January 2014

How to Download your Facebook Data?

If you want to delete your facebook account - the facebook advises you to download your information before delete facebook account.

You can do this by going to Account Settings => General => ‘Download a copy of your Facebook data’ and then clicking Start My Archive.

Download facebook data

Facebook will then prepare the download, which includes anything you have posted on your Timeline; sent and received messages; photos and videos; and your friend list. Facebook will then email you when it is ready (this can take several hours).

Download facebook data

Interestingly, you can also download an Expanded Archive that contains even more account info, such as the dates and times of all your Facebook sessions, adverts you have clicked and “a list of topics that you may be targeted against based on your stated likes, interests and other data you put in your timeline”.

You can’t remove any of this information without deleting your account, but it’s useful to learn exactly what Facebook knows about you.

Sunday, 5 January 2014

How to Recover Deleted Files?

If you accidentally empty your Recycle Bin, or your computer crashes and you lose something important, you can restore your files using Recuva.

The software scans your hard drive for deleted files, including photos, music, documents, videos and compressed files, plus emails from Thunderbird, Outlook Express and Windows Mail. It even works on drives that have been formatted.

To restore files, select them using the check boxes, then click Recover. The files will be restored to their original location. Recuva also works with any rewriteable media you may have, such as USB sticks, memory cards and iPods. This means you can recover songs you have lost, or pictures that were wiped from a digital camera.

Recover deleted files

Additionally, if Word crashes and Windows’ built-in auto-save feature does not recover your work, Recuva can rebuild the document using temporary cached files. The program can also permanently delete files so they can not be recovered, which is useful if you are selling your laptop, for example.

Friday, 3 January 2014

How to Close Microsoft and Outlook account?

In this post, we have to discuss about how to delete your microsoft account. If you want to delete your Outlook account just follow below steps.

You can close your Microsoft account by entering your password at https://account.live.com/CloseAccount.aspx.

close microsoft account

Bear in mind that, once this is done, you won’t be able to sign into Outlook, Xbox Live and any services for which you have used your Microsoft/Windows Live ID, so back up any important data first.

If you only want to delete your Outlook/Hotmail account, click here and click ‘Deactivate account’.

deactivate outlook account

All your emails will then be deleted, although some data is stored for up to 60 days and your email address is reserved for 365 days in case you want to reactivate your account.

Wednesday, 1 January 2014

Snapchat User Data is at risk

HackThe Snapchat users are at risk because the website ”SnapchatDB.info” known as a security exploit permits any person to grab the 4.6 million user data including usernames and phone numbers. The information can be accessible in a CSV text file or SQL dump.

According to creators of SnapchatDB.info, last two digits of user’s phone numbers are hidden for user’s security purpose. However, on finding such security exploit, it revealed that Snapchat has not authenticated the information like mailing address, registrant name, contact numbers. Hence, there is no updated reply from Snapchat creators and company as well.

SnapchatDB!


Users might find difficulty to download database because of traffic congestion or incomplete files. Before this security exploit, Snapchat had faced two security related exploits, which were discovered by Australia-based Gibson Security that showed that user data at Snapchat is not safe. Even Snapchat IOS API is also vulnerable so any person can leak user name, phone numbers etc. and may use it for illegal purpose.

Snapchat spokesperson told to Gibson report that Snapchat has “Find Friends” feature that allows friends to find the user easily. Company does not disclose phone number to other users. Over the past years, Snapchat has implemented many steps for user’s database security and still improving security implementations to fight against spam and misuse.

Backup & Restore Your Files Using Window 8’s File History

Microsoft has released its new version of its primary product Window 8 by replacing Window 7. Window 8 has some features, which are still hidden from users.Window 8 is distinct operating system than Microsoft’s previous versions. One of hidden feature of Window 8 is File History about which I come to know and I would like to share it with you in this article.

You have heard about Apple’s Time Machine, the same working pattern is followed by window 8 file history feature. It is like a built in tools that instant take backup of your files. File History does not backup your whole system but considers only your documents, photos, media files, libraries. You can add any file at any time. In addition, instead of doing large backups every week or month, it takes an image of your files every hour, so you can restore your files in a much fine position. If you have any problem with window system, you can reinstall window 8 and restore files with this features.

How to set up File History



  • Go to control panel

  • Click on ”System and Security”


windows 8 Control Panel

  • Access File History


windows 8 file history option

  • In case of external drive just click “Turn On” (you can use external disk for backup in file history)


windows 8 file history turn on

File History is useful for your network location like NAS. For that, you have to click on “change drive” in the left sidebar and pick your network location. Now go to File History and click on “Turn On.”

In Advance setting option, you can select the time for a backup file.

How to restore deleted files


Sometimes accidentally, we delete some necessary file or change existing file and want its old file version. Below is the process to restore your old, deleted files.

In File History, you have to open up window explorer.

  • Open the file folder

  • Then click on Home button

  • Click on the file history icon.


Alternatively, you can access to the control panel and click on File History and finally click on “Restore Personal File.”

File History needs external storage: a USB flash drive, USB hard drive, or network drive. The more space you give to File History, the depth your backup will go.In Window 8, File History changed backup ideal and makes you free from backup hurdle.

How to Delete your Facebook account?

Facebook discourages you from deleting your account, partly to preempt restoration requests from users who have done so in the heat of the moment, and also because it wants to hang onto your data.

Instead, you are encouraged to “deactivate” your account by going to Account Settings, Security and choosing ‘Deactivate your account’.

deactivate facebook account

 

This will hide all your Timeline information, such as friends, photos and interests, and prevent people from contacting or searching for you. You can reactivate your account at any time by logging back into the site.

If you are sure you want to delete your account forever, which will permanently remove your personal information from
Facebook’s database, go to www.facebook.com/help/delete_account and click ‘Delete my account’.

delete facebook account

 

According to Facebook, this typically takes up to one month, although some data may remain in back-up copies and logs for 90 days, and certain content, such as messages you’ve sent to friends, may remain visible.

How to Delete whole Google account?

If you are really unhappy about all the personal data Google has stored about you, one drastic option is to delete your account altogether. This is not a decision to be taken lightly, because it means you will lose all the information and files you have stored in Google services, including Gmail, Drive and YouTube. It will also cause problems if you use an Android phone or tablet, which require you to be logged into your Google account so you can install and update your apps.

Still, if you are determined to cut loose from Google, you can do so by logging into your account at www.google.com/settings/datatools and clicking the link ‘Delete Products’ at the bottom of the page.

delete google account

Then click "Close account and delete all services and information associated with it".

delete all associated google account

You’ll then be asked to confirm you understand that you’ll no longer be able to use the listed services (annoyingly, you need to select them individually) and to sign in for the final time before you click Delete My Account.

Google does not say how long the deletion will take, but it is likely to depend on the amount of data you have stored across its various products and services.