Monday, October 31, 2016

How to Add Related Post Widget in Blogger Mobile Version

How to Add Related Post Widget in Blogger Mobile Version


A post on how to add related post widget in blogger mobile version. The related post widget in the mobile version of your blogger blog can increase your blogs pageviews especially if a higher number of visitor/readers access your blog from their phone. Since this blogger widget displays related posts without the images, it does not affect page load time of your blog. It can also reduce your blogs bounce rate beacause there is interlinking of one post to other and your visitors dont leave immediately without checking out any other post on your blog. If your blog posts have been categorized using labels, then you can follow the guidelines below on how to add related post widget without thumbnails in blogger mobile version.

Also Read: How to Add IP Widget In Blogger Blogs
                   Numbered Page Navigation Widget For Blogger Blogs
                   Most Commented Posts Widget For Blogger With Thumbnails

How to Add Related Post Widget Without Thumnails In Blogger


Step 1
  • From your blogger dashboard,
  • Goto Template.
  • Click on the gear mobile settings icon 
How to Add Related Post Widget in Blogger Mobile Version

  • Select the button option, Yes show mobile template on mobile devices
  • From the drop down menu, choose the option custom
  • Click on Save to enable your changes.
How to Add Related Post Widget in Blogger Mobile Version




Step 2

  • Next, Still in your template
  • Click on Edit HTML
  • Using Ctrl+F keys, search for the tag </head>
  • Copy the code below and paste above </head>


<!--Related Posts Scripts and Styles Start-->
<style>
#related-posts {
float : left;
width : 350px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
text-decoration : none;
}
#related-posts a:hover {
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url(&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_rJsGTn3oSMisqJfpwoKyKwMUQJuFyBKNrNiHB69R38HrlwyR_ZAgwbRSF4yq_YSyII4Rp25f0ny3x1EPF5eS4x2iLWHcScqOoUN1A-hoHyFKehHnA0OkznIrlHexIOKtjTPiZBMS8T0/s200/greentickbullet.png&quot;) no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 21px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}
</style>

<script type=text/javascript>
//<![CDATA[
var relatedTitles = new Array();
var relatedTitlesNum = 0;
var relatedUrls = new Array();
function related_results_labels(json) {
for (var i = 0; i < json.feed.entry.length; i++) {
var entry = json.feed.entry[i];
relatedTitles[relatedTitlesNum] = entry.title.$t;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == alternate) {
relatedUrls[relatedTitlesNum] = entry.link[k].href;
relatedTitlesNum++;
break;
}
}
}
}
function removeRelatedDuplicates() {
var tmp = new Array(0);
var tmp2 = new Array(0);
for(var i = 0; i < relatedUrls.length; i++) {
if(!contains(tmp, relatedUrls[i])) {
tmp.length += 1;
tmp[tmp.length - 1] = relatedUrls[i];
tmp2.length += 1;
tmp2[tmp2.length - 1] = relatedTitles[i];
}
}
relatedTitles = tmp2;
relatedUrls = tmp;
}
function contains(a, e) {
for(var j = 0; j < a.length; j++) if (a[j]==e) return true;
return false;
}
function printRelatedLabels() {
var r = Math.floor((relatedTitles.length - 1) * Math.random());
var i = 0;
document.write(<ul>);
while (i < relatedTitles.length && i < 20) {
document.write(<li><a href=" + relatedUrls[r] + "> + relatedTitles[r] + </a></li>);
if (r < relatedTitles.length - 1) {
r++;
} else {
r = 0;
}
i++;
}
document.write(</ul>);
document.write(<a href="http://www.techlass.com/2015/04/add-related-post-widget-in-blogger-mobile-version.html " target="_blank" rel="dofollow"><font size="1" color="black">[Get Related Posts Widget]</font></a>);
}
//]]>

</script>

<!--Related Posts Scripts and Styles End-->


Step 3

  • In your template, Search for
<div class=post-footer-line post-footer-line-1> 


OR  SEARCH FOR



<p class=post-footer-line post-footer-line-1>
  • Copy the code below and paste below any of the lines of code above which you could find in your template.


<!-- Related Posts with Thumbnails Code Start-->
<b:if cond=data:blog.pageType == &quot;item&quot;>
<div id=related-posts>
<font face=Arial size=3><b>Related Posts: </b></font><font color=#FFFFFF><b:loop values=data:post.labels var=label><data:label.name/><b:if cond=data:label.isLast != &quot;true&quot;>,</b:if><b:if cond=data:blog.pageType == &quot;item&quot;>
<script expr:src=&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot; type=text/javascript/></b:if></b:loop> </font>
<script type=text/javascript> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts with Thumbnails Code End-->


