Showing posts with label troubleshooting. Show all posts
Showing posts with label troubleshooting. Show all posts

Monday, January 18, 2016

How to install android sdk tools in ubuntu

Hello guys,

Today i am gonna tell you how to install android sdk in ubuntu.


steps:

1. Download android-sdk from official site

2. Now open terminal( shortcut key: alt+ctrl+T )

3. Extract the archive you just downloaded by typing command:

       #tar xvzf ~/android-sdk*.tgz

4. Now  get the root privileges for your account:

       #sudo su

5. Now install some Multi-Arch Packages:

     #apt-get install libstdc++6:i386 lib32z1 lib32ncurses5 libbz2-1.0

6. Now just relocate android sdk you just extracted:

     #chown -R root:root ~/android-sdk-linux*

     #chmod -R +xr ~/android-sdk-linux*

     #mv ~/android-sdk-linux* /opt/android-sdk-linux

7. Now install oracle-sun jdk:
  
    this is another tutorial,click here

8. Now inserting Android sdk tools into USER PATH:

       #su <username>

       #nano ~/.bashrc
     
       #export PATH=/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:$PATH

Note: Ctrl+Shift+v to Paste Content into nano
       Ctrl+x to Save and Exit
       Load New Settings by typing below written command:

       #bash                    

9. Now update android sdk tools and APIs:

       #cd /opt/android-sdk*/tools
       #sudo su -c "./android sdk"



Thanks for visiting.
Subscribe and follow me if you liked.
Read more

IMEI null ERROR in SAMSUNG Devices

Hi guys,


So today I am gonna tell you guys about "how to repair unknown baseband/no signal/imei null only for samsung phones".

First of all it is very essential to know about the reason why this occured:

1. Upgrading your software update manually.

2. Flashing custom ROMs(some also flash custom kernel thats why).

3. Flashing custom kernels.

These are the reasons i have the most of time for this error.


So my suggestions to newbies are "precaution is better than cure always", always make a NANDroid backup before any flashing or upgrading.

As we all know that information related to "IMEI, MAC address of NICs, Vendor IDs etc". In MTK these are very easy to find and playwith but in samsung dont even try for it if you are a newbie because they ahve hidden it very well under EFS i.e, a system directory.

After alot of study and research I found out a solution ( if you have a NAND backup or not ) using a tool developed by an XDA member "LiquidPerfection", namely "EFS Professional".


Steps :

1. Download EFS professional.zip from here, extract it, open EFS professional.exe and click on "EFS professional".



2. Connect your device and click on Device info if you wanna see details of your phone(optional).



3. Now goto Restore tab and click format EFS and press OK (sometimes your EFS gets corrupted so just format EFS option can make it well) and reboot ( press *#06# and check if u got you imei back).



4. If still you got no success, then tick the option "repair unknown baseband/no signal" and then click on "restore".



5. Done now just goto settings or engineer mode or USSDs you have got your IMEI, MAC, IDs back.



Thanks for visiting guys.
I wish it helped you all.

#IMEI null
#broadband unavailable
#how to restore imei
#NVRAM error

Read more