How to Setup Google’s PageSpeed Service On Your Website

pagespeed-main 
To push for a faster web, Google has launched several guidelines and tools that allow you to optimize your website to load faster. If you have followed all the steps, like setting up CDN, minifying CSS and javascripts etc, and find that your website still doesn’t load as fast as you wanted to, then it is best for you to setup Google’s PageSpeed Service and let Google optimize and serve your website for you.

How PageSpeed Service work?

The concept behind the PageSpeed service is simple. After you have set it up, Google will grab a copy of your website, optimize it and cache it in their server. When a request is made on your website, the optimized and cached version from Google server are served in place of the copy from your own server.

Requirement

There are a few things that you must fulfil before you can make use of the PageSpeed Service.
1. Your domain name must contain the “www” prefix (for example, http://www.example.com). Bare domain such as “http://example.com” (without the www) are not supported at the moment.
2. You need to be able to change your domain’s CNAME and Host record. If you have registered your domain name with your web host, you will need to contact your web host and get them to change the CNAME record for you.

Setting up PageSpeed Service on your website

1. Go to this page and click the “Sign up now” button.
pagespeed-signup
Note: PageSpeed Service is currently invite-only. It will take some time for Google to approve your application and send you an invite. I received my invitation in less than an hour after submitting the signup form, but your mileage will vary.
2. Once you have received your invitation, go to Google API page and click the “PageSpeed Service” link in the sidebar.
pagespeed-link-at-sidebar
3. Under the “Add new domain” section, enter the domain of your website. Make sure you exclude the “http://” and include the “www” for your domain name.
pagespeed-enter-domain
Note: If you have not previously verified your website in Google Webmaster, it will prompt you to verify your website before you can proceed.
When you have completed this step, you are done configuring the Google PageSpeed Service for your website. The next step is to change your domain’s CNAME record so Google can serve the cached page for you.
4. Login to your domain registrar and go to the host record section for your domain. For NameCheap, you can access it from the “All Hosts Record” link under the “Host Management” section. For GoDaddy, it is under the DNS Manager section. The instructions below is for NameCheap.
You should see a “www” in your Hosts Record. In most cases, it should be pointed to the same IP address as the “@” record.
pagespeed-hosts-record
Here are the things that you need to change:
  • Change the IP address to “pagespeed.googlehosted.com” (without the quote). In some cases, you might have to add a “.” (dot) at the end (“pagespeed.googlehosted.com.“).
  • Next, change the Record Type from “A” to “CNAME”
  • Save the changes
pagespeed-change-cname-record
That’s it. Now you just need to wait for the DNS changes to propagate throughout the web (it could be as long as 24 hours). For those who are not using NameCheap, you can check out the instructions here for your Domain Registrar.
5. Last, but not least, you might want to redirect all your visitor from the “non-www” domain (http://example.com) to the “www” domain (http://www.example.com) so the cached version from PageSpeed Service will be served at all times. For Apache server that supports .htaccess file, you can just add this entry at the very top of your .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Remember to change the “example.com” to your own domain name.

Page Speed Comparison

After you have properly setup PageSpeed Service on your site, you can now run a page speed test and see the increase in performance. At the Google API Console, simply click the “Run Speed Test” link and it will bring you to the page where you can run the speed test.
Now you can sit back and enjoy the speed boost.

5 5 Widgets Display Post Views Count in Blogger - New!

blogger postviews pluginYes you heard it right, all BlogSpot blogs will now be able to display a dynamic count for individual pageviews. We can now easily create this  post view counter without worrying about servers or server code. With a free service like Firebase you can now create dynamic and data-driven plugins for blogger without worrying about backend development. Firebase was launched in April 2012 and since then it had been the hub for developers. Amazingly this free plan gives you 10GB Free bandwidth and 5GB Free storage. Which in our case is more than required! We had been lucky to utilize this free service for blogger platform and create some amazing scripts with the help of our developer Ahmed Nasir. Today's tutorial will help you to install a dynamic script that will automatically increment its initial count value when a visitor views your blog posts. The counter data will be stored on a free database provided by Firebase. Lets first see a demo!


Note: The postviews count wont change when you refresh the blog homepage but it will change only when you visit individual posts.

1. Create your Firebase Account

In order to gain access to a free database and be able to keep a backup of your postviews counter data, you must sign up for a free account at Firebase.
Fill up the easy steps sensibly and then once your account has been activated, you must create your first Firebase database.

2. Create a Firebase Database

You can create 2 firebases. At present just create one, we will guide you later in coming posts about amazing things you can play with this free service.
  1. Towards the bottom right side of your account, you will find the following submit box.
creating a firebase
  2.   Inside this box input your website name. In my case I inserted mybloggertricks and this generated the following firebase URL: https://mybloggertricks.firebaseio.com
  3.   Finally hit the create button and note down your firebase URL because we would need it later in this tutorial.

3. Installing Postviews Plugin

  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Tick the box "Expand widget Templates"
  5. Search for ]]></b:skin>
  6. Just above it paste the following CSS code:
/*-------- Post Views  ----------*/
#views-container {
width: 85px;
float: right;
}
.mbtloading {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcSKIXP6pDJuxdx2DF6g5K3_khPs2ENTfROuxsdF4UOy0DQGvpt-rTAsCauMeBBfedXBXvVzWB3JdtrYFvywgYtthmRV_IJbHBampjd8Y2wEEecbozgdpLnhXEp7NpTmYTBhzsW1bcOqRP/s320/mbtloading.gif') no-repeat left center;
width: 16px;
height: 16px;
}
.viewscount {
float: right;
color: #EE5D06;
font: bold italic 14px arial;
}
.views-text {
float: left;
font: bold 12px arial;
color: #333;
}
.views-icon{
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjn4zLJjrksemQqHxHqdAeX2jSiS34wmRBu9KzExvuJYbszb5SOgb108nSk3o3GkPrwfaZsx6X4gZAVh1dCeEVNvUD6aBnmU4G1_PFZGHMuJaR77K6toG0i9pyajhyphenhyphenDg352w6K8dZ9OR4M/s1600/postviews.png') no-repeat left;
border: 0px;
display: block;
width: 16px;
height: 16px;
float: left;
padding: 0px 2px;
}
    Customizations:
  • To change the text color of the numeric count, edit #EE5D06
  • To change the plugin alignment, change right to left.
   7.  Next search for </body>  and just above it paste the following JavaScript code:
