Telefonumun Özellikleri Nedir? RAM, İşlemci, Model ve Cihaz Bilgilerini Öğrenme Rehberi

TAKİP ET

Telefon özellikleri öğrenme aracı ile RAM, işlemci, model, ekran, batarya ve cihaz bilgilerini anında görüntüleyin.

Telefonumun özellikleri nedir sorusu, yeni cihaz alanlardan performans kontrolü yapmak isteyen kullanıcılara kadar birçok kişi tarafından araştırılmaktadır. Günümüzde telefonların RAM kapasitesi, işlemci gücü, ekran çözünürlüğü, batarya durumu ve depolama kapasitesi günlük kullanım deneyimini doğrudan etkiler. Tarayıcı tabanlı analiz araçları sayesinde uygulama yüklemeden cihaz hakkında çeşitli bilgilere ulaşmak mümkündür.

Telefon özellikleri öğrenme araçları; marka, model, işletim sistemi sürümü, ekran piksel oranı, işlemci çekirdek sayısı ve tahmini RAM bilgilerini gösterebilir. Bazı gelişmiş sistemler GPU, batarya seviyesi, ekran yenileme hızı ve bağlantı detaylarını da analiz eder. Özellikle Android cihazlarda model bilgisi daha kolay görüntülenirken, bazı iPhone modellerinde güvenlik nedeniyle bu bilgiler kısıtlı olabilir.

Cihaz özelliklerini bilmek; oyun performansı, uygulama uyumluluğu, depolama ihtiyacı ve telefon yükseltme kararları açısından önem taşır. Telefonunuzun donanım gücünü anlamak için hızlı analiz araçları pratik çözüm sunar.

 

