Rss Feed Like Us on facebook Google Plus
Showing posts with label Mobile. Show all posts
Showing posts with label Mobile. Show all posts

September 16, 2014

Get Mobile Number of Sim Card on Android Device

You can use the TelephonyManager to do this:
TelephonyManager tm = (TelephonyManager)getSystemService(TELEPHONY_SERVICE); 
String number = tm.getLine1Number();
The documentation for getLine1Number() says this method will return null if the number is "unavailable", but it does not say when the number might be unavailable.
You'll need to give your application permission to make this query by adding the following to your Manifest:
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
(You shouldn't use TelephonyManager.getDefault() to get the TelephonyManager as that is a private undocumented API call and may change in future.)





Example

Activity Class Look Like This

Class
GetMyPhoneNoActivity 
package com.kns;
 
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.telephony.TelephonyManager;
import android.util.Log;
import android.widget.Toast;
 
public class GetMyPhoneNoActivity extends Activity {
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.main);        
    
        String number =getMyPhoneNO();
        Toast.makeText(getApplicationContext(), "My Phone No is: "
        +number, Toast.LENGTH_SHORT).show();
        Log.v("Debug", number);        
    }
    
    private String getMyPhoneNO(){
     TelephonyManager mTelephonyMgr;  
     mTelephonyMgr = (TelephonyManager) getSystemService
       (Context.TELEPHONY_SERVICE);   
 
     String yourNumber = mTelephonyMgr.getLine1Number();
  return yourNumber; 
    }     
}

Permission in Manifest File
<uses-permission android:name="android.permission.READ_PHONE_STATE">
</uses-permission>


Read More

March 21, 2014

Install WhatsApp in Nokia X

when i bought Nokia X , i am surprised there is no WhatsApp and no direct option to install it. so i found 2 ways to install WhatsApp in Nokia-X. checkout below.


1st Way

The idea came from the store search itself when it was pointing to 1MobileStore, a popular Android store, which has the official WhatsApp for android devices. Below is a video explaining how I installed it.

Follow the steps to get the WhatsApp:

  • Search in Nokia Store for app named as “1MobileStore”.
  • Install it and launch.
  • Now since this app itself is a store, make a search again for WhatsApp.
  • The first result should list the WhatsApp, officially from WhatsApp Inc. Take a look at ratings to figure if that’s correct.
  • Install and start using after following up the basic setup.
  • In case, you get an error during installation where it concerns about security. Turn on installation from unknown sources. You will get the option to get there right when the error shows up.
  • Instead of sending out verification code to your number, it will use SMS to verify.


















2nd Way

Download WhatsApp directly from its website. open website in your Nokia - X browser. i will redirect to android-store

See picture :



Read More

January 13, 2014

GPG Dragon Version 3.35 Free Download

GPG Dragon Version 3.35 Features 

  • SC6530 &6531 Rear-Write
  • Flash Auto identify SC6531&6530 Flash 
  • Amount Adjust SPD 6820/8810 Read Flash Adjust SPD6820/8810
  • Write Flash For Bin 
  • File Adjust SPD6820/8810 Write Flash For PAC File
  • Add New Flash tar

Format Support -
  • All SPD android
  • Add MTK Android New NAND Flash Support
  • Added More chips information in the software!
ABOUT GPG DRAGON
  1. Gpgdragon box supports all china mobile
  2. Gpgdragon box supports china mobile pinfinding
  3. Gpgdragon box support zte and huawei pinfinding and repair
  4. Gpgdragon software is easy use and has constant updates.

Download Now...
Read More

September 17, 2013

Download GPG Dragon V3.31 New Update


GPG Dragon V3.31 Latest Version


Download Now..



Enhancements

  • Fixed Some Coolsand IMEI Change Bugs
  • Add Coolsand CPU_ID 8800A7002 Support
  • Fixed Some Coolsand Read Flash Bugs
  • Coolsand CPU Add CPU Name identify
  • Some imnportant bugs fixed at this update

ABOUT GPGDRAGON SOFTWARE
Gpgdragon software updates to latest version automatically. It also provides detailed news, information and features for latest release if available with if a popup window.


