Sunday, 14 July 2013

Samsung Galaxy S3: How to Enable or Disable New Incoming Text Message Preview

As we all know that you can customize several things while you're on Messaging app settings page, such as enable or disable notifications, changing message tone, set your phone to vibrate whenever it receive a new message, etc.

See also: How to Enable or Disable Message Vibration on Samsung Galaxy S3

Here you can also setting to show the preview of the new incoming message in the notifications

Samsung Galaxy S3: How to Enable or Disable Auto Capitalization on Keyboard Settings

Most of Samsung Galaxy SIII users usually utilizing virtual keyboard to help them while writing an email or message. This keyboard has similar function as on keyboard on personal computer, such as typing capital letter, typing a number, enter symbol, etc.

See also: How to Use Virtual Keyboard on Samsung Galaxy S3

In addition to use the keyboard to make you easier when compose a message, you

Saturday, 13 July 2013

Samsung Galaxy S3: How to Repeat Message Alert

One of the best way to notify you that you receive an incoming message is by setting a message tone. Fortunately, in Samsung Galaxy SIII you can change message tone to the one you like with ease. To enable you to change message tone in this phone, then first you must enabling notifications option in Messaging app settings page.

See also: How to Change Message Tone on Samsung Galaxy S3

Another

Samsung Galaxy S3: How to Enable or Disable Message Vibration

In Samsung Galaxy SIII you can determine which tone you wish to ring when you receive an incoming message by changing the message tone. But, you should first enabling notifications option on Messaging app settings page then you can change message tone according to your liking.

See also: How to Change Message Tone on Samsung Galaxy S3

In addition to enable notification and change ringtone for

Embed YouTube videos into your Windows Phone/Windows 8 app

    That was quite a long time with no blog post, but I am coming back. Recently I had to investigate the possibility to embed youtube videos in an Windows Phone application. The easy way is to simply launch IE with the Uri of the video, but this way you have no control over the video as your app will get suspended. I then had a look at the Youtube client apps available in the Windows Phone Store and saw that some of them integrate the video directly into the app. So wanna know how they are doing this?
   Well there is a library availabe on codeplex called MyToolkit. This library has a class that is able to retreieve the Uri of the video stream directly from the YouTube video id. You can then download the stream for offline access or can directly play the video using the MediaPlayerLauncher. MyToolkit is also available as a nu-get component so you can directly add a reference to it.
     The MyToolkit library is really nice, but what if we could improve it a little bit more and have more control over the video? If we would be able to play the video inside our application page would give us the possibility, for example, to add advertising on top of the video (video apps have a good chance of monetizing using advertising as the user, just like in games, would probably stay longer on that page). For this task we can use Microsoft Player Framework that is available for both Windows Phone 8 and Windows 8. Even more the Player Framework will handle the buffering depending on your connection speed, it is a control inside your page and also will give you full-control over the video playback. (the Player Framework is awesome and is expandible).
    So let's create a small test application. First download and install the Player Framework as it is not available on nu-get (yet). I have used the version 1.3 beta. Then create a new Windows Phone 8 project add reference to the Media Player Framework Windows Phone extension and then, from nu-get, get the MyToolkit.Extended library. For simplicity my MainPage looks like this :

   <Grid x:Name="LayoutRoot" Background="Transparent">  
<mmppf:MediaPlayer x:Name="player">
</mmppf:MediaPlayer>
</Grid>

