Samsung Wave S8500


Samsung Future Beyond Smartphones

Samsung Wave S8500 is second phone in companies latest Samsung Future Beyond Smartphones series which is making people shell out rupees.

The Samsung Galaxy S Smartphone as reviewed earlier works on Google’s Android Operating System which makes it totally a treat to use.

It is the best Samsung Future Beyond Smartphones, i think that Samsung is trying to add a few number to their touchscreen mobile phones.

Samsung Wave S8500 has a lot of features, since this is an overview of the device and not a full fledged review i will describe each feature in brief.

Samsung Future Beyond Smartphones have one thing in common that they are developed with perfection.

Be it the usage convenience, the looks or the ability to run office document, ebooks, music and games. In all, it is a worth the price.

samsung-wave-s8500-future-beyond-smartphone

Features

Touchscreen - A 3.3-inch (480×800) super-AMOLED capacitive touchscreen (the difference between this screen and other touchscreen) with vivid 16 million colors.

  1. Accelerometer sensor for auto-rotate
  2. Multi-touch input method
  3. Scratch resistant screen
  4. handwriting recognition
  5. smart unlock

Music – It can play many formats like MP3/WAV/WMA/eAAC+ player with DNSe (Digital Natural Sound Engine). It has a 3.5mm headphone jack for music junkies.

Memory Capacity – 1.5GB system storage, 390MB internal memory and upto 32Gb expandable with microSD extension.

Connectivity – For net access it has 3G and Wi-Fi and it also sports  bluetooth 3.0 with A2DP.

Camera and Video – It is embedded with a 5.0MP high resolution camera with flash. It can record HQ videos at 30 fps.

OS and Processor - It operates on Bada OS which is latest and highly responsive with a 1GHz ARM Cortex A8 processor for multi-tasking.

Video Formats – MP4/H.263/H.264/WMV/Xvid/DivX video player

For the record it is available for just Rs. 18,500 and is nearly Rs. 10,000 cheaper than Samsung Galaxy S but truly worth the money.

One can spend Rs. 13,000 on BlackBerry but still Samsung has done a revolution with their Samsung Future Beyond Smartphones.

In the meantime you can also try Sony Ericsson Xperia Mini  Pro, the screen size is small but it has a good processor as well.

Recent Price of Samsung Wave S8500 ~ Rs. 17,490

"+ "

"+ ""+ "

"+ "

"+ "

"; var dDiv = document.createElement('div'); dDiv.innerHTML = controlHTML; Transliterate._controlDiv = dDiv.firstChild; //document.importNode(Transliterate._controlDiv, true); document.body.appendChild(Transliterate._controlDiv); Transliterate._controlDiv.dimension = {'width': Transliterate._controlDiv.offsetWidth, 'height': Transliterate._controlDiv.offsetHeight};

if (this.is_local) { Transliterate._controlDiv.style.display = 'block'; } else { Transliterate._controlDiv.style.display = 'none'; } }, parentWin: undefined, performAction: function(){ google.load('language', "1"); google.load("elements", "1", { packages: ["transliteration"], }); google.setOnLoadCallback(Transliterate.init); }, setCookie: function(cookieName, cookieValue, nDays) { var today = new Date(); var expire = new Date(); if (nDays==null || nDays==0) nDays=30; expire.setTime(today.getTime() + 3600000*24*nDays); document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString(); },

getCookie: function(name) { var theCookies = document.cookie.split(/[; ]+/); for (var i = 0 ; i < theCookies.length; i++) { var aName = theCookies[i].substring(0,theCookies[i].indexOf('=')); if (aName == name) { var c = theCookies[i]; var index = c.lastIndexOf('='); c = c.substring(index+1, c.length); return c; } } },