Check out other Versions..
GPG Dragon Box v3.25
GPG Dragon Box v3.26 
GPG Dragon Box v3.27
GPG Dragon Box v3.28 
Read More

September 4, 2013

MxBox v3.5 Revision 2.6 Latest Setup Free Download

MxBox v3.5 revision 2.6, Public-Release


TIP >> After downloaded,just rename that .zzz file to .zip 

Features
  1. NOKIA module updated to version 2.6
  2. added: WP8 support 
  3. Refurbish Flashing support by USB
  4. Recovery(Dead) Flashing support by USB
  5. added: Service Utility for WP8
  6. Factory Reset without flashing



  • Read/Write Producttion Data(Product Code,PSN,HW version, etc ..) )*
  • Read/Write WP8 NV items )*
  • Read/Write WP8 CERTIFICATE(NPC,CCC,HWC,RDC) )
  • Write CoverColor )*
  • added: SuperDongle Auth for WP8 phones
  • SuperDongle Auth is required to write important/secure data
  • bugfixed: RAPUV2 security repair function
  • revised internal fire module to enable download firmware package by product code

Read More

Gpg Dragon V3.28 Free Download


Gpg Dragon V3.28 Latest Release

Download Now


Key Features:

M-Star in the Read code add the Clear_code function
if you tick this,software will click the password form your read flash and make new flash file with out the password then you can write this new file to mobile.
  • it will not loose any user data
  • if you select read password and un-tick the clear_code
  • software only read password form flash file only
  • Fix the MTK 6575 after download DSP_BL return data error bugs

Check out OLD Versions..
GPG Dragon Box v3.25
GPG Dragon Box v3.26 

Download Also
GPG Dragon Box v3.3
Read More

September 3, 2013

Volcano Box Setup 2.1.9








Volcano Box v2.2.9 Update Setup Download

Download Now

How to Read MTK Android Full Flash in Factory Tool Format.
You have to perform as you read from here for Success !

1- Phone must be Rooted & Usb Debug On & Working Condition & Memory Card must be Inserted ( more than 2 Gb & 32 bit Formatted )
2- Plug phone with usb
3- Download VolcanoBox 2.2.9 & Extract it & Open it
4- Select MTK tab
5- Select One-Key Root
6- Select Back Flash
7- Select Folder to Save Flash file Backup in FACTORY Format
8- Do wait... Software will tell you Completed
It's ready now for Factory Tool Flasher to Flash your phone

  • Search & Download Latest Smart Phone Flash Tool ( MTK Original Flash tool )
  • Select Scatter File
  • Click on download


Wait for flashing and Your will be Done !

Read More

August 30, 2013

Download Lemon B229 Flash File

Lemon B229 Flash File 16MB

Download

Detection initiated...
Vcc: null
Gnd: 2 4
Analyzing D+ and D-...
D+ = 6, D- = 8
Analyzing USB device, please wait...
Find USB device:SCI USB2Serial (COM5), (VID_1782&PID_4D00)





Read More

August 25, 2013

GPG Dragon Box v3.27 Ready to download


GPG Dragon software updates to latest version automatically. It also provides detailed news, information and features for latest release if available with if a popup window.

If you face any error you can use the GPG Dragon v3.26 .
  • Add SPD 8825\6825 CPU Support [First in the World]
  • Add SPD 8825\6825 CPU Write Flash Support
  • Just Support Factory Flash PAC Format File
  • Move the MTK 6575 NAND Write Flash Support 0x840 page .
  • Add MTK android IMEI Change with USB Cable Support .
  • <Without Root\more easy do it!!!> 
  • Software Add Set Pinout Windows 
  • in Software Tools Add Dragon V2 software 
  • Add Reset Foramt for SPD android Phone [beta]


Reference:-
http://www.4shared.com/get/ixBiMR_a/Dragon_V327_new.html

Check out OLD Versions..
GPG Dragon Box v3.25
GPG Dragon Box v3.26 
Read More

August 5, 2013

