Regarding The Dialing Ability of XDA2s(Urgent Help needed) - Windows Mobile Development and Hacking General

Hi
I am new into this ...having a bit of problem what i m trying to do .
what i m trying to do is cancel / override the dial functionality of the xd2s .
so that it cant dial any number either form dial button or clicking on the screen without effecting the other dial abilities used in other application like RAS etc.
I have downloaded the wince 5.0 shared source code. and i have been trying to dig out things .but its a sea of code to me . :shock: What i gussed that
Tapi does the call for the xda2s .
Secondly i m using the plat form builder to create a customize image of OS to run in my XDA but i m unable to download it to the Visual Studio emulator ....
PLease help me how can i check that the exactly what XDA is doing at the back to dial a number like which tapi function or what ,
ans please let me know how can i download the image on simulator to test .
Thanks in Advance ...
Any advice will be highly apprecited.
Regards
Tabish

Related

[DEV] HTC dll reference problem

Hi ,
i am developing application , for HTC HD .
i want to access the Weather DB or just use some dll i have i belive its by HTC .
when i try to add it to my project , i cant because i think they protected it.
anyone had this problem ? and has any idea ?
or can i get those dlls from some place ?
any idea will be good
Thanks ,
idandush

Visual studio + htc hd

Hi everybody,
I need some help in order to solve the following issue:
I have to develop a procedure on a mobile device dual touch HD that, thanks to a bigger screen, is able to store and group more info on a single form. Unfortunately I don’t know if it’s possible to obtain in VS2008 the correct ide of the device, in order to correctly position the form’s controls.
Anyone knows if this is possible? And How?
Thanks a lot
Luca
Hy,
which language do you use? c#, vb.net or c++???
In c# or vb.net you have to do the "anchor" value.
Greatz
Hi
thanks for your support.
i use C# .
my problem is not where to put the object , but how to obtain the IDE of HTC diplay
look attach
Thanks
Luca
What do you mean the IDE of the htc display ? Visual Studio 2008 has the IDE built in. I see them in your screenshots.
sorry , IDE of visual Studio not IDE of HTC
You'll need to install additional emulator image. Download and install Windows Mobile 6.1.4 Professional
and you can choose the wvga emulator (unfortunately not with the HD skin).
ok thanks heliosdev
i will try ....now!! ehehe

J2ME help needed..

hello friends..
is there anyone who knows j2me??
bcoz i need to make a .jar file software which directly opens the home page of my website..
i am having the coding but i am not able to compile it due to 4 errors..

Requests And Questions plz

hello
i got Sony Ericson X2 Last ROM .
1- Is there any Program for GPS that support Egypt Map and works offline .
2- Any Program for boosting sound else editing in Registry ? cause i dont here the ringing tone .
3- I need to enable reading and writing arabic lang though i want to keep my mobile phone works in english .
4- any codecs to play *.flv *.divx ..... ?
thanks for ur care reading those questions.

My own ScreenLocker

I want to made my own lock screen , but i don't know how to do it , i have a few notion in java dev , but i don't know how to do a lockscreen app ( i know there is many lockscreen app on the market , but i want my app ), could someone help me or get some source .
Thank's and sorry for my bad english
EDIT : I have the disgn of my app no probleme , but i got 9 button and i want that the user register his code , and then he have to do this code for unlock the phone .
I want too
but i dont know how to ?? Is there any one to tell us plz ?
Well i'm not alone ^^
If u want we can work together ? As i said i have a very basic visual that i can show you ^^
hello, for enabling or disabling lock screen in Android, we need to get the instance of keyBoard Manager, using getSystemService(). The syntax is as,
Code:
KeyguardManager keyguardManager = (KeyguardManager)getSystemService(Activity.KEYGUARD_SERVICE);
KeyguardLock lock = keyguardManager.newKeyguardLock(KEYGUARD_SERVICE);
For locking the screen use,
Code:
lock.reenableKeyguard();
and for disabling the lock use,
Code:
lock.disableKeyguard();
Source : http://smartandroidians.blogspot.com/2010/03/enabling-and-disabling-lock-screen-in.html
Thanks you i will try it when i can

Categories

Resources