<!-- Post Views Script by MBT -->
<script type='text/javascript'>
    window.setTimeout(function() {
        document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
      }, 10);
  </script>
<script src='https://cdn.firebase.com/v0/firebase.js' type='text/javascript'/>
<script>
$.each($(&#39;a[name]&#39;), function(i, e) {
var elem = $(e).parent().find(&#39;#postviews&#39;).addClass(&#39;mbtloading&#39;);
var blogStats = new Firebase(&quot;https://mybloggertricks.firebaseio.com/pages/id/&quot; + $(e).attr(&#39;name&#39;));
blogStats.once(&#39;value&#39;, function(snapshot) {
var data = snapshot.val();
var isnew = false;
if(data == null) {
data= {};
data.value = 0;
data.url = window.location.href;
data.id = $(e).attr(&#39;name&#39;);
isnew = true;
}
elem.removeClass(&#39;mbtloading&#39;).text(data.value);
data.value++;
if(window.location.pathname!=&#39;/&#39;)
{
if(isnew)
blogStats.set(data);
else
blogStats.child(&#39;value&#39;).set(data.value);
}
});
});
</script>
Make this change:
  • Replace the highlighted brown line with your firebase URL (Step#2). Make sure you replace it correctly by taking care of forward slash (/)
    8.  Now one last step. Find this code:
   <data:post.body/>
Note: If you are finding multi occurrences of the same code then choose the first occurrence.   
   9. Just above it paste the following HTML,
<!-- Post Views Counter by MBT-->
<div id='views-container'><span class='views-icon'/><div class='views-text'>Views:</div> <div class='mbtloading viewscount' id='postviews'/></div>
You can replace views: with any text you like.

    10.  Now the final step, paste the following jquery link just below <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>

    11.  Hit save and you are all done!
Visit your blog and press F5 (refresh page) to see the counts dancing just perfectly! :)

Copyrights

Developers and niche bloggers are most welcome to share this  Plugin with their readers and friends. Please attribute the credits back to MBT blog as the only favor in return. It takes hours of efforts to write and debug these scripts. This plugin comes under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

Need help?

We just hope this plugin adds new fuel to your blogger powered blogs. We tried best to keep it working as efficient as possible. You wont run out of bandwidth as long as you create your own Firebase accounts and not use ours (our firebase url). 
This plugin will display views only once pages are visited. It is not synchronized with your Google analytics stats data, therefore it will only display correct views for the new posts that you publish.
Let me know if you needed any help. We have some more interesting scripts coming up this week. Stay tuned! Peace and blessings buddies :)
Don't forget to try:

Facebook Comments Counter For Blogger - Part2

Live Demo

Facebook Comments Series
Part2: Facebook Comment Counter For Blogger (Blogger + Facebook)
Par3: Optimize Facebook Comments To Increase Blog Traffic

Count Facebook Comments in Blogger

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click the "Expand Widgets Templates" box
  4. Search for this code,
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
    5.   The above code can occur thrice. Just replace the first occurrence of the code above with the following code:
<br/>
<div style='border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:3px 0px; text-align:right;'>
<img class='comments-tab-icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzA5OC0GdefvZXosCmMld6y7mtsQXPPb_ndfPJQz3KJRpZ8IHsKAuzFjqcCrg3fjOixmmslqKdQHPkr-BYgMQUzxY5pFypu5hm1Xm3ak3EiYyiDJN0Yky6QA310mn7IzsTfmexqJtrxko/s400/fb.png'/>
<a class='comment-link' expr:href='data:post.addCommentUrl'><fb:comments-count expr:href='data:post.url'/> Comments</a>
<img class='comments-tab-icon' src='http://www.blogger.com/img/icon_logo32.gif'/> <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</div>
       6.  Next search for ]]></b:skin>  and just above it paste the following CSS line;
.comments-tab-icon { height: 14px;  width: auto;  margin-right: 3px;}
       7.   Save your template and you are all done!
Visit your blogs and you will see Facebook comments Count along with blogger comments count for each post between two horizontal borders.

Troubleshooting

If you needed any help just let me know. I hope this part was less techy compared to the previous one. If you need any assistance then just post your query. I know I am too lazy at replying quickly but I will surely answer every query asked. Peace and blessings dear brothers. :)

3 14 Widgets Show Facebook Comments Inside Tabs in Blogger - Part 1

tabbed facebook commentsFacebook Comments plugin has rapidly replaced third part commenting system like disqus and others. They are now also being crawled and index by search robots. Our first tutorial on facebook comments box and Facebook comment count was widely appreciated by a large audience and helped most of you. Today we have something even more interesting. Thanks to James we learnt a new way of displaying facebook comments in blogger blogs. We will be using a different approach here and only using the javascript code and CSS code from james and keeping other settings entirely different.


Live Demo
In today's tutorial we will learn how to show both facebook and blogger comments inside tabs that can be easily switched and toggled. The comment count will appear inside the tabs with an icon thus letting the visitor a much clearer option of commenting. The tabs are clickable to behave like buttons.  The tabs act more like two separate pages that let the user decide which commenting system to choose. The tabs are created using normal JavaScript code used for toggle view. Its extremely easy to install if you follow this tutorial carefully. I am sure most of you were waiting for this therefore it would be fun sharing it today.
Facebook Comments Series
Part1: Show Facebook comments Inside Tabs in Blogger
Part2: Display Facebook Comments Count on Homepage (Blogger + Facebook)
Par3: Optimize Facebook Comments To Increase Blog Traffic

Create a Facebook App

In order to control and keep a backup of the comments made on your blog you will need to create a FB application. The steps of creating this app is very simple. Simply follow these easy steps:
Note: Facebook has changed its layout interface so the screenshots could look a little different from current interface. Steps are exactly the same.
  1. Go To Facebook Developers Page
  2. Submit your blog URL and give it a name. Keep Site name as your "Blog Title" and Site URL as your "blog address"
site-url
     3.   Hit "create app" button and proceed
     4.   After submitting the security check code you will see this page,
app-id
       5.   Save that FACEBOOK APP ID in a notepad because we will need that later. Now Click the link near the top-right corner of the same page that says "Developer Dashboard"
image
      6.  One the new window that appears click the Edit Settings link ,
edit-settings
        7.  Then go to Website option and write your Site Domain as blogspot
website
       8.  Save Changes and jump to the next step of this tutorial

Creating Tabs For Facebook Comments in Blogger

For blogger comments to display next to tabbed facebook comments, your blogger comment form settings must be set to embedded below post. To show blogger comments below posts do this:
  1. Go To Blogger > Settings > Comments
  2. Set "Comment Form Placement"  to  Embedded below post
Now follow these easy steps one by one:
  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click the "Expand widget templates" box
  4. Search for <head>
  5. Just below it add the following code,
<meta expr:content='data:blog.pageTitle' property='og:title'/>
<meta expr:content='data:blog.url' property='og:url'/>
<meta content='article' property='og:type'/>
<meta content='Blog LOGO Image Link' property='og:image'/> <meta content='FACEBOOK APP ID' property='fb:app_id'/>

<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
    <script src='http://code.jquery.com/jquery-latest.js'/>
    <script type='text/javascript'>
    function commentToggle(selectTab) {
      $(&quot;.comments-tab&quot;).addClass(&quot;inactive-select-tab&quot;);
      $(selectTab).removeClass(&quot;inactive-select-tab&quot;);
      $(&quot;.comments-page&quot;).hide();
      $(selectTab + &quot;-page&quot;).show();
    }
    </script>

  • Replace Blog LOGO Image Link with the image link of your blog logo. Your logo size should be as small as 30px by 30px in size. If you don't want a logo to display whenever someone shares your comment on his wall then simply delete the yellow highlighted code.
  • Replace FACEBOOK APP ID  with the numeric facebook app Id that you were asked to note down. You can find your Facebook App ID in settings page of the app you created earlier.
      6.    Search for <html and replace it with the following code,
<html xmlns:fb='http://www.facebook.com/2008/fbml'
Note: Give a space at the end of the above code.
   7.  Now Search for ]]></b:skin>    and just above it paste the following CSS code,