The History of IPhone : Story so Far

In a scant few hours now, we’ll dive into chapter five in one of the most compelling stories of our digital-dominated era: The Life And Times of the iPhone. So for those of you who haven’t been paying attention, and even those of you who have (hands up if you remember the ROKR iTunes phone), here’s a recap.


Hover over the infographic to reveal pictures, videos and links from iPhone history. (The launch date of each phone is at the top of its screen.) Take note of the chips used in each iteration, and find out more about the real genius behind the iPhone’s design. Wax nostalgic in the comments about your favorite moments. And get ready for a whole new chapter Tuesday morning, whether it’s the iPhone 5, the 4S or both.




Read More

August 3, 2013

GPG Dragon Box v3.26 Ready to download

GPG Dragon Box v3.26 Ready to download . Features og GPG Dragon v3.26
  • Add SPD 8825\6825 CPU Support [First in the World]
  • Add SPD 8825\6825 CPU Write Flash Support
  • Just Support Factory Flash PAC Format File
  • Move the MTK 6575 NAND Write Flash Support 0x840 page
  • Add MTK android IMEI Change with USB Cable Support 
  • <Without Root\more easy do it!!!>
  • Software Add Set Pinout Windows
  • in Software Tools Add Dragon V2 software 
  • Add Reset Foramt for SPD android Phone [beta]


Download Now


Reference Link
http://www.4shared.com/get/6XwUfG4j/dragon_v326_only.html
Read More

July 12, 2013

Nokia's Lumia 1020: All Pixeled Up but Nowhere to Go?

There's no denying that 41 megapixels is impressive for a smartphone camera, but will it really make enough of a difference for the beleaguered Finnish smartphone maker and its widely hyped new device? "The secret to Nokia recreating the greatness they once held is to reinvent the brand, not add a camera or other feature," suggested telecommunications analyst Jeff Kagan.

It is often said that a picture is worth a thousand words, but users of Nokia's upcoming Lumia 1020 mobile smartphone may well be able to do better than that. That's because the new marquee Windows phone -- formally unveiled Thursday at a Nokia event in New York -- will offer 41 megapixels, not to mention six-lens Carl Zeiss optics, high-resolution 3X zoom, autofocus and a dual flash system.
The Lumia 1020 will also be able to capture 1080p full HD videos at a rate of 30 frames per second.
Nokia Lumia 1020
The Nokia Lumia 1020
"With the Nokia 1020, pictures will mean more to you," said Nokia CEO Stephen Elop at the Thursday morning press event in New York City. "You'll discover and rediscover new stories. It will change how you shoot, create and share photos forever."
The phone -- some details of which had been leaked earlier this week -- will be exclusive to AT&T beginning on July 26, with preorders starting 10 days earlier. It will be priced at US$299.99 with a two-year contract.
Nokia did not respond to our request for further details.

Nokia's 'Next Chapter'
The new Lumia 1020 can capture photos in both 16-by-9 and 4-by-3 aspect ratios, but the resulting high-resolution images can also be saved as 5-megapixel images.
"This is the next chapter in Nokia smartphone technology," Elop said. "It can capture video with incredible quality."
Of course, the device is still a phone as well and will run on a 1.5 GHz dual-core Qualcomm Snapdragon processor. It will feature 32 GB of internal memory, with the option of supplementing that by 7 GB of SkyDrive cloud-based storage from Microsoft.
The 4G LTE handset further features a 4.5-inch AMOLED PureMotion HD+ display with a 1,280-by-768 HD display in 16x9 ratio.
Included in the AMOLED screen is a Clear Black filter to reduce outdoor glare, and the handset offers a Gorilla Glass 3 ultrasensitive touchscreen as well -- one that can reportedly be operated even with a glove on the user's hand.
the 'Cool' Factor'


With 41 megapixels, the Lumia 1020 sounds as much like a camera with smartphone technology as a smartphone with a camera thrown in. That functionality might not appeal to every user, but for those who rely on their handset as a camera, it could up the ante significantly.
"The 1020's vast megapixel count is a significant marketing asset because consumers have been well trained that more pixels are better in digital photography," said Daniel Gleeson, mobile analyst at IHS Electronics & Media. "This message is far clearer and simpler than HTC's 'UltraPixel' proposition.

