I tried lots of things as you said here.But there is no output when i tested the code.I also changed my manifest to allow permission also.Here is my code :
TelephonyManager tMenager= (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
simId=tMenager.getSimSerialNumber();
telephoneNumber=tMenager.getLine1Number();
Imei=tMenager.getDeviceId();
Log.d("Telefon Numarası !!!!! :",telephoneNumber);
textView= (TextView) findViewById(R.id.telefonno);
textView.setText("Phone No :"+telephoneNumber);