[APP] WIFI Remote Access: Remote control, SMS and File transfer through a web browser

Search This thread

link8506

Senior Member
Jan 20, 2007
155
4
Toulon
www.julien-manici.com
Just wondered... Incredible app, but could you explain how I would go about modding into its HTML? Ive already looked in is program files, but it seems you create /fs/ somewhere else?
/fs is a virtual directory (or alias)
the app is hardcoded to generate appropriate html pages when requesting a path such as /fs/My device/
(there is no real "fs" folder on the device)

you can't mod the pages that are generated dynamically by my app, however you can alter the CSS file if you want to change the design of the web interface. (the css file is stored in a subfolder of "public" in my app install folder)

I want to carry around my own sort of minituare website, just to impress my friends... Would it be possible to replace the HTML files with my own?

if you have a static web site (made of static html files), you can copy it in a subfolder of public, and then access it using the subfolder name http://ip/subfolder_name

Plus, is that PHP i see in one of the .inc files?

sorry, there is no PHP interpreter inside my app, the .inc files are just templates used in some parts of my application
 

drnessie

Senior Member
Aww, It's a shame. Good suggestion about the ip/Subfolder_name/index.html: Ill try that.

Could I have some sort of source or something that just includes the HTTP server? I understand if you don't want to, you said before that its a big job just to code it.

<%= BLAHBLAH %>
I thought that was PHP shorthand?
 
Last edited:

SpottierPython

Senior Member
May 27, 2009
137
5
Islamabad
I love this app and was using this on WM6.5. Will you have any plan to port this app for android as well. I don't think there is any app on android is available like this app. :)
 

okidokiss

Senior Member
Jan 25, 2010
1,129
252
Lisbon
I'm trying to use this app, it's very usefull.
Seems not to be compatible with IE9. I can use it with windows XP, but with my windows 7 just does not work.

I put the address 192.168.1.13 it changes to 192.168.1.13/fs/ but does not load the page.

If I put 192.168.1.13/authent I can see the login page, after click connect it does not work.

I've made a Donation because I really like this program, can you please check?

Thank you!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    WIFI Remote Access 7 for WP7 now available for developer unlocked devices (or devices unlocked with chevron wp7)... unfortunately it is very, very limited :( (no remote control, no text messaging, and no direct filesystem access because of sandboxing)

    http://xdaforums.com/showthread.php?t=879077
    1
    Hi,

    Here is a free application I've developed for Windows Mobile 6.x.

    http://www.julien-manici.com/windows_mobile_wifi_remote_access/

    It's basically a web server (and FTP server) that runs on your device so that you can browse its content from a web browser. No software install computer side.

    It works either with :
    -a WIFI connection,
    -an USB connection (Windows Mobile Device Center or -ActiveSync needs to be installed and Advanced networking functionnality must not have been disabled on the device)

    It serves mostly html pages, but for pictures browsing under Internet Explorer 7/8 it will show a .net/WPF/3D based UI that brings support for multiple file upload (any file type, not just pictures)


    Now available on the English-US marketplace :

    Basic version (free) :
    http://marketplace.windowsphone.com/details.aspx?appId=46773904-92eb-498e-8e23-24578de7e9d4
    Premium version :
    http://marketplace.windowsphone.com/details.aspx?appId=23c7f4c9-9ecc-4b1f-b82b-3cb614d53059


    web_interface_english.jpg
    xbap_wpf_web_browser_app.jpg

    wifi_remote_access_windows_mobile_standard.png
    WIFI_remote_access.png
    sms.png
    remote_control_fr.png

    multiple_file_upload_xbap.jpg