"Also, 41 megapixels outguns even Samsung's camera-smartphone hybrids by more than two to one, although Samsung will correctly point to its stronger but bulkier optics as an advantage," Gleeson told TechNewsWorld.

"IHS believes that Nokia's 41MP technology serves two key purposes," he added. "First, it is a marketing and sales tool to impress consumers. Second, it re-establishes Nokia as a technology leader.

"If Nokia can gather support from the early-adopter community for its innovative technology, that will go a long way to making the Nokia brand 'cool' again," Gleeson said.

A Single Focus

With the New York City event's focus on the Lumia 1020's camera functionality, it's clear that this is where Nokia is betting the device could score with users. The question that remains to be seen, however, is whether that one feature -- however important -- will be enough to capture mass appeal.
"The camera is one of the key features many users are looking for, so focusing on the camera is important to Nokia," said telecommunications analyst Jeff Kagan.
It might not be enough to rebuild the company, however, without first rebuilding the brand, Kagan told TechNewsWorld.
"Nokia used to lead the traditional handset space much the same way Blackberry led the smartphone space,"  he explained. "Nokia has tried numerous times to reinvent itself in the smartphone world -- they have failed time after time. The secret to Nokia recreating the greatness they once held is to reinvent the brand, not add a camera or other feature."

'Nokia Must Continue to Invest'

Indeed, the "Lumia 1020 alone won't revive Nokia," Gleeson agreed. "The Lumia 1020 will act as a halo product to boost Nokia's brand appeal."
The fact is, "photography on smartphones is not just about having the best-quality pictures," Gleeson stressed. "Sharing pictures to social networks is more important to most consumers than printing."
High-engagement levels, meanwhile, "mean that convincing Instagram users to switch from iPhone or Android to Nokia's platform will be difficult," he added.
There is no Instagram app for Windows Phone, in fact, thus reinforcing the fact that the platform lags behind iPhone or Android, at least when it comes to apps.
"The popularity of Instagram's filters again proves that absolute top-rate picture quality is not actually important for the majority of users," Gleeson concluded. "Nokia must continue to invest in content and services to bolster the range of Windows Phone app choice and quality."
Read More

June 29, 2013

Nokia Default security code is in mobile info & opretor info & nokia secret codes

