Cprog.exe parametes - MDA II, XDA II, 2060 Windows Mobile 2005 Upgrading

I can bring up the dialler(cprog.exe) in windows mobile 5.0 phone device and pass a number with the following commandline option:
-n -url tel:+123
The problem here is the dialler comes up with prompt. I want direct dialing of specified number without prompt.
Can somebody please let me know how to make direct call without prompt.
Where are cprog.exe parameters documented.

Pass number to cproc.exe without prompt...
tanzeem_amd said:
I can bring up the dialler(cprog.exe) in windows mobile 5.0 phone device and pass a number with the following commandline option:
-n -url tel:+123
The problem here is the dialler comes up with prompt. I want direct dialing of specified number without prompt.
Can somebody please let me know how to make direct call without prompt.
Where are cprog.exe parameters documented.
Click to expand...
Click to collapse
Anybody?
I would also like to know!

Related

Activating phone

my phone is unlocked to any carrier i downgraded to rc29 and it locked itself no i have to go through the registration process again will it unlock through att 3g network
it shouldn't have locked itself after downgrade, but on the chance that it did you should have kept the unlock code and put it back in when you finish rootiing your phone(i assume that's what you are doing since you downgraded)
by registration im guessing you mean the activation of your gmail account, so why not jus run the adb shell and activate it thru wifi?
the following should give a pretty straight forward way to do it
[How To] Activation over Wifi
1. You need to set up ADB for this to work.
2. In the command prompt, enter "adb shell" to log into the phone, then at # enter,
am start -a android.intent.action.MAIN -n com.android.settings/.Settings
This should bring up the wifi settings dialog. Configure the wifi, press Back and proceed with registration as usual.
Thanks to JesusFreke for the instructions.

voice command

I downloaded voice command 1.6 and tried to install it on my miphone m89. The install failed but I got much of the program, enough to go into the program folder, click on the voice command application and get all of the commands to work! Now what I want is a proper button and the full voice command program installed. Can anyone help?

How to get your MSL code.

To get your MSL code all you have to do is turn usb debugging on and connect your phone to your computer. Then run a command prompt from your platform-tools (where adb is) folder in the android sdk then type in "adb logcat" you should start to see mostly random things showing up. now go to the dialer on your phone and type in "*#*#3282#*#*" click on edit now watch the command prompt on your screen while you type in 6random numbers into the text field on your phone. when you click ok on your phone you should see something on the command prompt that says "I/MSL_Checker( 178): MSL response incoming!!" followed by "I/MSL_Checker( 178): MSL result : xxxxxx" where xxxxxx is your msl code. now just tye that in on your phone in the field and your in. You do not have to have root to do this. I have tried it on a stock unrooted nexus s 4g and it works.
you can also do get prop command... look for MSL. A lot easier. Works rooted/unrooted. From what I know it works on all Samsung phones.
adb shell getprop ril.MSL
easiest one out there
or in terminal emulator/connectbot
getprop ril.MSL
^true I forgot about that one.
or if you want to get it with out using computer or installing sdk just download logcat from the market and go through the steps but open logcat after going in to the menu and get it from there

[Q] Android Bash history

Hi,
I have install bash in my Android phone. I am trying to send the command history to a file. At the file is successfully written any command that I send from both terminal applications that I have in the phone. Also is successfully written any command that I send from my PC using the adb.
But, I am not here to present you my success!
Although, as I said, I successfully send all commands from terminal, I cannot send any commands that any application is using. I have developed an application to test the commands. Although I get root access and successfully run the commands, these commands are not sent to the history file!
Does anyone has any idea about how to solve this problem?

ADB type command execution inside android program

Hello, I want to write application that does the same as single adb command.
ADB command looks like this:
am start -n com.oneplus.factorymode/.camera.manualtest.CameraManualTest
Any idea how to execute it in android program itself, So I don't need computer to launch this mode ?
Or at least, how it is called (how to search it) ? Since I don't know exact terminology
Thank you for response !

Categories

Resources