where mmpf is:
 xmlns:mmppf="clr-namespace:Microsoft.PlayerFramework;assembly=Microsoft.PlayerFramework"  

    Now on Loaded event I use MyToolkit to retrieve the YouTube stream Uri and then pass it to the MediaPlayer:

 private async void PhoneApplicationPage_Loaded(object sender, RoutedEventArgs e)  
{
var videoUri = await MyToolkit.Multimedia.YouTube.GetVideoUriAsync("PQVlW4xbNuI", MyToolkit.Multimedia.YouTubeQuality.Quality480P, MyToolkit.Multimedia.YouTubeQuality.Quality480P);
if (videoUri != null)
player.Source = videoUri.Uri;
}

    For convenience the page is set to landscape. I don't know if playing Youtube video using this method is 100% legal as it bypasses the advertising (it is what every other windows phone YouTube app is using including the one from Microsoft that was pulled out of the store).
    Also pay attention that there are some videos where the resulting stream is protected/encoded and cannot be played by the Player Framework. One of these videos is Girl on fire by Alicia Keys. Also Microsoft's Youtube app (if you still have it installed ) was not able to open this type of streams and just gives an error while MetroTube, after realizing that it cannot open the stream inside the app, it launches Internet Explorer with the "classic" link to the video.
    The same method and libraries can be used for your Windows 8 store application.

    Here is the Source Code. (the video I use is my own).

NAMASTE

Friday, 12 July 2013

Samsung Galaxy S3: How to Block Messages Contains Spam Phrases

Have you ever received unwanted message from unknown number? What would you do? Would you ignore it or decide to block it? If you put the last choice, then you can do this with ease in Samsung Galaxy SIII. All you need to do is enabling spam settings in the Messaging app settings page then enabling block unknown sender option to allow your phone to block any incoming message from the number that

Samsung Galaxy S3: How to Add Text Signature on Outgoing Messages

You can do several things while you on Messaging app settings page, such as enabling spam settings which will allow you to block an incoming message from unknown sender. By enabling this option, your phone will consider the message from the number that haven't been added to your contacts as spam message then redirect it to the spam folder.

See also: How to Block Messages from Unknown Sender on

Thursday, 11 July 2013

Samsung Galaxy S3: How to Block Messages from Unknown Sender

There is a reason why sometimes you don't want to receive a message on your phone from certain contact number. Fortunately you can do this with ease in Samsung Galaxy SIII by adding the number or contacts into 'register number as spam' list. But, make sure you've enabled spam settings on your phone first to make you be able to register one or more contact number as spam.

See also: How to Block

Samsung Galaxy S3: How to Use Handwriting to Text on S Memo

S Memo is a great applications available on Samsung Galaxy SIII that we can use to create new text memo, drawing memo or memo that combine both of them. When you create new drawing memo on S Memo you can use your finger as a pen or use a stylus pen to draw your memo.

See also: How to Create New Drawing Memo Using S Memo on Samsung Galaxy S3

While you on edit mode when drawing a memo, you can

Wednesday, 10 July 2013

Samsung Galaxy S3: How to Block Unwanted Text Messages

There is a reason why sometimes you want to block certain contact number in order to make them unable to call you. Fortunately, you can do this things with ease on Galaxy SIII by adding the number into the reject list.

See also: How to Add or Remove Contact from Reject List on Samsung Galaxy S3

In this phone, you can also block certain contact number from sending you text messages wit ease by

Samsung Galaxy S3: How to Create New Drawing Memo Using S Memo

S Memo is one of useful pre-installed application available on Samsung Galaxy SIII which will allow you to create digital memo easily. With this application you can create a better text memo.

See also: How to Create New Text Memo Using S Memo on Samsung Galaxy S3

In addition to create text memo, you can also use this apps to create new drawing memo. But, it's not only allow you to draw image in

Tuesday, 9 July 2013

Samsung Galaxy S3: How to Create New Text Memo Using S Memo

As we all know that Samsung Galaxy SIII comes with several useful pre-installed apps, such as S Suggest which will make you more easier to choose which application that recommended and compatible with your device to install with.

See also: How to Use S Suggest Applications on Samsung Galaxy S3

Another useful pre-installed application on this phone is S Memo. This app will help you to create

Samsung Galaxy S3: How to Use S Suggest Applications

Samsung Galaxy SIII comes with several useful apps as its pre-loaded application, such as Samsung App and Google Play Store app which will allow you to find and download certain useful application then install it to your phone.

See also: How to Access Google Play Store on Samsung Galaxy S3

Another pre-loaded application that will help you to choose which recommended popular application that

