I want to access result of *#0228# (I use samsung galaxy i9000, maybe its for samsung..) I can call this number with
Intent intent = new Intent(Intent.ACTION_DIAL);
intent.setData(Uri.parse("tel:"+ "*" + Uri.encode("#") + "0228" + Uri.encode("#")));
startActivity(intent);
It calls *#0228# after I can see battery info and gsm info (i.e. hsdpa)
I want to get these information as instant. I dont know what is the best way for it. you know, it will always open some activitiy and will close and i will get info. maybe there must be another and easy way..