Default security code is 12345

  1.  #pw+1234567890+1# Provider Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  2. #pw+1234567890+2# Network Lock Status. (use the "*" button to obtain the "p,w" and "+" symbols)
  3. #pw+1234567890+3# Country Lock Status. (use the "*" button to obtain  the "p,w" and "+" symbols)
  4. #pw+1234567890+4# SIM Card Lock Status.(use the "*" button to obtain the "p,w" and "+" symbols)
  5. *#147# (Vodafone) this lets you know who called you last *#1471#  Last call (Only Vodafone)
  6.  *#21# Allows you to check the number that "All Calls" are diverted  To
  7.  *#2640# Displays security code in use
  8.  *#30# Lets you see the private number
  9.  *#43# Allows you to check the "Call Waiting" status of your phone.
  10.  *#61# Allows you to check the number that "On No Reply" calls are diverted to
  11.  *#62# Allows you to check the number that "Divert If Unreachable(no service)" calls are diverted to
  12.  *#67# Allows you to check the number that "On Busy Calls" are diverted to
  13.  *#67705646# Removes operator logo on 3310 & 3330
  14.  *#73# Reset phone timers and game scores
  15.  *#746025625# Displays the SIM Clock status, if your phone supports this power saving feature "SIM Clock Stop Allowed", it means you will get the best standby time possible
  16. *#7760# Manufactures code
  17.  *#7780# Restore factory settings
  18.  *#8110# Software version for the nokia 8110


    Nokia Secret Codes

    On the main screen type
    *#06# for checking the IMEI (International Mobile Equipment Identity).
    *#7780# reset to factory settings.
    *#67705646# This will clear the LCD display(operator logo).
    *#0000# To view software version.
    *#2820# Bluetooth device address.
    *#746025625# Sim clock allowed status. 
    *#62209526# - Display the MAC address of the WLAN adapter. This is available only in the newer devices that supports WLAN like N80
    #pw+1234567890+1# Shows if sim have restrictions.

    *#92702689# - takes you to a secret menu where you may find some of the information below: 
    1. Displays Serial Number. 
    2. Displays the Month and Year of Manufacture 
    3. Displays (if there) the date where the phone was purchased (MMYY) 
    4. Displays the date of the last repair - if found (0000) 
    5. Shows life timer of phone (time passes since last start)

    *#3370# - Enhanced Full Rate Codec (EFR) activation. Increase signal strength, better signal reception. It also help if u want to use GPRS and the service is not responding or too slow. Phone battery will drain faster though.
    *#3370* - (EFR) deactivation. Phone will automatically restart. Increase battery life by 30% because phone receives less signal from network.
    *#4720# - Half Rate Codec activation.
    *#4720* - Half Rate Codec deactivation. The phone will automatically restart 

    If you forgot wallet code for Nokia S60 phone, use this code reset: *#7370925538#
    Note, your data in the wallet will be erased. Phone will ask you the lock code. Default lock code is: 12345

    Press *#3925538# to delete the contents and code of wallet. 

    *#7328748263373738# resets security code.
    Default security code is 12345

    Unlock service provider: Insert sim, turn phone on and press vol up(arrow keys) for 3 seconds, should say pin code. Press C,then press * message should flash, press * again and 04*pin*pin*pin# 

    Change closed caller group (settings >security settings>user groups) to 00000 and ure phone will sound the message tone when you are near a radar speed trap. Setting it to 500 will cause your phone 2 set off security alarms at shop exits, gr8 for practical jokes! (works with some of the Nokia phones.)

    Press and hold "0" on the main screen to open wap browser.
Read More

June 23, 2013

GPG Dragon Box v3.25 Ready to download !

GPG Dragon v3.25  Latest Version is ready to download...

Download Now..

ABOUT GPG DRAGON v3.25
  1. Gpgdragon box supports all china mobile
  2. Gpgdragon box supports china mobile pinfinding
  3. Gpgdragon box support zte and huawei pinfinding and repair
  4. Gpgdragon software is easy use and has constant updates.

Check out Latest Version..
GPG Dragon Box v3.26 

Reference Link:-
http://www.mediafire.com/download/z8bu5nw3222p5nt/DRAGON_V3.25beta.zip
Read More

June 21, 2013

WhatsApp Is Killing the SMS Messenger

"Carriers have been sticking it to their customers for years with SMS fees that bear no relation to the actual cost of providing the service, and they've been getting away with it because text messaging is incredibly convenient. If there's one thing that sparks innovation, though, it's being ripped off -- and free OTT messaging services like WhatsApp were born out of that frustration."



What happens when an industry gouges its customers for years, and then technology comes along that allows consumers to circumvent the gouger?
Customers leave in droves is what happens, and it's WhatsApp and its ilk that are enabling the exodus.
If you're unfamiliar with WhatsApp Messenger and its brethren -- like the app WeChat -- they're text message alternatives that don't rely on mobile-to-mobile SMS technology. They use the data component within your phone instead.

Short Message Service

SMS is a method of sending 160-character text messages via phones. It was developed as a way to send messages over the stripped-down telephone traffic signaling paths when there was no calling going on, rather than take up chunks of bandwidth space like voice does.
Its beauty is that it's incredibly cheap because it uses hardly any resources, and the resources it does use aren't required for anything else at the time the message is sent.
SMS is cheap, but you wouldn't know it based on the per-message fees telcos have been charging for it -- particularly when roaming.

How to Shoot Yourself in the Foot

The tide has changed, however, and today apps like WhatsApp are providing text messaging over 3G or WiFi.

Telcos may well tell you they don't care about the potential SMS revenue loss, because the consumer simply buys an expensive data plan instead of a texting package.

