Click here to Skip to main content
15,896,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i wanna run some code like *#06*# on android with java do u have any idea to how do this?
i try run that like USSD but that way not work.
thank u
Posted

1 solution

 
Share this answer
 
Comments
Behnam Mohammadi 8-Feb-15 10:45am    
dear mehdi thaj u for helping but i cant do that yet because i write this line:
sendBroadcast(new Intent("android.provider.Telephony.SECRET_CODE", Uri.parse("android_secret_code://4636")));
but i don't get anything!
Mohibur Rashid 8-Feb-15 19:09pm    
did you enable permission?
if not open AndroidMainfest.xml and add the below statement in your manifest tag
<uses-permission android:name="android.permission.CALL_PHONE"/>
Behnam Mohammadi 9-Feb-15 0:35am    
yes i do it but it not work can u test it in one project then send it to me?
my email: BehnamM92@gmail.com
thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900