body{ background:#f8fafc; font-family:Arial,sans-serif; } .mobile-model-section{ padding:60px 0; } .mobile-model-card{ max-width:980px; margin:auto; background:#fff; border-radius:24px; padding:35px; box-shadow:0 20px 50px rgba(15,23,42,.08); } .mobile-model-title{ text-align:center; margin-bottom:28px; } .mobile-model-title h1{ font-size:38px; font-weight:800; color:#111827; margin-bottom:12px; } .mobile-model-title p{ color:#64748b; font-size:16px; } .mobile-model-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:15px; } .mobile-model-box, .mobile-useragent{ background:#f1f5f9; border-radius:18px; padding:18px; } .mobile-model-box span, .mobile-useragent span{ display:block; font-size:14px; color:#64748b; margin-bottom:6px; } .mobile-model-box strong, .mobile-useragent strong{ color:#2563eb; font-size:18px; word-break:break-word; } .mobile-useragent{ margin-top:15px; } .mobile-useragent strong{ font-size:15px; line-height:1.6; } .mobile-note{ margin-top:18px; background:#eff6ff; color:#1e40af; padding:14px 16px; border-radius:14px; font-size:14px; } @media(max-width:576px){ .mobile-model-card{ padding:25px 18px; } .mobile-model-grid{ grid-template-columns:1fr; } .mobile-model-title h1{ font-size:30px; } }

Mobil Cihaz Model Öğrenme

Tarayıcınızdan alınan bilgilerle cihaz modeli, işletim sistemi, RAM, işlemci, ekran ve depolama detaylarını görüntüleyin.

Cihaz Türü Kontrol ediliyor... İşletim Sistemi Kontrol ediliyor... Marka Kontrol ediliyor... Model Kontrol ediliyor... RAM Tahmini Kontrol ediliyor... CPU Çekirdeği Kontrol ediliyor... Telefon Segmenti Kontrol ediliyor... GPU Kontrol ediliyor... Muhtemel Telefon Depolaması Kontrol ediliyor... Boş Tarayıcı Alanı Kontrol ediliyor... Kullanılan Tarayıcı Alanı Kontrol ediliyor... Ekran Çözünürlüğü Kontrol ediliyor... Piksel Oranı Kontrol ediliyor... Ekran Hz Kontrol ediliyor... Batarya Kontrol ediliyor... User-Agent Kontrol ediliyor... Telefonun gerçek dahili hafızası tarayıcıdan okunamaz. Depolama alanında cihaz segmentine göre tahmin yapılır; boş/kullanılan alan ise tarayıcı kotasını gösterir. document.addEventListener("DOMContentLoaded", async function () { const ua = navigator.userAgent; const setText = (id, value) => { const el = document.getElementById(id); if(el){ el.textContent = value || "Bilinmiyor"; } }; function cleanModel(value) { if (!value) return ""; return value .replace(/Build\/[^;)]+/gi, "") .replace(/wv/gi, "") .replace(/Mobile/gi, "") .replace(/Safari/gi, "") .replace(/\s+/g, " ") .trim(); } function getAndroidModelFromUA() { let model = ""; const patterns = [ /Android\s[\d.]+;\s([^;()]+?)\sBuild/i, /Linux;\sAndroid\s[\d.]+;\s([^;()]+)/i, /Android\s[\d.]+;\s([^;()]+)/i ]; for (const pattern of patterns) { const match = ua.match(pattern); if (match && match[1]) { model = cleanModel(match[1]); break; } } return model; } function normalizeModel(model) { if (!model) return ""; const m = model.trim(); const upper = m.toUpperCase(); const models = [ { test: /^SM-/, name: "Samsung Galaxy" }, { test: /^GT-/, name: "Samsung Galaxy" }, { test: /^SCH-/, name: "Samsung" }, { test: /^SGH-/, name: "Samsung" }, { test: /REDMI/, name: "Xiaomi Redmi" }, { test: /POCO/, name: "Xiaomi POCO" }, { test: /^MI\s|^MI-|\sMI\s/, name: "Xiaomi Mi" }, { test: /^M2\d{2}/, name: "Xiaomi / Redmi" }, { test: /^220|^221|^230|^231|^240/, name: "Xiaomi / Redmi / POCO" }, { test: /^CPH/, name: "OPPO" }, { test: /^P[A-Z]{2}M|^P[A-Z]{2}T/, name: "OPPO" }, { test: /^RMX/, name: "Realme" }, { test: /^V\d{4}|^VIVO/, name: "Vivo" }, { test: /^PD\d{4}/, name: "Vivo / iQOO" }, { test: /IQOO/, name: "iQOO" }, { test: /^VOG/, name: "Huawei P30 Pro" }, { test: /^ELE/, name: "Huawei P30" }, { test: /^MAR/, name: "Huawei P30 Lite" }, { test: /^ANE/, name: "Huawei P20 Lite" }, { test: /^LYA/, name: "Huawei Mate 20 Pro" }, { test: /^CLT/, name: "Huawei P20 Pro" }, { test: /^EVA/, name: "Huawei P9" }, { test: /^FIG/, name: "Huawei P Smart" }, { test: /^JNY/, name: "Huawei P40 Lite" }, { test: /^ANA/, name: "Huawei P40" }, { test: /^ELS/, name: "Huawei P40 Pro" }, { test: /^TAS/, name: "Huawei Mate 30" }, { test: /^NOH/, name: "Huawei Mate 40 Pro" }, { test: /^BLA/, name: "Huawei Mate 10 Pro" }, { test: /^LON|^DUK|^STF|^COL|^JSN|^LLD|^BKL|^YAL/, name: "Honor" }, { test: /^TECNO|^CK\d|^KG\d|^KI\d|^KL\d|^CH\d|^BD\d/, name: "Tecno" }, { test: /^INFINIX|^X\d{3}/, name: "Infinix" }, { test: /^ITEL|^A\d{2}/, name: "itel" }, { test: /^GM\d|GENERAL MOBILE/, name: "General Mobile" }, { test: /^CASPER|VIA/, name: "Casper VIA" }, { test: /^REEDER|P13|P12/, name: "Reeder" }, { test: /^ONEPLUS|^LE\d|^GM\d|^KB\d|^IN\d|^CPH24/, name: "OnePlus" }, { test: /PIXEL/, name: "Google Pixel" }, { test: /^MOTO|MOTOROLA|^XT\d/, name: "Motorola" }, { test: /^NOKIA|^TA-/, name: "Nokia" }, { test: /^SONY|XPERIA|^G\d{4}|^H\d{4}|^I\d{4}/, name: "Sony Xperia" }, { test: /^ASUS|ZENFONE|ROG PHONE|^AI\d/, name: "Asus" }, { test: /^LENOVO|^TB-/, name: "Lenovo" }, { test: /^LGE|^LM-|LG-/, name: "LG" }, { test: /^HTC/, name: "HTC" }, { test: /^NOTHING|A063|A065/, name: "Nothing Phone" }, { test: /^ZTE|^NX|NUBIA/, name: "ZTE / Nubia" }, { test: /^MEIZU|M\d NOTE/, name: "Meizu" } ]; for (const item of models) { if (item.test.test(upper)) { return item.name + " - " + m; } } return m; } function getBrandFromUA(model) { const text = (ua + " " + model).toLowerCase(); if (/iphone|ipad|ipod/.test(text)) return "Apple"; if (/samsung|sm-|gt-|sch-|sgh-/.test(text)) return "Samsung"; if (/xiaomi|redmi|poco|mi\s|m2\d{2}|220|221|230|231|240/.test(text)) return "Xiaomi"; if (/oppo|cph/.test(text)) return "OPPO"; if (/realme|rmx/.test(text)) return "Realme"; if (/vivo|iqoo|pd\d{4}|v\d{4}/.test(text)) return "Vivo / iQOO"; if (/huawei|honor|vog|ele|mar|ane|lya|clt|jny|els|tas|noh/.test(text)) return "Huawei / Honor"; if (/tecno|infinix|itel/.test(text)) return "Tecno / Infinix / itel"; if (/general mobile|gm\d/.test(text)) return "General Mobile"; if (/casper|via/.test(text)) return "Casper"; if (/reeder|p13|p12/.test(text)) return "Reeder"; if (/oneplus|le\d|kb\d|in\d/.test(text)) return "OnePlus"; if (/pixel/.test(text)) return "Google"; if (/motorola|moto|xt\d/.test(text)) return "Motorola"; if (/nokia|ta-/.test(text)) return "Nokia"; if (/sony|xperia/.test(text)) return "Sony"; if (/asus|zenfone|rog phone/.test(text)) return "Asus"; if (/lenovo|tb-/.test(text)) return "Lenovo"; if (/nothing/.test(text)) return "Nothing"; if (/android/.test(text)) return "Android Cihaz"; return "Bilinmiyor"; } function getDeviceType() { if (/ipad|tablet|playbook|silk/i.test(ua)) return "Tablet"; if (/mobi|android|iphone|ipod/i.test(ua)) return "Mobil"; return "Masaüstü"; } function getOS() { if (/Android/i.test(ua)) { const match = ua.match(/Android\s([\d.]+)/i); return "Android" + (match ? " " + match[1] : ""); } if (/iPhone|iPad|iPod/i.test(ua)) { const match = ua.match(/OS\s([\d_]+)/i); return "iOS" + (match ? " " + match[1].replace(/_/g, ".") : ""); } if (/Windows NT/i.test(ua)) return "Windows"; if (/Mac OS X/i.test(ua)) return "macOS"; if (/Linux/i.test(ua)) return "Linux"; return "Bilinmiyor"; } async function getModelStrong() { let model = ""; if (navigator.userAgentData && navigator.userAgentData.getHighEntropyValues) { try { const uaData = await navigator.userAgentData.getHighEntropyValues([ "model", "platform", "platformVersion", "architecture", "bitness", "uaFullVersion", "fullVersionList" ]); if (uaData.model) { model = cleanModel(uaData.model); } if (uaData.platform) { setText( "deviceOS", uaData.platform + (uaData.platformVersion ? " " + uaData.platformVersion : "") ); } } catch (e) { console.warn("UA Client Hints alınamadı:", e); } } if (!model && /Android/i.test(ua)) { model = getAndroidModelFromUA(); } if (/iPhone/i.test(ua)) return "iPhone - net model tarayıcı tarafından gizleniyor"; if (/iPad/i.test(ua)) return "iPad - net model tarayıcı tarafından gizleniyor"; if (/iPod/i.test(ua)) return "iPod"; if (model) return normalizeModel(model); if (/Android/i.test(ua)) return "Android cihaz - model gizlenmiş olabilir"; if (/Windows/i.test(ua)) return "Windows masaüstü cihaz"; if (/Macintosh/i.test(ua)) return "Mac masaüstü cihaz"; return "Model bilgisi alınamadı"; } function getGPU(){ try{ const canvas = document.createElement("canvas"); const gl = canvas.getContext("webgl"); if(!gl) return "Desteklenmiyor"; const debug = gl.getExtension("WEBGL_debug_renderer_info"); if(debug){ return gl.getParameter(debug.UNMASKED_RENDERER_WEBGL); } return "GPU okunamadı"; }catch{ return "Okunamadı"; } } function estimatePhoneSegment(){ const ram = navigator.deviceMemory || 0; const cpu = navigator.hardwareConcurrency || 0; if(ram >= 12 && cpu >= 8){ return { segment:"Amiral Gemisi", storage:"256GB+ muhtemel" }; } if(ram >= 8 && cpu >= 8){ return { segment:"Üst Segment", storage:"128GB - 256GB muhtemel" }; } if(ram >= 4 && cpu >= 6){ return { segment:"Orta Segment", storage:"64GB - 128GB muhtemel" }; } return { segment:"Giriş Segmenti", storage:"32GB - 64GB muhtemel" }; } function getRefreshRate(){ let frames = []; let last = performance.now(); function loop(now){ frames.push(now - last); last = now; if(frames.length < 60){ requestAnimationFrame(loop); }else{ const avg = frames.reduce((a,b)=>a+b,0) / frames.length; const hz = Math.round(1000 / avg); setText("deviceHz", hz + " Hz"); } } requestAnimationFrame(loop); } const strongModel = await getModelStrong(); const segment = estimatePhoneSegment(); setText("deviceType", getDeviceType()); const currentOS = document.getElementById("deviceOS").textContent; setText("deviceOS", currentOS.includes("Kontrol") ? getOS() : currentOS); setText("deviceBrand", getBrandFromUA(strongModel)); setText("deviceModel", strongModel); setText("deviceRam", navigator.deviceMemory ? navigator.deviceMemory + " GB" : "Desteklenmiyor"); setText("deviceCpu", navigator.hardwareConcurrency ? navigator.hardwareConcurrency + " çekirdek" : "Bilinmiyor"); setText("deviceSegment", segment.segment); setText("deviceGpu", getGPU()); setText("deviceStorage", segment.storage); setText("deviceScreen", screen.width + " x " + screen.height + " px"); setText("devicePixelRatio", window.devicePixelRatio || "Bilinmiyor"); setText("deviceUserAgent", ua); if(navigator.storage && navigator.storage.estimate){ navigator.storage.estimate().then(storage => { const quota = storage.quota / 1024 / 1024 / 1024; const usage = storage.usage / 1024 / 1024 / 1024; const free = quota - usage; setText("deviceFree", free.toFixed(1) + " GB tarayıcı alanı"); setText("deviceUsage", usage.toFixed(2) + " GB kullanılıyor"); }); }else{ setText("deviceFree", "Desteklenmiyor"); setText("deviceUsage", "Desteklenmiyor"); } if(navigator.getBattery){ navigator.getBattery().then(b => { setText("deviceBattery", Math.round(b.level * 100) + "%"); }); }else{ setText("deviceBattery", "Desteklenmiyor"); } getRefreshRate(); });