/*--- Tabbed Facebook Comments By MBT ----*/ .comments-page {  background-color: #f2f2f2; width:450px;}
    #blogger-comments-page {  padding: 0px 5px;  display: none;}
    .comments-tab { float: left; padding: 5px; margin-right: 3px; cursor: pointer; background-color: #f2f2f2;}
    .comments-tab-icon { height: 14px;  width: auto;  margin-right: 3px;}
    .comments-tab:hover { background-color: #eeeeee;}
    .inactive-select-tab { background-color: #d1d1d1;}
  • To change the background colour of tabs content area simply edit #f2f2f2
  • To change the width of the comment box container change width:450px;
  8.  Next search for this
<div class='comments' id='comments'>
After the first occurrence of the above available code paste this code:
<div class='comments-tab' id='fb-comments' onclick='javascript:commentToggle(&quot;#fb-comments&quot;);' title='Comments made with Facebook'>
<img class='comments-tab-icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhA0DCBN2UZwdPyVBrWeiMyZlKk0GuN7RzEyImGhDqEIFmjPZ-9aswc_2Y8BmiOjndgrzry5L5QHyEF7En_4do1-s81yKMyhuaJTa39sKyY6DUbeEndhgCnERZwxxeVYpATOEXcj2lhgDQ/s400/fbcomment.png'/>
<fb:comments-count expr:href='data:post.url'/> Comments </div>
<div class='comments-tab inactive-select-tab' id='blogger-comments' onclick='javascript:commentToggle(&quot;#blogger-comments&quot;);' title='Comments from Blogger'>
<img class='comments-tab-icon' src='http://www.blogger.com/img/icon_logo32.gif'/> <data:post.numComments/> Comments </div><div class='clear'/>
</div>


    <div class='comments-page' id='fb-comments-page'>
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
       <div id='fb-root'/>
       <fb:comments colorscheme='light' expr:href='data:post.canonicalUrl' expr:title='data:post.title' expr:xid='data:post.id' width='450'/> <div style='color:#fff; background-color:#3B5998;border: solid 1px #ddd; font-size:10px; padding:3px; width:440px;'>Facebook Comments by 
<b><a href='http://www.mybloggertricks.com/' style='text-decoration:underline; color:#fff;' target='_blank' title='Blogger Widgets'>Blogger Widgets</a></b>
</div>

</b:if>
     </div>


Note: If the above code gave errors then delete the red highlighted lines from the code above.
  • To change the width of the comment box size change the numeric value width='450' . Keep it equal to the width of the comment box container we set earlier in step#7.
  • To change the footer credits size (i.e. Facebook Comments by blogger Widgets), change this value width:440px
  • Keep a difference of 10 pixels between the comment box size and footer size. For example if you set comment box-size to width='450' then set footer-size to width:440px
  • To change the text inside tabs edit Comments for Facebook Tab   and  Comments for Blogger Tab
      9.   Save your template and you are All Done!
Visit your blog to see it working just fine. :)
Note: If you have activated blogger threaded comments then the Tabs will display only when at least one comment is posted in blogger

Moderate Comments

In order to mark any comment as spam or remove/hide any comment you need to log into your facebook account and then visit this page:
You can moderate all comments at once without visiting every post in your blog and moderating comments individually for every post.

How To allow Other Login Providers

With Facebook Plugin you can choose to accept comments even with Yahoo, Hotmail or AOL. To accept comment from third part providers simply click the Settings link on Facebook comment box inside any of your post and click the checkbox that says "Other login providers"
image
other login providers
Note: The Settings link or Moderator view will only appear on your new new posts or on posts with less than 2 Facebook comments posted. There fore in order to make a one time settings, simply visit your fresh post and edit it from the facebook tab.

Credits

This tabbed commenting system has been enhanced and publicized by MBT blog by using scripts of James. If you wish to share this post with your readers then kindly link back to this post as the only favor for our efforts.

Need Help?

I am sure this post looks a little too techy but its made as easy as possible. If you ran into a trouble then just let me know by posting your query. The next part of this series will teach you how to display facebook and blogger comments count on homepage in a presentable way. Peace and blessings pals! :)

bat ဖိုင္ကေန exe အၿဖစ္သို႔ေၿပာင္းမယ္

 
free ေပါ့ဗ်ာ။ အရမ္းလည္းေကာင္းပါတယ္။ လြယ္လည္းလြယ္တယ္။ crack လည္းမလိုဘူး။ အကုန္ေအးေဆးပဲ။ သူမ်ားကို bat ဖိုင္နဲ႔သြားစၿပီးပို႔ရင္မဖြင့္ၾကဘူးေလ။ exe နဲ႔ trick ကေလးက်ေတာ့ မဆိုးဘူး...လန္းတယ္။ စမ္းၿပီးသားေနာ္။ ဟဲဟဲ။ ဒါေၾကာင့္ သူမ်ားကို ေ၀မွ်ခ်င္တဲ့အေနနဲ႔ေရးသားလိုက္ပါတယ္။

ဒီလိုဗ်ာ။ Bat To Exe Converter.exe ကိုဖြင့္ပါ။ bat ဖုိင္ေလးကိုတင္လိုက္ရင္ exe ဖိုင္အၿဖစ္ထုတ္ေပးပါလိမ့္မယ္။ ဘာမွမၿပင္ပါနဲ႔။ ၿပင္ခ်င္ရင္လည္းစိတ္တုိင္းက်ေပါ့ဗ်ာ။ advanced အတြက္သက္သက္ရွိတယ္။ bat code နဲ႔ exe အၿဖစ္ပါ။ အားရင္တင္ေပးပါမယ္ဗ်ာ။




098Tr0j4n
(www.zware.devhub.com)
<28/11/2011>

Sony Ericsson Xperia X8 root လုပ္နည္း အဆင္႔ဆင္႔

  • Hein Koko
    Friday
    Hein Koko
    • ကိုေအာင္ေက်ာ္ေရsonyericssonx8 root လုတ္နည္းေလးကူညီပါအံုး
      ကို ဟိန္းကိုကို ခင္ဗ်ာ.. ၇ွာေဖြေပးလိုက္ပါတယ္..

 
  1. Xperia X8 USB Drivers ကို Download လုပ္ၿပီး  ရင္ ကြန္ၿပဴတာထဲ ကို install လုပ္လိုက္ ပါ  
  2. ဖုန္း ထဲ က USB debugging ကို ဖြင္႔ ေပး လိုက္ပါ : Settings>Applications>Development>USB Debugging
  3. Download superoneclick v2.2
  4.  ေဒါင္းထားတဲ႔ SuperOneClick.zip ဖိုင္ ကို ဖုိင္အသစ္တစ္ခု ထဲ ကို zip  ၿဖည္ခ်လိုက္ ပါ ။
  5. ၿပီးရင္ ကြန္ၿပဴတာေကာ ဖုန္း ေကာ ကို restart ၿပန္လုပ္ လိုက္ ပါ ။
  6. ဖုန္းကို ကြန္ၿပဴတာနဲ႔ ခ်ိတ္ လိုက္ ပါ ။ဖုန္း ထဲ က USB debugging ကို on ထား  ပါ ။. DO NOT MOUNT THE SD CARD!!!
  7. ၿပီးရင္ ေစာေစာ ကzip ၿဖည္ထား တဲ႕ ဖိုင္ ထဲ င “SuperOneClick.exe” ကို ဖြင္႔ လိုက္ပါ.
  8. root ဆိုတာေလး ႏိုပ္လိုက္ ပါ ။မိနစ္ အနည္းငယ္ ၾကာရင္ ၿပီးသြားပါၿပီ .
 


If it doesn’t work at the first time just re-run the program once or twice.

  
Credit: Mobilehouse

Samsung Galaxy SIII Root လုပ္နည္း


Samsung ကေနာက္ဆံုးထုတ္လိုက္တဲ့ Galaxy SIII Root လုပ္နည္းေလးပါ. လုိအပ္မည့္သူမ်ား  ရွိၾကမယ္ထင္လုိ ့  ဒီ post ေလးကုိ
ေရးလုိက္ပါ၏. Root မလုပ္ခင္ လုိအပ္မည့္  Galaxy SIII ရဲ ့ Driver . Odin V.3.04 .. CF-Root-SGS3-v6.3.tar တုိ ့ကုိ ေအာက္မွာ
Download ယူလုိက္ပါ.Driver ရွိျပီးသားဆုိရင္ေတာ့ မလုိေတာ့ပါဘူး က်န္တဲ ့ ႏွစ္မ်ဳိးကုိသာ Download ယူလုိက္ပါ။
( ၁) Galaxy SIII Driver for Download

( ၂ ) Odin V.3.04 for download
( ၃ ) CF-Root-SGS3-v6.3.tar for download
( ၄ ) Setting >> About Device >> Model number က GT-I9300 ျဖစ္ရမွာျဖစ္ပါတယ္.
        ေသခ်ာရင္ေတာ့ ဖုန္းကိုပိတ္လိုက္ပါ။
( ၅ ) Volume Down + Home + Power ကိုဖိထားပါ။
( ၆ ) Download Mode ထဲေရာက္ဖုိ ့  Warning Message ေပၚလာရင္ Volume Up ကုိႏွိပ္ျပီးသြားပါ။
( ၇ ) Download Mode ထဲေရာက္ျပီးဆုိရင္ ဖုန္းကို Computer နဲ႔ခ်ိတ္လိုက္ပါ။
( ၈ ) Download လုပ္ထားတဲ့ Odin V.3.04 ျဖည္ၿပီး Odin ကိုဖြင့္လိုက္ပါ။
( ၉ ) PDA ကို ႏွိပ္ၿပီး Download လုပ္ထားတဲ့ CF-Root-SGS3-v6.3.tar ကိုေရြး Start ကို ႏွိပ္လုိက္ပါ။
( ၁၀ ) Odin v.3.04 ထဲမွာ PASS ဆိုတဲ့ အစိမ္းေရာင္ေနာက္ခံနဲ႔ စာသားေပၚလာရင္ ဖုန္းရဲ႕ USB ႀကိဳးကိုျဖဳတ္လုိက္ပါ။
( ၁၁ ) ဖုန္း Restart ျပန္တက္လာရင္ေတာ့ CWM Manager နဲ႔ SuperSU တို႔ကုိ Install လုပ္ၿပီးသားေတြ႔ရမွာျဖစ္ပါတယ္။

ဤတြင္  Sansumg  Galaxy  SIII  Root  လုပ္ျခင္းလုပ္ငန္းစဥ္မ်ား ျပီးဆုံးပါျပီး. ကၽြႏု္ပ္၏ ဒီ post ေလးကုိ သည္းခံစြာ ဖတ္႐ႈရင္းျဖင့္
အဆင္ေျပၾကပါေစ…
                                                                                                                                                    ေနာင္ေနာင္

3/27/13

How to Setup Google’s PageSpeed Service On Your Website

0comments
pagespeed-main 
To push for a faster web, Google has launched several guidelines and tools that allow you to optimize your website to load faster. If you have followed all the steps, like setting up CDN, minifying CSS and javascripts etc, and find that your website still doesn’t load as fast as you wanted to, then it is best for you to setup Google’s PageSpeed Service and let Google optimize and serve your website for you.

How PageSpeed Service work?

The concept behind the PageSpeed service is simple. After you have set it up, Google will grab a copy of your website, optimize it and cache it in their server. When a request is made on your website, the optimized and cached version from Google server are served in place of the copy from your own server.

Requirement

There are a few things that you must fulfil before you can make use of the PageSpeed Service.
1. Your domain name must contain the “www” prefix (for example, http://www.example.com). Bare domain such as “http://example.com” (without the www) are not supported at the moment.
2. You need to be able to change your domain’s CNAME and Host record. If you have registered your domain name with your web host, you will need to contact your web host and get them to change the CNAME record for you.

Setting up PageSpeed Service on your website

1. Go to this page and click the “Sign up now” button.
pagespeed-signup
Note: PageSpeed Service is currently invite-only. It will take some time for Google to approve your application and send you an invite. I received my invitation in less than an hour after submitting the signup form, but your mileage will vary.
2. Once you have received your invitation, go to Google API page and click the “PageSpeed Service” link in the sidebar.
pagespeed-link-at-sidebar
3. Under the “Add new domain” section, enter the domain of your website. Make sure you exclude the “http://” and include the “www” for your domain name.
pagespeed-enter-domain
Note: If you have not previously verified your website in Google Webmaster, it will prompt you to verify your website before you can proceed.
When you have completed this step, you are done configuring the Google PageSpeed Service for your website. The next step is to change your domain’s CNAME record so Google can serve the cached page for you.
4. Login to your domain registrar and go to the host record section for your domain. For NameCheap, you can access it from the “All Hosts Record” link under the “Host Management” section. For GoDaddy, it is under the DNS Manager section. The instructions below is for NameCheap.
You should see a “www” in your Hosts Record. In most cases, it should be pointed to the same IP address as the “@” record.
pagespeed-hosts-record
Here are the things that you need to change:
  • Change the IP address to “pagespeed.googlehosted.com” (without the quote). In some cases, you might have to add a “.” (dot) at the end (“pagespeed.googlehosted.com.“).
  • Next, change the Record Type from “A” to “CNAME”
  • Save the changes
pagespeed-change-cname-record
That’s it. Now you just need to wait for the DNS changes to propagate throughout the web (it could be as long as 24 hours). For those who are not using NameCheap, you can check out the instructions here for your Domain Registrar.
5. Last, but not least, you might want to redirect all your visitor from the “non-www” domain (http://example.com) to the “www” domain (http://www.example.com) so the cached version from PageSpeed Service will be served at all times. For Apache server that supports .htaccess file, you can just add this entry at the very top of your .htaccess file:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Remember to change the “example.com” to your own domain name.

Page Speed Comparison

After you have properly setup PageSpeed Service on your site, you can now run a page speed test and see the increase in performance. At the Google API Console, simply click the “Run Speed Test” link and it will bring you to the page where you can run the speed test.
Now you can sit back and enjoy the speed boost.

3/25/13

5 5 Widgets Display Post Views Count in Blogger - New!

4comments
blogger postviews pluginYes you heard it right, all BlogSpot blogs will now be able to display a dynamic count for individual pageviews. We can now easily create this  post view counter without worrying about servers or server code. With a free service like Firebase you can now create dynamic and data-driven plugins for blogger without worrying about backend development. Firebase was launched in April 2012 and since then it had been the hub for developers. Amazingly this free plan gives you 10GB Free bandwidth and 5GB Free storage. Which in our case is more than required! We had been lucky to utilize this free service for blogger platform and create some amazing scripts with the help of our developer Ahmed Nasir. Today's tutorial will help you to install a dynamic script that will automatically increment its initial count value when a visitor views your blog posts. The counter data will be stored on a free database provided by Firebase. Lets first see a demo!


Note: The postviews count wont change when you refresh the blog homepage but it will change only when you visit individual posts.

1. Create your Firebase Account

In order to gain access to a free database and be able to keep a backup of your postviews counter data, you must sign up for a free account at Firebase.
Fill up the easy steps sensibly and then once your account has been activated, you must create your first Firebase database.

2. Create a Firebase Database

You can create 2 firebases. At present just create one, we will guide you later in coming posts about amazing things you can play with this free service.
  1. Towards the bottom right side of your account, you will find the following submit box.
creating a firebase
  2.   Inside this box input your website name. In my case I inserted mybloggertricks and this generated the following firebase URL: https://mybloggertricks.firebaseio.com
  3.   Finally hit the create button and note down your firebase URL because we would need it later in this tutorial.

3. Installing Postviews Plugin

  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML
  4. Tick the box "Expand widget Templates"
  5. Search for ]]></b:skin>
  6. Just above it paste the following CSS code:
/*-------- Post Views  ----------*/
#views-container {
width: 85px;
float: right;
}
.mbtloading {
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcSKIXP6pDJuxdx2DF6g5K3_khPs2ENTfROuxsdF4UOy0DQGvpt-rTAsCauMeBBfedXBXvVzWB3JdtrYFvywgYtthmRV_IJbHBampjd8Y2wEEecbozgdpLnhXEp7NpTmYTBhzsW1bcOqRP/s320/mbtloading.gif') no-repeat left center;
width: 16px;
height: 16px;
}
.viewscount {
float: right;
color: #EE5D06;
font: bold italic 14px arial;
}
.views-text {
float: left;
font: bold 12px arial;
color: #333;
}
.views-icon{
background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjn4zLJjrksemQqHxHqdAeX2jSiS34wmRBu9KzExvuJYbszb5SOgb108nSk3o3GkPrwfaZsx6X4gZAVh1dCeEVNvUD6aBnmU4G1_PFZGHMuJaR77K6toG0i9pyajhyphenhyphenDg352w6K8dZ9OR4M/s1600/postviews.png') no-repeat left;
border: 0px;
display: block;
width: 16px;
height: 16px;
float: left;
padding: 0px 2px;
}
    Customizations:
  • To change the text color of the numeric count, edit #EE5D06
  • To change the plugin alignment, change right to left.
   7.  Next search for </body>  and just above it paste the following JavaScript code:
<!-- Post Views Script by MBT -->
<script type='text/javascript'>
    window.setTimeout(function() {
        document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
      }, 10);
  </script>
<script src='https://cdn.firebase.com/v0/firebase.js' type='text/javascript'/>
<script>
$.each($(&#39;a[name]&#39;), function(i, e) {
var elem = $(e).parent().find(&#39;#postviews&#39;).addClass(&#39;mbtloading&#39;);
var blogStats = new Firebase(&quot;https://mybloggertricks.firebaseio.com/pages/id/&quot; + $(e).attr(&#39;name&#39;));
blogStats.once(&#39;value&#39;, function(snapshot) {
var data = snapshot.val();
var isnew = false;
if(data == null) {
data= {};
data.value = 0;
data.url = window.location.href;
data.id = $(e).attr(&#39;name&#39;);
isnew = true;
}
elem.removeClass(&#39;mbtloading&#39;).text(data.value);
data.value++;
if(window.location.pathname!=&#39;/&#39;)
{
if(isnew)
blogStats.set(data);
else
blogStats.child(&#39;value&#39;).set(data.value);
}
});
});
</script>
Make this change:
  • Replace the highlighted brown line with your firebase URL (Step#2). Make sure you replace it correctly by taking care of forward slash (/)
    8.  Now one last step. Find this code:
   <data:post.body/>
Note: If you are finding multi occurrences of the same code then choose the first occurrence.   
   9. Just above it paste the following HTML,
<!-- Post Views Counter by MBT-->
<div id='views-container'><span class='views-icon'/><div class='views-text'>Views:</div> <div class='mbtloading viewscount' id='postviews'/></div>
You can replace views: with any text you like.

    10.  Now the final step, paste the following jquery link just below <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js' type='text/javascript'></script>

    11.  Hit save and you are all done!
Visit your blog and press F5 (refresh page) to see the counts dancing just perfectly! :)

Copyrights

Developers and niche bloggers are most welcome to share this  Plugin with their readers and friends. Please attribute the credits back to MBT blog as the only favor in return. It takes hours of efforts to write and debug these scripts. This plugin comes under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.

Need help?

We just hope this plugin adds new fuel to your blogger powered blogs. We tried best to keep it working as efficient as possible. You wont run out of bandwidth as long as you create your own Firebase accounts and not use ours (our firebase url). 
This plugin will display views only once pages are visited. It is not synchronized with your Google analytics stats data, therefore it will only display correct views for the new posts that you publish.
Let me know if you needed any help. We have some more interesting scripts coming up this week. Stay tuned! Peace and blessings buddies :)
Don't forget to try:

Facebook Comments Counter For Blogger - Part2

0comments
Live Demo

Facebook Comments Series
Part2: Facebook Comment Counter For Blogger (Blogger + Facebook)
Par3: Optimize Facebook Comments To Increase Blog Traffic

Count Facebook Comments in Blogger

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click the "Expand Widgets Templates" box
  4. Search for this code,
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
    5.   The above code can occur thrice. Just replace the first occurrence of the code above with the following code:
<br/>
<div style='border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:3px 0px; text-align:right;'>
<img class='comments-tab-icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzA5OC0GdefvZXosCmMld6y7mtsQXPPb_ndfPJQz3KJRpZ8IHsKAuzFjqcCrg3fjOixmmslqKdQHPkr-BYgMQUzxY5pFypu5hm1Xm3ak3EiYyiDJN0Yky6QA310mn7IzsTfmexqJtrxko/s400/fb.png'/>
<a class='comment-link' expr:href='data:post.addCommentUrl'><fb:comments-count expr:href='data:post.url'/> Comments</a>
<img class='comments-tab-icon' src='http://www.blogger.com/img/icon_logo32.gif'/> <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</div>
       6.  Next search for ]]></b:skin>  and just above it paste the following CSS line;
.comments-tab-icon { height: 14px;  width: auto;  margin-right: 3px;}
       7.   Save your template and you are all done!
Visit your blogs and you will see Facebook comments Count along with blogger comments count for each post between two horizontal borders.

Troubleshooting

If you needed any help just let me know. I hope this part was less techy compared to the previous one. If you need any assistance then just post your query. I know I am too lazy at replying quickly but I will surely answer every query asked. Peace and blessings dear brothers. :)

3 14 Widgets Show Facebook Comments Inside Tabs in Blogger - Part 1

0comments
tabbed facebook commentsFacebook Comments plugin has rapidly replaced third part commenting system like disqus and others. They are now also being crawled and index by search robots. Our first tutorial on facebook comments box and Facebook comment count was widely appreciated by a large audience and helped most of you. Today we have something even more interesting. Thanks to James we learnt a new way of displaying facebook comments in blogger blogs. We will be using a different approach here and only using the javascript code and CSS code from james and keeping other settings entirely different.


Live Demo
In today's tutorial we will learn how to show both facebook and blogger comments inside tabs that can be easily switched and toggled. The comment count will appear inside the tabs with an icon thus letting the visitor a much clearer option of commenting. The tabs are clickable to behave like buttons.  The tabs act more like two separate pages that let the user decide which commenting system to choose. The tabs are created using normal JavaScript code used for toggle view. Its extremely easy to install if you follow this tutorial carefully. I am sure most of you were waiting for this therefore it would be fun sharing it today.
Facebook Comments Series
Part1: Show Facebook comments Inside Tabs in Blogger
Part2: Display Facebook Comments Count on Homepage (Blogger + Facebook)
Par3: Optimize Facebook Comments To Increase Blog Traffic

Create a Facebook App

In order to control and keep a backup of the comments made on your blog you will need to create a FB application. The steps of creating this app is very simple. Simply follow these easy steps:
Note: Facebook has changed its layout interface so the screenshots could look a little different from current interface. Steps are exactly the same.
  1. Go To Facebook Developers Page
  2. Submit your blog URL and give it a name. Keep Site name as your "Blog Title" and Site URL as your "blog address"
site-url
     3.   Hit "create app" button and proceed
     4.   After submitting the security check code you will see this page,
app-id
       5.   Save that FACEBOOK APP ID in a notepad because we will need that later. Now Click the link near the top-right corner of the same page that says "Developer Dashboard"
image
      6.  One the new window that appears click the Edit Settings link ,
edit-settings
        7.  Then go to Website option and write your Site Domain as blogspot
website
       8.  Save Changes and jump to the next step of this tutorial

Creating Tabs For Facebook Comments in Blogger

For blogger comments to display next to tabbed facebook comments, your blogger comment form settings must be set to embedded below post. To show blogger comments below posts do this:
  1. Go To Blogger > Settings > Comments
  2. Set "Comment Form Placement"  to  Embedded below post
Now follow these easy steps one by one:
  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Click the "Expand widget templates" box
  4. Search for <head>
  5. Just below it add the following code,
<meta expr:content='data:blog.pageTitle' property='og:title'/>
<meta expr:content='data:blog.url' property='og:url'/>
<meta content='article' property='og:type'/>
<meta content='Blog LOGO Image Link' property='og:image'/> <meta content='FACEBOOK APP ID' property='fb:app_id'/>

<script src='http://connect.facebook.net/en_US/all.js#xfbml=1'/>
    <script src='http://code.jquery.com/jquery-latest.js'/>
    <script type='text/javascript'>
    function commentToggle(selectTab) {
      $(&quot;.comments-tab&quot;).addClass(&quot;inactive-select-tab&quot;);
      $(selectTab).removeClass(&quot;inactive-select-tab&quot;);
      $(&quot;.comments-page&quot;).hide();
      $(selectTab + &quot;-page&quot;).show();
    }
    </script>

  • Replace Blog LOGO Image Link with the image link of your blog logo. Your logo size should be as small as 30px by 30px in size. If you don't want a logo to display whenever someone shares your comment on his wall then simply delete the yellow highlighted code.
  • Replace FACEBOOK APP ID  with the numeric facebook app Id that you were asked to note down. You can find your Facebook App ID in settings page of the app you created earlier.
      6.    Search for <html and replace it with the following code,
<html xmlns:fb='http://www.facebook.com/2008/fbml'
Note: Give a space at the end of the above code.
   7.  Now Search for ]]></b:skin>    and just above it paste the following CSS code,