I'd call it shooting yourself in the foot, myself.

Messaging Over Data
WhatsApp is an OTT, or over-the-top, messaging service, and this new cross-platform SMS alternative has quickly gained popularity.

It claims 100,000,000 to 500,000,000 installs in the Google Play store, which places it in the same Android install range as telephony app Skype and social network messaging app Facebook Messenger. It reportedly transmits 20 billion messages a day.

Tech News World recently took a look at the WhatsApp service and the app.

The WhatsApp App

Crucially, WhatsApp apps are available across smartphone platforms, including within the often-closed iOS environment, so there's a good chance your buddies can play along if you jump in and explain the cost savings to them.

The Android app, available at the Google Play store, is free for the first year, and US$0.99 a year after that. This fee is apparently to make up for the lack of advertising revenue -- WhatsApp doesn't sell advertising.

The app neatly reduces the amount of setup interaction required to get going. For example, it automatically verifies your phone number -- it needs the number because it uses it to route messages -- and it automatically integrates contacts from your address book if they are already WhatsApp users.

That sets it apart from the many interfaces that require you to enter a code to verify a number, or agree to a prompt to import your phone book.

This refreshing approach is prevalent throughout the interface -- there's no login or passcode, for example.

Media-sending is well enabled with photos, videos and audio attachable to a chat -- at no charge. Other features include group chat, sharing location, exact-message time stamps, and history.

Some Disappointments

One big disappointment was the lack of tablet support . WhatsApp is tightly integrated with phone number for identification and can't function if the device isn't able to receive the verification SMS -- ironically.
I found it a step backward to have to stab around on my phone to get a message out with an expansive crippled tablet lying dormant near by. I'd like to use the tablet for messaging as I now use it for email.
Which brings me to the question of email compared to text messaging. Do we really need a text-messaging service over the data connection? Isn't that what email is in comparison to SMS?

I quite like the ordered approach of email over what can be harried SMS -- the option to reply when it's convenient for me -- and I find email certainly works better than voice calls or texts over time zones. Millions of WhatsApp users reckon not.

Part of my email favoritism has been the shocking unreliability of SMS. There's a good chance an SMS won't get through cross-pond, particularly between CDMA and GSM networks -- and the fact that WhatsApp saves your messages, even when the phone is off, and sends cross-network is a major bonus.

http://www.whatsapp.com/download/

Read More

June 18, 2013

GPG Dragon v3.24 setup free download

ABOUT GPG DRAGON
  1. Gpgdragon box supports all china mobile
  2. Gpgdragon box supports china mobile pinfinding
  3. Gpgdragon box support zte and huawei pinfinding and repair
  4. Gpgdragon software is easy use and has constant updates.

Download Now

ABOUT GPGDRAGON SOFTWARE

Gpgdragon software updates to latest version automatically. It also provides detailed news, information and features for latest release if available with if a popup window.

SOFTWARE SUPPORT

1. auto pin find MTK
write flash\read flash\read unlock code\repair imei\repair Touch screen and format more function about box you can download the software
2. auto pin find SPD(SperadTrum)
write flash\read flash\read the unlock code\format\and change imei
3. auto pin find NXP
support NXP CPU write flash\read flash and read information
4. auto pin find Infineon
support Infineon 7880\7870 write flash\read flash\repair after flash can read sim card
5. auto pin find silabs
support silabs 4901\4904 read flash \write flash\unlock\format
6. auto pin find aunka
support anyka 3223\3224 write flash\read flash\format\unlock
7. auto pinfind qualcomm
Support old model using COM communication and Support new model using the usb communication
Support read the mobile code(unlock)

Download Now


GPG Dragon v3.24 setup free download


Check out Latest Version..
GPG Dragon Box v3.3
GPG Dragon Box v3.25
GPG Dragon Box v3.26 
GPG Dragon Box v3.27
GPG Dragon Box v3.28 
Read More

© 2011-2016 Techimpulsion All Rights Reserved.


The content is copyrighted to Tech Impulsion and may not be reproduced on other websites.