Hi guys
I'm looking at a way to creating a custom operator connections cab (for MMS, GPRS/3G and custom work proxy settings).
So far I've managed to find the TmobileUK.xml operator settings and the cabwiz tools, so it will make the xml file into an easy to install cab file.
My question is what do I need to edit in the XML file to create a "My work network" connection that has a custom proxy in it? At the moment it creates an "Internet" connection only.
Thanks!
Hello,
When I try to connect to the internet, using setProxy, i receive an error 407, because I have to use log information (login, pwd, dns name).
How can i do that with mortscript ??
When i use "connect("Internet")", i receive the same error. While my internet configuration use a proxy, and works with Internet explorer.
I'm using WindowsMobile 6.1
Thanks.
Hi,
Yersterday i upgraded the miui versio from 1.8.26 to 1.10.7.
With tasker program, i had a plugin called Locale IP to change the ip depending of the location, it worked fine, but with this version this not work.
I installed another application called Wifi Manger to change the IP but don't work.
Someone know someting about it, or can help me to do it?
Regards,
Santi
Hello again XDA!
I've been working on a FTP Server for rooted Windows Phone 7 phones, and I've got it already working.
Here's a screenshot of it in action:
I will release the server hopefully today. Please leave comments on what you think.
I think this will be a really nice feature for our wp7´s,thx for you hard work
Omnia7xdax said:
I think this will be a really nice feature for our wp7´s,thx for you hard work
Click to expand...
Click to collapse
Thanks! I ran to a little issue with my Silverlight installer app so the actual release is delayed a bit, but here are the binary files and needed registry modifications for people who want to try it:
Unzip the attachment and copy ftpd.dll to the \Windows\ directory on your phone.
Needed registry edits:
Code:
[HKEY_LOCAL_MACHINE\Services\FTPD]
"FriendlyName"="FTP"
"Dll"="FTPD.Dll"
"Order"=dword:9
"Keep"=dword:1
"Prefix"="FTP"
"Index"=dword:0
[HKEY_LOCAL_MACHINE\COMM\FTPD]
"IsEnabled"=dword:1
"UseAuthentication"=dword:0
; "UserList"="add;semicolon;separated;list;of;users;here" ; NOT TESTED, MIGHT NOT WORK
"AllowAnonymous"=dword:1
"AllowAnonymousUpload"=dword:1
"AllowAnonymousVroots"=dword:1
; The directory sent to the FTP client
"DefaultDir"="\\" ; Note that this is actually only one \ but the other one is there for the registry file parser.
; Idle time (in seconds) after which the connection is automatically closed. Default = 5 mins
"IdleTimeout"=dword:12c
Now after a restart your phone should be accessible via FTP.
This is really interesting ...
But is there any good FTP client for Windows Phone ?
It would be a shame to have the server and not the client ...
Yes,i can upload my files to my lumia710!at Temp/ftp.
but,i did't see it on the FTP software.
thank you very much.
Pics was here!
Hmm, interesting. I removed some debug-only registry entries, but could you also try adding these and then reboot:
Code:
[HKEY_LOCAL_MACHINE\COMM\FTPD]
;To control logging
"DebugOutputChannels"=dword:2
"DebugOutputMask"=dword:17
"BaseDir"="\\Windows"
"LogSize"=dword:1000
Also remove the UserList entry if you added it (was commented out) and try FileZilla.
I'm very busy with school and christmas stuff right now so I can't release the Silverlight app just yet.
Hi Jessenic.
Thanks for nice work. I have mobile device here only, I will send you tomorow my "installator" source code, which is xap application, able to copy files from its content (Isolated storage) to any directory (\Windows , \Program Files etc.), to prepare needed registry changes and to create startup link (switch on cause starting any native exe on phone booting time, it is not needed for your dll). You can try instalator behaviour on simple profiles changing application from http:/HTC7Pro.howto.cz/Profiles/ProfilesWP7.xap (install application, which automatically switch to silent mode on the night, installator can start/stop application and deploy/remove system startup link by UI buttons).
I do not understand good - is possible to connect this server by GSM internet, or by local wire(less) net only? If local only, do you mean is possible to prepare GSM connection? How can be server identified on global net, when GSM does not allow solid IP without any web side daemon? Local filesystem connection solved Ultrashot, local FTP solves directory security, but a few of people will use it.
Second question - I want to make ftp client plugin to Phone Commander. Have you any usable sources (I can send you simple PCMD plugin interface) to help it?
M.
FTP Server Installator
There is FTP Server simple XAP Installator. It will works on unlocked WP7, must be run no any other my or W.I.N.C.O application together.
Thx Guys,
works very well on HTC HD7
Wish you all nice Christmas and a happy new year.
Martin7Pro said:
There is FTP Server simple XAP Installator. It will works on unlocked WP7, must be run no any other my or W.I.N.C.O application together.
Click to expand...
Click to collapse
Wont open on L710
djtonka said:
Wont open on L710
Click to expand...
Click to collapse
Have you got full unlocked ROM? Or Installator allowed in WP7 Root Tools? M.
Yes, full unlock via ROM. It closing itself.
Could install on my Lumia 710 with custom rom. The registry settings got installed. How am I supposed to access the filesystem through ftp now?
djtonka said:
Yes, full unlock via ROM. It closing itself.
Click to expand...
Click to collapse
It seems as exception. I will finished registry library next week and send you new installator. Old version use native exe to change registry, no simple way to find error exists. New Installator version with Native->Managed TRACE macro (see http://forum.xda-developers.com/showthread.php?p=35820222#post35820222) can be simply debugged in VS2010 Express for WP.
EDIT: Native debug TRACE is finished here. If you have installed VS2010 (may be Express) for WP7, I send you Installator sources to see, where exception occures. If you have got VS2008 Proffessional with VM 6.5.3 DTK too, you can edit native sources yourself, or I can add traces to native function, which will crash in your VS2010.
This way is realy awesome!
Thx again, coolest thing, you can activate Internet Connection Sharing and
people can download files from your "server" really cool. ftp server on the go *g*
tested and works!
Isn't there an official xap to install this server on the phone yet ?
I don't want to manually put files on my device ...
thx
dragonide said:
Isn't there an official xap to install this server on the phone yet ?
I don't want to manually put files on my device ...
thx
Click to expand...
Click to collapse
I ran to a little problem, the thing is that you cannot uninstall the FTP server because it starts at boot time and it would need to be stopped before the registry entries can be deleted. You can disable it though, but not completely remove. I am not at home and I don't have VS2008 on my laptop so I cannot create a native method to stop the FTP daemon. If you are interested, I can send you the current XAP I have though.
Martin7Pro has posted a xap
http://forum.xda-developers.com/attachment.php?attachmentid=1584966&d=1356228331
DarkD1988 said:
Martin7Pro has posted a xap
Click to expand...
Click to collapse
True, but I cannot give support for that. If you run into any problems with that you need to ask Martin7Pro.
jessenic said:
I ran to a little problem, the thing is that you cannot uninstall the FTP server because it starts at boot time and it would need to be stopped before the registry entries can be deleted. You can disable it though, but not completely remove. I am not at home and I don't have VS2008 on my laptop so I cannot create a native method to stop the FTP daemon. If you are interested, I can send you the current XAP I have though.
Click to expand...
Click to collapse
You think you are going to fix this problem ?
I prefer to wait for your proper release.