Skip to main content

Jio Phone 2 Released and Here are it's Specification

Jio Phone 2 mobile was launched in July 2018. The phone comes with a 2.40-inch display with a resolution of 240 x 320 Pixels.
It comes with 512MB of RAM. The phone packs 4GB of internal storage that can be extended up to 128GB via a SD card. As far as the cameras are concerned, the Jio Phone 2 has a 2-megapixel primary camera on the rear and a 0.3-megapixel front shooter for selfies.
The Jio Phone 2 runs KAI OS and is powered by a 2000mAh.
Connectivity options include Wi-Fi, GPS, Bluetooth, NFC and FM. 
Jio Has Decided To Set it up on a Price of Rs 3000 and A Promotional Offer has Been Also Started, according to which you can Exchange your old feature phone and get a new Jio Phone 2 only in Rs 500.

Here Are It's Specifications -

General -

Release Date
July 2018
Form Factor
QWERTY
Battery Capacity
2000 mAh





Display -

Screen Size
2.40
Touch Screen
No
Resolution
240x320Pixels




Hardware -

RAM
512MB
Internal Storage
4GB
Expandable Storage
Yes
Expandable Storage Type
QWERTY
Expandable Storage up to
128 GB







Camera -

Rear Camera
2 Mega Pixel
Front Camera
0.2 Mega Pixel

Software - 

Operating System
KAl OS

Connectivity - 

Wi-Fi
Yes
GPS
Yes
Bluetooth
Yes
NFC
Yes
Headphones
3.5mm
FM
Yes


You Can Ask Your Questions and Share Your Views About Us In the Comment Section Below, Thanks You!!!



Comments

Popular Posts

Wireguard On Kali Linux

What Is Wireguard? Wireguard is a open-source software application and protocol that implements Virtual Private Network (VPN) Techniques to create secure point-to-point connections in routed or bridged configurations. It is run as module inside the linux kernel and aims for better  performance than IPsec and openvpn tunneling protocols. Getting Started With Wireguard On Kali Linux - As Wireguard is  added to kali linux repositories, it can be simply Installed with terminal - apt install wireguard resolvconf As the installation completes, next step is to configure wireguard to use it. So, We Need To generate public/private key pair and set up initial config file - wg genkey | tee privatekey | wg pubkey > publickey umask u=rwx,go= && cat > /etc/wireguard/wg0.conf << EOF [Interface] Address = 10.222.222.1/24 SaveConfig = true ListenPort = 51820 PrivateKey = -SERVER PRIVATE KEY- [Peer] PublicKey = -CLIENT PUBLIC KEY- AllowedIPs = 10.2...

What is Kali Linux an Introduction.

What is a Kali Linux? Kali Linux  is a Debian-based Linux distribution aimed at advanced Penetration Testing and Security Auditing. Kali Contains Several Hundred Tools which are geared towards various information security tasks, such as Penetration Testing, Security research, Computer Forensics and Reverse Engineering. Kali Linux is Developed, funded and maintained by Offensive Security , a leading information security trading company. Kali linux was released on the 13th March, 2013 as a complete, top-to-bottom rebuild of Backtrack Linux, adhering completely to Debian Development Standards. The Features of Kali Linux are as Follows - More Than 600 Penetration testing tools included Free and always will be Open source Git tree Filesystem Hierarchy Standard Compliant Wide-ranging wireless device support Custom kernel, patched for injection Developed in a secure environment GPG signed packages and repositories Multi-language Support Completely customizable...