Re: ActiveSync USB RNDIS



It seems that MSFT has excluded some key componentes of AS over RNDIS from
CE based platform so that even CE 6 the AS over RNDIS is not possible.
Take a look at PUBLIC\CELLCORE\cebasecesysgen.bat @ about line 50
you will get the following lines...
REM -------------------------------------
REM note: SYSGEN_CONNMGR to be moved out
REM note: SYSGEN_DTPT to be moved out
REM -------------------------------------
REM set SYSGEN_CONNMGR=1
REM set SYSGEN_DTPT=1

While the DTPT is the key components but even you have set the SYSGEN_DTPT
manually in you project that will not make anything changed but just make
you building failure in SYSGEN phase due to lack of DTPT relative libraries
in you Cellcore folder.

"Skin Diver" <me@xxxxxxxx> wrote in message
news:uCueYlSMIHA.4880@xxxxxxxxxxxxxxxxxxxxxxx
I am using CE 6.0
The platform is very much like MainstonIII. You can see the same option
flag (BSP_USBFN_RNDIS=1) in the MAINSTONEIII.bat all tho it looks
like they didn't do the full ActiveSync autoconnect stuf (????)

I know this can be done with WM. I am looking to do a similar thing with
CE 6.0


"voidcoder" <voidcoder@xxxxxxxxx> wrote in message
news:%234DAuQQMIHA.5140@xxxxxxxxxxxxxxxxxxxxxxx

So are you able to connect manually not using auto connect?
Are you talking about Windows CE and not WM, right? AS over
RNDIS isn't supported on CE, at least not on CE <= 5.0.
There was a talk that this will be supported by 6.0 but
I'm not sure whether it has been implemented.


--
Oleg


Skin Diver wrote:
I would like to know if it is possible to autoconnect a USB ActiveSync
connection
when configured for USBFN_RNDIS. I have a setup similar to MainstoneIII,
I can get
ActiveSync to autoconnect when configured for USBFN_SERIAL and I guess
it uses the
RunAppAtEvent and the RS232Detected event to trigger repllog.
I see there is a AppRunAfterRndisFNDetected event also and I added the
setting to
the platform.db file to autostart repllog.exe but no luck. Is there an
example
anywhere of how to implement this? I do not have a Mainstone setup but
my guess
is does not work ether when compiled with BSP_USBFN_RNDIS=1. Can someone
confirm
this?




.



Relevant Pages

  • Re: Browsing from cepc
    ... So this question has *nothing* to do with RNDIS? ... starting to get the real details. ... Did you Rebuild the platform after adding ... >> Paul T. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: ActiveSync over RNDIS USB function in CE 5.0?
    ... ActiveSync over RNDIS. ... When I try to enable RNDIS and ActiveSync in my ... In another platform, I get a USB class code of 0xef and the device ...
    (microsoft.public.windowsce.platbuilder)

Loading