Showing posts with label Tips N trick. Show all posts
Showing posts with label Tips N trick. Show all posts

How to cek Original Xiaomi

1. Wearing Tool
one that is already provided by the Xiaomi themselves to check the authenticity of the goods made in them is by downloading the apk that can be downloaded via computer http://jb.mi.com you. Then install the downloaded APK mentioned gadget Xiaomi pingin checked its authenticity then run the application tersebut.Setelah finished then please refresh the page http://jb.mi.com was then navigate to the mobile phone QR after selasai then the site will provide information if the gadget we test is genuine or fake. Please note that in order to run this application the device you must first enable the application installation mode by clicking the setting, additional settings, and then click privacy unknown sources. But the lack of this method is only possible on devices just like Xiaomi Mi 4 and Mi4i and could not for the old gadgets like redmi 1s or redmi 2.


3. Factory Resset
One mode of fraudsters is to menginjek benchmark software to make it look as though the benchmark results in accordance with the specifications of the device tersebut.Untuk it before to perform benchmark tests should perform a master reset function to delete all the data that goes back to the data that awal.Setelah new smartphone test or tablet Xiaomi with benchmark applications such as CPU-Z, Sensor Box and AnTuTu and note the results of the details if appropriate specification listed or not.

4. Check IMEI and serial number
IMEI (International Mobile Station Equipment Identity) and serial number are two code numbers are usually lined up in the wrapper or box gadget Xiaomi beli.Nah make sure that you are both exactly as it appears on your phone, this is a way to distinguish genuine and fake Xiaomi. to check the IMEI Xiaomi way through three ways:

-ketikan * # 06 # on your telephone call or a menu it will bring no IMEI
-can also dimenu settings-about phone-Imei
-can also with how open the box and take the back cover of the battery it will show the IMEI behind body

Thus was a few tips and tricks on how to distinguish between original and fake Xiaomi that we convey to anda.Kesimpulannya is the place to buy is a major factor for ensuring the authenticity of the products that we buy beli.Pastikan only place that was officially appointed by the Xiaomi and do not take the risk of buying from sellers haphazardly miring.Apalagi even though the prices currently so many fake online stores both diweb and social networking facebook.

How to root google nexus 7 with Nexus Root Toolkit

Here's how to root Google Nexus All series . 

1 . Enable USB debugging on the nexus 7. ​​For who do not know , the way is to go into the settings menu - > About phone - > Build number .. clicks 7 times in the build number . Once there was a notice that you are now a developer , return to the settings menu select developers then check the USB debugging options . Completed the first step


2.
- download NRT here
- Connect the Nexus 7 to your PC , if there is a notification below , click OK .
- Install and open the root nexus toolkit has been downloaded to a PC to update the look like this there is no apablia latest version . click OK

3.
then , the display toolkit to be like this , asking two things of our device . The first is select the device and android version number installed on our device . The second is Android version installed on the Nexus 5. Once elected all , click apply .


After that will come a notice that in order to get into Toolkitnya , there are some files that must be downloaded . Click OK until all downloaded . Then look NRT to be like this .


If the device has been unlocked bootloader , skip this step 4 , if not , can also use toolkitnya wugfresh , previously oiya backup all data n our application to anticipate when the data and applications that are already installed erased all .

Root Nexus 7 and install custom recovery, then follow it and wait for it to Nexus Root Toolkit inform that the root process finish , click OK . Done ... Congratulations , you 've Nexus 5 in root position

How to add Readmore in Blog

Today i give you trick to Add Automatic Read More Button For Blogger your long blog post  which appear in your home page. Read more buttons needed because blogger show full post on your home page but many blogger want to show only summary of blogpost on home page. So we need to add read more buttons on home page to split long blog post to summary and add read more after summary. Here I am showing you How to Add Automatic Read More Button For Blogger Blogs. After add this code your home page long post automatically convert into 2-3 line summary and add read more button after summary.
Readmore benefits to shorten a long article, so post your article will be organized by just displaying pictures and few sentences.

How to make auto readmore with images
  1.  Please  open your template. Select: >> EDIT TEMPLATE.
  2.  Search Code </ head>.
  3.  Copy and paste the following code just above the </ head>



