<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AddictiveTips &#187; Mobile</title>
	<atom:link href="http://www.addictivetips.com/category/mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.addictivetips.com</link>
	<description>Tips, Freewares, Downloads, Reviews, And More</description>
	<lastBuildDate>Mon, 21 May 2012 06:46:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How To Install Any App As A System App On Android [Guide]</title>
		<link>http://www.addictivetips.com/mobile/how-to-install-any-app-as-system-app-on-android/</link>
		<comments>http://www.addictivetips.com/mobile/how-to-install-any-app-as-system-app-on-android/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:00:20 +0000</pubDate>
		<dc:creator>Haroon Q. Raja</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114555</guid>
		<description><![CDATA[While installing an app on your Android device is as simple as searching for it in the Google Play Store and hitting install, or sideloading its APK on your phone, that always installs them as user apps (also referred to as data apps). At times certain apps need to be installed as system apps rather [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-114591" title="Install-Any-Android-App-As-System-App" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Install-Any-Android-App-As-System-App.jpg" alt="Install-Any-Android-App-As-System-App" width="660" height="300" /></p>
<p>While installing an app on your Android device is as simple as searching for it in the Google Play Store and hitting install, or sideloading its APK on your phone, that always installs them as user apps (also referred to as data apps). At times certain apps need to be installed as system apps rather than user apps in order to utilize their full potential, and that’s where things get a little complicated. In this guide, we will show you how you can install any Android app as a system app on your Android device.</p>
<p><span id="more-114555"></span></p>
<p>The apps installed on your Android devices can be broadly categorized as system apps or user apps, based on their installation location. The user apps are just all your normal app installations through the Google Play Store, Amazon Appstore or sideloading. These go into the /data partition of your Android phone, which is the part of the internal memory made available for user data and apps.</p>
<p>System apps are basically the apps that come pre-installed with your ROM. In a standard Android user environment, the user doesn’t have write access to the /system partition and thus, installing or uninstalling system apps directly isn’t possible. The process isn’t as hard as it may sound. However, there is a catch.</p>
<p>In order to install an app as a system app on your Android device, your device must either be rooted, or have a custom recovery installed (or both). Usually pretty much everyone who has a custom recovery installed uses a rooted ROM, so we’ll just be using the method for rooted phones.</p>
<h2>Root Access File Manager Method</h2>
<h3>Requirements</h3>
<ul>
<li>Your Android device must be rooted. If it isn’t already, check out <a href="http://www.addictivetips.com/mobile/how-to-root-your-android-phone-device/">our guide</a> on rooting Android.</li>
<li>A root access file manager of your choice. We will be using <a href="https://play.google.com/store/apps/details?id=com.estrongs.android.pop">ES File Explorer</a> for the purpose.</li>
<li>The APK file for the app you want to install as system app. If you have the app installed as a normal user app, don’t worry; we’ll show you how to grab its APK.</li>
</ul>
<h3>Procedure</h3>
<ol>
<li>Configuring ES File Explorer for root read/write access (required only once):
<ol>
<li>Launch ES File Explorer, press Menu and tap ‘Settings’.</li>
<li>In the settings, enable the ‘Up to root’ check box.</li>
<li>Further down in the settings, enable ‘Root Explorer’ check box. You will get a warning that you should confirm.</li>
<li>You will then get the Superuser permissions request that you must allow.</li>
<li>Finally, enable the ‘Mount File System’ check box, and press the back key to get back to the explorer interface. ES File Explorer is now configured to work as a root explorer. You do not need to do this again on the same device now, unless you uninstall ES File Explorer, perform a factory reset or install another ROM.</li>
</ol>
</li>
<li>Finding the APK of an already-installed normal app (skip to step 3 if you already have the APK):
<ol>
<li>First of all, install the app from Play Store, if you haven’t already done that.</li>
<li>Launch ES File Explorer and go to /data/app. (You may have to press the back button to get to / first).</li>
<li>If you know the icon of the app, you can easily find it here. If you are having trouble finding the app here due to the confusing names or because of having a lot of apps installed, just search for the app in Google Play Store in a web browser and look at its Play Store link for the name. The file name will basically be the part after <em>?id=</em> in its market link (and before any other question mark that may or may not appear in the link). For example, the market link for ES File Explorer is <a href="https://play.google.com/store/apps/details?id=com.estrongs.android.pop">https://play.google.com/store/apps/details?id=com.estrongs.android.pop</a> and its APK file in /data/app is com.estrongs.android.pop-1.apk.</li>
</ol>
</li>
<li>If you already have the APK of the file that you want to install as a system app, make sure you have transferred it to your device’s SD card if you haven’t done that already. Also make sure you know the path where you have copied it on the SD card.</li>
<li>Once you have located the required APK on the SD card from ES File Explorer, tap-and-hold on its icon till you get a menu, and tap ‘Cut’. You should see a little blue arrow on the bottom of the screen now. (You may select ‘Copy’ instead of ‘Cut’ if you are copying a file over from the SD card and want to keep a copy there. In case of copying an APK from /data/app, always use ‘Cut’.)
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="ES File Explorer Copying" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ES-File-Explorer-Copying.jpg" alt="ES File Explorer Copying" width="400" height="667" border="0" /></li>
<li>Now press the back button till you reach / and then browse to /system/app/</li>
<li>Tap the little arrow that you see on the bottom of the screen. It will bring up a pane with the icon of the copied file.</li>
<li>Tap on the file’s icon, and it will be transferred to /system/app/.</li>
<li>Now find the app’s icon in the list of files there and tap-and-hold on it till you get the menu.</li>
<li>Scroll down in the menu till you see ‘Properties’ and tap on it. You will now see the properties dialog.</li>
<li>Tap the ‘Change’ button in front of the Permissions to bring up the permissions dialog.</li>
<li>Make sure everything under ‘Read’ is checked, only ‘User’ is checked under ‘Write’ and nothing is checked under ‘Execute’ Your screen should look like the following:
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="ES File Explorer Permissions" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ES-File-Explorer-Permissions.jpg" alt="ES File Explorer Permissions" width="400" height="667" border="0" /></li>
<li>Tap OK on this screen and then on the Properties screen. Your app’s permissions are now set correctly.</li>
<li>Reboot your device. Your app is now ready to be used as a system app.</li>
</ol>
<h2>ADB Method</h2>
<h3>Requirements</h3>
<ul>
<li>Your Android device must be rooted. If it isn’t already, check out <a href="http://www.addictivetips.com/mobile/how-to-root-your-android-phone-device/">our guide</a> on rooting Android.</li>
<li>ADB installed and configured on your computer. See <a href="http://www.addictivetips.com/mobile/what-is-adb-and-how-to-install-it-android/">our guide</a> for the complete method.</li>
<li>The APK file for the app you want to install as system app. If you have the app installed as a normal user app, don’t worry; we’ll show you how to grab its APK.</li>
</ul>
<h3>Procedure</h3>
<p><strong>If you have the app installed on your phone as a normal user app: </strong></p>
<ol>
<li>Search for the app in Google Play Store on your computer in a web browser, and open its Play Store page.</li>
<li>Look at the Play Store link of the app for a string that starts with <strong>?id=</strong> and ends before any further question mark in the link. That will be part of the APK’s name on your phone. For example, the market link for ES File Explorer is <a href="https://play.google.com/store/apps/details?id=com.estrongs.android.pop">https://play.google.com/store/apps/details?id=com.estrongs.android.pop</a> and its APK file in /data/app is com.estrongs.android.pop-1.apk. If you see another question mark after such a name in the link, ignore everything after that.</li>
<li>Launch a command prompt window and enter the following commands one by one:
<pre>adb remount
adb shell
su
cd /data/app/</pre>
</li>
<li>Now enter this command, making sure you replace ‘file_name_part_comes_here’ with the partial file name for your app that you found out from the link in step B. Don’t forget the asterisk ( * ) in the end.
<pre>ls file_name_part_comes_here*</pre>
<p>In case of our example from step B, the command would be</p>
<pre>ls com.estrongs.android.pop*</pre>
</li>
<li>As a result of the command in step D, you will see the complete file name of the app. In case of our example, the result would be com.estrongs.android.pop-1.apk. It is usually the same partial app name that we got from the link in step B, followed by a hyphen ( &#8211; ), a number (usually but not always 1), and the .apk extension. Viola, we have located the file name of the required APK.</li>
<li>Now enter this command, replacing full_file_name_comes_here with the full file name including the extension:
<pre>mv full_file_name_comes_here /system/app/full_file_name_comes_here
exit
exit
adb reboot</pre>
<p>In case of our example, the command would be</p>
<pre>mv com.estrongs.android.pop-1.apk /system/app/com.estrongs.android.pop-1.apk</pre>
<p>And you&#8217;re done.</li>
<li>Your app has been moved to the system partition, making it a system app from a user app. You may now close the command prompt window. The phone will now reboot for the changes to take effect.</li>
</ol>
<p><strong>If you have the APK of the file available on your computer: </strong></p>
<ol>
<li>Open a command prompt window and navigate to the location of the APK file on your computer.</li>
<li>Enter these commands, replacing file_name_comes_here with the full name of the APK file including the extension:
<pre>adb remount
adb push file_name_comes_here /system/app/
adb shell chmod 644 /system/app/file_name_comes_here
adb reboot</pre>
<p>For example if the file name is FileManager.apk, the commands would be like:</p>
<pre>adb push FileManager.apk /system/app
adb shell chmod 644 /system/app/FileManager.apk</pre>
<p>And you&#8217;re done!</li>
</ol>
<p>Your phone will reboot and your app will be ready to be used as a system app.</p>
<h2>Method for unrooted devices with custom recovery installed</h2>
<p>If you have a custom recovery and haven’t rooted your phone, you already know what you’re doing, and know that you just have to <a href="http://www.addictivetips.com/mobile/how-to-install-a-rom-or-app-from-zip-file-to-android-device-from-recovery/">flash the zip file</a> of the apps you need to install as system apps.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/install-android-2-3-5-devnull-rom-on-galaxy-s-ii-guide/' rel='bookmark' title='Install Android 2.3.5 DevNull ROM On Galaxy S II [Guide]'>Install Android 2.3.5 DevNull ROM On Galaxy S II [Guide]</a></li>
<li><a href='http://www.addictivetips.com/mobile/download-and-install-android-market-3-1-3-guide/' rel='bookmark' title='Download And Install Android Market 3.1.3 [Guide]'>Download And Install Android Market 3.1.3 [Guide]</a></li>
<li><a href='http://www.addictivetips.com/mobile/install-bravia-reality-engine-of-htc-hd2-guide-android/' rel='bookmark' title='Install Bravia Reality Engine Of HTC HD2 [Guide] [Android]'>Install Bravia Reality Engine Of HTC HD2 [Guide] [Android]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/how-to-install-any-app-as-system-app-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AROMA File Manager: Touch-Enabled Android File Explorer That Runs Within Recovery</title>
		<link>http://www.addictivetips.com/mobile/aroma-file-manager-android-file-explorer-that-runs-within-recovery/</link>
		<comments>http://www.addictivetips.com/mobile/aroma-file-manager-android-file-explorer-that-runs-within-recovery/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:59:48 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[Recovery Mode]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114351</guid>
		<description><![CDATA[We at AddictiveTips always love to bring to you apps that provide the users with instant and convenient solutions to their routine technology-related issues. When it comes to Android, things are no different at all. As can be seen in our compilation of 10 best Android file browsers, we have already come across quite a few [...]]]></description>
			<content:encoded><![CDATA[<p>We at AddictiveTips always love to bring to you apps that provide the users with instant and convenient solutions to their routine technology-related issues. When it comes to Android, things are no different at all. As can be seen in <a href="http://www.addictivetips.com/mobile/10-best-file-explorer-apps-for-android/" target="_blank">our compilation</a> of 10 best Android file browsers, we have already come across quite a few feature-packed file management apps for the Android platform. Managing your Android’s internal and external storage content from within the OS through a nifty file explorer is one thing, but what if you wanted to avail these tools right from within your device’s recovery? If you often flash custom ROMs or mod ZIP files onto your device, you might have, at least once or twice, forgotten to move the flashable ZIP file to local storage before rebooting into recovery. You can always use your custom recovery&#8217;s mount USB storage option to remedy such situations, but now, there&#8217;s a better way to go about it.  Fresh to the arena, <strong>AROMA File Manager</strong> by XDA member, <em>amarullz</em>, is among one of the very first successful attempts at providing Android users with a fully-functional root-level file explorer that can be operated from within system recovery; a custom recovery such as ClockworkMod (read all about the recovery <a href="http://www.addictivetips.com/mobile/what-is-clockworkmod-recovery-and-how-to-use-it-on-android-complete-guide/" target="_blank">here</a>).</p>
<p><span id="more-114351"></span></p>
<p>AROMA File Manager is a skinnable, touch-enabled and immensely user-friendly file explorer lets you gain control over your Android’s local storage and the underlying data right from within the recovery mode without requiring you to completely boot into your Android OS.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="AROMA-File-Manager-Android-Holo" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-Holo.jpg" alt="AROMA-File-Manager-Android-Holo" width="324" height="537" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="AROMA-File-Manager-Android-Splash" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-Splash.jpg" alt="AROMA-File-Manager-Android-Splash" width="324" height="537" border="0" /></p>
<p>AROMA File Manager is available on the XDA-Developers forum (link provided below) as a ZIP file that can be simply flashed in the same way as you’re used to flashing any custom Android ROM/flashable zip package. However, if you’re a neophyte in the Android world, all you need to do is reboot your device into recovery mode. Once you’ve stepped into to the recovery mode, select <em>install ZIP from SD card</em> &gt; <em>choose Zip from SD card</em> &gt; navigate to the directory that contains the ZIP file of AROMA File Manager. Next, install/flash the ZIP file to launch the file manager, and you’re good to go.</p>
<p>The developer has ensured that not only does AROMA File Manager cater to the basic file management needs of Android users right from within the recovery mode but also offers plenty of customization options to alter the looks of the app according to their personal preference. For instance, from the app’s main settings screen (<em>Menu &gt; Settings</em>), you can set the toolbar style to show just the icons or icon and text, modify the font size, font style, the icon set, general theme, the default transition animation speed, the default language (English or Indonesian), and the option to automatically mount all installed storage paths on app launch. Here’s a brief list of various sought-after UI tweaks that AROMA File Manager has on offer:</p>
<ul>
<li><strong>Font Family</strong>: Droid Sans Serif, Droid Sans, HTC Hand, Helvetica Neue Cn, Roboto</li>
<li><strong>Iconset</strong>: Generic, Holo, Sense</li>
<li><strong>Themes</strong>: Generic (the app’s own skin), ICS, MIUI, Sense 4</li>
</ul>
<p><img title="AROMA-File-Manager-Android-New-Folder" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-New-Folder.jpg" alt="AROMA-File-Manager-Android-New-Folder" width="324" height="537" border="0" /> <img title="AROMA-File-Manager-Android-Sense" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-Sense.jpg" alt="AROMA-File-Manager-Android-Sense" width="324" height="537" border="0" /></p>
<p>All the various aforementioned UI modifications, when coupled with the touch-enabled controls and an intuitive root-level file manager interface, make AROMA File Manager a handy prospect. Once you’re into the app’s main interface, it’s hard to tell whether you’re using a file manager from within the OS itself or the custom recovery, as is the case with AROMA File Manager. Upon launch, the app prompts you to calibrate the screen to test the effectiveness of the touch controls. Your device’s hardware keys can also be used as an alternative means to navigate to and control various facets of the file manager.</p>
<p>As with most file managers that we’ve already seen, batch-select mode in AROMA File Manager is also automatically enabled upon tapping the icon of the required file/folder. Tapping the folder title reveals all the underlying contents. Once the required data is selected, you can pick from the various controls on the toolbar at the bottom to manipulate the data accordingly. Needless to say, various file management options offered by AROMA File Manager for your selected content include copy/paste, cut, delete, add to favorites, check details, create new folder, and de/select all etc..</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="AROMA-File-Manager-Android-Theme2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-Theme2.jpg" alt="AROMA-File-Manager-Android-Theme2" width="324" height="537" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="AROMA-File-Manager-Android-Settings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AROMA-File-Manager-Android-Settings.jpg" alt="AROMA-File-Manager-Android-Settings" width="324" height="537" border="0" /></p>
<p>AROMA File Manager has been successfully tested on HTC Desire Z running ClockworkMod recovery (v5.0.2.7). While the app works almost flawlessly with most of its features, it does not always let you take a glance at the selected folder’s <em>Details</em>. What this means is that we’re unable to tell whether the app lets you modify the R/W privileges for the required folders or not. Hopefully, said bug will be removed by the time the app debuts in the Google Play Store, officially.</p>
<p>Other than that, AROMA File Manager can be cited as a well-finished product that can suffice adequately to your pre-boot file management needs on an Android device. Hit the link provided below to head over to the app’s XDA-Developers forum page from where you can check out the app’s features list in detail, and download its flashable ZIP to your Android device.</p>
<h6>[via <a href="http://forum.xda-developers.com/showthread.php?t=1646108" target="_blank">XDA-Developers</a>]</h6>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/astro-file-manager-vs-estrongs-file-explorer-vs-dual-file-manager-best-android-app/' rel='bookmark' title='Astro File Manager vs. EStrongs File Explorer vs. Dual File Manager [Best Android App]'>Astro File Manager vs. EStrongs File Explorer vs. Dual File Manager [Best Android App]</a></li>
<li><a href='http://www.addictivetips.com/mobile/file-manager-es-a-multi-panel-root-level-file-explorer-for-android/' rel='bookmark' title='File Manager ES: A Multi-Pane, Root-Level File Explorer For Android'>File Manager ES: A Multi-Pane, Root-Level File Explorer For Android</a></li>
<li><a href='http://www.addictivetips.com/mobile/file-explorer-android-file-manager-with-a-holo-ics-themed-interface/' rel='bookmark' title='File Explorer Is A Basic Android File Manager With A Holo (ICS-Themed) UI'>File Explorer Is A Basic Android File Manager With A Holo (ICS-Themed) UI</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/aroma-file-manager-android-file-explorer-that-runs-within-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SoShare For Android &amp; iPhone: Share Photos &amp; Videos Of Any Size With Your Private Network</title>
		<link>http://www.addictivetips.com/mobile/soshare-for-android-ios-privately-share-photos-videos-of-any-size/</link>
		<comments>http://www.addictivetips.com/mobile/soshare-for-android-ios-privately-share-photos-videos-of-any-size/#comments</comments>
		<pubDate>Mon, 14 May 2012 12:20:28 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114417</guid>
		<description><![CDATA[SoShare is a relatively fresh private file-sharing web service that lets users instantly share photos, videos and other relatively larger files with each other without placing any restrictions on the storage capacity or the file type whatsoever. It is a social network of sorts that allows you to interact with your contacts and custom-created contact [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SoShare</strong> is a relatively fresh private file-sharing web service that lets users instantly share photos, videos and other relatively larger files with each other without placing any restrictions on the storage capacity or the file type whatsoever. It is a social network of sorts that allows you to interact with your contacts and custom-created contact groups by sharing files and commenting on each others’ activities. The service has just launched mobile clients for Android and iOS, which lets you remotely access and manage your file-sharing activities on the network while on the move. Whether it’s sharing files with your SoShare contacts, downloading content shared by other users, commenting on each others’ activities, or creating custom groups with select contacts, the official SoShare client for Android has you covered. Details to follow.</p>
<p><span id="more-114417"></span></p>
<p>In order to hop onto the network&#8217;s file sharing bandwagon, you must be a registered SoShare user. Registering for a new account is free, and can be done from within the app.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-Login" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-Login.jpg" alt="SoShare-Android-Login" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-Home.jpg" alt="SoShare-Android-Home" width="324" height="573" border="0" /></p>
<p>Once you and you’re contacts have joined the network, file sharing via SoShare becomes a three-step affair. All you need to do after launching the app is hit the share icon at the top-right of the screen, pick the desired recipient(s) and the file(s), compose a brief message (optional), and hit the share button to instantly share the file. What’s even better about SoShare is that it supports resuming file upload and download tasks. In addition, the app integrates with Android&#8217;s native share menu so that you can share files even while navigating outside of the app’s interface.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-New-Share" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-New-Share.jpg" alt="SoShare-Android-New-Share" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-Contacts" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-Contacts.jpg" alt="SoShare-Android-Contacts" width="324" height="573" border="0" /></p>
<p>All your file-sharing activities on the network can be monitored from the app’s homescreen, which lists the shared content in a chronological order. Alongside each shared file, you can view the user(s) with whom the file has been shared, the type of file, and the number of comments that it has received (if any). To comment on an activity by yourself, hit the <em>+</em> button.</p>
<p>Hitting the menu button in the top-left corner reveals a side pane that houses your SoShare <em>Profile</em>, option to specify your preferred <em>Network</em> (Wi-Fi/cellular) to share data on, and <em>Logout</em>.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-Side-Pane" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-Side-Pane.jpg" alt="SoShare-Android-Side-Pane" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="SoShare-Android-Share" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/SoShare-Android-Share.jpg" alt="SoShare-Android-Share" width="324" height="573" border="0" /></p>
<p>Now, here&#8217;s an interesting fact: from within the app&#8217;s interface, you can only capture, import and share media files (photos and videos). However, when using the SoShare option integrated with the native Android share menu, you can upload files of any format (from within a file explorer of choice).</p>
<p>SoShare is free in both the Google Play Store and iOS App Store. Grab the app via the links provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.gyre.soshare?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.gyre.soshare" target="_blank">Download SoShare</a> for Android</p>
<p><a href="http://itunes.apple.com/us/app/soshare/id521186918" target="_blank">Download SoShare</a> for iPhone, iPad &amp; iPod touch</p>
<p><a href="http://soshareit.com/" target="_blank">Visit SoShare</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/via-me-edit-share-photos-with-your-social-network-others-iphone-2/' rel='bookmark' title='Via.Me: Edit/ Share Photos With Your Social Network &amp; Others [iPhone]'>Via.Me: Edit/ Share Photos With Your Social Network &#038; Others [iPhone]</a></li>
<li><a href='http://www.addictivetips.com/mobile/go-hd-for-iphone-anonymously-share-photos-videos-with-location-tags/' rel='bookmark' title='GO HD For iPhone: Anonymously Share Photos &amp; Videos With Location Tags'>GO HD For iPhone: Anonymously Share Photos &#038; Videos With Location Tags</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/how-to-share-files-and-create-vpnvirtual-private-network-between-two-computers-easily/' rel='bookmark' title='How To Share Files And Create VPN(Virtual Private Network) Between Two Computers Easily'>How To Share Files And Create VPN(Virtual Private Network) Between Two Computers Easily</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/soshare-for-android-ios-privately-share-photos-videos-of-any-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dashboard X: Add Notification Center Widgets To iOS Springboard &amp; Lock Screen [Cydia]</title>
		<link>http://www.addictivetips.com/mobile/dashboard-x-add-notification-center-widgets-to-ios-home-lock-screen/</link>
		<comments>http://www.addictivetips.com/mobile/dashboard-x-add-notification-center-widgets-to-ios-home-lock-screen/#comments</comments>
		<pubDate>Mon, 14 May 2012 11:40:54 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Paid Apps]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114442</guid>
		<description><![CDATA[Widgets are something that have been exclusive to Android so far, and although iOS now offers a couple of native Notification Center widgets, they are not the same as Android’s ever-present and feature-rich ones. Fortunately, things have finally taken a turn for the better for jailbroken iOS users. Now, it is possible to have home [...]]]></description>
			<content:encoded><![CDATA[<p>Widgets are something that have been exclusive to Android so far, and although iOS now offers a couple of native Notification Center widgets, they are not the same as Android’s ever-present and feature-rich ones. Fortunately, things have finally taken a turn for the better for jailbroken iOS users. Now, it is possible to have home screen widgets on your iPhone, iPad or iPod touch, thanks to the recently released <strong>Dashboard X </strong>Cydia tweak. The tweak can be considered a whole new platform for widgets that allows users to add several Notification Center widgets to the home screen. Not only that, you can make the lockscreen area of your iPhone more functional and productive as well, using the tweak’s <em>Dock Mode, </em>which lets users summon widgets at will, so that they don’t clutter the screen all the time. Sound interesting? Read on for details.</p>
<p><span id="more-114442"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Dashboard X Springboard" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Dashboard-X-Springboard.jpg" alt="Dashboard X Springboard" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Dashboard X Dock" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Dashboard-X-Dock.jpg" alt="Dashboard X Dock" width="320" height="480" border="0" /></p>
<p>Setting up Dashboard X’s widgets is easy. As already discussed, the tweak has two modes. You can add permanent, translucent widgets to the Springboard of your device, or configure the Dashboard X dock mode to hide widgets until they are made temporarily visible via an Activator gesture. To get started, just tap and hold your finger over any empty area of the Springboard, and as soon as you enter wiggle mode, the option to add new widgets to the Home screen will appear. The freshly-displayed list will contain all the installed widgets supported by Dashboard X, and you can enable them simply by hitting the <em>Add Widget </em>button.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Dashboard X Widgets" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Dashboard-X-Widgets.jpg" alt="Dashboard X Widgets" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Dashboard X Add Options" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Dashboard-X-Add-Options.jpg" alt="Dashboard X Add Options" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Dashboard X Settings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Dashboard-X-Settings.jpg" alt="Dashboard X Settings" width="210" height="315" border="0" /></p>
<p>From the stock Settings app, you can change the way Dashboard X behaves overall. The option to enable or disable widgets is present here, in case the gestures didn&#8217;t work for some reason. From this menu, users can also choose the <em>Activation Method</em>. The tweak is compatible with all Activator gestures, and the chosen gesture will take you into dock mode (double tap on the status bar is the default gesture). To get out of dock mode, just double tap any area of the screen. The best thing about dock mode is the fact that it keeps your screen uncluttered, and the widgets only appear when the users performs the specified gesture. Another advantage, and perhaps the bigger one, is the mode’s lockscreen compatibility.</p>
<p>Many of the existing Notification Center widgets are compatible with Dashboard X, and a lot of new widgets are expected to be released soon. Dashboard X will cost you $1.99, but the new functionality it offers is certainly worth the money. You can grab the tweak from the ModMyi repo in the Cydia store.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/more-widgets-for-ios-5-notification-center-now-available-cydia-tweak/' rel='bookmark' title='More Widgets For iOS 5 Notification Center Now Available [Cydia Tweak]'>More Widgets For iOS 5 Notification Center Now Available [Cydia Tweak]</a></li>
<li><a href='http://www.addictivetips.com/mobile/homespringpage-adds-an-empty-home-screen-for-dashboard-x-widgets-ios/' rel='bookmark' title='HomeSpringPage For iOS Adds An Empty Homescreen For Dashboard X Widgets [Cydia]'>HomeSpringPage For iOS Adds An Empty Homescreen For Dashboard X Widgets [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/disable-ios-notification-center-while-running-full-screen-apps-cydia/' rel='bookmark' title='Disable iOS Notification Center While Running Full-Screen Apps [Cydia]'>Disable iOS Notification Center While Running Full-Screen Apps [Cydia]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/dashboard-x-add-notification-center-widgets-to-ios-home-lock-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESPNcricinfo For WP7: Cricket Scores, Match Details, Articles &amp; More</title>
		<link>http://www.addictivetips.com/mobile/espn-cricinfo-for-wp7-cricket-scores-match-details-articles-more/</link>
		<comments>http://www.addictivetips.com/mobile/espn-cricinfo-for-wp7-cricket-scores-match-details-articles-more/#comments</comments>
		<pubDate>Mon, 14 May 2012 11:30:39 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cricket]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114408</guid>
		<description><![CDATA[Almost all Cricket fans know what Cricinfo is, as it is the best source for getting live updates related to the gentlemen’s game. The popular website from ESPN is not limited to just scores and fixture details, and has got practically everything related to Cricket, including articles, photos, videos and rankings. Although you can utilize [...]]]></description>
			<content:encoded><![CDATA[<p>Almost all Cricket fans know what Cricinfo is, as it is the best source for getting live updates related to the gentlemen’s game. The popular website from ESPN is not limited to just scores and fixture details, and has got practically everything related to Cricket, including articles, photos, videos and rankings. Although you can utilize the mobile version of the site on your Windows Phone 7 device, it is nowhere near as comprehensive as the full version of the famous website. So, it must come as a pleasant surprise for Cricket fans that a new app, named <strong>ESPNcricinfo</strong>, has just been released in the Marketplace, and it is Cricinfo’s official Mango client! The app has a few pretty good features that are enough to put even the web version of Cricinfo to shame. Read on to learn all about this awesome WP7 app.</p>
<p><span id="more-114408"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Menu" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Menu.jpg" alt="ESPNcricinfo Menu" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Matches" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Matches.jpg" alt="ESPNcricinfo Matches" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Match Page" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Match-Page.jpg" alt="ESPNcricinfo Match Page" width="210" height="350" border="0" /></p>
<p>The app starts off with a view of all the ongoing and recent matches from around the world. This <em>matches </em>page is divided into three subsections, including <em>Live, Fixtures </em>and <em>Results</em>. Each match’s icon shows a summary of the game, and you can go to its dedicated page by tapping the thumbnail. Depending upon the match’s status, users can view the result, scorecard, preview and other related info. Although most sections of ESPNcricinfo can be accessed via swiping across screens, the <em>menu </em>is still pretty useful, as it displays links to all sections in one place, including <em>scores, fixtures, records, rankings </em>and a bunch of others.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo News" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-News.jpg" alt="ESPNcricinfo News" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Rankings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Rankings.jpg" alt="ESPNcricinfo Rankings" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Videos" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Videos.jpg" alt="ESPNcricinfo Videos" width="210" height="350" border="0" /></p>
<p>The <em>magazine </em>menu of the app displays articles (both informational and humorous) posted on the Cricinfo blog. The news presented in ESPNcricinfo can consist of videos, photos and audio clips, but it is also possible to browse through these media files by going to their respective sections. The Settings menu of the app allows users to choose their favorite team, so that updates are provided accordingly.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Full Scorecard" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Full-Scorecard.jpg" alt="ESPNcricinfo Full Scorecard" width="320" height="192" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESPNcricinfo Lean back mode" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESPNcricinfo-Lean-back-mode.jpg" alt="ESPNcricinfo Lean back mode" width="320" height="192" border="0" /></p>
<p>All the features we have discussed so far are the same as the web version of Cricinfo, but there are a couple of things that take ESPNcricinfo to a whole new level of awesomeness. One of these features is the app’s landscape mode that brings up extra information if you are in one of the supported screens. For example, while viewing a match’s summary, it is possible to take a look at the detailed scorecard of the game by tilting the phone horizontally. Another similar feature is the <em>Lean Back </em>mode, which displays the live score from any ongoing game in full screen. This means your device can be used as a score indicator in dock mode.</p>
<p>ESPNcricinfo is a free app, and a must-have if you are Cricket fan using WP7.</p>
<p><a href="http://www.windowsphone.com/en-US/apps/1e64e7de-a62c-4baf-8a66-4433bd9b648a" target="_blank">Download ESPNcricinfo</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/cricter-for-android-cricket-scores-fixtures-rankings-on-the-go/' rel='bookmark' title='Cricter For Android: Cricket Scores, Fixtures &amp; Rankings On The Go'>Cricter For Android: Cricket Scores, Fixtures &#038; Rankings On The Go</a></li>
<li><a href='http://www.addictivetips.com/mobile/goal-com-live-scores-fixture-details-news-from-soccer-leagues-wp7/' rel='bookmark' title='Goal.com: Live Scores, Fixture Details &amp; News From Soccer Leagues [WP7]'>Goal.com: Live Scores, Fixture Details &#038; News From Soccer Leagues [WP7]</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/cpu-m-benchmark-cpu-save-test-scores-check-ram-processor-details/' rel='bookmark' title='CPU-M: Benchmark CPU, Save Test Scores, Check RAM &amp; Processor Details'>CPU-M: Benchmark CPU, Save Test Scores, Check RAM &#038; Processor Details</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/espn-cricinfo-for-wp7-cricket-scores-match-details-articles-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ididit! For Android &amp; iPhone Gives You The Motivation You Need To Achieve Your Goals</title>
		<link>http://www.addictivetips.com/mobile/ididit-the-motivation-you-need-to-achieve-your-goals-android-ios/</link>
		<comments>http://www.addictivetips.com/mobile/ididit-the-motivation-you-need-to-achieve-your-goals-android-ios/#comments</comments>
		<pubDate>Mon, 14 May 2012 11:30:13 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Goal Seek]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114496</guid>
		<description><![CDATA[There is no better way of keeping yourself motivated to achieve your goals, and sharing them with the world. In this way, not only can you prevent yourself from going astray in pursuit of your dreams, but also serve as an invaluable source of inspiration for others. Based on said concept, ididit! is an online [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Banner" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Banner.jpg" alt="ididit!-Android-iOS-Banner" width="660" height="269" border="0" /></p>
<p>There is no better way of keeping yourself motivated to achieve your goals, and sharing them with the world. In this way, not only can you prevent yourself from going astray in pursuit of your dreams, but also serve as an invaluable source of inspiration for others. Based on said concept, <strong>ididit!</strong> is an online service that provides you with a unified platform for sharing your ambitions with the world. You can update your progress or distance from your goals, share success stories, and in return, extract motivation from the experiences of others. The service lets you announce your goals to the entire community, specify the deadlines by which you wish to intend to complete the goals, get timely notifications for each individual goal via a reminder, and share your entire progress on Facebook, Twitter or through email. The service released its official iOS client in the iTunes App Store last month, and now the Android variant has been released to the Google Play Store. Details to follow.</p>
<p><span id="more-114496"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Home.jpg" alt="ididit!-Android-iOS-Home" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-About" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-About.jpg" alt="ididit!-Android-iOS-About" width="324" height="573" border="0" /></p>
<p>Whether you wish to become an entrepreneur in the coming years, want to serve humanity by offering basic necessities of life to the poor people of your village, or aim to eradicate a deadly disease from your region by setting up your own medical center, you can begin your mission by joining the ididit! club. Signing up for a new account is absolutely free, and once registered, you can access the network from your mobile device or any web browser.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Notification" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Notification.jpg" alt="ididit!-Android-iOS-Notification" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Goal" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Goal.jpg" alt="ididit!-Android-iOS-Goal" width="324" height="573" border="0" /></p>
<p>Being relatively newer to the scene, the activities on the ididit! network are currently a tad on the lighter side. That said, the service has already managed to attract an impressive 866 members (as of this writing) who are sharing their goals and progress with the entire world. Apart from connecting you to the ididit! Blog, the mobile app lets you specify and keep track of your own goals. For this, tap <em>Menu &gt; Goal</em> to head over to the new goal screen.</p>
<p>Next, define your goal, set the goal date, specify the notification settings (along with repeat interval), and select whether you’re looking to share the progress of an ongoing activity/goal or want to inform others of a goal that you’ve achieved. In either case, the app prompts you to select the social network on which you want to share the news. In addition, it also lets you supplement the news with an image of choice.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Success" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Success.jpg" alt="ididit!-Android-iOS-Success" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ididit!-Android-iOS-Share" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ididit-Android-iOS-Share.jpg" alt="ididit!-Android-iOS-Share" width="324" height="573" border="0" /></p>
<p>In a nutshell, ididit! not only helps you with tracking the progress of your own personal goals, but also serves as a handy information source that keeps you apprised of various achievements made by worldwide app users. The official mobile app of ididit! is free in the iTunes App Store and the Google Play Store. Below is the app’s official intro video followed by the download links of its Android and iOS variants.</p>
<p><object width="650" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/p0estxyiofM?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="650" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/p0estxyiofM?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border-width: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.ididit.android?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.ididit.android" target="_blank">Download ididit!</a> for Android</p>
<p><a href="http://itunes.apple.com/us/app/ididit!-app/id508285320" target="_blank">Download ididit!</a> for iPhone, iPad &amp; iPod touch</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/alpha-goals-tracks-your-achievements-character-improvements-iphone/' rel='bookmark' title='Alpha Goals Tracks Your Achievements &amp; Character Improvements [iPhone]'>Alpha Goals Tracks Your Achievements &#038; Character Improvements [iPhone]</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/netroute-network-pc-as-tcpip-router-to-achieve-server-load-balancing/' rel='bookmark' title='NetRoute &#8211; Use Network PC As TCP/IP Router To Achieve Server Load Balancing'>NetRoute &#8211; Use Network PC As TCP/IP Router To Achieve Server Load Balancing</a></li>
<li><a href='http://www.addictivetips.com/mobile/official-texas-instruments-app-now-available-for-android-iphone/' rel='bookmark' title='Official Texas Instruments App Now Available For Android &amp; iPhone'>Official Texas Instruments App Now Available For Android &#038; iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/ididit-the-motivation-you-need-to-achieve-your-goals-android-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official TIME App Released For Windows Phone 7</title>
		<link>http://www.addictivetips.com/mobile/official-time-app-for-wp7-available-for-download/</link>
		<comments>http://www.addictivetips.com/mobile/official-time-app-for-wp7-available-for-download/#comments</comments>
		<pubDate>Mon, 14 May 2012 10:45:00 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[magazines]]></category>
		<category><![CDATA[news app]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114378</guid>
		<description><![CDATA[Time is among the most popular and well-respected publications on the face of the globe, and with the advent of technology, the weekly magazine has moved into the cyber world with a pretty good website, and online versions of its issues across all major platforms. As can be expected, Windows Phone 7 didn’t have an [...]]]></description>
			<content:encoded><![CDATA[<p>Time is among the most popular and well-respected publications on the face of the globe, and with the advent of technology, the weekly magazine has moved into the cyber world with a pretty good website, and online versions of its issues across all major platforms. As can be expected, Windows Phone 7 didn’t have an official Time app till now, but that has finally changed, and now, you can browse through the service’s latest articles via <strong>TIME Mobile</strong>, the newly released official Time client for Mango phones. The app isn’t too cluttered, like most other news-related apps, but you can still control almost every aspect of its usage. There are separate sections for articles, videos and photos, and the best thing about TIME Mobile is the fact that you can save any item for offline viewing.</p>
<p><span id="more-114378"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Latest" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Latest.jpg" alt="Time WP7 Latest" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Article" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Article.jpg" alt="Time WP7 Article" width="320" height="533" border="0" /></p>
<p>The main section of the app lists the <em>Latest News </em>from around the world. Each story displayed in this menu has a thumbnail associated with it, and you can view more than just the featured articles by hitting the <em>more </em>button at the end of the list. Once you open an article from this page, it comes with some pretty good sharing and navigation options. Each story is properly tagged, and source links are provided where necessary. From the bottom menu, users can add comments and navigate to the next or previous article in the list. If you want to make a page available for offline viewing, just hit the <em>save </em>button from the bottom menu.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Gallery" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Gallery.jpg" alt="Time WP7 Gallery" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Photo" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Photo.jpg" alt="Time WP7 Photo" width="320" height="533" border="0" /></p>
<p>The <em>Gallery </em>section in TIME Mobile showcases all the popular images featured in the publication. Some of these galleries can provide you with a few pretty awesome wallpapers for your phone, as downloading the photos requires nothing more than hitting the <em>save photo </em>button in the bottom bar. Like the articles in the app, photos can be shared with other users as well, using email and/or social networks set up on your device.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Popular" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Popular.jpg" alt="Time WP7 Popular" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Videos" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Videos.jpg" alt="Time WP7 Videos" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Time WP7 Sections" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Time-WP7-Sections.jpg" alt="Time WP7 Sections" width="210" height="350" border="0" /></p>
<p>Much like the Gallery, the TIME Mobile app also has a <em>Videos </em>section, where users can browse the latest addition to the TIME video collection. The page marked <em>Most Popular </em>displays the stories that have attracted most views, and acts as a TOP 10 for popular news items. If you are interested in reading the articles related to one genre or category only, go to the <em>sections </em>tab and hit the desired button. On this page, there is also the <em>Settings </em>menu that allows users to enable push notifications and live tile.</p>
<p>TIME Mobile is a free app, and you can download it from the following link.</p>
<p><a href="http://www.windowsphone.com/en-GB/apps/6e9f62b3-3a78-4378-9181-cf107753e21e" target="_blank">Download TIME Mobile</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/icq-brings-its-official-messenger-to-windows-phone-7/' rel='bookmark' title='ICQ Brings Its Official Messenger To Windows Phone 7'>ICQ Brings Its Official Messenger To Windows Phone 7</a></li>
<li><a href='http://www.addictivetips.com/mobile/official-tunewiki-app-now-available-for-wp7/' rel='bookmark' title='Official TuneWiki App Now Available For Windows Phone 7'>Official TuneWiki App Now Available For Windows Phone 7</a></li>
<li><a href='http://www.addictivetips.com/mobile/microsoft-releases-official-skydrive-app-for-windows-phone-7-ios/' rel='bookmark' title='Microsoft Releases Official SkyDrive App For Windows Phone 7 &amp; iOS'>Microsoft Releases Official SkyDrive App For Windows Phone 7 &#038; iOS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/official-time-app-for-wp7-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HomeSpringPage For iOS Adds An Empty Homescreen For Dashboard X Widgets [Cydia]</title>
		<link>http://www.addictivetips.com/mobile/homespringpage-adds-an-empty-home-screen-for-dashboard-x-widgets-ios/</link>
		<comments>http://www.addictivetips.com/mobile/homespringpage-adds-an-empty-home-screen-for-dashboard-x-widgets-ios/#comments</comments>
		<pubDate>Mon, 14 May 2012 10:30:16 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114455</guid>
		<description><![CDATA[The Cydia store is certainly an active place, and every few days, a new tweak is bound to create a lot of hype among the iOS jailbreak community. These days, this tweak happens to be Dashboard X (recently reviewed here). After all, who wouldn’t want to have some truly gorgeous and useful widgets on the [...]]]></description>
			<content:encoded><![CDATA[<p>The Cydia store is certainly an active place, and every few days, a new tweak is bound to create a lot of hype among the iOS jailbreak community. These days, this tweak happens to be Dashboard X (recently reviewed <a href="http://www.addictivetips.com/mobile/dashboard-x-add-notification-center-widgets-to-ios-home-lock-screen/" target="_blank">here</a>). After all, who wouldn’t want to have some truly gorgeous and useful widgets on the Springboard of their iPhone? Dashboard X is a rather new addition to the Cydia store, and hence, far from perfect. For example, many people have complained that the widgets obscure app icons, as there are only a few empty spaces available on the Springboard. Also, what if you want the first screen of your iDevice to consist of nothing but widgets? All these problems can be solved using a simple Cydia tweak named <strong>HomeSpringPage</strong>. The tweak performs the sole task of adding a blank screen on the first slot of your Springboard, and you can use that screen for placing all the Dashboard X widgets you want.</p>
<p><span id="more-114455"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="HomeSpringPage Cydia" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/HomeSpringPage-Cydia.jpg" alt="HomeSpringPage Cydia" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="HomeSpringPage Blank Page" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/HomeSpringPage-Blank-Page.jpg" alt="HomeSpringPage Blank Page" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="HomeSpringPage Dashboard X" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/HomeSpringPage-Dashboard-X.jpg" alt="HomeSpringPage Dashboard X" width="210" height="315" border="0" /></p>
<p>HomeSpringPage is available in the BigBoss repo of the Cydia store, and you can download it for free if you have a jailbroken iDevice. After its installation, the tweak adds no new Springboard icons or options in the Settings app. You don’t have to configure HomeSpringPage in any way, as the tweak will give you a blank screen on your Springboard automatically. Now that you have a blank screen, it is possible to neatly arrange your favorite Dashboard X widgets here, and use it as an area exclusively for these widgets, so that none of the existing app icons will be obscured.</p>
<p>If you are a fan of Dashboard X, HomeSpringPage is a must-have. However if you are not using the widgets platform, skip installing this tweak, although it won’t cost you anything even if you do.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/dashboard-x-add-notification-center-widgets-to-ios-home-lock-screen/' rel='bookmark' title='Dashboard X: Add Notification Center Widgets To iOS Springboard &amp; Lock Screen [Cydia]'>Dashboard X: Add Notification Center Widgets To iOS Springboard &#038; Lock Screen [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/iconrotator-adds-landscape-mode-to-iphone-home-screen-icons-cydia/' rel='bookmark' title='IconRotator Adds Landscape Mode To iPhone &amp; iPod touch Home Screen Icons [Cydia]'>IconRotator Adds Landscape Mode To iPhone &#038; iPod touch Home Screen Icons [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/more-widgets-for-ios-5-notification-center-now-available-cydia-tweak/' rel='bookmark' title='More Widgets For iOS 5 Notification Center Now Available [Cydia Tweak]'>More Widgets For iOS 5 Notification Center Now Available [Cydia Tweak]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/homespringpage-adds-an-empty-home-screen-for-dashboard-x-widgets-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Official LinkedIn Client For WP7 Arrives In The Marketplace, Speaks Metro All Over</title>
		<link>http://www.addictivetips.com/mobile/official-metro-linkedin-client-for-wp7-now-available-for-download/</link>
		<comments>http://www.addictivetips.com/mobile/official-metro-linkedin-client-for-wp7-now-available-for-download/#comments</comments>
		<pubDate>Mon, 14 May 2012 07:47:54 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114340</guid>
		<description><![CDATA[Windows Phone 7 offers deep integration with quite a few services and social networks, and provides a good way of managing and viewing all your accounts in one place. One of the services integrated with Mango is LinkedIn, and many of the features of that social network can be accessed from the Me tile. However, [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Phone 7 offers deep integration with quite a few services and social networks, and provides a good way of managing and viewing all your accounts in one place. One of the services integrated with Mango is LinkedIn, and many of the features of that social network can be accessed from the <em>Me </em>tile. However, that cannot be considered a replacement for a dedicated LinkedIn client for WP7, as there are many things that can’t be done via the People hub. So, it is good news for Windows Phone users that the official LinkedIn client for Mango phones has finally been released. The app contains everything you may expect from an official client for such a popular service, and has “Metro” stamped all over its gorgeous interface.</p>
<p><span id="more-114340"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Updates" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Updates.jpg" alt="LinkedIn WP7 Updates" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Menu" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Menu.jpg" alt="LinkedIn WP7 Menu" width="320" height="533" border="0" /></p>
<p>The welcome page of the app offers the options to login or create a new LinkedIn account. The app has the blue theme generally associated with this social network for professionals, and even the icons in the phone’s status bar are dyed in the same tone. The first section that shows up after you have logged in to your LinkedIn account, is the <em>Updates </em>page, displaying a feed of all the latest activities of your contacts and followed groups. You can add a new update of your own using the ‘+’ button in the bottom bar. Next to that is the search option, using which you can look for any LinkedIn user or group. Swiping to the right when you are on the Updates screen will bring you to the app’s main menu.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Story" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Story.jpg" alt="LinkedIn WP7 Story" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Contacts" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Contacts.jpg" alt="LinkedIn WP7 Contacts" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Jobs" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Jobs.jpg" alt="LinkedIn WP7 Jobs" width="210" height="350" border="0" /></p>
<p>The page lists the following 5 tiles:</p>
<ul>
<li><strong>LinkedIn Today</strong>: The latest updates from the LinkedIn team, and other featured articles on the network.</li>
<li><strong>Groups</strong>: Manage and view all the activities from the groups you might have joined.</li>
<li><strong>Jobs</strong>: This section suggests suitable available jobs depending upon your inclinations and experience.</li>
<li><strong>Inbox</strong>: Send/ receive messages and invitations.</li>
<li><strong>Companies</strong>: All the organizations you are following show up here.</li>
</ul>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 You" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-You.jpg" alt="LinkedIn WP7 You" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="LinkedIn WP7 Profile" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/LinkedIn-WP7-Profile.jpg" alt="LinkedIn WP7 Profile" width="320" height="533" border="0" /></p>
<p>If you want to manage your own LinkedIn profile using the app, just go to the <em>You </em>page, and the app shows the list of people who have recently visited your profile, along with suggestions regarding <em>People you may know</em>. On other people’s profiles, you can view their <em>experience </em>and other relevant information.</p>
<p>The app is available as a free download, and you can grab it by heading to the following link.</p>
<p><a href="http://www.windowsphone.com/en-GB/apps/bdc7ae24-9051-474c-a89a-2b18f58d1317" target="_blank">Download LinkedIn</a> for Windows Phone 7</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/official-client-for-cloud-service-yousendit-arrives-in-android-market/' rel='bookmark' title='Official Client For Cloud Service YouSendIt Arrives In Android Market'>Official Client For Cloud Service YouSendIt Arrives In Android Market</a></li>
<li><a href='http://www.addictivetips.com/mobile/official-android-client-of-zoho-docs-arrives-in-the-google-play-store/' rel='bookmark' title='Official Android Client Of Zoho Docs Arrives In The Google Play Store'>Official Android Client Of Zoho Docs Arrives In The Google Play Store</a></li>
<li><a href='http://www.addictivetips.com/mobile/linkedin-for-ipad-now-available-for-download-on-itunes-app-store/' rel='bookmark' title='Official LinkedIn App For The iPad Now Available On The App Store'>Official LinkedIn App For The iPad Now Available On The App Store</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/official-metro-linkedin-client-for-wp7-now-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream &amp; Download Free MP3 Songs On WP7 With Fildo</title>
		<link>http://www.addictivetips.com/mobile/stream-download-free-mp3-songs-on-wp7-with-fildo/</link>
		<comments>http://www.addictivetips.com/mobile/stream-download-free-mp3-songs-on-wp7-with-fildo/#comments</comments>
		<pubDate>Sat, 12 May 2012 20:00:36 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[stream music]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114209</guid>
		<description><![CDATA[YouTube is probably the best source of online music if you don’t want to browse through a lot of websites, looking for a working link. That is why there are many YouTube clients on Windows Phone 7, and some of them even let users download songs as MP3 audio files. However, surfing through YouTube or [...]]]></description>
			<content:encoded><![CDATA[<p>YouTube is probably the best source of online music if you don’t want to browse through a lot of websites, looking for a working link. That is why there are many YouTube clients on Windows Phone 7, and some of them even let users download songs as MP3 audio files. However, surfing through YouTube or similar services still requires some time and effort, and the conversion of video to audio is often not smooth enough. <strong>Fildo </strong>is a new WP7 app that promises to be every music-lover’s dream come true. The app comes with an impressive collection of MP3 songs that you can stream or download to your device. That&#8217;s not all; Fildo can be used as an alterative to the <em>Music + Videos</em> hub of WP7, as you can create playlists, listen to songs in the background or under lockscreen, and view lyrics for each. <span id="more-114209"></span></p>
<p><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Fildo" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Fildo.jpg" alt="Fildo" width="320" height="533" border="0" /> <img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Fildo Menu" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Fildo-Menu.jpg" alt="Fildo Menu" width="320" height="533" border="0" /></p>
<p>There isn&#8217;t a lot of hassle involved in the app&#8217;s usage. The menu is simple enough, and has just two important functions. From the <em>Playlists </em>menu, users can manage all their past downloads and arrange them in any order. However, the real fun begins in the <em>Search </em>area of the app. From this menu, it is possible to look for any track or artist. The search result limit for each keyword is 200, and that means you can find a lot of good stuff as a result of each search.</p>
<p><img style="background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Fildo Search" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Fildo-Search.jpg" alt="Fildo Search" width="320" height="533" border="0" /> <img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Fildo Playlist" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Fildo-Playlist.jpg" alt="Fildo Playlist" width="320" height="533" border="0" /></p>
<p>Every MP3 song you come across while using Fildo can be streamed or downloaded. Of course, it is not possible to export the songs to the stock music player, but that isn’t too much of a problem, as the app’s own player is pretty good. To stream a track from among the search results, just tap it once and it will start playing. Fildo supports continuous play, and this means that after you begin streaming one song, the app will automatically start playing the next search result when the first one is over. It is possible to manually change the song as well, and the option to do that is available in the bottom bar.</p>
<p>To view the lyrics of the current song, users have to swipe to the right of the search screen. Songs can be downloaded if you press and hold your finger over a title, and then hit the save icon once it shows up. The downloads made via Fildo appear in the Playlists section of the app. You can create a new playlist by long pressing any track title and then hitting the ‘+’ button.</p>
<p>Unlike the stock WP7 music player, Fildo offers the option to reorder playlists from within the app. Fildo has got just about everything, and although the collection might not be absolutely perfect, you will still find most good numbers available in Fildo. And did we mention that, just like all the MP3s within it, the app is completely free?</p>
<p><a href="http://www.windowsphone.com/en-GB/apps/96f9e818-43e3-418c-96f8-edddd455ad54" target="_blank">Download Fildo</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/easyringmusic-stream-skydrive-music-download-edit-mp3-songs-wp7/' rel='bookmark' title='easyRing&amp;Music For WP7: Stream SkyDrive Music, Download &amp; Edit MP3 Songs [Free For Limited Time]'>easyRing&#038;Music For WP7: Stream SkyDrive Music, Download &#038; Edit MP3 Songs [Free For Limited Time]</a></li>
<li><a href='http://www.addictivetips.com/mobile/music-cloud-for-wp7-search-stream-download-songs-from-soundcloud/' rel='bookmark' title='Music Cloud For WP7: Search, Stream &amp; Download Songs From SoundCloud'>Music Cloud For WP7: Search, Stream &#038; Download Songs From SoundCloud</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/ginoplayer-desktop-music-player-to-steam-download-40-million-songs/' rel='bookmark' title='GinoPlayer &#8211; Desktop Music Player To Stream And Download Over 40 Million Songs'>GinoPlayer &#8211; Desktop Music Player To Stream And Download Over 40 Million Songs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/stream-download-free-mp3-songs-on-wp7-with-fildo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alarm Clock Ultra Is Arguably The Best, Most Comprehensive Android Alarm App Out There</title>
		<link>http://www.addictivetips.com/mobile/alarm-clock-ultra-is-arguably-the-best-android-alarm-app-out-there/</link>
		<comments>http://www.addictivetips.com/mobile/alarm-clock-ultra-is-arguably-the-best-android-alarm-app-out-there/#comments</comments>
		<pubDate>Sat, 12 May 2012 12:00:08 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[alarm]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113996</guid>
		<description><![CDATA[Just recently, we’ve been treated to quite a few feature-rich Android alarm apps, such as iHome Sleep (read review), PipeUp! Voice Alarm (read review) and Morning Routine (read review). However, when it comes to the amount of features and extent of customization, none of the above come even close to the fresh entrant, Alarm Clock Ultra. [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently, we’ve been treated to quite a few feature-rich Android alarm apps, such as iHome Sleep (<a href="http://www.addictivetips.com/mobile/ihome-sleep-android-alarm-app-displays-social-media-news-when-you-wake-up/" target="_blank">read review</a>), PipeUp! Voice Alarm (<a href="http://www.addictivetips.com/mobile/pipeup-voice-alarm-for-android-can-read-aloud-almost-anything-via-tts/" target="_blank">read review</a>) and Morning Routine (<a href="http://www.addictivetips.com/mobile/morning-routine-makes-you-scan-qr-codes-to-silence-its-alarm-android/" target="_blank">read review</a>). However, when it comes to the amount of features and extent of customization, none of the above come even close to the fresh entrant, <strong>Alarm Clock Ultra</strong>. It’s not your run-of-the-mill alarm app. Alarm Clock Ultra is laced with goodies, including fully customizable alarms, eye-catching themes, multiple homescreen widgets (depicting current time &amp; upcoming alarms), various time presets to enjoy a <em>Quick Sleep</em> (nap), slick stopwatch and timer, built-in egg timer to help your mom prepare you a boiled egg of preferred hardness, option to dismiss/snooze the alarm by solving mathematical problems, playing games or by just shaking your device, and lots more. Details to follow after the break.</p>
<p><span id="more-113996"></span></p>
<p><img style="background-image: none; margin: 0px auto 18px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Home.jpg" alt="Alarm-Clock-Ultra-Android-Home" width="480" height="270" border="0" /></p>
<p>The app’s UI is really the hallmark of the entire package. Not only it offers plenty of eye candy, but also packs all the extensive features on offer under a total of six (6) main buttons. Starting from the left side (assuming that you’re holding your device in portrait orientation), the first button is from where you can check the current time and date, toggle day/night mode, and take a glance at the current battery status via a nifty battery indicator.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Alarms" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Alarms.jpg" alt="Alarm-Clock-Ultra-Android-Alarms" width="320" height="569" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Widgets" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Widgets.jpg" alt="Alarm-Clock-Ultra-Android-Widgets" width="320" height="569" border="0" /></p>
<p>Tap the bell button, and you’re taken to the app’s all-important main alarm screen, from where you can manage your various alarms. Each individual alarm can be personalized in a virtually endless manner. For instance, you are presented with the option to specify the repeat interval of your alarm. You can set the app to play a random alarm tone, select one of the app’s own alarm sound presets, or define a custom MP3 file from your library for that purpose. Further options include labelling alarms and enabling vibration for each. From the same screen, you can check the <em>Gradual Alarm Increase</em> option, along with specifying the preferred time length for this increase, to wake up to a tranquil sound rather than an annoyingly shrill one.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Alarm0" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Alarm0.jpg" alt="Alarm-Clock-Ultra-Android-Alarm0" width="210" height="373" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Alarm1" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Alarm1.jpg" alt="Alarm-Clock-Ultra-Android-Alarm1" width="210" height="373" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Alarm2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Alarm2.jpg" alt="Alarm-Clock-Ultra-Android-Alarm2" width="210" height="373" border="0" /></p>
<p>Then comes the option to define various gestures for dismissing/snoozing the alarms. In this regard, you can opt for just giving your device a bit of shake, solving a Math problem or playing a puzzle game to achieve said purpose. From the snooze settings perspective, you can set the custom snooze duration, as well as the maximum number of snooze instances that can be availed.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Maths" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Maths.jpg" alt="Alarm-Clock-Ultra-Android-Maths" width="320" height="569" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Egg-Timer" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Egg-Timer.jpg" alt="Alarm-Clock-Ultra-Android-Egg-Timer" width="320" height="569" border="0" /></p>
<p>From the Mathematical problems, the app lets you define the total number of problems that it must present you with in order to silence the alarm. The difficulty level of these problems can be set to easy, medium or hard. The last option on the Alarms screen is pretty important, too, as it lets you set the alarm behavior whilst you’re attending a call. Moreover, there is the option to toggle playing alarms whilst your device is in silent mode. All aforementioned settings must be enough to help you set up your alarms accordingly.</p>
<p><img style="background-image: none; margin: 0px auto 18px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Puzzle" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Puzzle.jpg" alt="Alarm-Clock-Ultra-Android-Puzzle" width="480" height="270" border="0" /></p>
<p>Want to take a quick nap without setting up all those extensive alarm settings? Hit the <em>ZZzzz</em> button on the app’s main interface, pick one of the four available alarm time presets (15, 30, 60 or 120 minutes), and hit the <em>Quick Sleep</em> button to enjoy a <em>power nap. </em>The fourth button on the app’s main interface lets you launch the built-in <em>Stopwatch</em> or <em>Timer,</em> whereas the fifth button is from where you can specify various timer and other miscellaneous settings to prepare your boiled eggs. In this regard, you can choose the desired size of the egg, the type of boiled egg that you’d like to have, and once everything is set, just hit the <em>Start Timer</em> button and wait till the alarm goes off.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Quick-Nap" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Quick-Nap.jpg" alt="Alarm-Clock-Ultra-Android-Quick-Nap" width="320" height="569" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Stopwatch" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Stopwatch.jpg" alt="Alarm-Clock-Ultra-Android-Stopwatch" width="320" height="569" border="0" /></p>
<p>The last button on the app’s main interface lets you specify various app preferences. You can select the background theme of the app, define the shake sensitivity to silence/snooze the alarm, enable <em>Vacation Mode</em> (to disable all alarms at once), and enable viewing the next alarm notification within the notification area, among other parameters.</p>
<p><a href="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Settings.jpg"><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Settings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Settings_thumb.jpg" alt="Alarm-Clock-Ultra-Android-Settings" width="210" height="373" border="0" /></a> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Alarm-Clock-Ultra-Android-Themes" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Themes.jpg" alt="Alarm-Clock-Ultra-Android-Themes" width="210" height="373" border="0" /> <a href="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Settings2.jpg"><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="Alarm-Clock-Ultra-Android-Settings2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Alarm-Clock-Ultra-Android-Settings2_thumb.jpg" alt="Alarm-Clock-Ultra-Android-Settings2" width="210" height="373" border="0" /></a></p>
<p>Already feeling you got too much with an ‘alarm clock’ app? Well, the aforementioned are just the features that are available with the ad-supported free version of Alarm Clock Ultra. There’s a $3 paid variant available in the Google Play Store as well, which not only kills ads but also brings plenty of additional features, including integrated weather info and widgets, a sneak peek into your overnight social media feeds upon wakeup, the <em>Ultra Sleep System</em> feature that helps you sleep and wake up to a relaxed and sound environment, and lots of added melodious alarm tones to expand your pool of choice.</p>
<p>Below is the official intro video of Ultra Alarm Clock followed by the Google Play Store links and QR codes of its free and paid variants, respectively.</p>
<p><object width="650" height="360" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DXH_uK-7Z9c?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="650" height="360" type="application/x-shockwave-flash" src="http://www.youtube.com/v/DXH_uK-7Z9c?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<div class="wp-caption alignright" style="width: 160px"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Free" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.alarmclockultra.free?install=web" alt="Free" width="150" height="150" align="none" border="0" /><p class="wp-caption-text">Free</p></div>
<div class="wp-caption alignright" style="width: 160px"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Paid" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.alarmclockultra.paid?install=web" alt="Paid" width="150" height="150" align="none" border="0" /><p class="wp-caption-text">Paid</p></div>
<p><a href="https://play.google.com/store/apps/details?id=com.alarmclockultra.free" target="_blank">Download Alarm Clock Ultra Free</a></p>
<p><a href="https://play.google.com/store/apps/details?id=com.alarmclockultra.paid" target="_blank">Download Alarm Clock Ultra</a> (Paid)</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/smarter-alarm-futuristic-speaking-alarm-clock-for-android/' rel='bookmark' title='Smarter Alarm &#8211; Futuristic Speaking Alarm Clock for Android'>Smarter Alarm &#8211; Futuristic Speaking Alarm Clock for Android</a></li>
<li><a href='http://www.addictivetips.com/mobile/mrkalarm-android-alarm-clock-with-mp3-playlist-calendar-integration/' rel='bookmark' title='MRKAlarm: Android Alarm Clock With MP3 Playlists, Calendar Integration &amp; More'>MRKAlarm: Android Alarm Clock With MP3 Playlists, Calendar Integration &#038; More</a></li>
<li><a href='http://www.addictivetips.com/ios/tiktok-for-iphone-ipad-lets-you-design-your-very-own-alarm-clock/' rel='bookmark' title='TikTok For iPhone &amp; iPad Lets You Design Your Very Own Alarm Clock'>TikTok For iPhone &#038; iPad Lets You Design Your Very Own Alarm Clock</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/alarm-clock-ultra-is-arguably-the-best-android-alarm-app-out-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newser For WP7: News App With Concise Stories, Readers&#8217; Reactions &amp; A Great UI</title>
		<link>http://www.addictivetips.com/mobile/newser-for-wp7-a-news-app-with-concise-stories-reader-reactions/</link>
		<comments>http://www.addictivetips.com/mobile/newser-for-wp7-a-news-app-with-concise-stories-reader-reactions/#comments</comments>
		<pubDate>Sat, 12 May 2012 10:55:28 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[news app]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114236</guid>
		<description><![CDATA[In today’s world, getting information regarding any subject is fairly easy. These days, the question is not “How to get information?”, but “Where to get it?”. Technology has endowed us with a lot of sources for latest news and other up-to-date information. Even the age of television is passing, and now many people depend on [...]]]></description>
			<content:encoded><![CDATA[<p>In today’s world, getting information regarding any subject is fairly easy. These days, the question is not “How to get information?”, but “Where to get it?”. Technology has endowed us with a lot of sources for latest news and other up-to-date information. Even the age of television is passing, and now many people depend on their smartphones for staying in touch with all the important happenings. Even Windows Phone 7, a platform that is not known for the choice of apps in its Marketplace, has got a decent number of news apps. <strong>Newser </strong>is a new app for WP7 Mango devices that shows the world how news apps should be made. Not only has it got an absolutely gorgeous interface, the way it presents news to its readers is quite unique as well. The sole aim of Newser is to keep users interested in what they are reading. The news items are concise, and the app provides a unique voting system for them, which involves user reactions instead of the regular thumbs up/down or numerical rating.  The app offers way more than that, so read on to find out everything about Newser.</p>
<p><span id="more-114236"></span></p>
<p><img title="Newser Breaking" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Newser-Breaking.jpg" alt="Newser Breaking" width="320" height="533" border="0" /> <img title="Newser Superlatives" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Newser-Superlatives.jpg" alt="Newser Superlatives" width="320" height="533" border="0" /></p>
<p>Newser presents an optional tutorial when you launch it for the first time, and you can view that by hitting the <em>OK </em>button in the Welcome message. It is possible to use the app without having to sign up for a Newser account, but you will need that if you want to vote on stories. The main page of the app is divided into all the usual sections that news apps usually have. You can read popular, trending and breaking news by swiping across the main screen. One rather curious section of Newser is the <em>Superlatives </em>area, which lists news stories that have been voted to be of a particular type by users. There are six of these genres that are predefined in Newser, and the app’s voting system revolves around these categories. A news item in Newser can be voted <em>hilarious, brilliant, scary, depressing, intriguing </em>or <em>annoying. </em>The Superlatives menu shows the stories that have received the most votes under each type.</p>
<p><img title="Newser Story" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Newser-Story.jpg" alt="Newser Story" width="210" height="350" border="0" /> <img title="Newser Votes" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Newser-Votes.jpg" alt="Newser Votes" width="210" height="350" border="0" /> <img title="Newser Comments" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Newser-Comments.jpg" alt="Newser Comments" width="210" height="350" border="0" /></p>
<p>Once you open an article in the app, you are sure to notice that the Newser writers certainly don’t beat around the bush, and this makes the stories to-the-point and interesting. By swiping to the right, you can view related posts, comments from users and other data associated with the article. At the end of most Newser articles, the links for the sources of the material are provided, and the app has a pretty good tagging system to go with. You can share a story with anyone via email or through your social network. Newser sports a pretty decent search function, and finally, you get the option to see the articles in a list view, as well.</p>
<p>The Newser app for WP7 has been released in collaboration with Nokia, but it works with non-Lumia devices as well. You can grab it for free by heading to the following link.</p>
<p><a href="http://www.windowsphone.com/en-GB/apps/8bc8ee8a-03eb-42e9-9a5f-4dc6505d4030" target="_blank">Download Newser</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/trendoy-for-iphone-a-news-app-that-focuses-on-being-concise/' rel='bookmark' title='TrendOY! For iPhone: A News App That Focuses On Being Concise'>TrendOY! For iPhone: A News App That Focuses On Being Concise</a></li>
<li><a href='http://www.addictivetips.com/mobile/riversip-android-technology-news-reader-ranks-stories-by-popularity/' rel='bookmark' title='Riversip For Android: Technology News Reader That Ranks Stories By Popularity'>Riversip For Android: Technology News Reader That Ranks Stories By Popularity</a></li>
<li><a href='http://www.addictivetips.com/mobile/snackr-for-iphone-listen-to-top-news-stories-personalize-channels/' rel='bookmark' title='Snackr For iPhone: Listen To Top News Stories &amp; Personalize Channels'>Snackr For iPhone: Listen To Top News Stories &#038; Personalize Channels</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/newser-for-wp7-a-news-app-with-concise-stories-reader-reactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoProtect Bypasses iPhone Lock Screen Passcode When On A Specific WiFi Network [Cydia]</title>
		<link>http://www.addictivetips.com/mobile/autoprotect-bypass-iphone-passcode-when-on-a-specific-wifi-network-cydia/</link>
		<comments>http://www.addictivetips.com/mobile/autoprotect-bypass-iphone-passcode-when-on-a-specific-wifi-network-cydia/#comments</comments>
		<pubDate>Fri, 11 May 2012 19:25:40 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Lockscreen]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tweak]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114049</guid>
		<description><![CDATA[If you are even remotely concerned about your iPhone, iPod touch or iPad&#8217;s privacy, lock screen passcode is the most rudimentary measure that can (and should) be taken, and previously reviewed Cydia tweak, CleverPin, makes that passcode intelligent enough to automatically disable itself whenever the device is connected to a trusted WiFi network, for instance, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are even remotely concerned about your iPhone, iPod touch or iPad&#8217;s privacy, lock screen passcode is the most rudimentary measure that can (and should) be taken, and previously reviewed Cydia tweak, CleverPin, makes that passcode intelligent enough to automatically disable itself whenever the device is connected to a trusted WiFi network, for instance, the network at your home or any other location where the chances of your privacy getting violated are minimum. The tweak also offers some other useful options (like defining a time period during which the passcode will be disabled), but you have to pay $1.99 to get it. Meet <strong>AutoProtect</strong>, a new Cydia tweak that provides the same functionality for free!</p>
<p><span id="more-114049"></span></p>
<p><img style="background-image: none; margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="iPhone Passcode" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AutoProtect-Passcode.jpg" alt="iPhone Passcode" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="AutoProtect Cydia" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AutoProtect-Cydia.jpg" alt="AutoProtect Cydia" width="210" height="315" border="0" /> <img style="background-image: none; margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Bypass iPhone Passcode" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/AutoProtect.jpg" alt="Bypass iPhone Passcode" width="210" height="315" border="0" /></p>
<p>AutoProtect is available in the ModMyi repo of the Cydia store, and once you have downloaded the tweak, it will add a new menu to the Settings app of your iDevice. From the AutoProtect menu, you can configure the passcode bypass functionality. Just toggle on the button marked <em>Enabled AutoProtect</em>, and then enter the name of the trusted network under the <em>Authorized WiFi Network </em>field. Once you have done that, hit your device’s Home button, and AutoProtect will work its magic automatically. If you are currently using the added Wi-Fi network, the passcode should now be temporarily disabled. As soon as you wander out of the network’s range, the passcode protection will come back on.</p>
<p>AutoProtect is the kind of tweak you just have to employ once, and then forget all about it. There aren’t too many complicated settings, and the configuration procedure is extremely simple. To top it all, the tweak is available for free in the Cydia store. So, if you have a passcode set up on your iDevice, do give AutoProtect a try, as it can counter a really annoying problem.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/disable-passcode-lock-on-wi-fi-for-iphone-ipod-touch-amp-ipad/' rel='bookmark' title='Disable Passcode Lock When On Wi-Fi For iPhone, iPod Touch &amp; iPad'>Disable Passcode Lock When On Wi-Fi For iPhone, iPod Touch &amp; iPad</a></li>
<li><a href='http://www.addictivetips.com/mobile/locklauncher-add-up-to-9-app-shortcuts-to-iphone-lock-screen-cydia/' rel='bookmark' title='LockLauncher: Add Up To 9 App Shortcuts To iPhone Lock Screen [Cydia]'>LockLauncher: Add Up To 9 App Shortcuts To iPhone Lock Screen [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/colorclock-customize-time-date-color-on-iphone-lock-screen-cydia/' rel='bookmark' title='ColorClock: Customize Time &amp; Date Color On iPhone Lock Screen [Cydia]'>ColorClock: Customize Time &#038; Date Color On iPhone Lock Screen [Cydia]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/autoprotect-bypass-iphone-passcode-when-on-a-specific-wifi-network-cydia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stashpix For iPhone: Create Virtual Photo Stashes At A Location, View Those Left By Others</title>
		<link>http://www.addictivetips.com/mobile/stashpix-for-iphone-leave-virtual-photo-stashes-at-any-location/</link>
		<comments>http://www.addictivetips.com/mobile/stashpix-for-iphone-leave-virtual-photo-stashes-at-any-location/#comments</comments>
		<pubDate>Fri, 11 May 2012 19:20:00 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[photo editor]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114031</guid>
		<description><![CDATA[The thrill of discovering something that has been hidden from general view has always held a certain charm for people of all ages. Be it a treasure hunt, or just some small scavenging game, coming across a hidden stash is sure to make your day. This is the principle the new iOS app, Stashpix, is based upon. [...]]]></description>
			<content:encoded><![CDATA[<p>The thrill of discovering something that has been hidden from general view has always held a certain charm for people of all ages. Be it a treasure hunt, or just some small scavenging game, coming across a hidden stash is sure to make your day. This is the principle the new iOS app, <strong>Stashpix, </strong>is based upon. The app lets you view photos or albums shared by other users, but the distinguishing feature of Stashpix is that you have to be in the area where the image was originally shared in order to view it. Stashpix displays all the stashes of photos in your vicinity, and lets you add to them as well. In a similar manner, you can leave your mark on any area by creating a virtual stash there, so that future visitors of the location are able to appreciate your shares. It&#8217;s like geocaching, but for photos.</p>
<p><span id="more-114031"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Stashpix Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Stashpix-Home.jpg" alt="Stashpix Home" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Stashpix Featured" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Stashpix-Featured.jpg" alt="Stashpix Featured" width="320" height="480" border="0" /></p>
<p>The <em>Nearby Stashes </em>page of Stashpix features one popular album each day, and that album can belong to any location. Apart from this <em>Stash Of The Day</em>, the main page of the app also lists the stashes found near your current location. The app keeps scanning for such albums automatically. When you tap a stash, you are taken to its dedicated page that displays all the photos in it, along with a map of the location where it was created. There are two kinds of albums in Stashpix. Locked albums consist of photos that are added by the original poster only, while anyone can make additions to an unlocked stash.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Stashpix Editor" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Stashpix-Editor.jpg" alt="Stashpix Editor" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Stashpix Stash" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Stashpix-Stash.jpg" alt="Stashpix Stash" width="320" height="480" border="0" /></p>
<p>If you want to create a photo stash of your own, Stashpix has an Aviary-powered photo-editing plugin that will let you spruce up your photos before they are added to the current location’s stash list. There are some pretty good photo effects and tools available in the editor, and you can enhance your image in a lot of ways before saving it to the album. Once a stash has been created, you cannot add more photos to it unless you are again at the same location (although photos can be deleted). Stashpix has a separate menu for letting you manage your own albums, although the location restrictions apply there as well.</p>
<p>Stashpix is a free app, and optimized for iPhone and iPod touch only. If you like a bit of mystery and adventure, head to the App Store link provided below and grab this neat app.</p>
<p><a href="http://itunes.apple.com/pk/app/id444901435" target="_blank">Download Stashpix</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/trover-brings-photo-based-location-tagging-discovery-to-iphone/' rel='bookmark' title='Trover Brings Photo-Based Location Tagging &amp; Discovery To iPhone'>Trover Brings Photo-Based Location Tagging &#038; Discovery To iPhone</a></li>
<li><a href='http://www.addictivetips.com/mobile/space-time-for-iphone-view-location-of-any-internet-enabled-phone/' rel='bookmark' title='View The Location Of Any Smartphone Or Internet-Enabled Phone With Space-time For iPhone'>View The Location Of Any Smartphone Or Internet-Enabled Phone With Space-time For iPhone</a></li>
<li><a href='http://www.addictivetips.com/mobile/create-your-own-photo-filters-effects-using-snapster-for-iphone/' rel='bookmark' title='Create Your Own Photo Filters &amp; Effects Using Snapster For iPhone'>Create Your Own Photo Filters &#038; Effects Using Snapster For iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/stashpix-for-iphone-leave-virtual-photo-stashes-at-any-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Giveaway] ESET Mobile Security For Android Out Of Beta, Now Supports ICS &amp; Honeycomb</title>
		<link>http://www.addictivetips.com/mobile/eset-mobile-security-for-android-now-out-of-beta/</link>
		<comments>http://www.addictivetips.com/mobile/eset-mobile-security-for-android-now-out-of-beta/#comments</comments>
		<pubDate>Fri, 11 May 2012 15:50:00 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Paid Apps]]></category>
		<category><![CDATA[Anti-Malware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[ESET Mobile Antivirus]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[Spam Filtering]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114075</guid>
		<description><![CDATA[The reliable computer and network security solutions provided by ESET are highly regarded among domestic and professional computer users all across the globe. When the company launched the public beta of ESET Mobile Security for the Android platform in June last year (2011), Android users were introduced to arguably one of the most comprehensive protection tools [...]]]></description>
			<content:encoded><![CDATA[<p>The reliable computer and network security solutions provided by ESET are highly regarded among domestic and professional computer users all across the globe. When the company <a href="http://www.addictivetips.com/mobile/eset-mobile-security-for-android-fights-viruses-spyware-spam-theft/" target="_blank">launched the public beta</a> of <strong>ESET Mobile Security</strong> for the Android platform in June last year (2011), Android users were introduced to arguably one of the most comprehensive protection tools for their devices. This multi-lingual app encompasses several sought-after security features to secure your device and all the underlying data from any sort of unauthorized access. The app&#8217;s feature set includes real-time device protection from viruses and malware through on-demand (user-requested) and on-access (event-triggered) scanning, specifying blacklists for all incoming calls, SMS, and/or MMS from specific users, integrated security audit to identify the most vulnerable aspects of your Android device, multiple anti-theft tools (SIM matching, specifying a trusted SIM card via its IMSI number), and a built-in task manager. The app just recently shed its beta tag and is now available as a 30-day free trial, after which it requires you to purchase a 1-year license to continue availing all the security features. More to follow. <span id="more-114075"></span></p>
<blockquote><p><strong>Note: </strong>After the initial 30-day free trial, ESET Mobile Security requires you to purchase a $9.99 license that remains valid for a year. We’re giving away five one-year licenses for the app to 5 lucky readers, details for which can be found at the end of this post.</p></blockquote>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Home.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Home" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Anti-License" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Anti-License.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Anti-License" width="324" height="573" border="0" /></p>
<p>Apart from shedding its beta tag, ESET Mobile Security now also brings support for devices running Android v3.0 (Honeycomb) and Android 4.0 (Ice Cream Sandwich) or above. As mentioned earlier, the 30-day trial offer can be availed by any Android user who wishes to join the program by providing a valid email address. Should you opt to upgrade to the full version of the app, you can navigate to the <em>Activation</em> option within the app, provide your email ID, and purchase the license from the Google Play Store. The license remains valid for 1 year, thereby granting you access to the app’s full features during said period.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Antivirus" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Antivirus.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Antivirus" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Anti-SPam" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Anti-SPam.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Anti-SPam" width="324" height="573" border="0" /></p>
<p>To go through the entire list of security tools supported by ESET Mobile Security, you can go through <a href="http://www.addictivetips.com/mobile/eset-mobile-security-for-android-fights-viruses-spyware-spam-theft/" target="_blank">our comprehensive review</a>of the app which we did in last June while the app was in Beta phase. Nothing’s changed much since then. That said, we can still recall the app’s entire list of the features that you will get from under the various tabs present on the app’s main interface:</p>
<ul>
<li><strong>Antivirus</strong>: One-tap full system scan for potential malware. Scan individual folders, include/exclude SD card, apps or compressed archives from the scanning process, and define the default action upon threat detection.</li>
<li><strong>Antispam</strong>: Block all calls from anonymous numbers, select individual contacts whose incoming calls, SMS and MMS you want the app to block automatically. Block outgoing calls to specific numbers. You can also set separate provisions for incoming/outgoing activities for all the known as well as unknown contacts.</li>
<li><strong>Anti-Theft</strong>: Define trusted SIM cards by their respective IMSI numbers, view SMS commands that can be used to wipe, lock and retrieve the password that you’ve used to secure the app. From under the same tab, you can specify your Trusted Friends’ numbers that can be used to send a text message containing the reset password for the app.</li>
<li><strong>Security Audit</strong>: Analyze various aspects of your Android device – GPS, battery, cellular network, Memory card et al – that can affect the device’s performance drastically. The integrated Task Manager lets you monitor and control all the various processes, services and tasks running on your device.</li>
<li><strong>Update</strong>: Update the app’s security database manually, or specify the time to auto-update said database.</li>
<li><strong>Password</strong>: Secure the app using a custom password and bring various supported features under the security umbrella as well. The app asks you to provide the password before uninstallation.</li>
<li><strong>Activation</strong>: Purchase a one-year license for the app.</li>
<li><strong>Language</strong>: Select a different default language for the app.</li>
<li><strong>Help</strong>: Get help regarding various features of the app.</li>
<li><strong>Uninstall</strong>: Remove ESET Mobile Security from the device from within the app itself.</li>
</ul>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Anti-Theft" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Anti-Theft.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Anti-Theft" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ESET-Mobile-Security-Giveaway-Android-Task-Manager" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ESET-Mobile-Security-Giveaway-Android-Task-Manager.jpg" alt="ESET-Mobile-Security-Giveaway-Android-Task-Manager" width="324" height="573" border="0" /></p>
<p>ESET Mobile Security can be downloaded for free from the Google Play Store via the download link or QR code provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.eset.ems?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.eset.ems" target="_blank">Download ESET Mobile Security</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Giveaway:</strong> We’re giving away five 1-year licenses for this app. The giveaway will last for 48 hours. Participation is simple. Follow <a href="http://www.addictivetips.com/tag/twitter" target="_blank">@addtips</a> on Twitter, tweet/retweet the giveaway and in the comments below, provide a link to your tweet. Alternatively, you may comment on our <a href="https://www.facebook.com/AddictiveTips" target="_blank">Facebook</a> or <a href="https://plus.google.com/117116638898895636012/" target="_blank">Google+</a> page, where the comment should preferably be under the shared post and not on the page itself. Our editors will pick the five winners randomly. Good luck!</p>
<p><strong>Update: </strong>The giveaway has been closed. Winners will be contacted shortly.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/eset-mobile-security-for-android-fights-viruses-spyware-spam-theft/' rel='bookmark' title='ESET Mobile Security For Android Fights Viruses, Spyware, Spam &amp; Theft'>ESET Mobile Security For Android Fights Viruses, Spyware, Spam &#038; Theft</a></li>
<li><a href='http://www.addictivetips.com/hardware/free-nokia-mobile-antivirus-software-symbian-eset-mobile/' rel='bookmark' title='Free Nokia Mobile Antivirus Software Symbian ESET Mobile'>Free Nokia Mobile Antivirus Software Symbian ESET Mobile</a></li>
<li><a href='http://www.addictivetips.com/mobile/aircover-all-in-1-mobile-security-optimization-tool-android-ios/' rel='bookmark' title='AirCover: All-In-1 Mobile Security &amp; Optimization Tool [Android, iOS]'>AirCover: All-In-1 Mobile Security &#038; Optimization Tool [Android, iOS]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/eset-mobile-security-for-android-now-out-of-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listen &amp; Speak: Virtual Foreign Language Teacher That Tests &amp; Rates Your Pronunciation [Android]</title>
		<link>http://www.addictivetips.com/mobile/listen-speak-android-test-your-foreign-language-pronunciation/</link>
		<comments>http://www.addictivetips.com/mobile/listen-speak-android-test-your-foreign-language-pronunciation/#comments</comments>
		<pubDate>Fri, 11 May 2012 12:59:40 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[Speech Recognition]]></category>
		<category><![CDATA[text-to-speech]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113669</guid>
		<description><![CDATA[Developed by 9spikes.com., Listen &#38; Speak for Android is a free app that helps you improve your listening and speaking skills in various global languages by practising them through oral dictation. Listen &#38; Speak sports an extensive online library, complete with various basic and advanced exercises in different foreign languages. The app uses your Android’s Text-To-Speech (TTS) engine [...]]]></description>
			<content:encoded><![CDATA[<p>Developed by 9spikes.com., <strong>Listen &amp; Speak</strong> for Android is a free app that helps you improve your listening and speaking skills in various global languages by practising them through oral dictation. Listen &amp; Speak sports an extensive online library, complete with various basic and advanced exercises in different foreign languages. The app uses your Android’s Text-To-Speech (TTS) engine to read aloud sentences or phrases from a selected exercise set. You can listen to a sentence as many times as you like, and then repeat it after the app to have your speaking skills analyzed. Based on the extent of your precision with the spoken sentence, the app ranks your speaking skills on a scale of 0-1, with intermediate scores represented in decimal figures. Apart from practicing with a specific exercise set, you can also set the app to translate all the sentences or phrases into a global language of choice. Details to follow.</p>
<p><span id="more-113669"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Home.jpg" alt="Listen-N-Speak-Android-Home" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Score" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Score.jpg" alt="Listen-N-Speak-Android-Score" width="324" height="573" border="0" /></p>
<p>Listen &amp; Speak can prove to be an apt companion for all such users who’re often required to work in multilingual environments, or want to perfect the art of listening and speaking to thrive in a dynamic work structure. As of now, the online library of Listen &amp; Speak contains exercise sets in just English, French and Spanish, which ultimately means that the app can prove to be your language teacher in just the three aforementioned languages.</p>
<p>The app, by default, defines several themes (practice sets) upon installation. However, you can head over to the <em>Themes</em> tab on the app’s interface any time to download and install further exercise sets. Each theme is supplemented by several sentence structures and phrases that you can practice orally.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Themes" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Themes.jpg" alt="Listen-N-Speak-Android-Themes" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-More" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-More.jpg" alt="Listen-N-Speak-Android-More" width="324" height="573" border="0" /></p>
<p>The <em>Learning</em> tab lets you select a specific theme that you wish to practice with. For instance, you can opt to practice learning and improving on certain English proverbs, basic Spanish phrases, common medical terms, English quotes, or just the routine conversation bits. As mentioned earlier, along with each sentence, the app displays its translated version in a language of choice to help you easily identify as to what is being conveyed in the test sentence.</p>
<p><img style="background-image: none; margin: 0px auto 18px; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Settings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Settings.jpg" alt="Listen-N-Speak-Android-Settings" width="324" height="573" border="0" /></p>
<p>Using the buttons at the bottom, you can listen to the sentence repeatedly, or speak after the app to get your speaking skills analyzed. After your speech has been assessed, the app displays the corresponding score, and prompts you to select your next action. In this regard, you can opt to repeat the sentence, proceed with the next sentence or cancel the practice session altogether.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Language1" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Language1.jpg" alt="Listen-N-Speak-Android-Language1" width="214" height="377" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Language2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Language2.jpg" alt="Listen-N-Speak-Android-Language2" width="214" height="377" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Listen-N-Speak-Android-Language3" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Listen-N-Speak-Android-Language3.jpg" alt="Listen-N-Speak-Android-Language3" width="214" height="377" border="0" /></p>
<p>Listen &amp; Speak&#8217;s <em>Settings</em> screen houses several important options. For instance, you can select your native language in which you want the sentence to be translated. Then there is the option to listen to the spoken content via the earpiece instead of the speaker. It is also from the same screen that you can select the default speech service (Google’s TTS Engine or Microsoft Translator service). The app also lets you specify the time out (in seconds) after which it automatically moves to the next practice sentence in the exercise.</p>
<p>Listen &amp; Speak is available in the Google Play Store, and can be downloaded via the link or QR code provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.ninespikes.android.lsteacher?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.ninespikes.android.lsteacher" target="_blank">Download Listen &amp; Speak</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/windows-tips/create-language-tests-to-learn-new-languages-with-open-teacher/' rel='bookmark' title='Create Language Tests To Learn New Languages With Open Teacher'>Create Language Tests To Learn New Languages With Open Teacher</a></li>
<li><a href='http://www.addictivetips.com/internet-tips/improve-practice-your-foreign-language-skills-with-polyspeaks/' rel='bookmark' title='Improve &amp; Practice Your Foreign Language Skills With Polyspeaks [Web]'>Improve &#038; Practice Your Foreign Language Skills With Polyspeaks [Web]</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/dualclip-translator-use-hotkeys-to-translate-foreign-language-text/' rel='bookmark' title='DualClip Translator: Use Hotkeys To Translate Foreign Language Text'>DualClip Translator: Use Hotkeys To Translate Foreign Language Text</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/listen-speak-android-test-your-foreign-language-pronunciation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>meshtiles: Interest-Aware Photo Styling &amp; Sharing App For Android &amp; iPhone</title>
		<link>http://www.addictivetips.com/mobile/meshtiles-interest-aware-photo-styling-sharing-app-android-ios/</link>
		<comments>http://www.addictivetips.com/mobile/meshtiles-interest-aware-photo-styling-sharing-app-android-ios/#comments</comments>
		<pubDate>Fri, 11 May 2012 12:15:04 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[photo editor]]></category>
		<category><![CDATA[Photo Sharing]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=111010</guid>
		<description><![CDATA[There’s no shortage of entertainment-filled apps across various mobile platforms, and it also comes as no surprise that most of these apps are based on the concept of photo-capturing, decorating and sharing. Even before the photo-editing and sharing sensation Instagram hit the Google Play Store, Android users had plenty of quality alternative options to pick [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Banner" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Banner.jpg" alt="meshtiles-Android-Apps-Banner" width="660" height="252" border="0" /></p>
<p>There’s no shortage of entertainment-filled apps across various mobile platforms, and it also comes as no surprise that most of these apps are based on the concept of photo-capturing, decorating and sharing. Even before the photo-editing and sharing sensation Instagram hit the Google Play Store, Android users had plenty of quality alternative options to pick from, and the trend doesn’t seem to be slowing down. A new app, called <strong>meshtiles</strong>, has just stepped into the foray to provide Android and iOS users with an Instagram-like photo styling and sharing experience, but with a nice little twist of its own. Fusing the concept of content-aware photo exploration and photo sharing, meshtiles provides you with an unending stream of photos fetched according to your areas of interest. The app also keeps a detailed log of all the photos that you’ve shared on the network, and presents you with a visually appealing timeline of your activities. As a reward for the extent of your activities on the network, the app also awards you with specific titles and points that keep accumulating with time.</p>
<p><span id="more-111010"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Splash" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Splash.jpg" alt="meshtiles-Android-Apps-Splash" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Login" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Login.jpg" alt="meshtiles-Android-Apps-Login" width="320" height="533" border="0" /></p>
<p>The core feature behind the entire concept of meshtiles remains all the various keyword-based #hashtags that you can use to let the app learn of your personal tastes and preferences, based on which you’re presented with only the most appropriate content on your home screen. Whether you wish to explore the trending photos, search for photos across the network, or view all the content on the map, you have to utilize these tags accordingly.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Tag-Search" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Tag-Search.jpg" alt="meshtiles-Android-Apps-Tag-Search" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Favorite-Tags" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Favorite-Tags.jpg" alt="meshtiles-Android-Apps-Favorite-Tags" width="210" height="350" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Networks" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Networks.jpg" alt="meshtiles-Android-Apps-Networks" width="210" height="350" border="0" /></p>
<p>Apart from that, meshtiles also borrows all the basic elements of a typical social photo sharing service, so that you may view, comment on and like all the amazing photos shared by other app users from all across the globe. In addition, you can start following a particular user, or be followed yourself. However, before all that, you are prompted to log in to the app using a valid meshtiles account. From the app’s signup screen, you can grab a fresh account for yourself using your Facebook or Twitter login credentials.</p>
<p>Past that, the app prompts you to provide it with your personal likings, choices and interests. This can be done by picking as many as five different commonly used tags. You can add a custom tag, or pick from the extensive list of tags offered by meshtiles. Next, the app requests you to authorize it to access all the various social media sharing accounts on which you wish to share your favorite photos. Once the app has <span style="white-space: nowrap;">analyzed </span>your interests and preferences, it welcomes you through its heavily-stacked main interface that lists all the popular photos on the network.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Home.jpg" alt="meshtiles-Android-Apps-Home" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Photo" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Photo.jpg" alt="meshtiles-Android-Apps-Photo" width="320" height="533" border="0" /></p>
<p>Using various tabs at the top of this screen, you can change the app’s default mode to display all the photos. In this regard, you have the choice of switching to grid, list or map view. Whilst in any aforementioned photo viewing mode, you can filter the app’s content to view only the popular photos, photos based on your preferred tags, or manually search for photos by other tags. Tapping a photo reveals it on its tile along with all the comments, likes and other sharing stats.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-User" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-User.jpg" alt="meshtiles-Android-Apps-User" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Trending" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Trending.jpg" alt="meshtiles-Android-Apps-Trending" width="320" height="533" border="0" /></p>
<p>Tapping the <em>trend #</em> tab on the app’s main interface lists all the trending keywords/tags along with relevant photos. This list can be filtered to display only the <em>Hot</em> running photos on the network, or those from the past week.</p>
<p>To share images yourself, tap the <em>Shot</em> tab on the app&#8217;s main interface. Doing so lets you snap a photo, or import one from your device’s gallery. Just import the required image, crop it, apply a filter to it, assign the relevant tag(s), compose your short note, pick a pictorial of choice, opt whether to tag your location along with the image, select the preferred social sharing service (or individual friends), and share the tile with the world. The <em>timeline</em> tab, as its name suggests, displays a detailed timeline of all your activities on meshtiles.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Filters" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Filters.jpg" alt="meshtiles-Android-Apps-Filters" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Share" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Share.jpg" alt="meshtiles-Android-Apps-Share" width="320" height="533" border="0" /></p>
<p>The last tab on the app’s interface is from where you can track your meshtiles profile in detail, complete with all the points that you’ve earned so far, comments that your posts have received, tags that you’ve added to the favorites list, and a statistical summary of all the days of the week on which you’ve been the most active on the network. From the same screen, you are presented with the option to explore your own shared images in list, grid or map view.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Map" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Map.jpg" alt="meshtiles-Android-Apps-Map" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="meshtiles-Android-Apps-Profile" src="http://cloud.addictivetips.com/wp-content/uploads/2012/04/meshtiles-Android-Apps-Profile.jpg" alt="meshtiles-Android-Apps-Profile" width="320" height="533" border="0" /></p>
<p>meshtiles is available for free in the Google Play Store and iTunes App Store. Download links for both variants are provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.meshtiles.android?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.meshtiles.android" target="_blank">Download </a><a href="https://play.google.com/store/apps/details?id=com.meshtiles.android" target="_blank">meshtiles</a> for Android</p>
<p><a href="http://itunes.apple.com/us/app/meshtiles/id479810696" target="_blank">Download </a><a href="http://itunes.apple.com/us/app/meshtiles/id479810696" target="_blank">meshtiles</a> for iPhone, iPad &amp; iPod touch</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/top-10-android-apps-for-photo-editing-styling-and-sharing/' rel='bookmark' title='Top 10 Android Apps For Photo Editing, Styling And Sharing'>Top 10 Android Apps For Photo Editing, Styling And Sharing</a></li>
<li><a href='http://www.addictivetips.com/mobile/eyeem-is-an-instagram-like-photo-sharing-styling-app-for-wp7/' rel='bookmark' title='EyeEm Is An Instagram-Like Photo Sharing &amp; Styling App For WP7'>EyeEm Is An Instagram-Like Photo Sharing &#038; Styling App For WP7</a></li>
<li><a href='http://www.addictivetips.com/mobile/snap-style-share-photos-with-snapbucket-for-android-ios/' rel='bookmark' title='Snapbucket Is Photobucket&#8217;s Free Photo Styling App For Android &amp; iOS'>Snapbucket Is Photobucket&#8217;s Free Photo Styling App For Android &#038; iOS</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/meshtiles-interest-aware-photo-styling-sharing-app-android-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CacheClearer For WP7: Clear App Cache Files To Speed Up Performance [Homebrew]</title>
		<link>http://www.addictivetips.com/mobile/cacheclearer-clear-wp7-app-cache-to-speed-up-performance-homebrew/</link>
		<comments>http://www.addictivetips.com/mobile/cacheclearer-clear-wp7-app-cache-to-speed-up-performance-homebrew/#comments</comments>
		<pubDate>Fri, 11 May 2012 11:45:05 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Windows Phone]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[Homebrew]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Windows Phone 7]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113969</guid>
		<description><![CDATA[Anyone who has been using a Windows Phone 7 device for a considerably long time, must surely have noticed that their phone becomes a bit laggy with the passage of time. This issue is not exclusive to the Mango platform; the same thing happens on Android, iOS and even desktop platforms. This is owing to [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who has been using a Windows Phone 7 device for a considerably long time, must surely have noticed that their phone becomes a bit laggy with the passage of time. This issue is not exclusive to the Mango platform; the same thing happens on Android, iOS and even desktop platforms. This is owing to the fact that the system’s cache starts building up as the app count on your device increases. By default, or even through third-party apps, there is no way of clearing your WP7’s app cache. That’s where the new Homebrew &#8220;<strong>CacheClearer</strong>&#8220; comes into the picture. Using this app, you can free up a lot of internal space (in the order of several Megabytes) on your device. Not only does it let you analyze the cache usage of each app individually, you can use it to get rid of the device’s lag by cleaning up everything in a safe and convenient way.</p>
<p><span id="more-113969"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="CacheClearer WP7 List" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/CacheClearer-WP7-List.jpg" alt="CacheClearer WP7 List" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="CacheClearer WP7 Result" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/CacheClearer-WP7-Result.jpg" alt="CacheClearer WP7 Result" width="320" height="533" border="0" /></p>
<p>Despite the app’s rather complicated-sounding functionality, using CacheClearer is really easy. The main page of the Homebrew lists all the apps that are installed on your device. From the <em>Settings </em>menu in the bottom bar of the app, you can choose to run it in background so that it can continue working even if you navigate away while the cache clearing operation is under way. The button marked <em>quick clean</em> at the bottom of this main screen will let you clear the cache of all the apps present in the main list. On our rarely used Omnia 7, doing this freed up a total of 54 MB of space! A pretty impressive haul for such a device.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="CacheClearer WP7 App Summary" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/CacheClearer-WP7-App-Summary.jpg" alt="CacheClearer WP7 App Summary" width="320" height="533" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="CacheClearer WP7 Files" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/CacheClearer-WP7-Files.jpg" alt="CacheClearer WP7 Files" width="320" height="533" border="0" /></p>
<p>In case you want to view and clear each app’s cache individually, just tap its name in the list. In the <em>Summary </em>section of each app’s dedicated page, you will be presented with a pie chart, showing the percentages of the file types occupying the cache on the app’s behalf. To see the details of each area in the app, just tap anywhere on the chart and explanatory text will pop up. By swiping to the right, you can view the list of all the <em>Files </em>that are included in the app’s cache folder. To clear individual caches, just tap the <em>Clear cache </em>button on the app’s page.</p>
<p>CacheClearer is a really useful app, and serves the dual purpose of freeing up extra space and making your phone more efficient. So, if you have got a rooted Windows Phone device, CacheClearer is a must-have utility. You can grab the XAP from the download link provided below.</p>
<p><a href="http://windowsphonehacker.com/download/cacheclearer.xap" target="_blank">Download CacheClearer</a></p>
<h6>[via <a href="http://windowsphonehacker.com/articles/app_cacheclearer-05-09-12" target="_blank">WPHacker</a>]</h6>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/windows-tips/how-to-clear-google-earth-cache/' rel='bookmark' title='How To Clear Google Earth Cache'>How To Clear Google Earth Cache</a></li>
<li><a href='http://www.addictivetips.com/mac-os/clear-cache-logs-monitor-storage-from-mac-menu-bar-maccleaning/' rel='bookmark' title='MacCleaning: Clear Cache, Logs &amp; Monitor Storage From Mac Menu Bar'>MacCleaning: Clear Cache, Logs &#038; Monitor Storage From Mac Menu Bar</a></li>
<li><a href='http://www.addictivetips.com/internet-tips/clear-firefox-browser-history-cache-cookies-by-date-time-add-on/' rel='bookmark' title='Clear Firefox Browsing History, Cache, Cookies By Date &amp; Time [Add-on]'>Clear Firefox Browsing History, Cache, Cookies By Date &#038; Time [Add-on]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/cacheclearer-clear-wp7-app-cache-to-speed-up-performance-homebrew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery+ for Pinterest Displays The Photo-Sharing Social Network As A 3D Slideshow [Android, iOS]</title>
		<link>http://www.addictivetips.com/mobile/gallery-view-pinterest-photos-in-a-3d-slideshow-android-ios/</link>
		<comments>http://www.addictivetips.com/mobile/gallery-view-pinterest-photos-in-a-3d-slideshow-android-ios/#comments</comments>
		<pubDate>Fri, 11 May 2012 11:00:19 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Photo Sharing]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113761</guid>
		<description><![CDATA[The popular pinboard-themed social photo-sharing service, Pinterest, has a mobile client available for iOS users whereas Android users are currently out of luck. That said, the official iOS client of the service isn’t exactly an app entirely worth dying for. There are plenty of third-party alternatives present across app stores of all renowned mobile platforms [...]]]></description>
			<content:encoded><![CDATA[<p>The popular pinboard-themed social photo-sharing service, Pinterest, has a mobile client available for iOS users whereas Android users are currently out of luck. That said, the official iOS client of the service isn’t exactly an app entirely worth dying for. There are plenty of third-party alternatives present across app stores of all renowned mobile platforms that not only let you gain complete control over your Pinterest activities, but add plenty of eye-candy as well. One such unofficial Pinterest client that has been around in the iTunes App Store for quite some time is <strong>Galley+ for Pinterest</strong> that presents you with a neatly-built photo gallery, complete with all the photo and video collections shared on Pinterest in the form of various pinboards. Apart from managing your own Pinterest account and indulging in various customary activities associated with the service, you can also dive into the world of photo-packed pinboards to explore all the underlying images via high quality, animated slideshows. To the delight of Android users, the app is no longer exclusive to the iTunes App Store, as an Android variant has just made its way into the Google Play Store. Details to follow.</p>
<p><span id="more-113761"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Home1" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Home1.jpg" alt="Gallery -for-Android-Home1" width="320" height="569" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Search" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Search.jpg" alt="Gallery -for-Android-Search" width="320" height="569" border="0" /></p>
<p>Not only is the app way ahead in terms of aesthetics as compared to the official Pinterest mobile client, but it also also offers plenty of customizability. Once you log in to the app using your Pinterest account, you can ‘pin’ and/or upload fresh photos to your personal pinboards, mange your Pinterest profile, and like, pin/unpin, or comment on various pins shared by other users.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Home.jpg" alt="Gallery -for-Android-Home" width="660" height="371" border="0" /></p>
<p>The app’s buttery smooth animations, and the option to display all the various pinboards and underlying pins via customizable slideshows make it an even better prospect as compared to the official client of the service. The app opens to a scrollable screen that lists tiles of all the various pinboards featured on the service. By swiping on the screen, you can circle between various pinboards. Tapping the play button at the bottom-left of the screen plays the slideshow of the current screen.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-SlideShow" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-SlideShow.jpg" alt="Gallery -for-Android-SlideShow" width="660" height="371" border="0" /></p>
<p>Tapping the Pinterest icon at the top-left side of the app’s homescreen lets you quickly navigate to various Pinterest categories, such as the videos, popular items, gifts, your personal Pinterest home page or the search history. There is also the option to search for pins/photos containing specific keywords.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Videos" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Videos.jpg" alt="Gallery -for-Android-Videos" width="660" height="371" border="0" /></p>
<p>Tapping a tile reveals the underlying contents along with the buttons to pin/unpin, like, or comment on a specific photo. In addition, you can also see the details of the user who has shared a particular photo. Tapping the photo lets you view it in full-screen. From the app’s main settings screen, you can specify the quality of photos, set the interval and style of the slideshow, and clear the app’s search history.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Category" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Category.jpg" alt="Gallery -for-Android-Category" width="320" height="569" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Gallery -for-Android-Settings" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Gallery-for-Android-Settings.jpg" alt="Gallery -for-Android-Settings" width="320" height="569" border="0" /></p>
<p>So, until the official Android client is released in the Google Play Store, rest assured that Gallery+ for Pinterest won’t let you feel being left out in the cold at all, thanks to its sheer visual awesomeness and the option to access all the necessary Pinterest features from right within the app.</p>
<p>Like its iOS counterpart, Gallery+ for Pinterest is available as a free and a $2.7 variant. The paid version is ad-free, and more importantly, lets you add/upload photos on your own Pinterest boards. Apart from that, both variants share most of the aforementioned features in common. Download links to the paid and free Android and iOS variant of the app are provided below ,along with their respective QR codes.</p>
<div class="wp-caption alignright" style="width: 160px"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Paid" src="http://chart.googleapis.com/chart?cht=qr&amp;chs=150x150&amp;choe=UTF-8&amp;chld=H&amp;chl=http://goo.gl/y4spc" alt="Paid" width="150" height="150" align="none" border="0" /><p class="wp-caption-text">Paid</p></div>
<div class="wp-caption alignright" style="width: 160px"><img style="border-style: initial; border-color: initial; border-image: initial; border-width: 0px;" title="Free" src="http://chart.googleapis.com/chart?cht=qr&amp;chs=150x150&amp;choe=UTF-8&amp;chld=H&amp;chl=http://goo.gl/a6eju" alt="Free" width="150" height="150" align="none" border="0" /><p class="wp-caption-text">Free</p></div>
<p><a href="https://play.google.com/store/apps/details?id=com.uxplus.PinterestGalleryFree" target="_blank">Download Gallery+ for Pinterest</a> for Android (Free)</p>
<p><a href="https://play.google.com/store/apps/details?id=com.uxplus.PinterestGallery" target="_blank">Download Gallery+ for Pinterest</a> for Android (Paid)</p>
<p><a href="http://itunes.apple.com/us/app/pinterest-gallery-free/id515212886" target="_blank">Download Gallery+ for Pinterest</a> for iPad (Free)</p>
<p><a href="http://itunes.apple.com/ne/app/pinterest-gallery/id515205671" target="_blank">Download Gallery+ for Pinterest</a> for iPad (Paid)</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/zeropc-photo-connect-a-social-photo-aggregating-sharing-android-app/' rel='bookmark' title='ZeroPC Photo Connect: A Social Photo Aggregating &amp; Sharing Android App'>ZeroPC Photo Connect: A Social Photo Aggregating &#038; Sharing Android App</a></li>
<li><a href='http://www.addictivetips.com/mobile/musicbunk-social-network-for-music-discovery-sharing-android-ios/' rel='bookmark' title='MusicBunk For Android &amp; iPhone Is A Social Network For Music Discovery &amp; Sharing'>MusicBunk For Android &#038; iPhone Is A Social Network For Music Discovery &#038; Sharing</a></li>
<li><a href='http://www.addictivetips.com/windows-tips/jmc-photo-gallery-alternative-to-windows-live-gallery-and-picasa/' rel='bookmark' title='JMC Photo Gallery &ndash; Alternative To Windows Live Gallery And Picasa'>JMC Photo Gallery &ndash; Alternative To Windows Live Gallery And Picasa</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/gallery-view-pinterest-photos-in-a-3d-slideshow-android-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squrl For iPhone &amp; iPad: View Trending Videos From Your Social Networks &amp; Video Sources Of Choice</title>
		<link>http://www.addictivetips.com/mobile/squrl-personalized-video-discovery-app-for-iphone-ipad/</link>
		<comments>http://www.addictivetips.com/mobile/squrl-personalized-video-discovery-app-for-iphone-ipad/#comments</comments>
		<pubDate>Fri, 11 May 2012 10:45:45 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=114008</guid>
		<description><![CDATA[Services like Google Reader are helpful in letting users view items from several news sources in one place. Such feed aggregators are not rare, and there are many similar apps available for iOS as well. Squrl Video Discovery is an iPhone app that is essentially a feed aggregator, but with a major twist – the app [...]]]></description>
			<content:encoded><![CDATA[<p>Services like Google Reader are helpful in letting users view items from several news sources in one place. Such feed aggregators are not rare, and there are many similar apps available for iOS as well. <strong>Squrl Video Discovery </strong>is an iPhone app that is essentially a feed aggregator, but with a major twist – the app deals specifically with videos. With Squrl Video Discovery, you can create a personalized video feed, stay apprised of the latest video trends among your social media friends and discover new videos from sources of your choice. Squrl offers a network of its own too, where you can follow different channels and other users. Read on past the jump for further details.</p>
<p><span id="more-114008"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Squrl Video Discovery Profile" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Squrl-Video-Discovery-Profile.jpg" alt="Squrl Video Discovery Profile" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Squrl Video Discovery Activity" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Squrl-Video-Discovery-Activity.jpg" alt="Squrl Video Discovery Activity" width="320" height="480" border="0" /></p>
<p>The app provides a short tutorial regarding its usage when you launch it for the first time. The option to link your Facebook and Twitter accounts with the app are provided during this tutorial, although you can do that later as well. By default, the <em>Fresh </em>page is the first to show up after you are through with the tutorial. This shows all the latest videos from the sources incorporated by Squrl, which include YouTube, Hulu, Reddit, ESPN, CNN and many others. If you choose to connect your social network with Squrl Video Discovery, the <em>Activity </em>menu shows a list of videos watched and shared by your friends. To interact with other Squrl users, you can send them messages, and this correspondence is done via the <em>Messages </em>menu of the app.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Squrl Video Discovery Channels" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Squrl-Video-Discovery-Channels.jpg" alt="Squrl Video Discovery Channels" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Squrl Video Discovery" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Squrl-Video-Discovery.jpg" alt="Squrl Video Discovery" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Squrl Video Discovery Detail" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Squrl-Video-Discovery-Detail.jpg" alt="Squrl Video Discovery Detail" width="210" height="315" border="0" /></p>
<p>Arguably, the best section of the app is <em>What’s Hot</em>. Here, all the trending videos from your chosen sources are displayed. This can give you a good idea about what’s popular across the web these days, and it also keeps you up to date with the latest news related to the topics you are following. To personalize the whole experience of using Squrl, you can go to the <em>Channels </em>menu and add new items to your main feed. There are several categories of channels available, and you may follow any channel you like. You can also share or like videos from the main Squrl feed, without even having to launch the video. To do that, just long press any video thumbnail. Apart from that, the action menu’s ‘+’ button allows users to add a video to a <em>Queue,</em> so that it can be watched later.</p>
<p>Squrl Video Discovery is a universal app, and is optimized for both iPhone and iPad. Recently, the app got a complete interface overhaul, so even if you have used it before, do give it another try. Squrl is free and can be downloaded from the link provided below.</p>
<p><a href="http://itunes.apple.com/us/app/squrl-for-ios/id398256703?mt=8" target="_blank">Download Squrl Video Discovery</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/greplin-for-iphone-search-multiple-social-networks-online-services-at-once/' rel='bookmark' title='Greplin For iPhone: Search Multiple Social Networks &amp; Online Services At Once'>Greplin For iPhone: Search Multiple Social Networks &#038; Online Services At Once</a></li>
<li><a href='http://www.addictivetips.com/mobile/luma-video-camera-allows-steady-video-capture-on-iphone-ipad/' rel='bookmark' title='Luma Video Camera Allows Steady Video Capture On iPhone &amp; iPad'>Luma Video Camera Allows Steady Video Capture On iPhone &#038; iPad</a></li>
<li><a href='http://www.addictivetips.com/mobile/boxee-for-ipad-play-manage-videos-from-social-media-your-computer/' rel='bookmark' title='Boxee For iPad &#8211; Play &amp; Manage Videos From Social Media &amp; Your Computer'>Boxee For iPad &#8211; Play &#038; Manage Videos From Social Media &#038; Your Computer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/squrl-personalized-video-discovery-app-for-iphone-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DoNotDisturb: Turn Off All iOS Alerts &amp; Banners From Notification Center [Cydia]</title>
		<link>http://www.addictivetips.com/mobile/donotdisturb-turn-off-ios-alerts-banners-from-notification-center-cydia/</link>
		<comments>http://www.addictivetips.com/mobile/donotdisturb-turn-off-ios-alerts-banners-from-notification-center-cydia/#comments</comments>
		<pubDate>Fri, 11 May 2012 10:00:36 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Notification Center]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113948</guid>
		<description><![CDATA[A few days back, we covered a Windows Phone 7 Homebrew named Snotify. That app allowed users to silence the notifications on their WP7 device with a few toggle buttons. It doesn’t happen too often, but an iOS utility seems to have followed the Mango app’s example. The Cydia tweak is named DoNotDisturb, and is [...]]]></description>
			<content:encoded><![CDATA[<p>A few days back, <a href="http://www.addictivetips.com/mobile/snotify-turn-off-sms-email-toast-notifications-on-wp7-homebrew/" target="_blank">we covered</a> a Windows Phone 7 Homebrew named Snotify. That app allowed users to silence the notifications on their WP7 device with a few toggle buttons. It doesn’t happen too often, but an iOS utility seems to have followed the Mango app’s example. The Cydia tweak is named <strong>DoNotDisturb</strong>, and is basically a Notification Center widget that includes a single toggle. If you switch DoNotDisturb on, all notifications on your device are immediately turned off. This doesn’t mean that you won’t be able to see notifications at all &#8211; they will still be there in the Notification Center &#8211; but all pop-ups and banners will be killed for as long as the tweak is activated. Sound like something you would want to use? Read on for details.</p>
<p><span id="more-113948"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="DoNotDisturb" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/DoNotDisturb.jpg" alt="DoNotDisturb" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="DoNotDisturb Cydia Widget" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/DoNotDisturb-Cydia-Widget.jpg" alt="DoNotDisturb Cydia Widget" width="320" height="480" border="0" /></p>
<p>DoNotDisturb is not a typical NC widget, as it doesn’t add any glossy new feature to the Notification Center. There is just a button that can be used to silence the notifications. After the tweak has been installed on your iPhone, iPad or iPod touch, you might have to manually respring the device. Once you have done that, go to the <em>Notifications </em>menu in the stock Settings app and enable DoNotDisturb. The tweak adds a menu of its own to the Settings app as well, but it contains nothing more than a few instructions for configuring DoNotDisturb.</p>
<p>Once the DoNotDisturb toggle appears in the Notification Center, just tap it, and you won’t get a notification alert until you turn the tweak back off. As discussed earlier, new notifications can be viewed from NC even when the tweak is working, but all alerts will be silenced, including text message banners, email notifications, alerts from third-party and stock apps and just about any other notification alert you can possibly think of. DoNotDisturb appears to be something that can be more useful as an SBSettings toggle, but as it is the only available option for now, the NC widget will have to do. So, if you want a few hours of peace without having to switch your phone off, head to the ModMyi repo of the Cydia store and grab DoNotDisturb for free.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/quickly-dismiss-notification-center-banners-in-ios-5-cydia-tweak/' rel='bookmark' title='NCQuickDismiss: Quickly Dismiss Notification Center &amp; Banners In iOS 5 [Cydia Tweak]'>NCQuickDismiss: Quickly Dismiss Notification Center &#038; Banners In iOS 5 [Cydia Tweak]</a></li>
<li><a href='http://www.addictivetips.com/mobile/curiosa-keyword-based-cydia-update-alerts-in-ios-notification-center/' rel='bookmark' title='Curiosa: Keyword-Based Cydia Update Alerts In iOS Notification Center'>Curiosa: Keyword-Based Cydia Update Alerts In iOS Notification Center</a></li>
<li><a href='http://www.addictivetips.com/mobile/lorem-delete-individual-entries-in-ios-notification-center-cydia/' rel='bookmark' title='Lorem: Delete Individual Entries In iOS Notification Center [Cydia]'>Lorem: Delete Individual Entries In iOS Notification Center [Cydia]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/donotdisturb-turn-off-ios-alerts-banners-from-notification-center-cydia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MusicBunk For Android &amp; iPhone Is A Social Network For Music Discovery &amp; Sharing</title>
		<link>http://www.addictivetips.com/mobile/musicbunk-social-network-for-music-discovery-sharing-android-ios/</link>
		<comments>http://www.addictivetips.com/mobile/musicbunk-social-network-for-music-discovery-sharing-android-ios/#comments</comments>
		<pubDate>Thu, 10 May 2012 19:15:16 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113876</guid>
		<description><![CDATA[Want to know how many of your Facebook friends love Adele’s Rolling In The Deep, or who else in the world loves Pitbull&#8217;s tracks like you do? Say Hello to MusicBunk – a cross-platform social music discovery and sharing app for Android &#38; iPhone that connects you to worldwide music fans so that you may [...]]]></description>
			<content:encoded><![CDATA[<p>Want to know how many of your Facebook friends love Adele’s <em>Rolling In The Deep</em>, or who else in the world loves Pitbull&#8217;s tracks like you do? Say Hello to <strong>MusicBunk</strong> – a cross-platform social music discovery and sharing app for Android &amp; iPhone that connects you to worldwide music fans so that you may share, like and comment on all your favorite music tracks while enjoying high quality music streams through personalized playlists. Simply put, the app scans your device’s music library for locally stored songs, lets you create and share playlists from those tracks, listen to the music tracks via its neatly-designed native music player, and lets your friends learn what tracks you’re currently listening to. In return, your friends can respond to your choice of music by commenting on and liking your activities on the network. That’s not all; based on your musical taste, the app also suggests friends who have a particular favorite of yours added to their own MusicBunk playlists. In this way, you can befriend other app users who have the same taste in music as yours, creating a nice little music circle comprising only your <em>Music Matches!</em> More to follow.</p>
<p><span id="more-113876"></span></p>
<p>In order to access all said features, you must first log in to the app using a valid MusicBunk or Facebook account. First-time users can sign up for a fresh account from within the app for free.</p>
<p>Not only can you invite your Facebook friends and Android contacts to join in the fun right from within the app but also start following other app users from their MusicBunk profile page. From within your own profile page, you can specify individual privacy settings for your songs, posts (comments) and friends list.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Feed-Friends" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Feed-Friends.jpg" alt="MusicBunk-Android-iOS-Feed-Friends" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Feed-My" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Feed-My.jpg" alt="MusicBunk-Android-iOS-Feed-My" width="324" height="573" border="0" /></p>
<p>While you may listen to tracks stored on your own device without any restriction, for other (unmatched) tracks that you wish to listen to from one of your friends’ playlists, the app presents you with an audio preview from Amazon, along with other track suggestions from the same artist. Provided the video of the same track is available on YouTube, the app provides you with the relevant YouTube link too. All this is possible only if all the tracks in a playlist are properly titled, and contain enough metadata to be identified online.</p>
<p><img title="MusicBunk-Android-iOS-Songs" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Songs.jpg" alt="MusicBunk-Android-iOS-Songs" width="324" height="573" border="0" /><img title="MusicBunk-Android-iOS-Music-Player2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Music-Player2.jpg" alt="MusicBunk-Android-iOS-Music-Player2" width="324" height="573" border="0" /></p>
<p>While listening to a track, you can like and/or comment on it to let other users know your thoughts about it. MusicBunk also supports advanced playlist management. In this regard, you can opt to add only select songs in a custom playlist. Moreover, while within a playlist, you can sort all the underlying tracks in multiple ways. For instance, songs can be sorted by title, artist, recently added, and number of likes that they’ve received. You also have the choice of filtering the playlist to display only those tracks that are present in your own and your MusicBunk friends’ playlists.</p>
<p><img title="MusicBunk-Android-iOS-Activity" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Activity.jpg" alt="MusicBunk-Android-iOS-Activity" width="324" height="573" border="0" /><img title="MusicBunk-Android-iOS-Playlist2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Playlist2.jpg" alt="MusicBunk-Android-iOS-Playlist2" width="324" height="573" border="0" /></p>
<p>The <em>Home</em> tab on the app’s main interface lists your own and your MusicBunk friends‘ activities on the network. Tapping the <em>Me</em> button within this tab lets you manage your MusicBunk profile, check your notifications and friend requests, and most importantly, create and manage your own music playlists. You can create multiple playlists, each with different music tracks and customized privacy settings.</p>
<p>The <em>Songs</em> tab lists your currently selected playlist whereas the <em>Friends</em> tab lists all your MusicBunk friends and allows you to start inviting your phone contacts and Facebook friends to join the network.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Friends" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Friends.jpg" alt="MusicBunk-Android-iOS-Friends" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Match" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Match.jpg" alt="MusicBunk-Android-iOS-Match" width="324" height="573" border="0" /></p>
<p>Once you’ve listened to a handful of tracks from your playlist, you can head over to the <em>Match</em> tab on the app’s interface to check if any other app users have one (or more) of the same tracks in their own MusicBunk playlist. Should you be able to find a music match, you can send them a friend request, explore and listen to their entire playlist, check their other friends on the network, and follow their activities.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Settings1" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Settings1.jpg" alt="MusicBunk-Android-iOS-Settings1" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="MusicBunk-Android-iOS-Settings2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/MusicBunk-Android-iOS-Settings2.jpg" alt="MusicBunk-Android-iOS-Settings2" width="324" height="573" border="0" /></p>
<p>MusicBunk is available for free in both the Google Play Store and iTunes App Store. Download links to both variants of the app are provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.skplanet.musicbunk?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.skplanet.musicbunk" target="_blank">Download MusicBunk</a> for Android</p>
<p><a href="http://itunes.apple.com/us/app/musicbunk!/id493779594" target="_blank">Download MusicBunk</a> for iPhone, iPad &amp; iPod touch</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/music-discovery-sharing-app-exfm-finally-hits-the-android-market/' rel='bookmark' title='Music Discovery &amp; Sharing App Exfm Finally Hits The Android Market'>Music Discovery &#038; Sharing App Exfm Finally Hits The Android Market</a></li>
<li><a href='http://www.addictivetips.com/mobile/official-app-for-new-social-network-chime-in-available-for-android-iphone/' rel='bookmark' title='Official App For New Social Network Chime.in Available For Android &amp; iPhone'>Official App For New Social Network Chime.in Available For Android &#038; iPhone</a></li>
<li><a href='http://www.addictivetips.com/mobile/gallery-view-pinterest-photos-in-a-3d-slideshow-android-ios/' rel='bookmark' title='Gallery+ for Pinterest Displays The Photo-Sharing Social Network As A 3D Slideshow [Android, iOS]'>Gallery+ for Pinterest Displays The Photo-Sharing Social Network As A 3D Slideshow [Android, iOS]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/musicbunk-social-network-for-music-discovery-sharing-android-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easily Create &amp; Manage Your Website On The Go Using Weebly For iPhone</title>
		<link>http://www.addictivetips.com/mobile/easily-create-manage-your-website-on-the-go-using-weebly-for-iphone/</link>
		<comments>http://www.addictivetips.com/mobile/easily-create-manage-your-website-on-the-go-using-weebly-for-iphone/#comments</comments>
		<pubDate>Thu, 10 May 2012 12:00:21 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113739</guid>
		<description><![CDATA[It might sound like a daunting task, but these days, creating a website or blog isn’t that difficult. Everything is automated for the user’s convenience, and thanks to services like Weebly, and even WordPress, you can create a new website in just a few minutes. Weebly, in particular, is so simple to use that you just [...]]]></description>
			<content:encoded><![CDATA[<p>It might sound like a daunting task, but these days, creating a website or blog isn’t that difficult. Everything is automated for the user’s convenience, and thanks to services like Weebly, and even WordPress, you can create a new website in just a few minutes. Weebly, in particular, is so simple to use that you just have to choose a theme and domain name to have your site up and running. The service is now even more convenient, owing to the release of the new Weebly app for iPhone. Not only can the app be used to create new websites, it is also possible to manage existing Weebly blogs through this newly released iOS app. So, if you have always wanted your own blog, or have already got one via Weebly, head past the break to learn all about the service’s iPhone app.</p>
<p><span id="more-113739"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone.jpg" alt="Weebly iPhone" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Theme" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Theme.jpg" alt="Weebly iPhone Theme" width="320" height="480" border="0" /></p>
<p>If you have never used Weebly before, choose the <em>New User </em>option from the app’s welcome page. Once you have done that, you will be directed to choose a theme for your site. There are many good themes available in Weebly&#8217;s repository. Pick one and hit the <em>Continue </em>button. You have to remember, though, that if you choose a theme that is too fancy, your blog will be slow to load. After the theme has been chosen, you are ready to create your first ever blog post.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Text Editor" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Text-Editor.jpg" alt="Weebly iPhone Text Editor" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Photo Editor" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Photo-Editor.jpg" alt="Weebly iPhone Photo Editor" width="210" height="315" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Post" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Post.jpg" alt="Weebly iPhone Post" width="210" height="315" border="0" /></p>
<p>The editing area offered by Weebly is fairly simple, and is divided into separate sections for photos and text. Photos can be added to each post from the camera roll of your iDevice, or by shooting a new image straight away. You can  add captions and even apply filters to photos. The text editor is minimalistic, but houses all the necessary options needed for basic text editing and formatting. The images and text can be rearranged easily using the reordering buttons provided next to each. When you have finished the post, hit the <em>Publish </em>button in the top-right corner of the app. Note that Weebly also offers auto-publishing options for Twitter and Facebook.</p>
<p>Now comes selecting a domain name for your website. The app checks the availability of a requested domain name in real-time, and once you have found a name of your liking that is available, you are good to go.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Blog" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Blog.jpg" alt="Weebly iPhone Blog" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Weebly iPhone Stats" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Weebly-iPhone-Stats.jpg" alt="Weebly iPhone Stats" width="320" height="480" border="0" /></p>
<p>If you are already using Weebly, the app can be even more useful for you. Not only can you manage all your Weebly websites using the app, the <em>Comments </em>section lets you handle the feedback you get as well. In the <em>Stats </em>menu, you can view your site&#8217;s page views, but anything more advanced than that will require you to upgrade to the pro version, which costs $27.99 or $47.99 (depending upon the duration of the subscription).</p>
<p><a href="http://itunes.apple.com/app/weebly/id511158309?ls=1&amp;mt=8" target="_blank">Download Weebly</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/internet-tips/how-to-create-your-own-website-or-blog-for-free-using-weebly/' rel='bookmark' title='How To Create Your Own Website Or Blog For Free Using Weebly'>How To Create Your Own Website Or Blog For Free Using Weebly</a></li>
<li><a href='http://www.addictivetips.com/mobile/osnap-easily-create-time-lapse-videos-on-your-iphone/' rel='bookmark' title='OSnap: Easily Create Time Lapse Videos On Your iPhone'>OSnap: Easily Create Time Lapse Videos On Your iPhone</a></li>
<li><a href='http://www.addictivetips.com/mobile/gogobot-manage-trips-and-create-photo-postcards-from-your-iphone/' rel='bookmark' title='Gogobot: Manage Trips And Create Photo Postcards From Your iPhone'>Gogobot: Manage Trips And Create Photo Postcards From Your iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/easily-create-manage-your-website-on-the-go-using-weebly-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShoeBox For Android &amp; iOS Lets You Scan Old Photos, Auto-Adjusts Edges &amp; Perspective</title>
		<link>http://www.addictivetips.com/mobile/shoebox-for-android-ios-scan-adjust-share-old-photos-with-ease/</link>
		<comments>http://www.addictivetips.com/mobile/shoebox-for-android-ios-scan-adjust-share-old-photos-with-ease/#comments</comments>
		<pubDate>Thu, 10 May 2012 12:00:08 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Photo Sharing]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113687</guid>
		<description><![CDATA[ShoeBox by 1000memories is an online image gallery specifically dedicated to your old photos. It is a platform where you can gather all the old, scanned snaps that might be lying on your computer, smartphone or across various social media sharing platforms, including Facebook and Instagram. The service presents you with various category-based ShoeBox (album) [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ShoeBox-Android-Banner" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Banner.jpg" alt="ShoeBox-Android-Banner" width="660" height="226" border="0" /></p>
<p><strong>ShoeBox</strong> by 1000memories is an online image gallery specifically dedicated to your old photos. It is a platform where you can gather all the old, scanned snaps that might be lying on your computer, smartphone or across various social media sharing platforms, including Facebook and Instagram. The service presents you with various category-based ShoeBox (album) templates under which you can place all relevant snaps. You can also create your own ShoeBox, and share it with the entire world. Moreover, there is also the option to keep a ShoeBox private, wherein only authorized users (collaborators) can view the content contained within the album. ShowBox has both an iOS app (which has been around for a while now), and a freshly released Android client, both of which sport smart edge detection and automatic perspective adjustment so that you close to no effort is required at your end to make the scans look flawless.<span id="more-113687"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ShoeBox-Android-Login" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Login.jpg" alt="ShoeBox-Android-Login" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ShoeBox-Android-Uploads" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Uploads.jpg" alt="ShoeBox-Android-Uploads" width="324" height="573" border="0" /></p>
<p>The app’s UI looks a truly well-polished article, and most of the available features are pretty simple to use. It lets you explore images contained within various public ShoeBoxes. You can also log in to the app using your ShoeBox or Facebook account to get into the sharing side of things yourself. New accounts can be created from within the app for free. Once logged in, you can start scanning your old photo albums to have them nicely organized within your personal ShoeBoxes. For this, hit the red scan button at the top.</p>
<p>The app also lets you import an existing image from your device’s gallery. Once that is done, you can crop it to get rid of all the rough edges, and get the image perspective right. You&#8217;ll notice that the app, using its edge-detection feature, automatically does a little adjustment by itself. At times, you might not even need to adjust the edges manually.</p>
<p>Past that, the app allows you to rotate the cropped image, and finally, choose the ShoeBox to which you wish to upload the image. In this regard, you can create a ShoeBox from scratch (with custom privacy settings) or upload your image to an existing ShoeBox.</p>
<p><img class="alignnone size-full wp-image-113904" title="Crop-Edge-Detection" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Crop-Edge-Detection.jpg" alt="Crop-Edge-Detection" width="324" height="573" /><img title="ShoeBox-Android-Details" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Details.jpg" alt="ShoeBox-Android-Details" width="324" height="573" border="0" /></p>
<p>Finally, you’re prompted to specify various details, such as the image caption, date (decade, year or month) and location. Moreover, you can tag people to the photos, and decide whether you want to share the image on Facebook or not.</p>
<p>After logging in, you can see a of a total of three main tabs at the top of the app’s main interface. The <em>Shoeboxes</em> tab lists all your personal collections. The <em>Uploads</em> tab lists all the images that you’ve uploaded to 1000memories whereas from the <em>Explore</em> tab, you can dive into the world of vintage photos shared by other ShoeBox users.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ShoeBox-Android-Albums" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Albums.jpg" alt="ShoeBox-Android-Albums" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="ShoeBox-Android-Photo" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/ShoeBox-Android-Photo.jpg" alt="ShoeBox-Android-Photo" width="324" height="573" border="0" /></p>
<p>ShoeBox is absolutely free in the Google Play Store, and requires Android v2.2 or higher to run. Download the app via the link or QR code provided below.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; float: right; padding-top: 0px; border: 0px;" src="http://chart.apis.google.com/chart?cht=qr&amp;chs=150x150&amp;chl=http://www.appbrain.com/app/com.thousandmemories.shoebox?install=web" alt="" align="right" border="0" /><a href="https://play.google.com/store/apps/details?id=com.thousandmemories.shoebox" target="_blank">Download ShoeBox</a> for Android</p>
<p><a href="http://itunes.apple.com/us/app/shoebox-by-1000memories/id472126139" target="_blank">Download ShoeBox</a> for iPhone, iPad &amp; iPod touch</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/scan-preserve-memorable-photos-in-cloud-with-shoebox-for-iphone/' rel='bookmark' title='Scan &amp; Preserve Memorable Photos In Cloud With ShoeBox For iPhone'>Scan &#038; Preserve Memorable Photos In Cloud With ShoeBox For iPhone</a></li>
<li><a href='http://www.addictivetips.com/mobile/wordpress-for-android-v2-1-auto-save-posts-lets-you-edit-comments/' rel='bookmark' title='WordPress For Android v2.1 Auto-Saves Posts, Lets You Edit Comments'>WordPress For Android v2.1 Auto-Saves Posts, Lets You Edit Comments</a></li>
<li><a href='http://www.addictivetips.com/mobile/lightbox-for-android-capture-photos-apply-filters-sync-with-web/' rel='bookmark' title='Lightbox For Android Lets You Capture Photos, Apply Filters &amp; Sync With Web'>Lightbox For Android Lets You Capture Photos, Apply Filters &#038; Sync With Web</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/shoebox-for-android-ios-scan-adjust-share-old-photos-with-ease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Consmr: View Crowdsourced Product Reviews, Ratings &amp; Alternatives On Your iPhone While Shopping</title>
		<link>http://www.addictivetips.com/mobile/consmr-for-iphone-crowdsourced-product-reviews-ratings-for-shoppers/</link>
		<comments>http://www.addictivetips.com/mobile/consmr-for-iphone-crowdsourced-product-reviews-ratings-for-shoppers/#comments</comments>
		<pubDate>Thu, 10 May 2012 11:15:19 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[qr code]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113786</guid>
		<description><![CDATA[Even if you have to buy a simple bottle of ketchup, there are so many options available in the market that anyone can get confused. There are a lot of apps in the iOS App Store that are designed to help users get the best items when they are out shopping. Some apps might be [...]]]></description>
			<content:encoded><![CDATA[<p>Even if you have to buy a simple bottle of ketchup, there are so many options available in the market that anyone can get confused. There are a lot of apps in the iOS App Store that are designed to help users get the best items when they are out shopping. Some apps might be able to help you by pointing out the latest deals available for various products, but nothing is better than getting a real person&#8217;s opinion while shopping. This is exactly what <strong>Consmr Barcode Scanner </strong>does for its users. With this iPhone app, you will be able to scan the QR code or barcode of any product, and view its customer reviews, ratings, available alternatives and even the places where the item is easily available!</p>
<p><span id="more-113786"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr.jpg" alt="Consmr" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr Categories" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr-Categories.jpg" alt="Consmr Categories" width="320" height="480" border="0" /></p>
<p>The main <em>Search </em>page of the Consmr app lists all the product categories that are usually of interest to common users. You can look through the most popular grocery items, find trending beauty products and search for just about any product imaginable. The app can prove to be more productive if you choose to create a Consmr account. This can be done via your email address, or by linking your Facebook account with the app. Doing so will allow you to view deals suggested by your friends and other contacts.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr Discover" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr-Discover.jpg" alt="Consmr Discover" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr Product Page" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr-Product-Page.jpg" alt="Consmr Product Page" width="320" height="480" border="0" /></p>
<p>The <em>Discover </em>section of the app lists all the product reviews from popular and trusted users. This can be a great place for finding products that are highly recommended and currently popular among consumers. You can browse the section in <em>Global </em>mode (location based) or <em>Expert </em>mode (lists top-rated products). Any item you come across while using the app has got its own dedicated product page. This page shows the item’s rating, user reviews and alternatives. To check the product’s availability in your area, go to the <em>Nearby </em>tab. To add an item to your shopping list, just hit the small button in the top-right corner of its product page.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr Scan" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr-Scan.jpg" alt="Consmr Scan" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Consmr Results" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Consmr-Results.jpg" alt="Consmr Results" width="320" height="480" border="0" /></p>
<p>The <em>Scan </em>menu in Consmr can be used to analyze QR codes and barcodes. If the product is listed in the app’s database (most are), you will be taken straight to its page. Alternatively, you may use the search menu to find products that perfectly match a certain requirement.</p>
<p>Consmr is available for free, US-specific and currently optimized for iPhone (or iPod touch) only. You can grab the app from the App Store link provided below.</p>
<p><a href="http://itunes.apple.com/us/app/consmr-barcode-scanner/id519874080?ls=1&amp;mt=8" target="_blank">Download Consmr</a></p>
<h6>[via <a href="http://lifehacker.com/5908815/consmr-for-iphone-brings-product-reviews-ratings-and-recalls-into-the-grocery-store-with-you" target="_blank">Lifehacker</a>]</h6>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/scan-qr-barcodes-get-product-details-with-all-code-reader-iphone/' rel='bookmark' title='Scan QR/ Barcodes &amp; Get Product Details With All Code Reader [iPhone]'>Scan QR/ Barcodes &#038; Get Product Details With All Code Reader [iPhone]</a></li>
<li><a href='http://www.addictivetips.com/mobile/my-shophaul-for-iphone-combines-shopping-with-social-networking/' rel='bookmark' title='My ShopHaul For iPhone Combines Shopping With Social Networking'>My ShopHaul For iPhone Combines Shopping With Social Networking</a></li>
<li><a href='http://www.addictivetips.com/mobile/whoovie-post-read-movie-reviews-from-your-facebook-friends-iphone/' rel='bookmark' title='Whoovie: Post &amp; Read Movie Reviews From Your Facebook Friends [iPhone]'>Whoovie: Post &#038; Read Movie Reviews From Your Facebook Friends [iPhone]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/consmr-for-iphone-crowdsourced-product-reviews-ratings-for-shoppers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All-In-One Hack ToolKit For  HTC One X, One S, Vivid, Rezound, myTouch 4G Slide &amp; Amaze 4G</title>
		<link>http://www.addictivetips.com/mobile/all-in-one-hack-toolkit-for-htc-one-x-one-s-rezound-vivid-more/</link>
		<comments>http://www.addictivetips.com/mobile/all-in-one-hack-toolkit-for-htc-one-x-one-s-rezound-vivid-more/#comments</comments>
		<pubDate>Thu, 10 May 2012 11:00:03 +0000</pubDate>
		<dc:creator>Zayed Rehman</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Amaze 4G]]></category>
		<category><![CDATA[bootloader]]></category>
		<category><![CDATA[clockworkmod]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Flashing]]></category>
		<category><![CDATA[HTC mytouch 4G Slide]]></category>
		<category><![CDATA[HTC Rezound]]></category>
		<category><![CDATA[HTC Vivid]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113773</guid>
		<description><![CDATA[Tool kits for Android devices are a blessing literally. With the abilities to perform multiple functions from one app and mostly via a convenient one click method. XDA-Developers recognized member hasoon2000 has been hard at work developing a toolkit for the latest HTC devices out there, but best of all, he has released versions of [...]]]></description>
			<content:encoded><![CDATA[<p>Tool kits for Android devices are a blessing literally. With the abilities to perform multiple functions from one app and mostly via a convenient one click method. XDA-Developers recognized member <em>hasoon2000</em> has been hard at work developing a toolkit for the latest HTC devices out there, but best of all, he has released versions of the toolkit that are particular to the device at hand. The tool kit covers the recent <a href="http://www.addictivetips.com/tag/htc-one-x">HTC One X</a>, <a href="http://www.addictivetips.com/tag/htc-one-s">One S</a>, Vivid, Rezound and the likes of myTouch 4G Slide and the Amaze 4G as well. The tool kit lets you not only root the device, install a custom recovery, flash a custom kernel, but brings with a few very useful extra commands as well. We talk more about it, and how you can use this tool, in detail after the break.</p>
<p><span id="more-113773"></span></p>
<p>The best thing about this toolkit, is the fact that it caters to the most novice users – notice the step by step instructions and scripts laid out in the root procedure – and for advanced users as well, who want to flash a custom kernel to the device, boot into bootloaders or remove bloatware from the device.</p>
<p align="center"><img class="alignnone size-full wp-image-113814" title="HTC-One-S-AIO-Kit-By-Hasoon2000" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/HTC-One-S-AIO-Kit-By-Hasoon2000-v1.0.jpg" alt="HTC-One-S-AIO-Kit-By-Hasoon2000" width="660" height="485" /></p>
<p>The kernels, or the recoveries contained in the tool kit vary for the respective devices of course and as you can see, the above screenshot is that of the toolkit for the HTC Rezound. The toolkit will download the drivers to help you get started without worrying about installing the right USB drivers.</p>
<p>The Toolkit also contains some of the very useful XDA-Links incase you’d like to learn more about what you’re about to do, or find something new or cool for your device. Want to install an APK? Well there are alternative software out there, but heck, why not use a tool you already have in place. The toolkit brings in an APK installer as well, and to top it off, it not only installs, but backs up any installed apps as well. Even hotter, is the ability to all this in batch. More so, you can rename APK files, restore backed up data, or install apps to SD card.</p>
<p align="center"><img class="alignnone size-full wp-image-113815" title="APK-Batch-Installer-Tool" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/APK-Batch-Installer-Tool-v1.3.0a-APK-Directory.jpg" alt="APK-Batch-Installer-Tool" width="541" height="426" /></p>
<p>So if you deem this powerful tool kit useful for your device, head over to the forum thread for your device from the links below.</p>
<p><a href="http://forum.xda-developers.com/showthread.php?t=1604439">HTC One X</a> | <a href="http://forum.xda-developers.com/showthread.php?t=1604677">HTC One S</a> | <a href="http://forum.xda-developers.com/showthread.php?t=1504824">HTC Rezound</a> | <a href="http://forum.xda-developers.com/showthread.php?t=1498003">HTC Vivid</a> | <a href="http://forum.xda-developers.com/showthread.php?t=1493905">HTC Amaze 4G</a> | <a href="http://forum.xda-developers.com/showthread.php?t=1532809">HTC myTouch 4G Slide</a></p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/gain-s-off-on-mytouch-4g-slide-with-revolutionary-guide/' rel='bookmark' title='Gain S-OFF On myTouch 4G Slide With Revolutionary [Guide]'>Gain S-OFF On myTouch 4G Slide With Revolutionary [Guide]</a></li>
<li><a href='http://www.addictivetips.com/mobile/how-to-root-mytouch-slide-3g/' rel='bookmark' title='How To: Root MyTouch Slide 3G'>How To: Root MyTouch Slide 3G</a></li>
<li><a href='http://www.addictivetips.com/mobile/latest-official-gingerbread-release-for-t-mobile-mytouch-4g-slide/' rel='bookmark' title='Latest Official Gingerbread Release For T-Mobile myTouch 4G Slide'>Latest Official Gingerbread Release For T-Mobile myTouch 4G Slide</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/all-in-one-hack-toolkit-for-htc-one-x-one-s-rezound-vivid-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTC Sensation Camera Mod Ported To HTC Vivid, Improves Photo &amp; Video Quality</title>
		<link>http://www.addictivetips.com/mobile/htc-sensation-mod-for-improving-camera-quality-ported-to-htc-vivid/</link>
		<comments>http://www.addictivetips.com/mobile/htc-sensation-mod-for-improving-camera-quality-ported-to-htc-vivid/#comments</comments>
		<pubDate>Thu, 10 May 2012 10:45:50 +0000</pubDate>
		<dc:creator>Zayed Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[Flashing]]></category>
		<category><![CDATA[HTC Vivid]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113804</guid>
		<description><![CDATA[The HTC Vivid boasts an 8MP AF camera with the ability to record videos at 1080p. However it’s Android, and with that label comes the urge to increasingly push a device to its limit. Camera Mods are not really a new concept and have been around for quite a while now. However, as the camera [...]]]></description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin-top: 0px; margin-right: 0px; margin-bottom: 18px; margin-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px; border-color: currentColor; border-style: none;" title="HTC Vivid Camera Mod" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/HTC-Vivid-Camera-Mod.jpg" alt="HTC Vivid Camera Mod" width="177" height="330" align="right" border="0" />The <a href="http://www.addictivetips.com/tag/htc-vivid">HTC Vivid</a> boasts an 8MP AF camera with the ability to record videos at 1080p. However it’s Android, and with that label comes the urge to increasingly push a device to its limit. Camera Mods are not really a new concept and have been around for quite a while now. However, as the camera sensors and over all technology crept to astonishing heights, it is only fair that all that potent hardware is used at its maximum potential. Something like this happened for the HTC Sensation a while back, where the device could record full HD videos at 40mbps! Stuff like 0 compression on JPG images (photos taken), experimental addition of ISO 1250 mode and more were part of the deal. In short, huge improvement in the video and photo quality overall was achieved. Well guess what? The HTC Vivid just got all that! In fact, XDA-Developers forum member <em>zacgoesrawr</em> has simply ported the mod for the Sensation onto the Vivid. So if you’re hungry for some uber camera improvement on your HTC Vivid, read on after the break.</p>
<p><span id="more-113804"></span></p>
<p>The mod is available for the Inquisition ROM and for all Sense 3.6 based ROMs. It is important to not that this is currently a project that is not entirely complete and <em>zacgoesrawr </em>is currently working on it to add more stuff. So what do you get with this mod?</p>
<ul>
<li>Uncapped JPEG File size resulting in great photo quality.</li>
<li>Uncapped Video, recording 40MBPS.</li>
<li>The experimental ISO 1250 mode.</li>
</ul>
<p>You may need to have a Class 6 or higher SD card in your device, to avoid any problems. So let’s get down to how you can install this mod on your Vivid!</p>
<blockquote><p><em><strong>Disclaimer:</strong> Please attempt this guide at your own risk. AddictiveTips won’t be responsible in case your device gets bricked or damaged in any other way due to this method.</em></p></blockquote>
<p><strong>Requirements:</strong></p>
<ul>
<li>A rooted HTC Vivid with custom recovery installed. See our guide on all in one toolkit for HTC Vivid <a href="http://www.addictivetips.com/mobile/all-in-one-hack-toolkit-for-htc-one-x-one-s-rezound-vivid-more/">here</a>, to root your device and install a custom recovery.</li>
<li>Camera Mod for <a href="http://www.mirrorcreator.com/files/03MXCEJ8/HQ-CameraV1.5_Ultra_-_For_Inquisition.zip_links">Inquisition ROM</a> | <a href="http://www.mirrorcreator.com/files/1XO1URDH/HQ-CameraV1.5_Ultra_0.zip_links">Sense 3.6 ROMs</a>.</li>
</ul>
<p><strong>Instructions:</strong></p>
<ol>
<li>To begin, download the mod depending on your ROM and copy it to the root of your SD card.</li>
<li>Boot the device into recovery and make a Nandroid backup.</li>
<li>Navigate to <em>install zip from sdcard &gt; choose zip from sdcard </em>and select the mod file.</li>
<li>Once the mod is flashed, simply reboot your device.</li>
</ol>
<p>For updates and queries, head over to the <a href="http://forum.xda-developers.com/showthread.php?t=1641203">forum thread at XDA-Developers</a>.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/improve-camera-quality-htc-sensation-4g/' rel='bookmark' title='Improve Camera Quality On HTC Sensation 4G For Sense 3.5 &amp; CM7 ROMs'>Improve Camera Quality On HTC Sensation 4G For Sense 3.5 &amp; CM7 ROMs</a></li>
<li><a href='http://www.addictivetips.com/mobile/android-2-3-5-gingerbread-ported-to-htc-sensation-work-in-progress/' rel='bookmark' title='Android 2.3.5 Gingerbread Ported To HTC Sensation [Work In Progress]'>Android 2.3.5 Gingerbread Ported To HTC Sensation [Work In Progress]</a></li>
<li><a href='http://www.addictivetips.com/mobile/id-photo-for-iphone-camera-app-with-id-passport-photo-presets-paid/' rel='bookmark' title='ID-Photo For iPhone: Camera App With ID &amp; Passport Photo Presets [Paid]'>ID-Photo For iPhone: Camera App With ID &#038; Passport Photo Presets [Paid]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/htc-sensation-mod-for-improving-camera-quality-ported-to-htc-vivid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Informator: Use Action Menu To Paste Device Info While Entering Text [Cydia]</title>
		<link>http://www.addictivetips.com/mobile/informator-use-action-menu-to-paste-device-info-while-entering-text-cydia/</link>
		<comments>http://www.addictivetips.com/mobile/informator-use-action-menu-to-paste-device-info-while-entering-text-cydia/#comments</comments>
		<pubDate>Thu, 10 May 2012 09:30:30 +0000</pubDate>
		<dc:creator>Hamza</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cydia]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113707</guid>
		<description><![CDATA[If you want to share your iPhone’s IP address or other device information with someone, you have to navigate to the depths of the stock Settings app, memorize the info (as it can’t be copied) and then write it down in the Notes app or somewhere similar; a fairly unintuitive way of doing things. Not [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to share your iPhone’s IP address or other device information with someone, you have to navigate to the depths of the stock Settings app, memorize the info (as it can’t be copied) and then write it down in the Notes app or somewhere similar; a fairly unintuitive way of doing things. Not many people are huge fans of the way text editing is done in iOS, but you have to admit that the text action menu it offers is quite a feature. This menu can be enhanced even further if you have access to the Cydia store. There are many tweaks available in the jailbreak store that focus entirely on letting users add more text editing options to the action menu for greater convenience. New to the Cydia store, <strong>Informator </strong>is a simple, free tweak that adds a new button to the action menu, using which you can add any device information (IP address, device ID, UDID, device name, etc.) to text in a couple of taps.</p>
<p><span id="more-113707"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Informator For ActionMenu" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Informator-For-ActionMenu.jpg" alt="Informator For ActionMenu" width="320" height="480" border="0" /> <img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Informator Menu" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Informator-Menu.jpg" alt="Informator Menu" width="320" height="480" border="0" /></p>
<p>The action menu’s Informator button becomes available in all areas of iOS that accept text input. This means that even if you don’t have to write the information down, you can merely use the Informator tweak for viewing the data. As soon as the action menu button, marked Informator, is tapped after the tweak’s installation, a menu comes up containing a long list of specs that can be viewed with a single touch. The information accessible through this tweak ranges from hardware data to network specs, and you won’t have to blindly go through the Settings app just to view a simple piece of information related to your iPhone, iPad or iPod touch.</p>
<p>Informator is available as a free tweak in the BigBoss repo. Once you have installed it to your iDevice, it takes effect immediately without disturbing the Springboard or Settings app. If you have to share your device’s information frequently, do give Informator a try.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/alwaysarrange-reorder-ios-icons-without-entering-jiggle-mode-cydia/' rel='bookmark' title='AlwaysArrange: Reorder iOS Icons Without Entering Jiggle Mode [Cydia]'>AlwaysArrange: Reorder iOS Icons Without Entering Jiggle Mode [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/album-art-song-info-for-current-track-in-app-switcher-tray-cydia/' rel='bookmark' title='Album Art &amp; Song Info For Current Track In App Switcher Tray [Cydia]'>Album Art &#038; Song Info For Current Track In App Switcher Tray [Cydia]</a></li>
<li><a href='http://www.addictivetips.com/mobile/clipboardedit-edit-iphone-clipboard-text-from-notification-center-cydia/' rel='bookmark' title='ClipboardEdit: Edit iPhone Clipboard Text From Notification Center [Cydia]'>ClipboardEdit: Edit iPhone Clipboard Text From Notification Center [Cydia]</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/informator-use-action-menu-to-paste-device-info-while-entering-text-cydia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AT&amp;T HTC One X Gets One Click Root</title>
		<link>http://www.addictivetips.com/mobile/at-t-htc-one-x-gets-one-click-root/</link>
		<comments>http://www.addictivetips.com/mobile/at-t-htc-one-x-gets-one-click-root/#comments</comments>
		<pubDate>Thu, 10 May 2012 09:03:26 +0000</pubDate>
		<dc:creator>Zayed Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[HTC One X]]></category>
		<category><![CDATA[Ice Cream Sandwich]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113711</guid>
		<description><![CDATA[The HTC One X from AT&#38;T has been rooted! Earlier we covered a rooting guide for the retail version of the HTC One X here, but the AT&#38;T branded model was no where released back then. However, thanks to the efforts of XDA-Developers forum member kennethpenn, not only do AT&#38;T users have the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.addictivetips.com/tag/htc-one-x">HTC One X</a> from AT&amp;T has been rooted! Earlier we covered a rooting guide for the retail version of the HTC One X <a href="http://www.addictivetips.com/mobile/install-official-clockworkmod-touch-recovery-on-htc-one-x-and-one-s/">here</a>, but the AT&amp;T branded model was no where released back then. However, thanks to the efforts of XDA-Developers forum member <em>kennethpenn</em>, not only do AT&amp;T users have the ability to root their device in a one click fashion, but users on Rogers and other networks as well. Even better, this method will work for Windows, Linux and Mac.</p>
<p><span id="more-113711"></span></p>
<p><img class="size-full wp-image-113713 aligncenter" title="Root AT&amp;T HTC One X" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Root-ATT-HTC-One-X.jpg" alt="Root AT&amp;T HTC One X" width="210" height="410" /></p>
<p>So what will this do? It will root the One X, install Busybox and the SuperSU application as well for rights management. If you’re wondering why you need to root your device, you can see our guide on the top 10 reasons to root your Android device, here. So without further talk, let’s just get our hand dirty and get on with some good old rooting!</p>
<blockquote><p><em><strong>Disclaimer:</strong> Please attempt this guide at your own risk. AddictiveTips won’t be responsible in case your device gets bricked or damaged in any other way due to this method.</em></p></blockquote>
<p><strong>Requirements:</strong></p>
<ul>
<li><a href="http://binary100100.googlecode.com/files/HTCDriver3.0.0.007.exe">HTC USB drivers for Windows</a>.</li>
<li><a href="http://api.viglink.com/api/click?format=go&amp;drKey=1359&amp;loc=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1644167&amp;v=1&amp;libid=1336636727363&amp;out=http%3A%2F%2Fbriefmobile.com%2Fhow-to-root-htc-one-x-att&amp;ref=http%3A%2F%2Fforum.xda-developers.com%2Fshowthread.php%3Ft%3D1644167%26page%3D2&amp;title=%5BROOT%5D%20One%20Click%20HTC%20One%20X%20(AT%26T%2FRogers%2FOthers)%20(Win%2FMac%2FLinux)%20-%20xda-developers&amp;txt=root.zip%20file&amp;jsonp=vglnk_jsonp_13366405842691">Root.zip package</a>.</li>
</ul>
<p><strong>Instructions:</strong></p>
<ol>
<li>To begin, download the root package and extract the contents.</li>
<li>Enable USB Debugging on the One X by navigating to <em>Settings &gt; Developer Options</em>.</li>
<li>Now depending on the OS you’re on, run <em>root.bat </em>for Windows | <em>root-linux.sh</em> for Linux | <em>root-mac.sh</em> for Mac, and the automated script will root your device.</li>
</ol>
<p>The device will reboot a few times and once it finally boots up, it will be rooted! For updates and queries, head over to the <a href="http://forum.xda-developers.com/showthread.php?t=1644167">forum thread at XDA-Developers</a>.</p>
<p>Additionally <a href="http://www.google.com/url?q=http://www.addictivetips.com/mobile/top-15-apps-to-install-after-rooting-your-android-device/&amp;sa=U&amp;ei=-oCrT4qGCcaE-wbfmvSeCg&amp;ved=0CAQQFjAA&amp;client=internal-uds-cse&amp;usg=AFQjCNFvs2s5G76RlWkb_PDRTDYs4BY0Uw">click here</a> to see our guide on the top 15 apps to install after rooting your Android device.</p>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/how-to-root-htc-desire-hd-with-visionary-one-click-root/' rel='bookmark' title='How To Root HTC Desire HD With VISIONary One Click Root'>How To Root HTC Desire HD With VISIONary One Click Root</a></li>
<li><a href='http://www.addictivetips.com/mobile/root-and-unroot-samsung-galaxy-s-ii-with-a-single-click-s2-root/' rel='bookmark' title='Root And Unroot Samsung Galaxy S II With a Single Click [S2 Root]'>Root And Unroot Samsung Galaxy S II With a Single Click [S2 Root]</a></li>
<li><a href='http://www.addictivetips.com/mobile/how-to-root-nexus-s-with-a-single-click-using-superboot/' rel='bookmark' title='How To Root Nexus S With A Single Click Using Superboot'>How To Root Nexus S With A Single Click Using Superboot</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/at-t-htc-one-x-gets-one-click-root/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flipboard For Android Leaked, Available For All Devices</title>
		<link>http://www.addictivetips.com/mobile/flipboard-for-android-leaked-apk-available-for-download/</link>
		<comments>http://www.addictivetips.com/mobile/flipboard-for-android-leaked-apk-available-for-download/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:00:20 +0000</pubDate>
		<dc:creator>A. Rehman</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[feed readers]]></category>
		<category><![CDATA[news app]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[widescreen]]></category>

		<guid isPermaLink="false">http://www.addictivetips.com/?p=113608</guid>
		<description><![CDATA[Once the official Instagram Android app finally hit the Google Play Store last moth, most users (including me) set their sights on another popular iOS-exclusive app, Flipboard – an elegant, customizable magazine-style news and social feed reader. Just last week, along with the announcement of the much-anticipated Samsung Galaxy S III, came the news that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-113624" title="Flipboard-For-Android" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-For-Android.jpg" alt="Flipboard-For-Android" width="660" height="300" /></p>
<p>Once the official Instagram Android app finally <a href="http://www.addictivetips.com/mobile/instagram-for-android-review/" target="_blank">hit the Google Play Store</a> last moth, most users (including me) set their sights on another popular iOS-exclusive app, <strong>Flipboard</strong> – an elegant, customizable magazine-style news and social feed reader. Just last week, along with the announcement of the much-anticipated Samsung Galaxy S III, came the news that Flipboard will be debuting on Android as an SGS III-exclusive app. Now, unless you’re one of the lucky few <em>to-be</em> owners of said device, chances are bleak that you’ll be getting a taste of Flipboard on your Android any time soon. That said, XDA member, <em>Valcho</em>, seems to have completely different plans, as he has managed to pull the APK of the much sought-after news reader from his Galaxy S III (a test unit, presumably). So, albeit not officially, Flipboard for Android is now available for download, and is ready to give Google Currents a good run for its money in the race of the best news reading Android apps. Download link, further details &amp; screenshots past the break.</p>
<p><span id="more-113608"></span></p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-Home" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-Home.jpg" alt="Flipboard-Android-Home" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-Categories" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-Categories.jpg" alt="Flipboard-Android-Categories" width="324" height="573" border="0" /></p>
<p>If you&#8217;ve ever had the chance to witness the beauty of Flipboard running on an iOS device (especially the iPad), you’ll appreciate the elegant flipping of pages. For many, it is easily the best medium of news reading on a mobile device. Apart from presenting you with heaps of content gleaned from several preloaded news sources, Flipboard also supports fetching latest news stories from a wide array of online news service providers of choice. You can associate your Facebook, Twitter, Instagram, Google Reader and other accounts with the app to sift through the latest news and your social media updates from under the same roof.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-Cover1" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-Cover1.jpg" alt="Flipboard-Android-Cover1" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-News" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-News.jpg" alt="Flipboard-Android-News" width="324" height="573" border="0" /></p>
<p>You have complete control over the app&#8217;s cover page and subsequent pages, and once you log in to the app using your Flipboard account, you can use the same configuration across all devices.</p>
<p>Using the app is quite simple. All you need to do is swipe from bottom to top on the app’s main (Cover) page to sift through added news and social media sources. Using the same gestures while within a news source switches between news item. While reading an article, you can swipe from left to right to head back to your Flipboard cover page.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-My-Flipboard" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-My-Flipboard.jpg" alt="Flipboard-Android-My-Flipboard" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-Manage" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-Manage.jpg" alt="Flipboard-Android-Manage" width="324" height="573" border="0" /></p>
<p>To manage all the news content and your social accounts, just hit the search tab at the top. From this screen, you can also search for a news item/source of interest, and navigate to a desired news category to add the relevant source to your personalized Flipboard edition. All the tiles visible on the app’s main interface can be maneuvered, meaning that you can reposition them anywhere on the magazine as you wish. For this, long press a tile, and using the drag-and-drop gesture, place them anywhere you like.</p>
<p><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-Cover-Stories" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-Cover-Stories.jpg" alt="Flipboard-Android-Cover-Stories" width="324" height="573" border="0" /><img style="background-image: none; margin: 0px 0px 18px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="Flipboard-Android-News2" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-Android-News2.jpg" alt="Flipboard-Android-News2" width="324" height="573" border="0" /></p>
<p>You can favorite/like a news story that has flown in from one of your social media. Plus, you can also post status updates to your Facebook Wall and Twitter Timeline straight from within the app, and reply/retweet to, and comment on various content shared by your Twitter friends. In addition, you can natively share the link of a news story, bookmark it to read later, view it on its original web source, and share it via mail.</p>
<p>Last but not the least, the only additional feature in the app&#8217;s Android variant, the homescreen widget. The widget is pretty simple as of this writing. It comes in two sizes (4&#215;2 and 4&#215;1) displays the latest story and lets you sift through stories by pressing a small refresh button in the bottom-right corner.</p>
<p><img class="size-full wp-image-113622 aligncenter" title="Flipboard-For-Android-Widget" src="http://cloud.addictivetips.com/wp-content/uploads/2012/05/Flipboard-For-Android-Widget.jpg" alt="Flipboard-For-Android-Widget" width="320" height="569" /></p>
<p>The delight of experiencing Flipboard on a Galaxy Nexus apart, in complete honesty, I must admit that the app does suffer a slight lag, especially while flipping through pages. Though, what was more alarming than that, was that it seemed to be leeching battery at quite a pace.</p>
<p>Though, that doesn&#8217;t change the fact that it is a peach of an app, regardless of whatever minor issues it might currently have, we would suggest you head over to the XDA forums (link provided below) to grab your copy of the APK. We would love to know your first experience with Flipboard on Android, and your opinion on how it will fare in the Play Store once it is officially released.</p>
<h6>[via <a href="http://forum.xda-developers.com/showthread.php?t=1644212" target="_blank">XDA-Developers</a>]</h6>
<p><h4>Related Articles:</h4><ol>
<li><a href='http://www.addictivetips.com/mobile/google-currents-is-a-flipboard-like-news-aggregator-for-android-ios/' rel='bookmark' title='Hands-On With Google Currents: A Flipboard-Like News Aggregator For Android &amp; iOS'>Hands-On With Google Currents: A Flipboard-Like News Aggregator For Android &#038; iOS</a></li>
<li><a href='http://www.addictivetips.com/mobile/flipboard-for-iphone-create-personalized-social-media-news-magazine/' rel='bookmark' title='Flipboard For iOS Updated With Support For iPhone &amp; iPod touch'>Flipboard For iOS Updated With Support For iPhone &#038; iPod touch</a></li>
<li><a href='http://www.addictivetips.com/mobile/apk-of-android-market-v3-1-3-leaked-adds-google-plus-button-pin-more/' rel='bookmark' title='APK of Android Market v3.1.3 Leaked; Adds Google +1 Button, PIN &amp; More'>APK of Android Market v3.1.3 Leaked; Adds Google +1 Button, PIN &#038; More</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.addictivetips.com/mobile/flipboard-for-android-leaked-apk-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