eventAdded: false, onLoad: function(loadCallback){ if(Transliterate.loaded){ return loadCallback(); } document.write = function(scr){ var d = document.createElement('div'); d.innerHTML = scr; document.body.appendChild(d.firstChild); }; var callBack = function(){ Transliterate.addStyles(); Transliterate.createComponents(); Transliterate.performAction(); loadCallback(); }; Transliterate.addScript('http://www.google.com/jsapi', callBack); Transliterate.loaded = true; }, addEvents: function(){ if(Transliterate.eventAdded){ return; } Transliterate.eventAdded = true; document.addEventListener('mousedown', Transliterate.handleEvent, true); document.addEventListener('focus', Transliterate.handleEvent, true); /*document.addEventListener('blur', function(ev){ var tar = ev.target; tar.removeEventListener('click', Transliterate.handleEvent, false); tar.removeEventListener('focus', Transliterate.handleEvent, false); }, false);*/ }, autoIdCntr: 1, isEditableElement: function(el){ var tag = el.tagName; if(!tag || el.disabled == true || el.readOnly == true){ return false; } if(tag.toLowerCase() == 'textarea'){ return true; } if(Transliterate.supportTextBoxes && tag.toLowerCase() == 'input' && el.type.toLowerCase() == 'text'){ return true; } if(tag.toLowerCase() == 'div' && el.contentEditable.toLowerCase() == 'true'){ return true; } if(tag.toLowerCase() == 'iframe'){ var iframedoc = el.contentWindow.document; if(iframedoc.designMode.toLowerCase() == "on" || iframedoc.body.contentEditable.toLowerCase() == "true") { return true; } } }, handleEvent: function(event){ try{ // HRef if (this.is_local) { var el = document.getElementById('myTextarea'); } else { var el = event.target; } if(Transliterate.isEditableElement(el)){ var lazyLoader = function(){ Transliterate.lazyLoadObjects(el); }; var initer = function(){ Transliterate.checkAndWaitTillInit(lazyLoader); }; Transliterate.onLoad(initer); return; } if(!Transliterate.isCntrlsDiv(el)){ Transliterate.showControl(el, true); } }catch(e){ } }, waitCounter: 0, checkAndWaitTillInit: function(callback){ try{ Transliterate.init(); }catch(e){ if(Transliterate.waitCounter == 15){ return; } Transliterate.waitCounter++; var f = function(){ Transliterate.checkAndWaitTillInit(callback); }; setTimeout(f, 200); return; } callback(); }, isInTheList: function(el){ for(var i=0; i

isCntrlsDiv: function(el){ var p = el; while((p = p.parentNode)){ if(p == Transliterate._controlDiv){ return true; } } return false; }, findPos: function(obj){ var curleft = curtop = 0; if (obj.offsetParent) { do { curleft += obj.offsetLeft; curtop += obj.offsetTop; }while (obj = obj.offsetParent); return {'left': curleft, 'top': curtop}; } }, showControl: function(ele, hide){ if(hide){ if (this.is_local) { Transliterate._controlDiv.style.display = 'block'; } else { Transliterate._controlDiv.style.display = 'none'; } return; } var pos = Transliterate.findPos(ele); var dim = Transliterate._controlDiv.dimension; var etop = pos.top-dim.height; var eleft = pos.left+ele.offsetWidth-dim.width; var cssTxt = 'position: absolute; opacity: 0.8; left: '+eleft+'px; top: '+etop+'px; display: block; z-index: 20000;'; Transliterate._controlDiv.style.cssText = cssTxt; }, setPref: function(defaultLang, textBoxSupport){ Transliterate.defaultLanguage = defaultLang; Transliterate.supportTextBoxes = textBoxSupport; }, // HRef checkElement: function() { if (window.location.href == "chrome://epic/content/xml/hrefindic.html") { // Original logic by google indic for the sidebar. We return because we do not want to set the regular interval timer Transliterate.addEvents(); return; } else { // For all other pages var activeElement = window.document.activeElement; if(Transliterate.isEditableElement(activeElement)){ if ((activeElement.ownerDocument.defaultView.Transliterate) || (Transliterate.is_newtab)){ Transliterate.eventAdded = true; var el = activeElement; var lazyLoader = function(){ Transliterate.lazyLoadObjects(el); }; var initer = function(){ Transliterate.checkAndWaitTillInit(lazyLoader); }; Transliterate.onLoad(initer); } else { //alert('no'); } } else { if ((Transliterate._controlDiv) && (!Transliterate.isCntrlsDiv(activeElement))) { Transliterate.showControl(activeElement, true); } } } setTimeout(Transliterate.checkElement, 1000); } }; Transliterate.checkElement(); document.addEventListener("click", Transliterate.checkElement, true);Transliterate.setPref('HINDI', true); // ]]>

Tags: Samsung, Samsung Future Beyond Smartphones

6 Responses to “Samsung Wave S8500”

  1. methun
    November 13, 2010 at 6:14 am #

    hi bro

    it’s nice one for buy… or any other ?

    • Rakesh Narang
      November 13, 2010 at 8:00 pm #

      First you have to decide whether you’d like to go for Android or Bada. HTC Wildfire is cheaper that Wave S8500 but still its a steal.

  2. Samsung India
    January 8, 2011 at 2:22 pm #

    Samsung India is an established name in the field of electronic goods which is better known for its good quality products.

  3. vamsi
    April 11, 2011 at 7:33 pm #

    i wanna affort upto 16000/-
    pls tell me the best product

  4. Vyom Joshi
    August 1, 2011 at 11:33 am #

    Hey…i want a touchscreen mobile with a 3.5mm jack and wi-fi..i can afford upto 8k…is LG Cookie Max T325 the right choice??

    • Rakesh Narang
      August 4, 2011 at 9:05 pm #

      Nopes, don’t go for LG. You would regret that.

Leave a Reply

Web Analytics