Monday, 8 July 2013

Samsung Galaxy S3: How to Add and View Allowed Contacts on Blocking Mode

Once you've enabled blocking mode on your Galaxy SIII, you will be able to customize options available in three section inside it. The first is features section that will allow you to choose which option you want to block, while the second section will allow you to set schedule for blocking mode.

See also: How to Set Time Limit on Blocking Mode Using Samsung Galaxy S3

The last section under

Samsung Galaxy S3: How to Set Time Limit on Blocking Mode

Once you've enabled blocking mode on your Galaxy SIII with Android Jelly Bean inside it, then you can configuring some options available under this feature. One of which is you can choose which option under features section you want to block.

See also: How to Customize Option Under Features Section on Blocking Mode Using Samsung Galaxy S3

One more thing you can do in here is set a block mode

Sunday, 7 July 2013

Samsung Galaxy S3: How to Customize Options Under Features Section on Blocking Mode

If you've upgrading your phone to the newest Android version: Android Jelly Bean, then you'll find some new features which is accompanying this operating system. One of the features available on Galaxy SIII with Jelly Bean is blocking mode option.

See also: How to Enable or Disable Blocking Mode on Samsung Galaxy S3

Once you've enabled this feature, now you can configuring some options inside

A lost or stolen iPhone is bad; a good data recovery plan is good

If you ever lose your iPhone, it's really a bad feeling and more than likely, you'll replace with it another iPhone. Then your thoughts will quickly turn to recovering all your contacts, calendar, notes, photos, videos and even a log of text messages that were on the iPhone that is missing in action.

If you're lucky, there will be a backup in iTunes if you have been syncing regularly, or there might be a backup in iCloud. If not, then your next best option might be some free iPhone data recovery software from EaseUS, a software development company located in the Sichuan Province of China that specializes in backup and security solutions.

According to the company if you had been using their backup software, you'll just need to connect your iPhone, iPad or iPod touch to a PC and launch the free EaseUS MobiSaver software. The program will scan your iDevice and list recoverable files. Then it's simple matter of clicking the "Recover" button.

The MobiSaver software is designed for the iPhone, iPad and iPod touch and supports operating systems up to iOS 7. But it only supports the PC desktop computers for backups, such as Windows 8 and 7, Vista, XP and Windows Server 2008/Home Server. For Mac users, EaseUS offers data recovery software for $89.95 that is compatible with OS X 10.8 Mountain Lion, 10.7 Lion, 10.6 Snow Leopard and 10.5 Leopard operating systems.

The best action against data loss in iDevices is to backup regularly through iTunes or make sure you are utilizing iCloud. But as an extra percaution, some free iPhone data recovery software is also worth a look.

Visit us on Facebook | Follow on Twitter

Samsung Galaxy S3: How to Enable or Disable Blocking Mode

As we all know that Samsung Galaxy SIII comes last year with Android Ice Cream Sandwich as its operating system. But, this year you can upgrading your phone to the newest Android version: Android Jelly Bean.

See Also: Android 4.1.2 Jelly Bean Update for Samsung Galaxy SIII is Now Available at U.S. Cellular and Verizon Wireless

If you've upgrading your beloved Samsung Galaxy SIII to the Android

Saturday, 6 July 2013

Samsung Galaxy S3: How to Adjust Touch Key Light Duration

Another part of Samsung Galaxy SIII that you can do several customization is display setting, such as you can set to keep your screen always on when your face is still watching the screen by turning on Smart stay option or make your phone keep switching its screen to portrait or landscape view according to your phone's position by turning on auto rotate screen.

See also: How to Set Auto Rotate

Samsung Galaxy S3: How to Display Battery Percentage

One of the advantage owned by the Samsung Galaxy SIII is its removable battery that will allow you to replace it easily with another extended battery or with the new one if it has a problem or broken.

See also: How to Insert or Remove Battery on Samsung Galaxy S3

Due to huge screen and many features inside this phone which is need a lot of power to run, then manage the battery is the important