<!--ReadMore -->

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<style>
.post-body{text-align:justify;}
.post-body img{max-width:none;width:auto;}
.read-more{float:left; padding-top: 10px;}
.read-more a{ color: #fff!important;text-shadow:0 1px 0 rgba(0,0,0,0.5);background:#0457A9;  text-decoration:none;font:bold 13px Arial;padding:5px;}
.read-more a:hover{text-decoration:none;background:#666;}
.pic{border: 10px solid #fff;float:left;height:165px;width:250px;margin-right: 20px;margin-bottom:10px;overflow:hidden;box-shadow: 5px 5px 5px #111;}
.grow img{height:165px;width:250px;transition: all 2s ease;}
.grow img:hover{width:400px;height:250px;}
</style>
<script type='text/javascript'>
var thumbnail_mode = &quot;yes&quot;; //yes -dengan gambar, no -tanpa gambar
summary_noimg = 300; //banyaknya huruf jika tidak ada gambar
summary_img = 250; //banyaknya huruf jika ada gambar
img_thumb_height = 165;
img_thumb_width = 250;
</script>
<script type='text/javascript'>//<![CDATA[
function removeHtmlTag(strx,chop){if(strx.indexOf("<")!=-1){var s = strx.split("<");for(var i=0;i<s.length;i++){if(s[i].indexOf(">")!=-1){s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);}}strx =  s.join("");}chop = (chop < strx.length-1) ? chop : strx.length-2;while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;strx = strx.substring(0,chop-1);return strx+'...';}function createSummaryAndThumb(pID){var div = document.getElementById(pID);var imgtag = "";var img = div.getElementsByTagName("img");var summ = summary_noimg;if(thumbnail_mode == "yes"){if(img.length>=1){imgtag = '<div class="grow pic"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></div>';summ = summary_img;}}var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';div.innerHTML = summary;}
//]]></script>
</b:if>
</b:if>

<!--Read More end-->

  4save your templete

scroll your templete and find code <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
exspand button it and find <b:includable id='post' var='post'>  exspand it again.
  5. find code <data:post.body/> and replace with code it

<!-- Auto read more Mulai -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
<b:else/>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'> createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script>
      <div class='read-more'>
      <a expr:href='data:post.url'>Baca Selengkapnya &#187;</a>
      </div>
</b:if>
</b:if>
<!-- Auto read more Akhir -->

and save your templete.. and see your blog
good luck




How to fix Windows 8.1 Not Appear in Windows Store

Update windows 8 pro to 8.1 without re-install windows.  windows it's simple to update windows 8 pro to windows 8.1, just open your store, find windows 8.1 for free you have an update to 8.1. but, many problem in this procedure.
Windows Update 8.1 does not exist / not appear in the Windows Store. After a confused looking into various applications there tetep not find the 8.1 Windows Update.



After searching - looking for info on the Microsoft site, it turns out Windows 8's mine oh never kuupdate, so Windows Update 8.1 does not appear in the Windows Store.
We do not need to update our Windows as a whole, just enough 1 updetan downloaded and installed, the update KB 2871839.


How to obtain this update is quite easy.

1. Klik Settings and choose Change PC Settings.
2. Select Windows Update and click Check for Updates and wait a while.
3.choose See Details for a list of available update. 
4. click choose important updates to install or install optional updates. 
5. choose xx ​​Important Updates are Avaliable 
6Berikan tick just to update KB 2871839 and click Install
(If KB 2871839 does not appear, look for KB 2871389

7. after downloaded will be asked to restart your computer, then restart computer. 
After KB 2871839 installed, so now I try to go back into the Windows Store, and Windows 8.1 came Updates
How to Fix Timezone Dual boot Linux and Window or Hackintosh

How to Fix Timezone Dual boot Linux and Window or Hackintosh


If  you may have experienced a problem in which your clocks reset themselves incorrectly every time you boot into Windows. Here's a simple registry edit to fix that.

Essentially, the incorrect clock setting happens because OS X and Linux use GMT time while Windows tries to synchronize with your local time zone, getting confused when you reboot between the two. Apple's own Boot Camp drivers for Windows are supposed to fix this problem, though some users have noticed that it still happens even with the drivers installed, and some Linux users are left out in the cold. Furthermore, if you have a Hackintosh, you can't install the Boot Camp drivers, so you'll need to find another way around the problem.

goto  run " regedit "

and then go to

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation


    

and then Right click anywhere in the right pane and hit New > DWORD (32-bit) Value. Name it

and set name "RealTimeIsUniversal" .

restrart your Laptop to hackintosh or linux.

Thx.

Cara memperbaiki analog hp sony ericsson

halo selamat malam....
kali ini saya akan share sedikit tentang cara memperbaiki analog/stick pada handphone seperti pada hp sony ericson..
dulu saya pernah memakai hp sony yang menggunakan analog.. namun selang beberapa tahun hp saya mengalami gangguan pada analognya diantaranya susah digerakkan untuk kesamping kanan kiri bawah dan atas...



saya bingung apakah saya harus mengganti analog hp saya...
namun dengan iseng iseng saya mencoba membuka case nya kemudian di kamar saya ada sebuah sofel/autan.. nah saya coba oleskan saja sofel tersebut kedalam bagian pinggir analog saya...
awalnya malah tambah rusak akibatnya ditekan tombol tengah nggak bisa..
kemudian dengan sabar saya gerakkan ke kanan atas kiri bawah secara sering sering dan agak ditekan akhirnya bisa juga... dan saya sangat senang dan dengan sabar lama kelamaan analog saya normal kembali...
inilah penemuan saya saat saya memakai hp yang menggunakan analog.
semoga permanfaat.. :)

Kategori

Kategori