Update:06/09/2015  Save your template without including this last step step 4.

Step 4



  • Still in your template, use CTRL+ F keys to search for this line of code below

 <b:if cond=data:top.showMobileShare>
  • Below the line of code above, scroll down and search for the fourth  </div>
  • Copy the code below and paste below the fourth </div> as shown in the image below 






<br>
<div style=float:left;>
<!-- Related Posts with Thumbnails Code Start-->
<b:if cond=data:blog.pageType == &quot;item&quot;>
<div id=related-posts>
<font face=Arial size=3><b>Related Posts: </b></font><font color=#FFFFFF><b:loop values=data:post.labels var=label><data:label.name/><b:if cond=data:label.isLast != &quot;true&quot;>,</b:if><b:if cond=data:blog.pageType == &quot;item&quot;>
<script expr:src=&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot; type=text/javascript/></b:if></b:loop> </font>
<script type=text/javascript> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div>
</b:if>
<!-- Related Posts with Thumbnails Code End-->
</div></br>


  • Save your template.
Also Read: Link to This Post Widget For Blogger
                   Add Stylish Custom Search Box To Blogger

Following the steps above, the related post widget without thumbnails should show up in the mobile and desktop version of your blog. If it doesnt, its probably because youve not added labels in your blog posts.

    Go to link download

    Read more »

    AG Style Specs and Price

    AG Style Specs and Price


    AG Style Review, Specs and Price in Nigeria


    The South African Smartphone Brand AG, offers  a range of smartphones that have low-cost features  and at the same time still maintain the nature of a quality product. These smartphones which all have decent features are the AG Mobile Ghost, AG Mobile Style, AG Mobile Zoom and AG Mobile Boost. The AG mobile devices have already announced their presence in nine African countries including Swaziland, Zambia. Zimbabwe, and most recently, Nigeria. In the Nigerian smartphone market,  smartphones from Tecno, Infinix, Samsung, and even BlackBerry are the brand names that dominate and the AG Mobile having shown the quality of devices they can give users, in no time, may soon be a popular brand name among these.
    AG Style Specs and Price
    AG Style

    Also Read:  Samsung Galaxy S5 Specs and Price
                        Samsung Galaxy J5 Specs and Price 
                        Samsung J1(2016) Specs and Price

    After the AG Mobile Ghost, in terms of specifications, the AG style is the next big thing in the series of smartphones launched by AG Mobile. Although not as sleek looking as the AG Ghost, it boasts of specifications that makes it a good choice for users especially those who are on a low budget. The Wi-Fi calling feature, quad-core processor and FWVGA display enabled on the AG Style, are some of the features that bring about great productivity without demanding a significant chunk out of one’s wallet. Even though it differs slightly from Samsung, Infinix, or HTC devices, It is exactly the AG Mobile device it is supposed to be.

    Where to Buy AG Ghost 


    KONGA        FROM   ? 19,000         BUY NOW

    JUMIA   FROM   ?19,000  BUY NOW



    Overview Features


    Display and Build

    The AG Style features a 5.0 inch IPS display that gives users especially game lovers a wide viewing angle. Its resolution is 854 x 480 pixels and its pixel density is 294 PPI. Even though the human eye cannot discern granular details when a pixel density is higher than 300 PPI, at that pixel density of the Style, one shouldnt expect images with really great quality. The Style has a dimension of 148.5 x 73.8 x 8.34 mm and at 5.0inch, this device is not cumbersome to hold. One can easily slide into a pocket and move around. The smartphone comes with a silicon protective cover and a pair of back covers which are in blue and black colours.

    Processor and OS

    The AG Style is powered by a quad-core MediaTek MT6582 processor that has a processor speed of 1.3 GHz. It runs on version 5.0 (Lollipop) of Google’s android mobile operating system, has a RAM size of 1GB and an internal memory storage of 8GB. While the internal memory is on the lower side, it can be expanded upto 32GB via a microSD card.

    Camera

    As with most android devices in the smartphone market, the AG Style also features an 8MP rear camera and a 2MP front camera. Some of features of this camera which aid in producing quality images include autofocus,face detection,  LED flash and geotagging.

    Battery and Connectivity

    The battery capacity of the style is 1,900mAh and it is capable of providing 4 hours of talk time. For heavy users, this is rather on the low side and the battery will require constant rcharging if your phone has to stay powered on  throughout the day.  

    For connectivity, The AG Style support dual SIM cards. Connectivity options on this device include 3G, Bluetooth and a Wi-Fi calling feature that allows users to continue using their phone to make and receive calls, send and receive SMS messages even when mobile coverage is poor or unavailable but Wi-Fi is available. This feature just makes up for others on this mid-range device.

    Apps and Games

    As with others in the series, the AG styles is also preloaded with  social media apps, some of which include, BBM, Facebook, Google Playstore and Instagram.

    AG Style Specifications



     

    Body

    Dimensions148.5 x 73.8 x 8.34 mm
    KeyboardTouchscreen
    ColorsBlue, White, Black
    CoverPlastic

     

    Display

    TypeIPS capacitive touchscreen
    with 16,000,000 colors
    Size 5.0-inch IPS Touch Display,
     480 x 854 pixels (195 ppi)

     

    Memory And OS

    Card slotMicroSD card, up to 32GB
    Internal16GB
    OSAndroid 5.0 Lollipop
    Processors1.3GHz quad-core Processor,
    MediaTek MT6582A
    RAM1GB

     

    Camera

    Primary8MP, up to 2448 x 3264-pixel
    pictures,HDR, autofocus,
    Geo-tagging, panorama
     camera with LED flash
    Video1080p@30fps
    Secondary2MP

     

    Battery

    Capacity1900mAh Li-Ion battery
    Stand-by10 days
    Talk time4H
    Music play

    Audio

    Alert typesVibration, MP3 ringtones
    LoudspeakerYes
    Audio port3.5mm jack

     

    Connectivity

    2GYes
    3GYes
    4GNO
    WIFIWi-Fi 802.11 b/g/n,
    WIFI hotspot, Wi-Fi direct
    BluetoothYes, V4.0
    GPSA-GPS
    NFCNo
    USBMicroUSB v2.0
    2G NetworkGSM 850 / 900 / 1800 / 1900
    3G NetworkHSDPA 900 /2100
    SIMDual mini SIM

     

    Other Features

    SensorsAccelerometer
    MessagingSMS, MMS, Email, Push Mail, IM
    BrowserHTML5
    JavaNo


    •  FM radio
    •  Image viewer and editor
    •  Predictive text input
    •  Preloaded apps –  Gmail, Gtalk, 
    • Google Now, Youtube, 
    • Flash Share, Facebook, Palmchat



      Price and Availability

      In Nigeria, the AG Style is currently available and can be purchased from reputable online stores. The price of AG Style Price in Nigeria ranges from N19,000 to N25,000.

      Also Read:  AG Ghost Specs and Price
                           Tecno M5 Specs and Price in Nigeria

      Where to Buy AG Ghost 

      KONGA        FROM   ? 19,000         BUY NOW

      JUMIA   FROM   ?19,000  BUY NOW

      Go to link download

      Read more »

      FIFA 14

      FIFA 14


      Download the file

      Go to link download

      Read more »

      Yxtel C999 MT6250 Full Tuch Flash File Download 100 Tested ok

      Yxtel C999 MT6250 Full Tuch Flash File Download 100 Tested ok


      Yxtel C999 (MT6250) Tuch  Flash File

      Yxtel C999 Tuch Latest Flash File Download. Yxtel C999 Tuch flash file download Directly For Direct Download This is The Latest Version Firmware Available www.eurotecgsm.blogspot.com. It is Tested As Well As Good And Working Fine.

      Flashing Support Box’s List, Volcano Box, Miracle Box, Miracle Eagle Eyes, China king, Gsm Aladdin Key, GPG Dragon Box, Mcnpro Box, Piranha Box, Mobile Doctor Box, IQ Doctor, Super Doctor Box

      This Flash File read by Volcano Box Tools. But you can use this file, Flash Yxtel C999 Tuch another box and dongle.

      Yxtel C999 Tuch Flash File Info :

      C19_YX_WI_ATV_W4_PCB01_GPRS_MT6250_S00.11B_0

      Without Password




      Go to link download

      Read more »

      Nokia 112 RM 837 Latest Flash File Free Download

      Nokia 112 RM 837 Latest Flash File Free Download



      Nokia 112 RM-837 Latest Firware Flash Files Free And Direct Download
      Downoad Here

      Go to link download

      Read more »

      Tecno M5 Specs and Price in Nigeria

      Tecno M5 Specs and Price in Nigeria


      Tecno M5 Specs and Price: Tecno M5 is an mid-range smartphone from the Chinese company, Tecno. As an upgrade from the Tecno M3, it includes features/specs of the Tenco M3 and an improvement in these specifications. Some of which include, a larger RAM size, a larger screen display screen and higher camera megapixels.

      The Tecno M5 is also a successor to the Tecno M7. When compared with the later in terms of specs and price, the Tecno M5 is a lower version. Both devices look similar in build since they have the same dimension. In this post, youll find the Tecno M5 Specifications, Its features, review and price.

      Where to Buy Tecno M5 


      KONGAFROM   ?20,000 BUY NOW

      JUMIA  FROM   ?20,000 BUY NOW

      Tecno M5
      Tecno M5

      Also Read: Tecno Phantom Z Specs and Price - Nigeria
                         Samsung Galaxy Note 4 Specs and Price  
                         Samsung Galaxy J5 Specs and Price  

      Overview Features

      Display and Build

      The Tecno M5 is a dual-SIM smartphone and features a 4.5-inch TFT capacitive display screen with a resolution of 480 by 854 pixels. It weighs 130g, is made from plastic and has a dimension which is 35.60 mm high, 68.30 mm wide, and a depth of 10.50 mm. This makes the device small and portable, enabling users to easily hold, carry about and perform one-handed operations. 

      Processor and OS

      Tecno M5 is powered by 1.3GHz dual-core processor and runs on Android 4.2.2 (Jelly Bean) OS. At this CPU speed, apps and games can launch very fast with support for multitasking and switching between running apps. The phone performs fast operations and high quality games can be ran without hanging or slowing down.

      For improved performance, It features a RAM size of 1GB. This is a step-up from the 512MB which has been the typical RAM size found in most mid-range Tecno phones like the Tecno M3, P5 and H5. With more RAM, you can be sure of storing lots of multimedia, apps, games and run more than one app at a time without the phone lagging or hanging.

      Other than its RAM for storage, it has a 4GB internal memory storage which can be expanded up to 32 GB via a microSD card. An 8GB free memory card has also been included in the Tecno M5. With these storage spaces, you can save music, videos, pictures, apps and games without worrying about each of their sizes or exhausting the memory capacity.

      Camera

      The Tecno M5 has an 8MP rear camera with features like LED flash, geo-tagging, auto focus, and  face detection camera . At 8MP, you should expect clear images whose quality are high from this device. Theres also a 1.3MP front-facing camera for video chats and taking selfies. 

      Battery and Connectivity

      The battery capacity of the Tecno M5 is 1800mAh and can support up to 6 hours of talk time, 180 hours of standby time, about 12 hours on 2G and 10 hours on 3G. The device also comes with a power bank to support the battery. 

      For connectivity, the Tecno M5 features, WIFI, USB, bluetooth, fast 2G/3G internet with GPS Navigation. Other Tecno M5 Specs and features are given below.


        Body

      Dimensions  135.6 x 68.3 x 10.5mm, 130 grams
      Keyboard  Touchscreen
      Colors  White, Black, Yellow, Gray, Pink
      Cover  Plastic
                          

       

       Display

      Type  TFT capacitive touchscreen with 256,000 colors
      Size   480 x 854 pixels, 4.5 inches, 218 pixels per inch (PPI)

       

       Memory And OS

      Card slot  MicroSD, up to 32GB
      Internal  4GB
      OS  Android 4.2.2 Jelly Bean
      Processors  1.3GHz dual-core CPU, MediaTek MT6572 chipset
      RAM  1GB


       Camera

      Primary  8MP, up to 3264×2448-pixel ,
      HDR, face and smile detection, LED flash
      Video  720p@30fps
      Secondary  1.3MP, up to 1200×1024-pixel pictures

       

                     Battery

      Capacity  1800mAh Li-Ion battery
      Stand-by   N/a
      Talk time   N/a
      Music play   N/a

       

                    Connectivity

      2G   GSM 900 / 1800
      3G  HSDPA 2100
      4G   No
      SIM  Dual mini SIM
      Status   Available 2013, November
      2G  GPRS – up to 85.6 kbps; EDGE – up to 236.8 kbps
      3G   Up to 22.2 mbps uplink; Up to 5.76 mbps downlink
      4G  No
      WIFI  Wi-Fi 802.11 b/g/n, WIFI hotspot
      Bluetooth   Version 3.0
      GPS  A-GPS
      NFC  No
      USB  MicroUSB v2.0

       

                    Others

      Sensors  Accelerometer, Proximity, Compass, Ambient light sensor
      Messaging  SMS, MMS, Email, Push Mail, IM
      Browser  HTML5
      Java   No
      •        SNS integration
      •        MP4/MPEG4/H.263/H.264 player
      •        MP3/WAV/eAAC+/AC3/FLAC player
      •        Document viewer
      •        FM radio
      •        Image viewer
      •        Voice memo/dial/command
      •        Predictive text input
      •        Google Search, Facebook, Gmail, 
                  YouTube, Calendar, Google Talk

        Also Read: Samsung Galaxy S6 Edge Specs and Price
                           Samsung Galaxy A5 Specs and Price

        Pricing and Availability

        Tecno M5 is currently available in Nigeria. The price of Tecno M5 in Nigeria ranges from N20,000 to N30,000.

        Where to Buy Tecno M5 


        KONGAFROM   ?20,000 BUY NOW

        JUMIA  FROM   ?20,000 BUY NOW

        Go to link download

        Read more »

        GPG DRAGON V3 53 Crack 100 Working Download

        GPG DRAGON V3 53 Crack 100 Working Download


        GPG-DRAGON_V3.53 Crack 100% Working & Download
        100% Free Download

        100% Working Read & Write USB
        Without Password?

        Go to link download

        Read more »

        Computer Keyboard Shortcut Keys

        Computer Keyboard Shortcut Keys


        Computer keyboard shortcut keys are combinations of two or more keys that perform a specific task when they are pressed simultaneously. These Keyboard shortcuts keys help in providing an easier and quicker method of navigating and executing commands in computer software programs. As an alternative to the mouse, using the shortcut keys can make it easier for you to interact with your computer instead of going through the normal processes in accessing and executing programs on the computer . Some of the most commonly used basic shortcut and special character keys that work with almost all IBM compatible computers are listed below.

        Also Read: How to Shutdown Windows 8 by Sliding Down
                           How to Remove Blank Screen in Windows 8.1
                          How to Enable Delete Confirmation Dialog Box in Windows 8

        The Basic PC Shortcut Keys


        Shortcut Keys Description
        Alt + F File menu options in current program.
        Alt + E Edit options in current program
        Alt + Tab Switch between open programs
        F1 Universal Help in almost every Windows program.
        F2 Rename a selected file
        F5 Refresh the current program window
        Ctrl + N Create a new, blank document in some software programs
        Ctrl + O Open a file in current software program
        Ctrl + A Select all text.
        Ctrl + B Change selected text to be Bold
        Ctrl + I Change selected text to be in Italics
        Ctrl + U Change selected text to be Underlined
        Ctrl + F Open find window for current document or window.
        Ctrl + S Save current document file.
        Ctrl + X Cut selected item.
        Shift + Del Cut selected item.
        Ctrl + C Copy selected item.
        Ctrl + Ins Copy selected item
        Ctrl + V Paste
        Shift + Ins Paste
        Ctrl + K Insert hyperlink for selected text
        Ctrl + P Print the current page or document.
        Home Goes to beginning of current line.
        Ctrl + Home Goes to beginning of document.
        End Goes to end of current line.
        Ctrl + End Goes to end of document.
        Shift + Home Highlights from current position to beginning of line.
        Shift + End Highlights from current position to end of line.
        Ctrl + Left arrow Moves one word to the left at a time.
        Ctrl + Right arrow Moves one word to the right at a time.
        Ctrl + Esc Opens the START menu
        Ctrl + Shift + Esc Opens Windows Task Manager
        Alt + F4 Close the currently active program
        Alt + Enter Open the Properties for the selected item (file, folder, shortcut, etc.)

        Also Read: Best Mouse Cursor Schemes For Windows 7, 8 and 8.1
                           Notepad Tips and Tricks For Windows

        PC Shortcut Keys For Special Characters

        Shortcut Keys Special Character
        Alt + 0224 à
        Alt + 0232 è
        Alt + 0236 ì
        Alt + 0242 ò
        Alt + 0241 ñ
        Alt + 0228 ä
        Alt + 0246 ö
        Alt + 0252 ü
        Alt + 0248 ø
        Alt + 0223 ß
        Alt + 0198 Æ
        Alt + 0231 ç
        Alt + 0191 ¿
        Alt + 0176 °  (degree symbol)
        Alt + 0177 ±  (plus/minus symbol)
        Alt + 0153
        Alt + 0169 ©
        Alt + 0174 ®
        Alt + 0128 €  (Euro currency)
        Alt + 0162 ¢  (Cent symbol)
        Alt + 0163 £  (British Pound currency)
        Alt + 0165 ¥  (Japanese Yen currency)

        Go to link download

        Read more »

        Sunday, October 30, 2016

        Samsung Galaxy Grand Prime SM G530m Cert File Download

        Samsung Galaxy Grand Prime SM G530m Cert File Download


        Hello Friends, Welcome to GSMFirmware.in Here you will get the Samsung Galaxy Grand Prime SM-G530m Download of Latest file version 2016. We are ready here to provide your desire Android files free Download.


        Samsung Galaxy Grand Prime SM-G530m Cert File Download 

        Galaxy SM-G530m Sim Unlock Cert File Download

        How To Sim unlock Galaxy SM-G530m

        Cert File Download SM-G530m100% Tasted cert download

        If you want to require knowing more about Samsung Galaxy Grand Prime SM-G530m file Resource or updates. Please ask to us via our contact us form or comment box. Please make sure that, you don’t send Personal information via the Comment box. Thank you for being with us.

        Go to link download

        Read more »

        All Qualcomm Android Flash Tools Driver Direct DOWNLOAD

        All Qualcomm Android Flash Tools Driver Direct DOWNLOAD


        Qualcomm Android Flash Tools

        Qualcomm Android Driver

         

        Firmware update tools





         password-mdarifulislam

        1000% Free Enjoy

        Download Here

        Go to link download

        Read more »

        Xperia T LT30p Latest Stock Rom

        Xperia T LT30p Latest Stock Rom


        Xperia T (LT30p) Latest Stock Rom

        Xperia T (LT30p)
        Download Link Below
        9.1.A.1.142 Customized TW


        Go to link download

        Read more »

        Samsung Monte S5620 Flash Files Direct Download Links by Gsm S K Hasan

        Samsung Monte S5620 Flash Files Direct Download Links by Gsm S K Hasan


        Image result for samsung s5620 pic 
        Downloa Here

        Go to link download

        Read more »

        How To Factory Hard Reset LG Optimus L90 Dual D410

        How To Factory Hard Reset LG Optimus L90 Dual D410


        Hello Friends, Welcome to GSMFirmware.in Here you will get the How To Factory Hard Reset LG Optimus L90 Dual D410 Download of Latest file version 2016. We are ready here to provide your desire Android files free Download.




        Then press and hold together Volume Down + Power button.

         

         

        Hard Reset LG Optimus L90 Dual D410 to Restore Factory Settings

        Complete Hard Reset 100% Working Solution LG L90 Dual D410

        Lg L90 Dual D410 Hard Reset Pattern lock remove LG L90 Dual D410 how to hard reset LG L90 Dual D410

        Formate solution LG L90 Dual D410

        Factory Reset the L90 Dual D410

        Hard Reset LG Optimus L90 Dual D410 to Restore Factory Settings

        LG L90 Dual D410 Hard Reset / Factory Reset

        Hard Reset LG L90 Dual D410

        First power off your phone.
        Now if you see logo LG, then release only Power button for 1 second.
        After that press again Power button, and hold them until you see the menu system.
        You can see now information «Erase all user date restore default settings?», and there will be two buttons: Yes and No.

        Please use the Volume Down to active Yes. 

        Next press Power button.
        Afterwards you phone will reset and reboots.
        Done!

        If you want to require knowing more about How To Factory Hard Reset LG Optimus L90 Dual D410 file Resource or updates. Please ask to us via our contact us form or comment box. Please make sure that, you don’t send Personal information via the Comment box. Thank you for being with us.

        Go to link download










        Read more »

        Samsung Galaxy USB Drivers All Models Latest Updated Free Download

        Samsung Galaxy USB Drivers All Models Latest Updated Free Download


        Samsung Galaxy USB Drivers for all models


        Samsung Galaxy USB Drivers All Models Latest Updated Free Download


        Introduction: Samsung is one of the leading Smartphone manufacturing company in the world. It not only produces best Smartphone but also provide awesome customer support. Samsung has provided PC Sync Software called Samsung Kies which allows you to Sync Files between your Samsung Smartphone and Computer. Beside providing the Sync feature, Kies comes with the USB drivers that allows your computer to recognize your Samsung Smartphone easily when connected with USB cable. On this page we have shared the original Samsung USB Drivers for all Samsung Smartphone.


        No Name of Phone Phone Model No. Download
        1 Samsung Exhibit II 4G T679 Download
        2 Samsung Exhilarate i577 Download
        3 Samsung Galaxy A3

        Download

        4

        Samsung Galaxy

        A3 Duos

        Download

        5

        Samsung Galaxy

        A5

        Download

        6

        Samsung Galaxy

        A5 Duos

        Download

        7

        Samsung Galaxy

        A7

        Download

        8

        Samsung Galaxy

        Ace 2 (all variants)

        Download

        9

        Samsung Galaxy

        Ace 3

        Download

        10

        Samsung Galaxy

        Ace 4 (all variants)

        Download

        11

        Samsung Galaxy

        Ace Advance S6800

        Download

        12

        Samsung Galaxy

        Ace Duos (all variants)

        Download

        13

        Samsung Galaxy

        Ace NXT

        Download

        14

        Samsung Galaxy

        Ace Plus S7500

        Download

        15

        Samsung Galaxy

        Ace Style (all variants)

        Download

        16

        Samsung Galaxy

        Alpha (all variants)

        Download

        17

        Samsung Galaxy

        Appeal I827

        Download

        18

        Samsung Galaxy

        Attain 4G

        Download

        19

        Samsung Galaxy

        Avant

        Download

        20

        Samsung Galaxy

        Axiom R830

        Download

        21

        Samsung Galaxy

        Beam

        Download

        22

        Samsung Galaxy

        Beam 2

        Download

        23

        Samsung Galaxy

        Camera GC100

        Download

        24

        Samsung Galaxy

        Camera 2 GC200

        Download

        25

        Samsung Galaxy

        Chat B5330

        Download

        26

        Samsung Galaxy

        Core (all variants)

        Download

        27

        Samsung Galaxy

        Discover S730M

        Download

        28

        Samsung Galaxy

        E5

        Download

        29

        Samsung Galaxy

        E7

        Download

        30

        Samsung Galaxy

        Exhibit T599

        Download

        31

        Samsung Galaxy

        Express (all variants)

        Download

        32

        Samsung Galaxy

        Express 2

        Download

        33

        Samsung Galaxy

        Fame S6810

        Download

        34

        Samsung Galaxy

        Fame Lite S6790

        Download

        35

        Samsung Galaxy

        Fame Lite Duos S6792L

        Download

        36

        Samsung Galaxy

        Fresh S7390

        Download

        37

        Samsung Galaxy

        Golden (all variants)

        Download

        38

        Samsung Galaxy

        Grand (all variants)

        Download

        39

        Samsung Galaxy

        Grand 2

        Download

        40

        Samsung Galaxy

        Grand Max

        Download

        41

        Samsung Galaxy

        Grand Neo

        Download

        42

        Samsung Galaxy

        Grand Prime

        Download

        43

        Samsung Galaxy

        Grand Prime Duos TV

        Download

        44

        Samsung Galaxy

        J

        Download

        45

        Samsung Galaxy

        J1

        Download

        46

        Samsung Galaxy

        K Zoom

        Download

        47

        Samsung Galaxy

        Light

        Download

        48

        Samsung Galaxy

        M Style M340S

        Download

        49

        Samsung Galaxy

        Mega 2

        Download

        50

        Samsung Galaxy

        Mega 5.8 I9150

        Download

        51

        Samsung Galaxy

        Mega 6.3 I9200

        Download

        52

        Samsung Galaxy

        Mini 2 S6500

        Download

        53

        Samsung Galaxy

        Music S6010

        Download

        54

        Samsung Galaxy

        Music Duos S6012

        Download

        55

        Samsung Galaxy

        Note (all variants)

        Download

        56

        Samsung Galaxy

        Note Edge

        Download

        57

        Samsung Galaxy

        Note 2 (all variants)

        Download

        58

        Samsung Galaxy

        Note 3 (all variants)

        Download

        59

        Samsung Galaxy

        Note 3 Neo

        Download

        60

        Samsung Galaxy

        Note 3 Neo Duos

        Download

        61

        Samsung Galaxy

        Note 4 (all variants)

        Download

        62

        Samsung Galaxy

        Note 4 Duos

        Download

        63

        Samsung Galaxy

        Note 4 (CDMA)

        Download

        64

        Samsung Galaxy

        Note 8.0

        Download

        65

        Samsung Galaxy

        Note 8.0 Wi-Fi

        Download

        66

        Samsung Galaxy

        Note 10.1 (all variants)

        Download

        67

        Samsung Galaxy

        Note 10.1 (2014 Edition)

        Download

        68

        Samsung Galaxy

        Note Pro 12.2 (all variants)

        Download

        69

        Samsung Galaxy

        Nexus (all variants)

        Download

        70

        Samsung Galaxy

        Player 70 Plus

        Download

        71

        Samsung Galaxy

        Pocket S5300

        Download

        72

        Samsung Galaxy

        Pocket Duos S5302

        Download

        73

        Samsung Galaxy

        Pocket plus S5301

        Download

        74

        Samsung Galaxy

        Pocket 2

        Download

        75

        Samsung Galaxy

        Pocket Neo S5310

        Download

        76

        Samsung Galaxy

        Pop Plus S5570i

        Download

        77

        Samsung Galaxy

        Premier I9260

        Download

        78

        Samsung Galaxy

        Prevail 2

        Download

        79

        Samsung Galaxy

        Proclaim S720C

        Download

        80

        Samsung Galaxy

        Reverb M950

        Download

        81

        Samsung Galaxy

        Round G910S

        Download

        82

        Samsung Galaxy

        Rush M830

        Download

        83

        Samsung Galaxy

        Rugby Pro I547

        Download

        84

        Samsung Galaxy

        S Advance

        Download

        85

        Samsung Galaxy

        S Blaze 4G T769

        Download

        86

        Samsung Galaxy

        S Duos S7562

        Download

        87

        Samsung Galaxy

        S Duos 2 S7582

        Download

        88

        Samsung Galaxy

        S Duos 3

        Download

        89

        Samsung Galaxy

        S Lightray 4G R940

        Download

        90

        Samsung Galaxy

        S Relay 4G T699

        Download

        91

        Samsung Galaxy

        S2 (all variants)

        Download

        92

        Samsung Galaxy

        S2 Duos

        Download

        93

        Samsung Galaxy

        S2 Plus

        Download

        94

        Samsung Galaxy

        S2 Skyrocket HD I757

        Download

        95

        Samsung Galaxy

        S3 (all variants)

        Download

        96

        Samsung Galaxy

        S3 Mini

        Download

        97

        Samsung Galaxy

        S3 Neo

        Download

        98

        Samsung Galaxy

        S4 (all variants)

        Download

        99

        Samsung Galaxy

        S4 Active

        Download

        100

        Samsung Galaxy

        S4 Mini

        Download

        101

        Samsung Galaxy

        S4 Zoom

        Download

        102

        Samsung Galaxy

        S5 (all variants)

        Download

        103

        Samsung Galaxy

        S5 Active

        Download

        104

        Samsung Galaxy

        S5 Duos

        Download

        105

        Samsung Galaxy

        S5 Plus

        Download

        106

        Samsung Galaxy

        S5 Mini

        Download

        107

        Samsung Galaxy

        S5 Mini Duos

        Download

        108

        Samsung Galaxy

        S6

        Download

        109

        Samsung Galaxy

        S6 Edge

        Download

        110

        Samsung Galaxy

        Star S5280

        Download

        111

        Samsung Galaxy

        Star Pro S7260

        Download

        112

        Samsung Galaxy

        Star Trios S5283

        Download

        113

        Samsung Galaxy

        Star 2

        Download

        114

        Samsung Galaxy

        Star 2 Plus

        Download

        115

        Samsung Galaxy

        Stellar 4G I200

        Download

        116

        Samsung Galaxy

        Tab Active (all variants)

        Download

        117

        Samsung Galaxy

        Tab S 8.4 (all variants)

        Download

        118

        Samsung Galaxy

        Tab S 10.5 (all variants)

        Download

        119

        Samsung Galaxy

        Tab 2 7.0 (all variants)

        Download

        120

        Samsung Galaxy

        Tab 2 10.1 (all variants)

        Download

        121

        Samsung Galaxy

        Tab 3 7.0 (all variants)

        Download

        122

        Samsung Galaxy

        Tab 3 7.0 Lite (all variants)

        Download

        123

        Samsung Galaxy

        Tab 3 8.0 (all variants)

        Download

        124

        Samsung Galaxy

        Tab 3 10.1 (all variants)

        Download

        125

        Samsung Galaxy

        Tab 4 7.0 (all variants)

        Download

        126

        Samsung Galaxy

        Tab 4 8.0

        Download

        127

        Samsung Galaxy

        Tab 4 10.1 (all variants)

        Download

        128

        Samsung Galaxy

        Tab 7.0 Plus (all variants)

        Download

        129

        Samsung Galaxy

        Tab 7.7 (all variants)

        Download

        130

        Samsung Galaxy

        Tab 8.9 (all variants)

        Download

        131

        Samsung Galaxy

        Tab Pro 8.4

        Download

        132

        Samsung Galaxy

        Tab Pro 10.1

        Download

        133

        Samsung Galaxy

        Tab Pro 12.2

        Download

        134

        Samsung Galaxy

        Trend II Duos S7572

        Download

        135

        Samsung Galaxy

        V

        Download

        136

        Samsung Galaxy

        Victory 4G LTE L300

        Download

        137

        Samsung Galaxy

        W (all variants)

        Download

        138

        Samsung Galaxy

        Win I8550

        Download

        139

        Samsung Galaxy

        Win Pro G3812

        Download

        140

        Samsung Galaxy

        Xcover 2

        Download

        141

        Samsung Galaxy

        Y Duos S6102

        Download

        142

        Samsung Galaxy

        Y Plus S5303

        Download

        143

        Samsung Galaxy

        Y Pro Duos B5512

        Download

        144

        Samsung Galaxy

        Young S6310

        Go to link download

        Read more »