Mobile Web Server "take a picture" feature

Hi to all!
I installed this application:
http://mymobilesite.net/
and I think it's great!
Only a question: does the "take a picture" feature work? When I try to take a picture from my phone (a Nokia N82) remotely, it always says: Unable to take a picture at the moment!
Message Edited by mr_wolf on 08-Mar-2009 11:20 AM
I'm Winston Wolf, I solve problems

Hello.
Thank you for your help.
I checked and now the only drive that has "/Data/Web server" is E: (so no other drive has it).
After I uninstalled the previous Web Server, I checked and the folder was not present, so now it should be "fresh".
When I turn on the web server, I can access it from the web, but I don't get any of the screens seen at http://mymobilesite.net/screenshots/
Unfortunately right now if I try to turn on the web server I get "connection timed out", so I cannot post any screenshot of how it looks like for me.
But I'm pretty sure some config file is screwed up. Can you please send me a copy of your "/Data/Web server" please?
Kiitos,
alfonso

Similar Messages

  • Mobile Web Server installation failure

    Hi Forum,
    I have used the server on my phone previously. It worked well.
    Now after a updating my phone, I cannot even install the application. It runs through the installtion and then starts a "installing web server" half way through which it fails!
    Despite installation failure it features in my App Manager but not in 'My Own' folder. I uninstall it and reinstall to no avail.
    I am a Nokia N93 user.
    Would greatly appreciate assistance as I want to demo the software for my class.
    Best,
    wirefree

    I had exactly the same problem ("Installation failed" at install time) but finally got it running.
    My steps:
    0. I removed the unfinished installation of the MWS.
    1. I manually installed the Open-C libs (only glib.sis, pips_nokia_1_3_SS.sis and ssl.sis) from the SDK here: http://www.forum.nokia.com/main/resources/technologies/openc_cpp/
    2. Then I manually installed python (PythonScriptShell_1_4_4_3rdEd.sis) from here: http://sourceforge.net/project/showfiles.php?group_id=154155&package_id=171153&release_id=609802
    3. Finally I reinstalled the mobile web server (v1.4 beta) . No error message anymore. Everything works like a charm now. Hope this helps. :-)
    Kind regards,
    Florian

  • Mobile Web Server

    Cool... check it out...
    Ericssson EH 237, Ericsson EH 337, Ericsson GH 388, Siemens S25, Nokia 6210, Nokia 7250, Nokia 6230, Nokia 6280 & O2 Atom , Nokia N95, Nokia 5800 XpressMusic

    If anyone's using this, you'll know what a funky little application it is - and for free too? WOW
    However... if you update your firmware, it may not work first time, so I'd suggest you back up the web server files - but there's no backup feature, so I'd recommend using the built in Zip software - zip the whole Web Server folder, then reinstall the Mobile Web Server software (you don't have to uninstall it first), then extract the zipped files back to the original folder...
    It worked a treat for me
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • Problem with the Installation of Mobile Web Server...

    I have a N95. I have been trying to install Mobile Web Server on it. The installation fisnishes but the icons are all separeted and there is no only one icon for the program (MWS, MWSChat, MWSBlog, MWS).
    Reading the manual of the software I realized that something should run after the installation but nothing is
    executed. I tried to install it on memory card, main memory
    >with no success. Is there any bug reported about it?

    Hello, this is a known problem with new 1.2 release. Please refer to my blog post and stay tuned for a fix.
    http://blogs.s60.com/mws/2008/01/mobile_web_server_new_release.html

  • Mobile Web Server: suggestions

    Say you want to remote-start your cellphone webserver. What do you do? Well, first you have to log in on the "Mobile web Server" webpage, and then click on the "Start the server here" link.
    This is very much bending over backwards. Why not provide a "start server" link on the offline page, asking for login data? It is very likely that the only bookmark you'll have is to your own mobile website, not to the "Mobile web server" homepage as well. This way, if your server is not online, you'll end up on your offline page. From there you'll have to surf over to the "Mobile web Server" homepage, log in, and then finally find the "start server link." Very unintuitive! Very cumbersome.
    Please put a "start server" link on the offline page!
    Thanks.

    Your feedback will most likely not be noticed by the relevant people here.
    A better place to leave it is on the mobile web servers forum:
    http://betalabs.nokia.com/forums/mobile-web-server

  • Can I do automatic page refresh? How many of them can the web server take?

    I'd like to ask this question in both short and (if you be so kind) in long form:
    Short: Can a portion of my APEX page be set to refresh automatically ones every few minute? Not the whole page, just a portion. Would I have to use frames for that? Can they be invisible?
    Long: I'd like to create a web interface, which would allow multiple users to track duration of some tasks. More importantly it has to allow other users to see each other's progress (which task somebody is on, how long he has been on it down to several minutes). I understand to server side of it. However, the client side presents a problem of information refresh. I want users to be able to sit without touching their mouses or keyboard and see changes for other users as they happen.
    What do I mean by "as they happen?" Ideally, I'd like to present changes in real time. My brief research of Push HTTP technology, pointed toward Comet or Flash. However, I don't know much about web development and as of now, cannot commit too much time to learning new technologies.
    The second best option, is to update information every couple of minutes. Two question arise here. First is the "short" question - please see above.
    Let's say the page sections can be refreshed automatically. Then I have a question about the load. If I potentially get thousands of simultaneous users, each sending a refresh request every 2-3 minutes, how bad would be the load on the web server and on the network throughput. The amount of data passed can be small, but I am very concerned about the load on web server and the traffic. (I am planning to do virtual hosting with a web hosting company). Somehow I am not concerned about the load on the database (maybe I should be). All calculations will be put in a stored procedure, at least I can optimize it.
    Any other suggestions on how to approach this client refresh issue?
    Thanks a lot.

    These answers are helpful but I still need more info. The first answer suggests putting html refresh tag. But that would refresh the whole page, wouldn't it? I just need to refresh one region. Can it be done with html tag?
    I reviewed the Javascript code in the example referenced in the second answer. It showed that I can refresh a region using Javascript. It looks very nice. However, I need to refresh with data pulled from the database. I am not familiar with AJAX (need to lear JavaScript first) and I know that JavaScript cannot query database on its own. So I am not sure that this example is relevant.
    What I need is: Only 1 region of the page needs to be refreshed every 5 minutes. The rest should "stay put." Everytime the refresh is performed the database will be queried for new data by means of stored db procedure. Do I need to jump through hoops to do that or is it fairly straightforward thing to do?
    Thank you for your time.

  • Smartforms: how can I include a jpg picture stored an a web server ?

    I want do include a business graphic (JPG) in a smartforms window. The picture is created by a web serves and stored on a web server.
    the jpg-picture can be loaded on by an http-adress.
    How can I include the picture in the smartforms form ?
    thanks
    Richard

    hi,
    use transction SE78 to upload the picture .
    Then use it in smartforms.
    regards,
    guru

  • Application-Builder-Exe with Web-Server crashes

    Windows XP Service Pack 2
    EXE file created with Application Builder
    Web-server active - as picture 1 time per second
    Access from browser in local network:
    3 times has occured application crash:
    Yesterday:
    10:26:34
    Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    10:30:21
    Memory fault 1129110434.
    13:50:59
     Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    Now:
    First access with browser at 08:03, second acess at 08:24
    08:26:07
    Application fault VI-app.exe, Version 1.0.0.0,  module fault: lvrt.dll, Version 8.6.0.4001, Address 0x007424c3.
    08:30:49
    Memory fault 1129110434

    Hey Hellboy,
    Please have a look at this thread -> http://forums.ni.com/ni/board/message?board.id=170&requireLogin=False&thread.id=194442
    You might find some hints due to the facts its discussing the same error.
    Christian 

  • Using mobile camera to send images to the web server at regular intervals

    Hi All,
    I am developing an application in which the camera is kept on and it takes picture at regular intervals 30 sec to be exact. And that picture is sent to the web server so that can be viewed at the server. Now I am testing this application on Nokia E50 but after running for 3 hours there was an error given as below
    MediaException: (in takes Symbian OS error :-2
    Whats this error about? Is this an OS error or theres some fault within the coding. Please reply its urgent.
    Thanks in advance
    Sunil

    Hi Db,
    I have tried what you have said but now the problem is that it gives Symbian OS : -4 error which is a memory error. Actually what happens in the project is that once the connection between web server and the mobile breaks down the mobile will continuosly try to establish the connection and in doing so it will create new objects. There is no limitation on the number of times the connection attempts can be made. It will keep on trying till the connection is established. If that is the reason which is causing the problem then I think I may have to find another way for the connection to be established.
    Thanks in advance
    Sunil

  • Verizon Unleashed: $50 unlimited talk/text/mobile web for feature phone coming soon?

    Verizon Unleashed is a rumored new Verizon prepaid wireless plan featuring unlimited talk/text/mobile web for only $50 a month.
    We do not know when it is coming but what is believed to be known is that :
    It will be for "feature phones" or non smartphones only.
    It will probably take advantage of Opera Mini as a way to enhance the web experience.
    All non smartphone Verizon prepaid phones may be eligbile for the plan.
    Here are some leaked screenshots of it:
    http://www.unwiredview.com/2011/04/08/verizon-may-soon-introduce-a-50-per-month-unlimited-prepaid-plan/
    It is unknown if and when it will be released.

    As I understand it this plan is currently only in parts of Florida and Southern California for now.    I'm hoping it rapidly spreads to the rest of us.

  • I don't want my pictures on a web server. Can I use Elements version 13 without a subscription??

    I don't want my pictures on a web server. Can I use Elements version 13 without a subscription??

    Yes you can use Elements without subscription.
    Links to the cloud only happen if you decide to use mobile albums, and the free storage. But that is optional.

  • I am trying to take a picture of a web page and paste on a one drive powerpoint. I tryed pressing the print screen button, and pasting. But it is giving me message saying that my browser can not fine the clipboard, and I need to use the keyboard shortcuts

    I need to take a picture of a web page, insert it onto a powerpoint online, and crop the picture. I am pressing the print screen button, and right cliking paste. But I am getting the warning message saying that my browser can not use the clipboard, and I am unsure of how to take a picture, then paste it, and crop it all on to a power point.

    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • Can data be passed to an external web server using the "in-course web browsing" feature in ver. 7?

    Can data be passed to an external web server using the "in-course web browsing" feature in ver. 7? I would like to display a simple web page, and I would like to pass to that web page the answers to all the quiz questions, quiz score, etc. In other words, instead of passing quiz results to a SCORM-compliant LMS like Moodle, I'd like to pass that data to a Drupal Webform using a URL like:
    https://www.example.com/my-drupal-webform?param1=value1&param2=value2...&paramn=valuen
    Is this possible?
    Thanks,
    John

    You have to make sure every step in MOS Document ID 726414.1 that is applicable to your E-Business Suite 12.1.x release is performed. Enabling ASADMIN is just one of the steps. In spite of following all the steps in this Document you continue to get the error when clicking "Generate WSDL", please log a Service Request with Oracle Support.I will check all steps again. Maybe I missed one... Thanks!

  • Issue with Feature Deployment when DB and Web Server are on different machine

    Hi,
    We are trying to deploy our Custom Processes as site feature.
    In Visual studio it shows Deployment Succeeded but feature is not available in Site features.
    when we checked “Central Administration -> Manage Farm Solution” it shows below error.
    Web Server : The solution was successfully deployed.
    DB Server IP : Elements of type 'Receivers' are not supported at the 'Farm' scope. This feature could not be installed.
    DB Server IP : Elements of type 'Receivers' are not supported at the 'Farm' scope. This feature could not be installed.
    We are able to ping DB server from Web Server .
    Also , we are able to add custom fields and lookup manually in web Server and those are getting reflected in DB .
    Thanks,
    Abhijit

    Hello,
    I would probably post this in the SharePoint forum as deploying features is a SharePoint process and not Project / Project Server (even if the feature is related to Project Server).
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • MFA Server - User portal and mobile app web server should be installed where?

    Hi. We are in the process of testing the Multi-Factor Auth server and are currently using it for two-factor authentication to RDS for a couple of users. At the moment we are only using the phone call/text options but I'd like to get the mobile app portion
    working to test.  Also still need to implement the user self-service portal for testing.
    Currently I have a vm that was dedicated to MFA where the Multi-Factor Authentication Server software was installed.  Now though I'm a bit confused as to if its safe to install the user portal and mobile app web service portion on this same machine
    or if they should go on a different server(s)?  Currently the box is internal but I'm guessing if it has also act as the web server we would stick it behind the TMG for external inbound access.  Is external access to the primary MFA server ok? 
    What's the best practice for separation of the MFA roles; or is there none and its fine to just put it altogether? 
    Thanks.

    Hello Col. Forbin,
    Thanks for posting here!
    You have a dedicated MFA server and if you install User Portal on the same server as the MFA Server, it uses RPC to communicate with the MultiFactorAuth service locally.
    If the User Portal is installed on a different server, it must connect via the Web Service SDK. You can use either a username/password of a service account that is a member of the PhoneFactor
    Admins security group, or you can configure client certificates. If using the username/password, you can encrypt the appSettings section of the web.config file if desired.
    Under Inetpub\wwwroot\MultiFactorAuth when you edit the web.config file you need to make sure these values are set.
    USE_WEB_SERVICE_SDK:
    true
    WEB_SERVICE_SDK_AUTHENTICATION_USERNAME: domain\user
    WEB_SERVICE_SDK_AUTHENTICATION_PASSWORD:
    password
    OVERRIDE_PHONE_APP_WEB_SERVICE_URL: 
    You might want to refer this thread link:
    https://social.msdn.microsoft.com/Forums/en-US/ad1f6fc1-ab3f-482d-a435-e4fd6665f640/mfa-user-portal-issue?forum=windowsazureactiveauthentication
    Additional reference links:
    https://technet.microsoft.com/en-us/library/dn376347.aspx#multifactor
    https://pfweb.phonefactor.net/install/6.2.1.16387/release_notes.txt
    Let me know if you have any further questions!
    Regards,
    Sadiqh Ahmed

Maybe you are looking for