I'm looking for a way to completely disable flight mode on a
SmartPhone.

>From everything I've read that involves using ExTAPI with
lineSetEquipmentState.

Kicking around in the internet is a Alex Feinman's TAPI wrapper (1.6)
but that does not seem to work at all on my device.

I've been looking at the Extapi example in the SDK which clues me in a
little bit in terms of calling the API but I am stuck trying to use P/
Invokes to get it working in managed C# code.

If anyone can point me in the direction of an example of what I'm
trying to do or tell me of some way to just completely disable flight
mode on a device it'd be much appreciated.

Thanks

RE: Flight Mode On/Off Example Needed by RaduMotisan

RaduMotisan
Tue May 08 15:38:01 CDT 2007

TAPI or RIL, they both can help you achieve this.

For RIL, there's a forum dedicated to this on
www.teksoftco.com/forum

Have a look, there are lots of samples too.

--
Best regards,

Radu Motisan

http://www.teksoftco.com/forum
Windows Mobile Development Forum


"rgalgon" wrote:

> I'm looking for a way to completely disable flight mode on a
> SmartPhone.
>
> >From everything I've read that involves using ExTAPI with
> lineSetEquipmentState.
>
> Kicking around in the internet is a Alex Feinman's TAPI wrapper (1.6)
> but that does not seem to work at all on my device.
>
> I've been looking at the Extapi example in the SDK which clues me in a
> little bit in terms of calling the API but I am stuck trying to use P/
> Invokes to get it working in managed C# code.
>
> If anyone can point me in the direction of an example of what I'm
> trying to do or tell me of some way to just completely disable flight
> mode on a device it'd be much appreciated.
>
> Thanks
>
>

RE: Flight Mode On/Off Example Needed by srhartone

srhartone
Wed May 09 02:56:00 CDT 2007

The OpenNETCF has recently added TAPI support to their library of tools. Not
sure if it supports smartphone so you may want to check it out.

http://www.opennetcf.org

--
Simon Hart
http://srhartone.blogspot.com


"Radu Motisan" wrote:

> TAPI or RIL, they both can help you achieve this.
>
> For RIL, there's a forum dedicated to this on
> www.teksoftco.com/forum
>
> Have a look, there are lots of samples too.
>
> --
> Best regards,
>
> Radu Motisan
>
> http://www.teksoftco.com/forum
> Windows Mobile Development Forum
>
>
> "rgalgon" wrote:
>
> > I'm looking for a way to completely disable flight mode on a
> > SmartPhone.
> >
> > >From everything I've read that involves using ExTAPI with
> > lineSetEquipmentState.
> >
> > Kicking around in the internet is a Alex Feinman's TAPI wrapper (1.6)
> > but that does not seem to work at all on my device.
> >
> > I've been looking at the Extapi example in the SDK which clues me in a
> > little bit in terms of calling the API but I am stuck trying to use P/
> > Invokes to get it working in managed C# code.
> >
> > If anyone can point me in the direction of an example of what I'm
> > trying to do or tell me of some way to just completely disable flight
> > mode on a device it'd be much appreciated.
> >
> > Thanks
> >
> >