Barcode merupakan simbol berbentuk garis-garis yang menyatakan suatu instruksi atau string karakter. Simbol ini biasanya hanya sanggup dibaca oleh mesin barcode scanner. Salah satu referensi barcode ialah simbol yang ada di produk di toko atau supermarket yang sering kita lihat. Bila dijabarkan berdasarkan tipe, sebetulnya aneka macam tipe barcode ini berdasarkan kegunaan. nah berhubung aku bukan hebat barcode, jadi aku hanya menjelaskan cara instan membuatnya saja ya, untuk bahasan sejauh itu silahkankan digoogling sendiri, sudah banyak kok yang ngebahasnya :)
Cara menciptakan 2d Barcode Image
Cara paling gampang menghasilkan gambar barcode sanggup pribadi mengunakan layanan barcode generator via morovia.com pada referensi ini aku mengunakan "code 128" sebagai format barkode. jika tidak ingin barcode dibaca oleh manusia, kita sanggup menghapusnya dengan tidak memberi tanda centang pada "Show Human Readable Text". Bila masih kurang puas, kita sanggup mencari lebih banyak lagi "barcode generator" lainnya pada mesin pencari.
Cara menciptakan QR Code symbols
Berbeda dengan barkode standar, sebetulnya kita sanggup juga memakai QR instruksi symbol. Dengan memakai kata kunci “QR Code Generator” di search engine, kita sanggup menemukan beberapa QR Code Generator menyerupai morovia, invx, SnapMaxe QR Code Generator dan Kaywa QR-Code
Cara Decode Barcode Image
Seperti yang aku katakan diatas, untuk sanggup membaca ulang pengcodean pada barcode kita paling tidak harus menggunaan mesin scanner khusus. cuman untuk sanggup melaksanakan hal tersebut rasanya buang-buang waktu saja ya :D. Kalo mau cara instannya coba tuju saja pribadi ke layanan online ini zxing.org
Mau lebih kreatif? kenapa tidak dimanfaatkan barkode ini dengan memasangnya pada setiap postingan, semoga lebih gimana gitu hehehe
Membuat Barcode Dengan Barcode Generator
Login Hotspot Dengan Barcode Qr Scan Sendiri
Login hotspot dengan Barcode QR Scan memang keren tapi tidak semua client kita punya QR scan sendiri diperangkat mereka, kali ini aku coba menciptakan barcode QR scan sendiri yang dapat dipasang halaman Hotspot. dengan media web yg aku buat bekerja dengan cara meminjam camera sebagai medianya jadi support untuk login hotspot dari webcam external di PC, Smartphone atau di Laptop.
untuk uji coba silahkan buka alamat https://qrscan.buananet.click di smartphone kalian dan arahkan camera ke barcode di gambar yang sudah aku lampirkan.
Tutorial pasang di halaman login hotspot:
1.Jangan lupa set allow untuk wallet garden ke web aku qrscan.buananet.click
2. berikan centang untuk login HTTP PAP
3.pasang button code ini di halaman login.html hotspot terserah mau diletakan dimana (disini sedikit pengetahuan html dasar)
atau nanti dapat aku buatkan vouchernya QR code supaya lebih manis hasilnya. semoga berkhasiat :)
untuk uji coba silahkan buka alamat https://qrscan.buananet.click di smartphone kalian dan arahkan camera ke barcode di gambar yang sudah aku lampirkan.
Tutorial pasang di halaman login hotspot:
1.Jangan lupa set allow untuk wallet garden ke web aku qrscan.buananet.click
2. berikan centang untuk login HTTP PAP
3.pasang button code ini di halaman login.html hotspot terserah mau diletakan dimana (disini sedikit pengetahuan html dasar)
<button style="margin-top:10px; padding:3px" onclick="myFunction()">[ QR CODE SCAN ]</button> <script> function myFunction() { window.open("https://qrscan.buananet.click"); } </script>
atau nanti dapat aku buatkan vouchernya QR code supaya lebih manis hasilnya. semoga berkhasiat :)
Memasang Login Hotspot Dengan Qr Scan Barcode
disini hanya sayangnya domain ssl dan hosting aku sudah expired jadi sudah gak dapat dipake lagi. Nah kini aku coba sharing script yang gres yang dapat dipasang pribadi dihalaman login hotspot tanpa mediator pihak ketiga. Qr scan yang gres ini aku bilang fast scan and login alasannya yaitu memang itu tujuannya scan dan pribadi connect.
Syarat:
1.Pemahaman Web terutama JavaScript, HTML dan CSS sangat di perlukan.
2.Karena script aku share nanti memakai HTML5 Video berarti mau tidak mau kita harus mengaktifkan secure akta SSL/TLS di mikrotik alasannya yaitu memang wajib memakai https semoga script dapat bekerja. (saya tidak menjawab pertanyaan kenapa muncul peringatan 'SSL Redirect Warning' alasannya yaitu kalo gak mau muncul ya beli SSL Certificate dengan Trusted Certificate Authority.
3.Kuti tutorial ini sampe sukses Mikrotik.ID : Hotspot HTTPS Login
4.Silahkan download scriptnya script QR Scan disini
OK pribadi ke tutorial.
Pertama silahkan copy - paste file javascript llqrcode.js dan myqr.js dan letakan ke dua file ini dalam folder hotspot
Kemudian buka login.html dan letakan Javascript dibawah ini sempurna diatas isyarat </head>
Masih pada login.html dan letakan CSS dibawah ini sempurna dibawah isyarat <style type="text/css">
Masih login.html dan letakan script dibawah ini sempurna dibawah isyarat </body>
yang terakhir letakan isyarat button ini dan sesuikan dengan template masing-masing
Jangan lupa juga mengganti semua QR code script yang awalnya contoh: http://namahotspot.net dan ganti dengan https://namahotspot.net semoga sukses :)
Syarat:
1.Pemahaman Web terutama JavaScript, HTML dan CSS sangat di perlukan.
2.Karena script aku share nanti memakai HTML5 Video berarti mau tidak mau kita harus mengaktifkan secure akta SSL/TLS di mikrotik alasannya yaitu memang wajib memakai https semoga script dapat bekerja. (saya tidak menjawab pertanyaan kenapa muncul peringatan 'SSL Redirect Warning' alasannya yaitu kalo gak mau muncul ya beli SSL Certificate dengan Trusted Certificate Authority.
3.Kuti tutorial ini sampe sukses Mikrotik.ID : Hotspot HTTPS Login
4.Silahkan download scriptnya script QR Scan disini
OK pribadi ke tutorial.
Pertama silahkan copy - paste file javascript llqrcode.js dan myqr.js dan letakan ke dua file ini dalam folder hotspot
Kemudian buka login.html dan letakan Javascript dibawah ini sempurna diatas isyarat </head>
<script type="text/javascript" src="llqrcode.js"></script> <script type="text/javascript" src="myqr.js"></script>
Masih pada login.html dan letakan CSS dibawah ini sempurna dibawah isyarat <style type="text/css">
.modal { display: none; position: fixed; z-index: 1; padding-top: 30px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); } .modal-content { background-color: #000; margin: auto; padding: 10px; border: 2px solid #111; width: 260px; -moz-border-radius:3px; -khtml-border-radius:5px; -webkit-border-radius:5px ; border-radius:5px ; color:red; font-weight:bold } .close {float: right; font-size: 15px; font-weight: bold;} .close:hover,.close:focus { text-decoration: none; cursor: pointer; } #mainbody{ width:100%; display:none; } .selector{ display:none; visibility: hidden; } #result{ display:none; visibility: hidden; } #v{ width:240px; height:200px; } #qr-canvas{ display:none; } #outdiv{ padding:0; width:240px; height:200px; border: solid; border-width: 3px 3px 3px 3px; -moz-border-radius:3px; -khtml-border-radius:5px; -webkit-border-radius:5px ; border-radius:5px ; color:#555; background: #000; } .tsel{ padding:0; } blink { -webkit-animation: 2s linear infinite condemned_blink_effect; // for android animation: 2s linear infinite condemned_blink_effect; } @-webkit-keyframes condemned_blink_effect { // for android 0% { visibility: hidden; } 50% { visibility: hidden; } 100% { visibility: visible; } } @keyframes condemned_blink_effect { 0% { visibility: hidden; } 50% { visibility: hidden; } 100% { visibility: visible; } }
Masih login.html dan letakan script dibawah ini sempurna dibawah isyarat </body>
<div id="myModal" class="modal"> <div class="modal-content"> <center><span class="scanning">▒▒▒▒▒<blink> ▓ scanning ▓ </blink>▒▒▒▒▒</span></center> <div id="mainbody"> <div class="selector" id="webcamimg" onclick="setwebcam()" align="left" ></div> <table class="tsel" border="0" width="100%"> <td valign="top" align="center" width="50%"> <table class="tsel" border="0"> <td colspan="1" align="center"> <div id="outdiv"></div> </td> </table> </td> <div id="result"></div> </table> <span class="close"></span> <center><span style="font-weight:bold;font-size:12px; color:#999;">Scan QR code yang ada pada voucher anda</span></center> </div> <canvas id="qr-canvas" width="100%" height="100%"></canvas> </div> </div> <script type="text/javascript"> var modal = document.getElementById('myModal'); var btn = document.getElementById("myBtn"); var span = document.getElementsByClassName("close")[0]; btn.onclick = function() { modal.style.display = "block"; } span.onclick = function() { modal.style.display = "none"; } window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } </script> <script type="text/javascript">load();</script>
yang terakhir letakan isyarat button ini dan sesuikan dengan template masing-masing
<button style="margin-right:10px; width: 120px;height: 35px;background: #888;border: 2px solid #999;cursor: pointer;border-radius: 2px; color: #fff;font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: bold;padding: 6px;margin-top: 10px;" id="myBtn">QR SCAN</button>
Jangan lupa juga mengganti semua QR code script yang awalnya contoh: http://namahotspot.net dan ganti dengan https://namahotspot.net semoga sukses :)
Template User Manager Voucher Hotspot Mikrotik Plus Qr Code Generator
Template Voucher Hotspot Mikrotik dengan QR Code yang elegan dan profesional sangat cocok untuk menggantikan default voucher hotspot bawaan User Manager Mikrotik yang terbilang kaku dan kurang menarik. ada 8 pilihan warna voucher template yang dapat kita gunakan.
Disini saya sediakan default template voucher hotspot mikrotik, untuk memakai salah satu voucher template tinggal klik kanan dan copy link gambarnya / salin lokasi gambar.



Silahkan masuk ke pengaturan "Setting" -> "Templates" pada User Manager
Paste instruksi ini dikolom Header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Vouchers</title> <script src="https://code.jquery.com/jquery-3.2.1.min.js" type="text/javascript"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lrsjng.jquery-qrcode/0.14.0/jquery-qrcode.min.js" type="text/javascript"></script> <style> @page { size: A4; margin: 0; } @media print { html, body { width: 210mm; height: 297mm; margin-left: auto; margin-right: auto; } } @media screen { html, body { width: 800px; } } body { padding: 20px; margin:0; margin-left: auto; margin-right: auto; font-size: 12px; font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; } #main-wrap { background-color: #fff; height: 180px; text-align: left; display: inline-block; } #main-wrap > div { height: 180px; } #main-wrap { width: 39%; padding-top: 10px; padding-bottom: 10px; } #inner { background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjExSJylJhCpfnPgD7WLsguR_al9ESi-bLCAfoG7Cot0GYKs-1V6Uq1wxBroOnt7_cU2-lOLus6AqQrS0riLeg_ii08yf-GFbi0moWt002KtBnmcZhFLqygozGAJHmQ_dy-G_okaS5uUqwS/s1600/q4.png") no-repeat; width: 286px; height: 174px; padding: 0px; } #hotspot-name { padding-left: 15px; color:#fff; font-size: 11px; font-weight:bold; } #user-pass { padding-top: 4px; padding-left: 10px; font-size: 11px; font-weight: bold; color: #000; margin-top: 5px; padding-bottom: 2px; font-weight: bold; } #price { width: 286px; height: 25px; padding: 0px; color:#fff; font-size: 14px; font-weight:bold; display: inline-block; } #kanan { padding-top: 6px; padding-left:5px; text-align: center; font-size: 12px; font-weight:bold; color:#fff; } #info { padding-top: 12px; padding-right:5px; text-align: right; font-size: 11px; font-weight:bold; color:#fff; } #kontak { padding-top: 15px; padding-right:5px; text-align: right; font-size: 11px; font-weight:bold; color:#fff; } .qrcode { padding-top:5px; padding-left:10px; } .left-half { color:#000; float: left; width: 50%; } .right-half { color:#000; float: left; width: 50%; } </style> </head> <body>
Paste instruksi ini di kolom Row.
Untuk instruksi yang saya kasih tanda warna kuning tinggal sesuai aja dengan kondisi masing-masing
<div id="main-wrap"> <div id="inner"> <div id="price"> <div style="padding:5px 5px 5px 10px">Rp.%u_moneyPaid%</div> </div> <div class="left-half"> <div id="user-pass"> User: [ %u_username% ]<br> Pass: [ %u_password% ]<br> </div> <div class="qrcode" id="%u_username%"></div> <script> jQuery(function(){jQuery('#%u_username%').qrcode( { "render": 'canvas', "size": 100, "minVersion": 5, "maxVersion": 5, "ecLevel": 'L', "mode": 0, "text": "http://namahotspot.net/login?username=%u_username%&password=%u_password%", "quiet": 0, } ); }) </script> </div> <div class="right-half"> <div id="kanan"> <br> BUANANET HOTSPOT<br> </div> <div id="info"> <u>namahotspot.net</u><br><br> Duration: %u_limitUptime%<br> Validation: %u_timeLeft%<br> Quota: %u_limitDownload%<br> Shared: %u_shared_users% User<br> </div> <div id="kontak"> CP: 081328298xxx </div> </div> </div> </div>
Paste ini di kolom Footer
</body></html>
Terakhir paste ini di kolom Break
<p class="noprint" style="font-size: 10px"> ................ page break ................ </p> <p class="pagebreak"> </p>
Perangkat Input Komputer Dan Gambarnya
PERANGKAT INPUT KOMPUTER
Input yaitu data yang dimasukkan ke computer biar sanggup diproses. Input meliputi kode kegiatan yang diterima CPU sesudah ada perintah dari pengguna. Sedangkan output menunjuk pada hasil pemrosesan, yaitu isu yang terkirim ke layar atau printer, untuk disimpan, atau dikirim ke computer lain di jaringan.
perangkat input komputer antara lain:
1. Keyboard
Merupakan input device terpenting yang dalam suatu pengolahan data dengan komputer. Keyboard berfungsi memasukkan data berupa huruf, angka, karakter/simbol, serta sebagai media bagi user untuk melaksanakan perintah-perintah lainnya yang diharapkan menyerupai menyimpan file. Keyboard berasal dari model mesin ketik yang diciptakan dan dipatenkan oleh Christoper Latham pada tahun 1868.
Keyboard yang kini kita kenal mempunyai beberapa jenis port, menyerupai USB, port serial, wireless, dan ps2. Sedangkan jenis jenis keyboard yaitu :
1. QWERTY
2. DVORAK
3. KLOCKENBERG
2. Mouse
Fungsinya yaitu untuk perpindahan pointer atau kursor secara cepat. Selain itu, sanggup sebagai perintah mudah dan cepat dibanding keyboard (double click). Mouse terdiri dari tiga tombol yaitu tombol sebelah kiri (click), tombol tengah/tombol gulung (scrool), dan tombol kanan (right click). Mouse terdiri dari beberapa port yaitu serial, ps/2, USB, dan wireless.
3. Touchpad
Input device ini biasa kita temukan di laptop/notebook. Unit ini digunkan sebagai pengganti mouse. Makara fungsinya juga untuk memindahkan kursor secara cepat.
4. Light Pen
Adalah pointer elektronik yang dipakai untuk mendesain gambar dengan screen/layar monitor. Light pen mempunyai sensor yang sanggup mengirimkan sinyal cahaya ke dalam komputer kemudian direkam, dimana layar monitor bekerja dengan merekam sinyal elektronik setiap baris per detik.
5. Joystick dan Games Paddle
Alat ini biasa dipakai pada permainan komputer. Games paddle berbentuk tongkat dengan beberapa tombol diatasnya untuk mengendalikan suatu objek dalam komputer.
6. Barcode
Barcode termasuk dalam suatu unit masukan / input device. Fungsi alat ini yaitu untuk menyimpad suatu kode yang berbentuk garis - tebal vertikal yang kemudian diterjemahkan dalam bentuk angka-angka. Tapi, kini di negara-negara maju, barcode sudah digantikan oleh QR Code yang sanggup menyimpan jumlah kode lebih banyak dan lebih besar daripada barcode [Baca: QR Code].
7. Scanner
Adalah sebuah alat yang berfungsi untuk mengcopy / menyalin gambar atau teks yang kemudian disimpan ke dalam memory komputer dengan bentuk gambar. Scanner hampir menyerupai dengan mesin fotocopy, tapi bedanya di scanner kita sanggup memodifikasi file yang dicopy melalui monitor sebulum dicetak hasilnya.
Saat ini sedang dikembangkan scanner dengan teknologi DMR (Digital Mark Reader). Gunanya untuk mengkoreksi lembar balasan komputer (LJK), biodata, dan formulir. Tapi dengan teknologi DMR, lembar balasan tidak harus ditulis dengan menggunakan pensil 2B, tapi sanggup menggunakan pulpen, spidol dan alat tulis lain serta sanggup menggunakan kertas biasa.
8. Mikrofon
Input device ini berfungsi untuk memasukkan data berupa bunyi yang akan disimpan di dalam memori komputer. Penggunaan mikrofon harus didukung oleh hardware lain menyerupai soundcard dan speaker.
9. Graphic Pads
Karena menggunakan teknologi Computer Aided Design (CAD), maka kita sanggup menciptakan rancangan bangunan, rumah, dll dengan menggunakan grapich pads. Graphic pads mempunyai dua jenis. Pertama, menggunakan jarum (stylus) yang dihubungkan ke pad atau dengan menggunakan alas tegangan rendah. Pada alas tersebut terdapat permukaan membrane yang sensitif terhadap sentuhan. Kedua, menggunakan alas yang sensitif dengan sentuhan tanpa menggunakan jarum. Cara kerjanya yaitu dengan meletakkan kertas gambar pada bantalan, kemudian ditulisi dengan pensil.
Nah itulah perangkat input komputer semoga bermanfaat
Nah itulah perangkat input komputer semoga bermanfaat
Android Users Can Now Send Text Messages From Computer Browsers
Android Message app is getting its own browser-based web service just as it is on Whatsapp and Telegram web.
The Google app will let users to read and send messages directly from their web browser over the Internet on their PC. This is made possible when the user connect their smartphone to a web browser on a computer.
How To Use Android Message on PC/ Desktop
- Visit https://messages.android.com
- A QR code will appear on the web page which you are to scan to activate the service on your browser
- When you are done with the QR code scanning, your Android mobile Message app will have already paired with the web client.
You can now enjoy the comfort of a large keyboard and a big screen to reply your messages. Before pairing your PC and your mobile device, it is advisable to be on an unlimited Internet plan or be connected using a WiFi network so as to save cost.
In addition to the regular texts, Android Messages also supports RCS messaging. Google added this feature to let Android users send and receive message containing pictures, videos and other multimedia contents. Though, some mobile operators around the world are yet to support the feature.
Android users can get the Android Messages app from the PlayStore for free. Click here to download Android Messages.
Voucher Hotspot Mikrotik Dengan Qr Code Barcode
untuk melengkapi login hotspot dengan Barcode QR Scan sesuai postingan aku sebelumnya, belum lengkap kayaknya kalo aku tidak sharing juga voucher hotspot beserta QR generatornya. disini aku sengaja mendesain voucher dengan latar gambar alasannya akan lebih gampang mengeditnya sesuai cita-cita daripada harus memakai coding html dan CSS yang rumit.
silahkan download QR VOUCHER SCRIPT
saya merekomendasikan untuk file JS jquery dan gambar voucher.png disimpan di hosting masing2 alasannya dapat saja suatu ketika hosting vps aku tidak aku perpanjang lagi. agar sukses...
silahkan download QR VOUCHER SCRIPT
saya merekomendasikan untuk file JS jquery dan gambar voucher.png disimpan di hosting masing2 alasannya dapat saja suatu ketika hosting vps aku tidak aku perpanjang lagi. agar sukses...
These 29 Android Paid Games & Apps Are Free For A Limited Period Of Time