Friday, 5 July 2013

Samsung Galaxy S3: How to Play Recorded Files Using Radio FM Applications

As we have learned before that you can record certain radio station that is currently playing directly through the Radio FM apps. This of course will useful if you want to listen to the music or your favourite radio channel later day.

See also: How to Record Radio on Samsung Galaxy S3

Once you've finished recording, then you can save it to your phone as m4a format which you can play it back

Samsung Galaxy S3: How to Record Radio

Radio is one of the apps that will useful for you if you're the one who like to listen to the music without having streaming from the Internet. This of course will help you to save your data and battery. As a note, when you want to use Radio FM app ensure you have to plug the earphone in to your phone because they will act as the antenna.

See also: How to Use Stock FM Radio Applications on

Thursday, 4 July 2013

Samsung Galaxy S3: How to Set and Use Volume Key to Change Font Size in Messaging App

As we have learned before that you can customize some settings in your Messaging apps in order to suit your needs. One of which is you can change the background image of your Messaging app using the available image or using your own image.

See also: How to Change Text Message Background Style on Samsung Galaxy S3

While you in setting page, you can set to use volume key to change text size when

Samsung Galaxy S3: How to Retrieve Call History Logs Remotely Using Samsung Dive

If your phone was lost or stolen and you want all incoming calls and messages received in this phone forwarded to another phone, then you can do that by setting forwarding calls and message using option available on Samsung Dive site.

See also: How to Forward Calls and Messages Received on Samsung Galaxy S3 Remotely Using Samsung Dive

While you on the main page of the Samsung Dive site, you can

Wednesday, 3 July 2013

Samsung Galaxy S3: How to Change Text Messages Background Style

While you on Messaging app, you can do some setting to personalize the look of this app. One of which is you can change your message bubble shape and color to the one you like the most.

See also: How to Change Text Messages Bubble Shape and Color on Samsung Galaxy S3

One more thing you can do to personalize your Messaging app is by changing its background style. You can choose the one you wish

Samsung Galaxy S3: How to Change Text Message Bubble Shape and Color

Personalizing your Galaxy SIII is the most fun things you can do with this phone. Make it unique and represent your personal style will make this phone truly yours. For example, you can change its font styles to the styles that best suit you. See also: How to Change Font Style on Samsung Galaxy S3Another things you can personalizing is message bubble style. You can choose the one you most like

Tuesday, 2 July 2013

Samsung Galaxy S3: How to Insert Emoticon to Text Messages

Using text message template is the best way you can do if you are the one who often send message with the same format to a lot of peoples in many times.See also: How to Create Text Message Template on Samsung Galaxy S3 In addition to add text template while you on enter text field on Messaging app, you can also add smiley emoticon to your message to make your message more live and expressive.How

Samsung Galaxy S3: How to Forward Calls and Messages Remotely Using Samsung Dive

One of the useful option on Samsung Dive is you can remotely locked your lost or stolen phone to avoid unauthorized people accessing your phone and data.See also: How to Lock Samsung Galaxy S3 Remotely Using Samsung Dive While you on samsungdive.com, you can also setting to forward calls or messages received on your lost or stolen phone to another mobile phone number. This option will be useful

Monday, 1 July 2013

Samsung Galaxy S3: How to Sort Applications on App Drawer

There are so many things that you can do while you on app drawer on your Samsung Galaxy SIII. One of them is you can hide certain apps in order to make another person don't know that this apps is running on your phone.

See also: How to Hide or Unhide Apps on Samsung Galaxy S3

One more thing you can do while on app drawer is customizing its layout. You can choose which view type you wish to use

Samsung Galaxy S3: How to Create and Send Multimedia Message to Group

One of the advantage that you can get once you create new contact group on your Galaxy S3 and add members to this group is you can send them a same text message at once.

See also: How to Send Text Message to Group on Samsung Galaxy S3

In addition to send text message, you can also send multimedia message to group with ease. This of course will be useful if you want to send them message contain