I am looking for AT commands for the MSM8960 (Samsung Galaxy S3). I've found some PDFs for other chipsets, but not this one.
Anyone can point me in the right direction, that would be great. (more detail than I can get from AT+CLAC) Thanks
Yes, look at the AT sets used for Gobi 2000/3000. They (Qualcomm) have it published on their site... Then if you have AT interface, you can compare to the AT set for other modems like the XG626, that I have documented fairly thoroughly.
PS. Be careful with what AT's you send! They can potentially re-program your phone! ==> Softbrick!
Try reading your Ciphering indicator by following THESE instructions:
I have at least 2 pdf's about the AT commands in use here. But they are watermarked. If you have or know of something that can remove the watermarks i'd gladly share those and all my other qualcomm pdf's.
-SLS-
SouL Shadow: Do you have the filenames of your AT documents?
E:V:A - Also I would like to see documentation for the XG626 as well.. Thanks for your Cipher indicator guide, and I have
Code:
AT+CRSM=176,28589,0,0,3
+CRSM: 144,0,"000000"
OK
Although, I am not 100% sure what the purpose of the cipher indicator is.
Also, I am looking for an answer to this.... When I run echo -e "AT$QCBANDPREF=?\r\n" > /dev/smd0, I get AT=? Error. But I'm guessing the modem is refusing to list as it's in some sort of protected mode.
enigma99a said:
SouL Shadow: Do you have the filenames of your AT documents?
E:V:A - Also I would like to see documentation for the XG626 as well.. Thanks for your Cipher indicator guide, and I have
Code:
AT+CRSM=176,28589,0,0,3
+CRSM: 144,0,"000000"
OK
Although, I am not 100% sure what the purpose of the cipher indicator is.
Also, I am looking for an answer to this.... When I run echo -e "AT$QCBANDPREF=?\r\n" > /dev/smd0, I get AT=? Error. But I'm guessing the modem is refusing to list as it's in some sort of protected mode.
Click to expand...
Click to collapse
I'll upload what I have and post links here shortly.
-SLS-
SouL Shadow said:
I finally found a program to remove the encryption from my pdf's and wrote a script to remove the watermarks.
I'll upload what I have and post links here shortly.
-SLS-
Click to expand...
Click to collapse
SLS, thanks I look forward to it
enigma99a said:
... Although, I am not 100% sure what the purpose of the cipher indicator is. Also, I am looking for an answer to this.... When I run echo -e "AT$QCBANDPREF=?\r\n" > /dev/smd0, I get AT=? Error. But I'm guessing the modem is refusing to list as it's in some sort of protected mode.
Click to expand...
Click to collapse
Autoprime put together a nice Qualcomm list in THIS post.
However, I have not played with these devices myself, but I wouldn't be surprised if there is a particular AT command that enables additional functionality, just as there is in the XGOLD 626 based modems.
Also, why don't you just connect with putty or microcom to that device, instead of sending via echo? Finally don't forget to turn on both local "echo" and verbose mode to get result strings back.
I don't have anything about Qualcomm AT commands.
enigma99a said:
Also, I am looking for an answer to this.... When I run echo -e "AT$QCBANDPREF=?\r\n" > /dev/smd0, I get AT=? Error. But I'm guessing the modem is refusing to list as it's in some sort of protected mode.
Click to expand...
Click to collapse
I found the issue. RAT Selection was restricted globally, so by enabling this, the command will list & set. But it looks like LTE was missing from the list so it's useless for me.
enigma99a said:
I found the issue. RAT Selection was restricted globally, so by enabling this, the command will list & set. But it looks like LTE was missing from the list so it's useless for me.
Click to expand...
Click to collapse
I'm also seeking for LTE at commands for this chipset. I'm wondering to monitor the radio state changes. Does anyone know them? I can try it on my HTC one x.
Thanks,
Andong
I'm also trying to do the same thing. I haven't found any good way to get LTE. I did find AT$QCMRUE, which seems interesting but have not found any good way to set the values. If anyone has any info on this or AT$QCMRUC, I'd love to hear it.
shepherd17 said:
I'm also trying to do the same thing. I haven't found any good way to get LTE. I did find AT$QCMRUE, which seems interesting but have not found any good way to set the values. If anyone has any info on this or AT$QCMRUC, I'd love to hear it.
Click to expand...
Click to collapse
$QCMRUC -- Command is used to clear/delete MRU database.
$QCMRUE -- Command is used to edit/set MRU database.
Click to expand...
Click to collapse
You can find more info in the AT documents listed in THIS thread.
---
EDIT: Sorry, There were a copy/paste error, mixing the functionality. Now, ok.
E:V:A said:
You can find more info in the AT documents listed in THIS thread.
Click to expand...
Click to collapse
Thanks for the link and info.
When I try to enter AT$QCMRUE, this is the output I get:
Code:
AT$QCMRUE
OK
AT$QCMRUE?
0,4,"0,1,2,3,4,5,,"00000"
AT$QCMRUE=?
$QCMRUE: (0-11),
(0-CDMA,1-HDR,2-GSM,3-WCDMA,4-LTE),
CDMA/HDR,
"0.BC0",
... long list of band code information here...
OK
The output of AT$QCMRUE? seems to be badly formatted (3 quotes means one is mismatched).
When I try to do anything with $QCMRUC, however, it seems to fail.
Code:
AT$QCMRUC
OK
AT$QCMRUC?
ERROR
AT$QCMRUC=?
ERROR
The first OK gives me a faint hope that this command is supported but I have no idea how to format it if it is.
Is there any further information on these commands in terms of setting the supported bands?
shepherd17 said:
The output of AT$QCMRUE? seems to be badly formatted (3 quotes means one is mismatched).
Click to expand...
Click to collapse
The Qulacomm firmware is completely full of misss-spelings and unmatched quotes etc. so no worry... Just look in NV items, and you'll find a whole bunch more as they propagate into the future and into source code! Ha ha!
When I try to do anything with $QCMRUC, however, it seems to fail... The first OK gives me a faint hope that this command is supported but I have no idea how to format it if it is.
Click to expand...
Click to collapse
Try to enable verbose+ mode, to see more details.
Code:
ATV1
AT+CMEE=2
It could be that you need to first provide the SPC code and/or be in Factory Test Mode, before certain commands are accepted. Read the AT docs provided in my thread.
Related
GPRS.exe was a program someone developed here which activated the data connection. Unfortunately, I can't find the original thread, so if someone can point me there this post can be deleted.
I was curious as to who the developer was, and if they could easily pump out a version that doesn't display any pop up messages (New IP or Can't connect), either by default or command line. This is so it can be used in startup scripts for programs that don't connect by default.
Thanks.
If you are looking for the author, I beleive it originated at MoDaCo...Follow this thread might take you there:
http://forum.xda-developers.com/showthread.php?t=333429&highlight=NOGPRS
The program can just be found here:
http://forum.xda-developers.com/showthread.php?t=310087&highlight=NOGPRS
jomo25 said:
If you are looking for the author, I beleive it originated at MoDaCo...Follow this thread might take you there:
http://forum.xda-developers.com/showthread.php?t=333429&highlight=NOGPRS
The program can just be found here:
http://forum.xda-developers.com/showthread.php?t=310087&highlight=NOGPRS
Click to expand...
Click to collapse
This is not what he is looking for, he is looking for GPRS.exe, not NOGRPS, they do completely different things.
As far as having a version of GPRS.exe without messageboxes, I've been looking for that too, but haven't found one yet. Another option, is to use Mortscript which has a function you can call that to connects to the data network.
GPRS On
Here the prog.
Just execute the exe on you device
Cheers
hrb
hrb said:
Here the prog.
Just execute the exe on you device
Cheers
hrb
Click to expand...
Click to collapse
Doesnt work on HTC Kaiser with official WM06.
Nadav.
Hi there,
are there any devices/programs that can show all visible cell-id, not only thw one currently connected?
If you know let me know.
saulius
[email protected]
phonealarm pro can do this. once you montior the cell, you can link profiles to it and make it set your device config as you like when you come home or at your work, etc. very useful!
try type *#*#364#*#* in phone application
blondak said:
try type *#*#364#*#* in phone application
Click to expand...
Click to collapse
does not work for me
hi there,
jep thanks ...364.... works for me. is there any program that worked with cell1-cell6 info?
excellent tip. Thanks
CellProfileSwitcher can log any cell's it encounters and also near by ones. It can do more than just profile switching.
http://maniac.fschreiner.de/
h4waii said:
CellProfileSwitcher can log any cell's it encounters and also near by ones. It can do more than just profile switching.
http://maniac.fschreiner.de/
Click to expand...
Click to collapse
@h4waii
I have installed this software on HTC Universal but the prog doesnt recognise any cell. Is this device hardware limitation or I need to find proper version?
cellprofileswitcher
yes, i tried this one too...
you can check the forum and will notice that tytn gsm module is some kind different so it doesn't work.
For this reason all ideas are welcome.
I'm interested would it be posible to store data to a file, if the data is seen at the screen, suppose we enter some code (like get imie), or run program and the required information is showen on the screen...
getting info
Maybe someone could share how to get info such like cellprofileswitch returns?
Since i need to combine more information at the same time and know that cps won't manage to do it...
Yes !!!
Work in my Cruise !
Tanks Blondak
Don't you hate it when you let someone play with your shiny new WM phone
they usually go right to your SMS inbox?
jonesj8 had the same irritation, so inspired by him I threw something together
Original thread :
http://forum.xda-developers.com/showthread.php?t=375057
I created a new thread to have a bit more overview, and also to get it under the attention of other users who might be interested
@mods
I can understand if you close this thread...
How does it work.
this version requires you to change all the .lnk files pointing to tmail.exe, or to the dll...maybe even other ones...
I say all lnk's but the most important are the ones the "friend" is going see/use.
I've included a shortcut creator in the attachment.
In FileList.ini specify the application to block,
in the included file it's \WIndows\tmail.exe
and i've used msg as argument.
so in the .lnk would point to lockdown.exe with the argument msg
if the passcode is correct the file will be opened.
it's not very quick (since it needs to be opened) but this should change in the next version.
the passcode can be changed in the settings.ini, default is 12345
Let me know what you think or if you have any ideas
Update Version 0.4
Well I finally got around to an update, which is attached below
The application has been rebuild from the ground up, I've used a Lock and Key method, e.g. the lnk uses key.exe which communicates with the server (the lock) this way the server only needs to read the filelist once which should save time.
<note>
because of this you will need to enter the items in the FileList.ini prior to starting the server, when the server is running it will create the used shortcuts for you
which you can then place.
if you add stuff while it is running the shortcuts wont be created...
pointers on making the FileList.ini is in the readme below.
New in this version
- installer (cab)
- app to date support
- redesigned layout
- support for arguments, opening the sms should work now, it does for me
- locking of other files should work now too (thesed with a html file)
- automatically create the proper lnk files in sub folder
To do
- include support for different screen sizes
- way to customize the colors
- mask input with *
- skinning...?
In case someone is bored and wants to create the graphics, be my guest,
My creativity in that department is next to null
Sounds great. Any chance of a screenshot of the lock screen?
Mr_Gee said:
Click to expand...
Click to collapse
Thanks, trying it now
works good, cant seem to get arguments passed to tmail.exe in settings.ini
ie.
msg=\Windows\tmail.exe -service "SMS"
just opens account picker, is on todo list? not bugging you, good app,
thx!
great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
This looks nice and configurable.
Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
sorry, double post
badaas said:
works good, cant seem to get arguments passed to tmail.exe in settings.ini
ie.
msg=\Windows\tmail.exe -service "SMS"
just opens account picker, is on todo list? not bugging you, good app,
thx!
Click to expand...
Click to collapse
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files
theme freak said:
great will it run on VGA? make it as simple as you can so when we are in hurry the soft won't load so long
Click to expand...
Click to collapse
Not yet, but is planned for future versions, I'll add it to the todo list.
evojulz said:
This looks nice and configurable.
Are we able to make it request the pin for any application listed in FileList? First try didn't work, I want to restrict more than just the inbox
Click to expand...
Click to collapse
Currently any application can be restricted by providing a ID + location, e.g
xyz=\Program Files\TCPMP\player.exe
changing the link to tcpmp would have lockdown popup first
What application would you like to restrict?
Mr_Gee said:
Correct that isn't working... also i'm not sure if it will be in there,
the reason is I wanted to change the app so it looks at the window name,
this would close all message related windows, and there is no need to change the .lnk files
Click to expand...
Click to collapse
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?
thanks
badaas said:
hmmm, not sure i know what you mean. But basically, as it is now, I can't go direct to the inbox of sms using your lockdown? \o?
thanks
Click to expand...
Click to collapse
Basically, no
but as a workaround you could try making an lnk to tmail.exe with the -service etc. in there, next change the FileList.ini pointing to that new lnk...
not sure if it will work though
Mr_Gee said:
Basically, no
but as a workaround you could try making an lnk to tmail.exe with the -service etc. in there, next change the FileList.ini pointing to that new lnk...
not sure if it will work though
Click to expand...
Click to collapse
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
badaas said:
bLEhg! lol, ok, will look into that (scratches head )
some novelty things to add: skins, mask input with '*', maybe use symbols instead of numbers, 'jumble' keypad/symbols random for added security (if using symbols )
thanks for infos and keep up the good work
Click to expand...
Click to collapse
Let me know if it worked, I'll look into the symbols
Skinning was already on my list great minds ....
input mask is also a good one
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Mike1002 said:
Any chance you can re-scale the images to fit a 240x240 screen res?
Can test it you want.
Cheers, Mike.
Click to expand...
Click to collapse
I'll give it a shot
@ the rest
there are 4 basic resolutions right?
320 X 240
320 X 320
240 X 240
640 X 480
the rest is pretty exotic (Omni & X1)
is this possible on htm files?
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
adomila said:
Hi Mr_Gee, thanks for sharing
I have an couple of offline files I would also like to lockdown. Is it possible to lockdown those htm files as well? tia.
Click to expand...
Click to collapse
probably...
have you tried entering them in the FileList.ini file?
currently not working on html files
Mr_Gee said:
probably...
have you tried entering them in the FileList.ini file?
Click to expand...
Click to collapse
now, that you mention it yes, i have tried it and it does not work, if it is the specific html file. the lockdown screen would still appear but nothing happens after entering the code. maybe it will work, if the iexplore.exe itself is lockdown but this will lock down every/all html files. would it be a big change to code it, just for specific html files? i'm also thinking on specific text files just like the said html files. i keep notes on pure text files like tax account number, passwords, pincodes, etc in a text or word file. maybe this is pushing too far. maybe in the next version/release? hehehe thank you for sharing and more power...
Sorry I was on holidays
I've tested with PIE.exe and i plan this for the next version.
Please note though that this tool is only for making sure "friends" don't read your personal stuff very easy, but passwords/pin codes might be a bit too high risk..
I think this should be further developed! It really should come standard on winmob... hey Gee, if you need a cab builder or photoshop, I'd be happy to help! Let's make this idea the next ROM must-have!
I wanna use this program because every time someone wants to see my phone, they get to snooping into my personal info. However, I'm afriad if I start changing things manually, I'll screw my phone up.
Greetings!
Just finished a working version of my new little neat utility which looks up an unknown caller (number among your contacts) with the norwegian service GuleSider.no (yellow pages directory service) and a page called telefonterror.no (lists known telemarketeers in Norway).
When there's a call from an unknown caller the program looks up in both directories and displays the information on top of the HTC-Answer-incoming-call-application.
The program will auto-start on boot and auto-appear when a call is made. As of 16.10 the program supports AppToDate and will be automatically updated by using this.
Please try it out, give me some feedback and buy me a cup of coffee if you like it
Link to the coffee shop(Paypal donations)
CallerUtility Installer (Norwegian version)
Sourcecode available by subversion at: https://callerutility.svn.sourceforge.net/svnroot/callerutility/CallerUtility/trunk
Anonymous users will give you read-only access, developers must register at sf and contact me to get commit-access.
Great Idea, would you be able to make it for the US?
palmbluetooth said:
Great Idea, would you be able to make it for the US?
Click to expand...
Click to collapse
Sure, if you got a phone directory service which is easily available by doing simple http requests.
It's just to swap the HTML-parser with a new one...
cool app! could you add this directory: tel.search.ch (Switzerland) that would be great! also does this consume alot of traffic?
regards
audiophil said:
Greetings!
Just finished a working version of my new little neat utility which looks up an unknown caller with the norwegian GuleSider.no (yellow pages directory service) and a page called telefonterror.no (lists known telemarketeers in Norway).
When there's a call from an unknown caller the program looks up in both directories and displays the information on top of the HTC-Answer-incoming-call-application.
The program will auto-start on boot, auto-appear and auto-hide after the call has ended.
Please try it out, give me some feedback and buy me a cup of coffee if you like it
Link to the coffee shop
Click to expand...
Click to collapse
Fella what are you saying here.... If someone calls me with their number hidden this software would tell me what number they are dialing from....?
fyew-jit-tiv said:
Fella what are you saying here.... If someone calls me with their number hidden this software would tell me what number they are dialing from....?
Click to expand...
Click to collapse
Ah, sorry: If you get an incoming call, and the number is not in yout contacts-list, this app will look it up using some kind of directory service (like gulesider).
I'll try to refine my first description
audiophil said:
Ah, sorry: If you get an incoming call, and the number is not in yout contacts-list, this app will look it up using some kind of directory service (like gulesider).
I'll try to refine my first description
Click to expand...
Click to collapse
Ok... Is it possible to write software that can unscramble withheld numbers...!
chriggi said:
cool app! could you add this directory: tel.search.ch (Switzerland) that would be great! also does this consume alot of traffic?
regards
Click to expand...
Click to collapse
Probably if it is possible to extract the needed values from the HTML.
Regarding the datatraffic I just did a test for the gulesider query and the response was of 28Kb so it shouldn't put too big a hole in your wallet!
fyew-jit-tiv said:
Ok... Is it possible to write software that can unscramble withheld numbers...!
Click to expand...
Click to collapse
Hehe, actually I skimmed through an article about Kevin Mittnick and unscrambling numbers recently, I stopped reading when I saw "Mittnick" and "xx thousand USD worth of equipment". So AFAIK it is not possible.
audiophil said:
Hehe, actually I skimmed through an article about Kevin Mittnick and unscrambling numbers recently, I stopped reading when I saw "Mittnick" and "xx thousand USD worth of equipment".
Click to expand...
Click to collapse
LOL... guess your not gonna be writing it then....
Keep up the good work.. going to try your software now will post my results...
P.s Dude if you ever decide to venture this idea, i will donate a decent drink...!
searching for german numbers would be nice
http://mobil.dasoertliche.de/7val.f...2a20b7610/12/34ebabf6c468a8a80c8d1113b2f32fb9
audiophil said:
Greetings!
Just finished a working version of my new little neat utility which looks up an unknown caller (number among your contacts) with the norwegian service GuleSider.no (yellow pages directory service) and a page called telefonterror.no (lists known telemarketeers in Norway).
When there's a call from an unknown caller the program looks up in both directories and displays the information on top of the HTC-Answer-incoming-call-application.
The program will auto-start on boot, auto-appear and auto-hide after the call has ended.
Please try it out, give me some feedback and buy me a cup of coffee if you like it
Link to the coffee shop
Click to expand...
Click to collapse
hi will it work in sweden
Excellent idea!
Any chance - when you get chance of course - of a version/configuration for the UK?
*patiently waits*
This is another request for US numbers, also could you post the file that needs to edited for the http search or explain how to edit or how it works.
this is a very good utility any chance for uk version
For the netherlands it would be:
http://www.nummerzoeker.com/index.php
Can you please made this possible?
Thank you
Is it possible to help with USA #, we would appreciate!
Thank You!
Okey fellow developer guys (gals?):
I separated the HTML-parser from the from the project and to its own DLL.
If you would like to "contribute for your country" download the HtmlParserPlugin.zip, unzip and open in visual studio!
All the methods are static, so to make a test project you can just call the LookUpNumber with different types of numbers. If you need to format the number before sending it to the directory service use the StripNumberPrefix-method. Remember to check all outcomes, what if number is unknown to service, wrongly formatted etc etc.
If you only want to use one service just remove the calls to the second one from LookUpNumber.
You probably (not tested by me) can swap the DLL you're generating with the one in the application folder on your device, restart the app and hopefully it will work with your new parser Atleast that's the plan!
If you're satisfied with your own work, send your new DLL to me along with the source code and I will build a country specific version
Ah, great
Hopefully a dev will pickup the dutch-part.
*patiently waits*
Hei Audiophil.
Great idea. I haven´t got any idea how to make a version for the danish market.
But this provider http://www.krak.dk/ has a pretty good search engine.
/Jakob
I remember reading about some sort of program, script or setting to change to enable this:
From the home screen, start typing the name of a contact and/or the name of an application or program, and you'll be able to launch the program or call/txt the contact.
Yes, I'm aware that starting to type the name of the contact while on the home screen will search through the contacts and enable you to find your contact and place a call...
The difference with this script or program being it adds additional searching/functionality to also include being able to launch programs as well just the contacts.
I cannot remember where I read about this (possibly on another blog, in the signature of someone here on XDA, on Cyrket, as an added feature of one of the cooked ROMS, etc).
If anyone knows of the name of the program, the GScript, or whatever it could possibly be, I sure would appreciate your help. I know it's available (edit: maybe not, see post below), I just don't know what it is or where to find it.
Thanks.
Isn't this supposed to be a feature of Android 2.0?
Maybe that's what I read about.
No amount of searching the Market or Cyrket or anywhere else has turned up any results, so I bet that's it.
Look for "moov" in market. Sounds like what your looking for.
dumfuq said:
Look for "moov" in market. Sounds like what your looking for.
Click to expand...
Click to collapse
MOOV !
Whew. That's it.
I knew I had read about it.
Got it. It's a little flaky, but it does the trick.
THANX !