Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
Kamil1987
Old
#1  
Junior Member - OP
Thanks Meter 3
Posts: 24
Join Date: Oct 2011
Location: WARSAW
Default How sending at commands ?

Hello

How sending AT commands to my Desire S ?
I want to send command AT@SIMLOCK=7,1
 
sieempi
Old
#2  
Senior Member
Thanks Meter 370
Posts: 275
Join Date: Jul 2010

 
DONATE TO ME
Don't know for sure about DesireS, but it might be:
echo -e 'at@simlock=7,1\r' > /dev/smd0

Via XDA App
 
Kamil1987
Old
#3  
Junior Member - OP
Thanks Meter 3
Posts: 24
Join Date: Oct 2011
Location: WARSAW
Ok, but where to send this command?

In:
adb shell
echo -e 'at@simlock=7,1\r' > /dev/smd0

or:
adb shell
su
echo -e 'at@simlock=7,1\r' > /dev/smd0

?
 
terragady
Old
(Last edited by terragady; 26th December 2011 at 01:25 AM.)
#4  
Member
Thanks Meter 2
Posts: 92
Join Date: Dec 2011
here is something interesting:
http://tjworld.net/wiki/Android/HTC/...adioATCommands
http://tjworld.net/wiki/Android/HTC/.../HbootAnalysis

I guess that you want to back your S-ON after XTC. I want to do XTC S-OFF too because i need, i think the same problem as you (i read about it) so can you let me know or here if it works please?


EDIT: Here is something too
http://atcommander.com/ but its really difficult to understand it i think
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...