We are back with another round of paid apps going for free on the we made available yesterday, but that doesn't make it less exciting.
The 29 free Android apps listed in this post are apps that you will have to purchase if you were to download it on any regular day. Lucky you, the developers of these apps have decided to give it for free for a limited period of time.
Take a few minutes to browse through the list while its still available for free.
Apps
- FaceAtom $0.99 -> Free; Sale ends in 1 day
- MIDI Voyager Pro $4.49 -> Free; Sale ends in 1 day
- English for all! Pro $0.99 -> Free; Sale ends in 2 days
- Genetic Helper $0.99 -> Free; Sale ends in 2 days
- Numberwiz $0.99 -> Free; Sale ends in 2 days
- QR Code & Barcode Scanner - PRO $1.49 -> Free; Sale ends in 2 days
- Total Media Player Pro $4.49 -> Free; Sale ends in 2 days
- QR and Barcode Scanner PRO $1.49 -> Free; Sale ends in 4 days
- VLSM Calculator $0.99 -> Free; Sale ends in 4 days
- Dim Night Mode Screen - Blue Light Filter $1.49 -> Free; Sale ends in 6 days
- Limitless Paint $2.99 -> Free; Sale ends in 6 days
- Complex Number Calculator | Polar Complex Calc $1.99 -> Free; Sale ends in 7 days
Games
- Caveman Chuck Adventure $2.49 -> Free; Sale ends in 2 days
- Superhero Fight: Sword Battle - Action RPG Premium $0.99 -> Free; Sale ends in 3 days
- Mini Arcade Golf: Pocket Tours $1.99 -> Free; Sale ends in 4 days
- Space Shooter : AsaP Bullet Hell Red $2.99 -> Free; Sale ends in 4 days
- Age of Rivals $3.99 -> $1.99; Sale ends in 6 days
- CashKnight ( Soul Event Version ) $9.99 -> Free; Sale ends in 6 days
- FunTime Cards For Kids $0.99 -> Free; Sale ends in 7 days
- Infinity Dungeon 2 VIP - Summon girl and Zombie $1.99 -> Free; Sale ends in 7 days
- Orbt XL $0.99 -> Free; Sale ends in 7 days
- Sword Knights : Idle RPG (Premium) $0.99 -> Free; Sale ends in 7 days
- The Hunt for the Lost Treasure $2.99 -> Free; Sale ends in 7 days
- The Lonely Hacker $2.99 -> Free; Sale ends in 7 days
Icon packs & customization
- Tropical Ocean 3D LWP $0.99 -> Free; Sale ends in 1 day
- Mandala Icon Pack $1.49 -> Free; Sale ends in 3 days
- Penguins 3D Pro Live Wallpaper $0.99 -> Free; Sale ends in 3 days
- Sailfish - Icon Pack $1.49 -> Free; Sale ends in 6 days
- BOLT Icon Pack $0.99 -> Free; Sale ends in 7 days
Source: Androidpolice
Labels:
Android,
apps,
APPS & DOWNLOAD,
Freebies,
Google,
Google Play Store,
news,
OS
Google Boots Android Malware With Over 500,000 Download From The Play Store
Cases of malware and other forms of malicious apps are common on the Android platform. Due to the high volume of malicious apps lurking around the platform, most Android stck and download apps only from the Google Play Store.
Google on its part has been working hard to keep the Play Store safe and free from any form of malicious apps but from time to time we hear of malicious apps still sneaking into the store.
Latest news from security firm SophosLab says that some Android apps have managed to sneak in a malware into the Play Store which then uses the users device for click-based advertising so as to earn fraudulent money for the developer(s).
According to the security firm, a total of 7 QR code and compass apps have been seen to belong to a new malware family called Andr/HiddnAd-Aj. This form of malware generates revenue for its creators by unleashing notifications, full screen ads, and ad-related webpages. These apps have received more than 500,000 downloads but as at the time of this post, Google had kicked them off the Store.
In its fight to make the Play Store safe for users, Google recently removed more than 700,000 bad apps from the Play Store and 100,000 malicious developers. Despite all these, SophosLab still recommend Android users to still download apps from the Play Store due to the constant check carried out.
"Google's app vetting process is far from perfect, but the company does at least carry out some pre-acceptance checks. Many off-Market Android app repositories have no checks at all - they're open to anyone, which can be handy if you're looking for unusual or highly specialised apps that wouldn't make it into Google Play (or trying to publidh unconventional content)," Paul Ducklin of SophosLabs said in a blogpost.
Google Boots Android Malware With Over 500,000 Download From The Play Store
Cases of malware and other forms of malicious apps are common on the Android platform. Due to the high volume of malicious apps lurking around the platform, most Android stck and download apps only from the Google Play Store.
Google on its part has been working hard to keep the Play Store safe and free from any form of malicious apps but from time to time we hear of malicious apps still sneaking into the store.
Latest news from security firm SophosLab says that some Android apps have managed to sneak in a malware into the Play Store which then uses the users device for click-based advertising so as to earn fraudulent money for the developer(s).
According to the security firm, a total of 7 QR code and compass apps have been seen to belong to a new malware family called Andr/HiddnAd-Aj. This form of malware generates revenue for its creators by unleashing notifications, full screen ads, and ad-related webpages. These apps have received more than 500,000 downloads but as at the time of this post, Google had kicked them off the Store.
In its fight to make the Play Store safe for users, Google recently removed more than 700,000 bad apps from the Play Store and 100,000 malicious developers. Despite all these, SophosLab still recommend Android users to still download apps from the Play Store due to the constant check carried out.
"Google's app vetting process is far from perfect, but the company does at least carry out some pre-acceptance checks. Many off-Market Android app repositories have no checks at all - they're open to anyone, which can be handy if you're looking for unusual or highly specialised apps that wouldn't make it into Google Play (or trying to publidh unconventional content)," Paul Ducklin of SophosLabs said in a blogpost.
Apple Adds More Countries & Carriers To Support Esim On Iphone Xs & Xr (Find List In Post)
Apple has added more countries and carriers to its list of countries that supports eSIM on the iPhone XS and XR as eSIM support continues to expand.
According to Apple support, eSIM support on the iPhone XS and iPhone XR has now expanded across 24 countries and 45 carriers.
Here's a brief explainer Apple made on the eSIM:
"Your iPhone XS, iPhone XS Max, or iPhone XR can have two cellular plans, one on a nano-SIM card and the other on an eSIM. Find out which wireless carriers in your country or region offers cellular plan on an eSIM, either activated by QR code or in an app. If your iPhone is unlocked, you can also use eSIM plans offered by other carriers."
Heres a list of the newly supported countries and their carriers
- Norway - Telenor
- Canada - Fido, Lucky Mobile, Rogers
- Poland - Orange
- Qatar - Ooredoo, Vodafone
- Croatia - Hrvatski, Telekom
- Singapore - M1
- Denmark - 3
- Spain - Movistar, Orange, Vodafone Spain
- Estonia - Telia
- Sweden - 3, Tele2
- Finland - Telia
- Switzerland - Sunrise, Swisscom\
- Taiwan - APT
- Hong Kong - 1010, csl, China Mobile Hong Kong, SmarTone, 3
- Thailand - AIS, dtas, True Move H
- United Arab Emirate - Du, Etisalat, Virgin Mobile
- Kuwait - Ooredoo
- United States - verizon, AT&T
Google Adds Web Bluetooth And 2Fa Fingerprint Support To Chrome Beta 70 Web Browser
According to the Chromium blog, the Chrome Beta 70 hopes to make logging into websites a little by allowing Chrome users to use their Android fingerprint reader or Mac device Touch ID sensor as a form of two-factor authentication. This feature will save users time because there won't be need for users to enter password or other sensitive information.
Another feature is the Web Bluetooth. This feature will allow sites to securely communicate with nearby Bluetooth devices. This feature is been made available for Windows 10 users for the first time with the coming of Chrome 70, though the feature has been made available for Android, ChromeOS and macOS since Chrome 56. Earlier version Windows and Linux can still access it via this flag: chrome://flags/#enable-experimental-web-platform-features
Also Read: Hundreds of Millions of Android Devices are Exposed To This Vulnerability, And Google Won't Fix It!
Google's decision to remove its build numbers from iOS and Android follows in the step of Apple's Safari to freeze the build number at 15E148.
Google removed the "Secure" tag from the URL kafe in Chrome 69 when users visit a complaint site(HTTPS), however, Chrome 70 will display a "Not Secure" warning and red icon when users visits a non-complaint site (HTTP) so as to warn users that the site isn't secure.
Chrome 70 Beta will exit full screen mode to ensure that users have proper context before making any decision on obrolan boxes such as authentication or payment prompts.
Developers using the Chrome 70 Beta will be able to experiment with a Shape Detection API that can be used to identify faces, barcodes, and text in images through the web. This will help improve features that rely on OCR (onscreen character recognition) so that you can easily turn a photo of a text document into a PDF, or simply make it easier to scan in a QR code without needing to pull out a second device.
Google Boots Android Malware With Over 500,000 Download From The Play Store
Cases of malware and other forms of malicious apps are common on the Android platform. Due to the high volume of malicious apps lurking around the platform, most Android stck and download apps only from the Google Play Store.
Google on its part has been working hard to keep the Play Store safe and free from any form of malicious apps but from time to time we hear of malicious apps still sneaking into the store.
Latest news from security firm SophosLab says that some Android apps have managed to sneak in a malware into the Play Store which then uses the users device for click-based advertising so as to earn fraudulent money for the developer(s).
According to the security firm, a total of 7 QR code and compass apps have been seen to belong to a new malware family called Andr/HiddnAd-Aj. This form of malware generates revenue for its creators by unleashing notifications, full screen ads, and ad-related webpages. These apps have received more than 500,000 downloads but as at the time of this post, Google had kicked them off the Store.
In its fight to make the Play Store safe for users, Google recently removed more than 700,000 bad apps from the Play Store and 100,000 malicious developers. Despite all these, SophosLab still recommend Android users to still download apps from the Play Store due to the constant check carried out.
"Google's app vetting process is far from perfect, but the company does at least carry out some pre-acceptance checks. Many off-Market Android app repositories have no checks at all - they're open to anyone, which can be handy if you're looking for unusual or highly specialised apps that wouldn't make it into Google Play (or trying to publidh unconventional content)," Paul Ducklin of SophosLabs said in a blogpost.