/*--- Tabbed Facebook Comments By MBT ----*/ .comments-page {  background-color: #f2f2f2; width:450px;}
    #blogger-comments-page {  padding: 0px 5px;  display: none;}
    .comments-tab { float: left; padding: 5px; margin-right: 3px; cursor: pointer; background-color: #f2f2f2;}
    .comments-tab-icon { height: 14px;  width: auto;  margin-right: 3px;}
    .comments-tab:hover { background-color: #eeeeee;}
    .inactive-select-tab { background-color: #d1d1d1;}
  • To change the background colour of tabs content area simply edit #f2f2f2
  • To change the width of the comment box container change width:450px;
  8.  Next search for this
<div class='comments' id='comments'>
After the first occurrence of the above available code paste this code:
<div class='comments-tab' id='fb-comments' onclick='javascript:commentToggle(&quot;#fb-comments&quot;);' title='Comments made with Facebook'>
<img class='comments-tab-icon' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhA0DCBN2UZwdPyVBrWeiMyZlKk0GuN7RzEyImGhDqEIFmjPZ-9aswc_2Y8BmiOjndgrzry5L5QHyEF7En_4do1-s81yKMyhuaJTa39sKyY6DUbeEndhgCnERZwxxeVYpATOEXcj2lhgDQ/s400/fbcomment.png'/>
<fb:comments-count expr:href='data:post.url'/> Comments </div>
<div class='comments-tab inactive-select-tab' id='blogger-comments' onclick='javascript:commentToggle(&quot;#blogger-comments&quot;);' title='Comments from Blogger'>
<img class='comments-tab-icon' src='http://www.blogger.com/img/icon_logo32.gif'/> <data:post.numComments/> Comments </div><div class='clear'/>
</div>


    <div class='comments-page' id='fb-comments-page'>
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
       <div id='fb-root'/>
       <fb:comments colorscheme='light' expr:href='data:post.canonicalUrl' expr:title='data:post.title' expr:xid='data:post.id' width='450'/> <div style='color:#fff; background-color:#3B5998;border: solid 1px #ddd; font-size:10px; padding:3px; width:440px;'>Facebook Comments by 
<b><a href='http://www.mybloggertricks.com/' style='text-decoration:underline; color:#fff;' target='_blank' title='Blogger Widgets'>Blogger Widgets</a></b>
</div>

</b:if>
     </div>


Note: If the above code gave errors then delete the red highlighted lines from the code above.
  • To change the width of the comment box size change the numeric value width='450' . Keep it equal to the width of the comment box container we set earlier in step#7.
  • To change the footer credits size (i.e. Facebook Comments by blogger Widgets), change this value width:440px
  • Keep a difference of 10 pixels between the comment box size and footer size. For example if you set comment box-size to width='450' then set footer-size to width:440px
  • To change the text inside tabs edit Comments for Facebook Tab   and  Comments for Blogger Tab
      9.   Save your template and you are All Done!
Visit your blog to see it working just fine. :)
Note: If you have activated blogger threaded comments then the Tabs will display only when at least one comment is posted in blogger

Moderate Comments

In order to mark any comment as spam or remove/hide any comment you need to log into your facebook account and then visit this page:
You can moderate all comments at once without visiting every post in your blog and moderating comments individually for every post.

How To allow Other Login Providers

With Facebook Plugin you can choose to accept comments even with Yahoo, Hotmail or AOL. To accept comment from third part providers simply click the Settings link on Facebook comment box inside any of your post and click the checkbox that says "Other login providers"
image
other login providers
Note: The Settings link or Moderator view will only appear on your new new posts or on posts with less than 2 Facebook comments posted. There fore in order to make a one time settings, simply visit your fresh post and edit it from the facebook tab.

Credits

This tabbed commenting system has been enhanced and publicized by MBT blog by using scripts of James. If you wish to share this post with your readers then kindly link back to this post as the only favor for our efforts.

Need Help?

I am sure this post looks a little too techy but its made as easy as possible. If you ran into a trouble then just let me know by posting your query. The next part of this series will teach you how to display facebook and blogger comments count on homepage in a presentable way. Peace and blessings pals! :)

9/10/12

bat ဖိုင္ကေန exe အၿဖစ္သို႔ေၿပာင္းမယ္

0comments
 
free ေပါ့ဗ်ာ။ အရမ္းလည္းေကာင္းပါတယ္။ လြယ္လည္းလြယ္တယ္။ crack လည္းမလိုဘူး။ အကုန္ေအးေဆးပဲ။ သူမ်ားကို bat ဖိုင္နဲ႔သြားစၿပီးပို႔ရင္မဖြင့္ၾကဘူးေလ။ exe နဲ႔ trick ကေလးက်ေတာ့ မဆိုးဘူး...လန္းတယ္။ စမ္းၿပီးသားေနာ္။ ဟဲဟဲ။ ဒါေၾကာင့္ သူမ်ားကို ေ၀မွ်ခ်င္တဲ့အေနနဲ႔ေရးသားလိုက္ပါတယ္။

ဒီလိုဗ်ာ။ Bat To Exe Converter.exe ကိုဖြင့္ပါ။ bat ဖုိင္ေလးကိုတင္လိုက္ရင္ exe ဖိုင္အၿဖစ္ထုတ္ေပးပါလိမ့္မယ္။ ဘာမွမၿပင္ပါနဲ႔။ ၿပင္ခ်င္ရင္လည္းစိတ္တုိင္းက်ေပါ့ဗ်ာ။ advanced အတြက္သက္သက္ရွိတယ္။ bat code နဲ႔ exe အၿဖစ္ပါ။ အားရင္တင္ေပးပါမယ္ဗ်ာ။




098Tr0j4n
(www.zware.devhub.com)
<28/11/2011>

9/9/12

Sony Ericsson Xperia X8 root လုပ္နည္း အဆင္႔ဆင္႔

0comments
  • Hein Koko
    Friday
    Hein Koko
    • ကိုေအာင္ေက်ာ္ေရsonyericssonx8 root လုတ္နည္းေလးကူညီပါအံုး
      ကို ဟိန္းကိုကို ခင္ဗ်ာ.. ၇ွာေဖြေပးလိုက္ပါတယ္..

 
  1. Xperia X8 USB Drivers ကို Download လုပ္ၿပီး  ရင္ ကြန္ၿပဴတာထဲ ကို install လုပ္လိုက္ ပါ  
  2. ဖုန္း ထဲ က USB debugging ကို ဖြင္႔ ေပး လိုက္ပါ : Settings>Applications>Development>USB Debugging
  3. Download superoneclick v2.2
  4.  ေဒါင္းထားတဲ႔ SuperOneClick.zip ဖိုင္ ကို ဖုိင္အသစ္တစ္ခု ထဲ ကို zip  ၿဖည္ခ်လိုက္ ပါ ။
  5. ၿပီးရင္ ကြန္ၿပဴတာေကာ ဖုန္း ေကာ ကို restart ၿပန္လုပ္ လိုက္ ပါ ။
  6. ဖုန္းကို ကြန္ၿပဴတာနဲ႔ ခ်ိတ္ လိုက္ ပါ ။ဖုန္း ထဲ က USB debugging ကို on ထား  ပါ ။. DO NOT MOUNT THE SD CARD!!!
  7. ၿပီးရင္ ေစာေစာ ကzip ၿဖည္ထား တဲ႕ ဖိုင္ ထဲ င “SuperOneClick.exe” ကို ဖြင္႔ လိုက္ပါ.
  8. root ဆိုတာေလး ႏိုပ္လိုက္ ပါ ။မိနစ္ အနည္းငယ္ ၾကာရင္ ၿပီးသြားပါၿပီ .
 


If it doesn’t work at the first time just re-run the program once or twice.

  
Credit: Mobilehouse

Samsung Galaxy SIII Root လုပ္နည္း

0comments

Samsung ကေနာက္ဆံုးထုတ္လိုက္တဲ့ Galaxy SIII Root လုပ္နည္းေလးပါ. လုိအပ္မည့္သူမ်ား  ရွိၾကမယ္ထင္လုိ ့  ဒီ post ေလးကုိ
ေရးလုိက္ပါ၏. Root မလုပ္ခင္ လုိအပ္မည့္  Galaxy SIII ရဲ ့ Driver . Odin V.3.04 .. CF-Root-SGS3-v6.3.tar တုိ ့ကုိ ေအာက္မွာ
Download ယူလုိက္ပါ.Driver ရွိျပီးသားဆုိရင္ေတာ့ မလုိေတာ့ပါဘူး က်န္တဲ ့ ႏွစ္မ်ဳိးကုိသာ Download ယူလုိက္ပါ။
( ၁) Galaxy SIII Driver for Download

( ၂ ) Odin V.3.04 for download
( ၃ ) CF-Root-SGS3-v6.3.tar for download
( ၄ ) Setting >> About Device >> Model number က GT-I9300 ျဖစ္ရမွာျဖစ္ပါတယ္.
        ေသခ်ာရင္ေတာ့ ဖုန္းကိုပိတ္လိုက္ပါ။
( ၅ ) Volume Down + Home + Power ကိုဖိထားပါ။
( ၆ ) Download Mode ထဲေရာက္ဖုိ ့  Warning Message ေပၚလာရင္ Volume Up ကုိႏွိပ္ျပီးသြားပါ။
( ၇ ) Download Mode ထဲေရာက္ျပီးဆုိရင္ ဖုန္းကို Computer နဲ႔ခ်ိတ္လိုက္ပါ။
( ၈ ) Download လုပ္ထားတဲ့ Odin V.3.04 ျဖည္ၿပီး Odin ကိုဖြင့္လိုက္ပါ။
( ၉ ) PDA ကို ႏွိပ္ၿပီး Download လုပ္ထားတဲ့ CF-Root-SGS3-v6.3.tar ကိုေရြး Start ကို ႏွိပ္လုိက္ပါ။
( ၁၀ ) Odin v.3.04 ထဲမွာ PASS ဆိုတဲ့ အစိမ္းေရာင္ေနာက္ခံနဲ႔ စာသားေပၚလာရင္ ဖုန္းရဲ႕ USB ႀကိဳးကိုျဖဳတ္လုိက္ပါ။
( ၁၁ ) ဖုန္း Restart ျပန္တက္လာရင္ေတာ့ CWM Manager နဲ႔ SuperSU တို႔ကုိ Install လုပ္ၿပီးသားေတြ႔ရမွာျဖစ္ပါတယ္။

ဤတြင္  Sansumg  Galaxy  SIII  Root  လုပ္ျခင္းလုပ္ငန္းစဥ္မ်ား ျပီးဆုံးပါျပီး. ကၽြႏု္ပ္၏ ဒီ post ေလးကုိ သည္းခံစြာ ဖတ္႐ႈရင္းျဖင့္
အဆင္ေျပၾကပါေစ…
                                                                                                                                                    ေနာင္ေနာင္