Surveilance Video Feed via Java on the PPC??? - 8125, K-JAM, P4300, MDA Vario General

This might not be completely Wizard related, but thats what I have so I'll shoot. I was wondering if anyone had any idea on where to start looking for an ap to view Video Feeds from Security Cameras that are normally accessed via a Java Applet in IE. Like is there possibly a Java app that can display a feed that would be seerate of PIE? Maybe a program that can be changed or slightly modified?
The provider/manufacturer of the equipment doesn't offer anything. Their newer equipment uses ActiveX Controls rather than Java so maybe an upgrade could help? Any ideas/help would be appreciated.
The Company has a Demo of the Java Applet that is used to view the feeds. Same as we use for the bar but we only have 9 feeds. Viewing one feed at a time would be perfectly fine and probaly desired on the smaller screen.
See the demo here...
http://208.50.31.214/ Java VM Page. Login for the Demo is admin : admin
Any Ideas??
Cliffs: Can anyone think of a way to view the feeds in the demo above on a PPC? Java VM related...

ANy good places to go for Java related resources for the WM5? I would like to at least play around with it. Maybe try to tweak and work up a different solution. Any help would be appreciated.

pookrat said:
Maybe try to tweak and work up a different solution. Any help would be appreciated.
Click to expand...
Click to collapse
I'd just hold out for a real browser than can display your java-based feed. Never fear, one's coming...
See: Skyfire.

Take a look: http://webcam-holmes.en.softonic.com/pocket
If your desired feed is actually a "Webcam" then this might be the ticket for you...

SkyFire looks promising. Can't wait to get my hands on a copy. Maybe a Beta a little early?

pookrat said:
Maybe a Beta a little early?
Click to expand...
Click to collapse
Good luck. I think they've passed them all out already, and the licenses are utterly non-transferable, so any beta copies that have been shared out have been unusable by anyone but the authorized recipient.
There's a thread on this board (somewhere, you search...I don't want to) that includes a copy. Your mileage may vary, but I don't think anyone's been able to use it yet.
One last note of caution: Skyfire's license agreement clearly states that they can, if they wish, capture all data transferred to and from (this includes keystrokes, BTW) websites. Privacy on their browser is not reality. This means, for example, if your camera feed was providing illicit or illegal images (like a voyeur cam in a public restroom, for example), they can, and presumably will, point the finger at you. This may change in the future, but hey, they've gotta protect themselves, if they're acting as a go-between for the web and dirty, untrustworthy end-users.

pookrat said:
This might not be completely Wizard related, but thats what I have so I'll shoot. I was wondering if anyone had any idea on where to start looking for an ap to view Video Feeds from Security Cameras that are normally accessed via a Java Applet in IE. Like is there possibly a Java app that can display a feed that would be seerate of PIE? Maybe a program that can be changed or slightly modified?
The provider/manufacturer of the equipment doesn't offer anything. Their newer equipment uses ActiveX Controls rather than Java so maybe an upgrade could help? Any ideas/help would be appreciated.
The Company has a Demo of the Java Applet that is used to view the feeds. Same as we use for the bar but we only have 9 feeds. Viewing one feed at a time would be perfectly fine and probaly desired on the smaller screen.
See the demo here...
http://208.50.31.214/ Java VM Page. Login for the Demo is admin : admin
Any Ideas??
Cliffs: Can anyone think of a way to view the feeds in the demo above on a PPC? Java VM related...
Click to expand...
Click to collapse
Most Java VM's for Windows Mobile are not robust enough to handle Java webcams. At least that's been my experience. I have a Toshiba IK-WB11A webcam in my house. It also uses Java and I've tried PIE, Opera, Minimo, and other WM browsers - none will work.
The only work around I'm aware of is to deconstruct the Java Script to see where / how the webcam is streaming the "video". I was able to do that by loading up and opening all the HTML pages that my webcam served to my PC browser (Firefox > View > Page Source). Typically the video stream is in fact just a JPG that's refreshed every fraction of a second. Once you identify the JPG path / name you can open it directly. Or if you're ambitious you could create your own simple HTML page, add the JPG image, and add some code to auto-refresh in PIE. Something like this code should do the trick...
<meta http-equiv="refresh" content="10;url=http://path/to/my/image/page.html"/>

Ok I am looking for the same thing mate and doing a little search for web goodies to work on the phone . If anybody has any ideas or software let us know.

http://www.getjar.com/products/11112/QSpyCam

http://www.getjar.com/products/13204/LiveStream

wyzepro said:
http://www.getjar.com/products/11112/QSpyCam
Click to expand...
Click to collapse
Nice link I will test it out .

Related

Viewing a jpg image in PIE rather than downloading

If I put in an URL which ends .jpg rather than gives a webpage address, PIE asks me if I want to download the image and open it after downloading.
What I actually want to do is VIEW the image, without having to click "Yes" and then having to wait while it fires up the Picture Viewer.
Can I change this behaviour?
Can nobody help?
I tried exactly the same thing on an Orange E200 (very old Smartphone!) and it works perfectly - image displays straight away in the browser, no prompt for "download and open file".
I just want to be able to see the jpg directly in PIE, and refresh if I want. Easiest way of viewing my webcam!
timetex - don't know about the specific question, but why not just knock up a tiny bit of html just holding the jpg <img> and address. That way, you refresh the html page, not the jpg? This will also allow you to resize it to fit your screen etc as well.
V
Good suggestion, vijay, and if it was a computer generating the jpg, or I had control over it, that would be the first thing I'd look at.
However, its a camera. To be specific, an IP Network Camera I've got setup on my home network. It has its own built in webserver and makes use of an ActiveX plugin to "stream" video over http:// connection - so using my desktop PC, I just put the IP address of my router (or my domain name) into the browser, and the ActiveX / WebCam does the rest.
However, PIE will not accept the stream.
I've found a website detailing how to access specific data from the camera using either cgi commands or this function I'm using - the ability to view a single jpg image using a http://xxx.yyy.zzz/CamImg.jpg address.
As I said, this works fine on my Orange E200, but not in PIE on the MDA Pro. Annoying.
I guess I could get the camera to FTP the image to my hosted webspace and generate some HTML to view it there, but this just seems a silly way to do it, and rather wasteful of my bandwidth, as it would have to keep sending regular FTP just in case I wanted to view it (permanently overwriting the same filename every second or so) whereas if I connect directly to the camera, I automatically get the current image.
I could always stick a html file on my webspace and have THAT load the image.... hmm, I guess that could work?
"However, its a camera. To be specific, an IP Network Camera I've got setup on my home network. It has its own built in webserver and makes use of an ActiveX plugin to "stream" video over http:// connection - so using my desktop PC, I just put the IP address of my router (or my domain name) into the browser, and the ActiveX / WebCam does the rest.
However, PIE will not accept the stream."
This is something I really need !
Does anyone know if there are any chance to
display active X content ??
I'm not sure I understand
Surely the jpg must have an address that you're typing into PIE. In notepad on your PC (or pocket word etc if you're feeling adverturous) just knock together some html to display the image.
The html page will exist on your PDA, eg \storage\VJTestPage.html, and you just load that every time you want to see the updated jpg from your camera:
Paste this into notepad and change the urls for your jpg
Code:
<html><head>
[url="http://www.penny-arcade.com/images/2005/20051012l.jpg"][img]http://www.penny-arcade.com/images/2005/20051012l.jpg[/img][/url]
</head></html>
This assumes of course that the jpg's url is static, ie doesn't change.
v
vijay555 said:
I'm not sure I understand
Surely the jpg must have an address that you're typing into PIE. In notepad on your PC (or pocket word etc if you're feeling adverturous) just knock together some html to display the image.
The html page will exist on your PDA, eg \storage\VJTestPage.html, and you just load that every time you want to see the updated jpg from your camera:
Paste this into notepad and change the urls for your jpg
Code:
<html><head>
[url="http://www.penny-arcade.com/images/2005/20051012l.jpg"][img]http://www.penny-arcade.com/images/2005/20051012l.jpg[/img][/url]
</head></html>
This assumes of course that the jpg's url is static, ie doesn't change.
v
Click to expand...
Click to collapse
Ahhh of course... keep the text on the device!!
I don't think laterally enough, silly me!
timetex - does that solution work ok then?
V
vijay555 said:
timetex - does that solution work ok then?
V
Click to expand...
Click to collapse
Like an absolute charm...
Thats a nice workaround Vijay, to be sure.
But it fails to address the fundamental problem that is PIE's failure to view image files rather than download them.
Is there no way to alter a setting in PIE to VIEW jpgs rather than download them? The reason it's sooo irritating is that we don't want to keep all the images we want to view, eg browsing a forum thread with a frinds holiday photos in, you don't want to keep the photos, just see them!
Why can't it do this?
Do all the other pocket browers do this? I haven't tried Opera, and minimo is less use than a truckload of dead rats in a tampon factory!
Has anyone found a way round this?
you might try using the search button of the forum. It might help.
thaihugo said:
you might try using the search button of the forum. It might help.
Click to expand...
Click to collapse
How do you think I found this thread??
Do you mean there actually IS a way to get PIE to do this? (and if so - why does searching for "Images AND pie" not get to it?)
If you're going to take the effort to post an answer then it may as well be a useful one.
what about "jpg and pie" :wink:
http://forum.xda-developers.com/viewtopic.php?t=32322&highlight=jpg+pie
Riceburner said:
If you're going to take the effort to post an answer then it may as well be a useful one.
Click to expand...
Click to collapse
Where would be the pleasure of a magnifiscent RTFM or UTSB answer then
thaihugo said:
what about "jpg and pie" :wink:
http://forum.xda-developers.com/viewtopic.php?t=32322&highlight=jpg+pie
Click to expand...
Click to collapse
Thank You hugo.

Video Stream from phone

Its prob a stretch but i was wondering if theres a way to stream video FROM the titan TO the PC. its kinda like using the phone as a webcam or something...
Thanks in advance
I've done it for robotics but not quite in the way you're asking for. I used a custom Java web server running on the device. I couldn't figure out how to stream the video but 1fps was good enough for me so I just kept taking pictures that would copy to the location being shown on the web page. If it's something you're interested in I can start looking for my code, I've got it backed up somewhere.
Yes, such software exists in a couple of variations for AtekSoft.
I have been brainstorming alternative uses for the software and wrote all about it here:
http://mobile-enthusiast.blogspot.com/2008/03/ateksoft-applications-bring-interesting.html
TheCodeBenders, you should seriously use this instead of your java server. This is PERFECT for your application it sounds like!
Even Better:
www.comvu.com
trying to find out more about comvu... is this service free, trial, closed market, or what?
I can't figure out how you're supposed to even GET this software...
Comvu works great, just signup and download.
Dishe said:
TheCodeBenders, you should seriously use this instead of your java server. This is PERFECT for your application it sounds like!
Click to expand...
Click to collapse
Thanks for the link, but the big part of the Java server is an AJAX script running to give my 8 direction control of the bot. I'm undertaking rewriting the camera bit in a C app that does faster refreshes but we'll see.

[X] WApps - A windows mobile "appstore"

I got the idea to make a application finder software for Windows Mobile. Specially designed to HTC Diamond, with many G-apps & games and other nice apps. It's under development now, and i will release one screenshot for you.
This app will not be just an styled IE-frame, like many "appstore" like apps that have been released before.
19. October 2008:
New Screenshot of the start screen.
Development stopped, becouse of the Gecko project.
I think this is a phenominal idea. The idea that went around recently was an internet based solution through ie explorer and it just was not device friendly. To have a device based solution is much more sensable. If you could create a server that developers could upload their most recent programs too that would be the best.
Maybe contact the system admin on this site and see if he will give your program to access the sites FTP server or something. Then a user could use your device based program that would seemlessly connect to the interenet in the back ground, poll the server for software, sort it and place it into a thumb friendly interface on the phone by which it could be sorted into categories of games, utilities, themes, programs etc etc....
Of course the admin would have to create those categories on the site's side and the developers would need to upload their program to the correct one but I think everyone has been in such a need for this that they would be willing to do it without much arm twisting.
Or, you could create device user interface that interacts with Orb.com... But then you would have to get the updates of programs and upload them to ORB for your program to work. But ORB does already have a sorting feature that your user controls on the device could be made to access for sorting etc. It even has a video section that a user could download tutorials of different programs that someone took time to make.
All just ideas. Some you may find good or not. I am excited to see a device based program though. It make user intereaction easier.
Curious G.
yes
Its a good idea, keep working on it
seems to be a nice idea
I like the idea but this really depends on what will be offered / how updated the actual site behind the store application is. Have you had any thoughts on that yet?
i second that.
at this time i browse via opera tho xda to download stuff... but having a app that simplifies things would be even better...
maybe all the downloads here could be managed and put upto "youre" server in an automated way..
I remember seeing this article a few weeks ago about Microsoft creating their own app store.
http://www.pocket-lint.co.uk/news/n.../job-advert-reveals-microsoft-skymarket.phtml
Either way, it's certainly a good idea!!
I forward the notion. An app that has all the apps at hand for easy download by category would kick some serious asss..
If I can help in any way let me know.
Greetings to all.
Love this development. Maybe this progress will open up eyes on new skilful programmers and we will see an increase of good looking apps and games. Not that I don't just love the things going on here at xda. But the more the merrier, right? The only complaint that I might have on this forum is the all the threads with wallpapers and especially the ones with half-naked women...But that's me...
So an app store (or two) is going to make it easier for us to sort out what we are interested in and only that.
If needed count me in I can help develop..
Great idea.
In the spirit of AppToDate, which I found worked very very well. But with YouTube-app like interface, all connected to database were latest apps can get installed.
Great idea!
I'm working to figure out how to connect to MySQL from a windows mobile based device, does anyone here know?
double post****
i think if these two threads could be incorporated
http://forum.xda-developers.com/showthread.php?t=428480
http://forum.xda-developers.com/showthread.php?t=433913
that would be a good way to do storage
each developer could use have there own account and then whenever they updated there app they update the wapps link via web or give it like some type of flash capabilities that would be really great
or there could be a generic account that ever one uses to upload too
looks like this is in the works http://forum.xda-developers.com/showthread.php?t=436127
maybe some collabo might be nice
Nice project!! GoOd Luck!!
If there was a way to advertise this app when it gets made. the diamond would sell millions
Why not just modify a RSS feed reader?
niikoo said:
I'm working to figure out how to connect to MySQL from a windows mobile based device, does anyone here know?
Click to expand...
Click to collapse
Maybe Sqlite is more accurate for a mobile device ?
And you just download the sqlite file available on a server, this way requests would be very fast.
masterbox said:
Maybe Sqlite is more accurate for a mobile device ?
And you just download the sqlite file available on a server, this way requests would be very fast.
Click to expand...
Click to collapse
Yes, every time you start it will update from the web or you can click on a button to update (or an 'update every x minutes' function
please keep up the hard work!!!!! love to see this appstore happen!

{REQ}Awesome application Request_Using a Barcode and automatic Torrent Download...

Imagine you are standing in a store looking at DVDs. You photograph a barcode with your phone and press a couple of buttons. By the time you make it home, the movie is waiting for you in your torrent client.
This is the link for the app which is available on Android. I wonder if anyone could come up with something like this.
http://www.youtube.com/watch?v=h05KrEjHW6g
and VERY legal indeed...
While it is a clever idea, that kind of talk really isn't allowed here.. I think this thread will be closed!
thats amazing.. wonder how he is getting away with that!
not that i encourage illegal behavior or download anything illegaly, but i would love to see someone get something like that working for winmo too (not that i would use it)!
Illegal downloads
Its not like im encouraging illegal movie downloads. Just because a shop is providing bullets and guns doesnt mean that they are encouraging shooting and killing...
I think this would be a wonderful app and could have many uses other than illegal movie downloads so take a chill pill...
Yes, the implications are incredible. I'm sure there are *many* other uses other than illegal movie downloads, I just can't think of any right now.
..
Oh wait, got one! Music download?!
Hardly saying I'm against it, but do you really think this is the place for you to request an app which would make you a trigger-happy barcode reader?
other possible use
instead of having it take you to a torrent of the movie you can you use it log you dvds or cds to make a list of all your dvds or possibly use it with microsofts netflix app to add the scanned dvd to you rental list
Think outside the box lill fella there could be a lot more uses than just piracy... I saw the video on youtube and was very impressed so lighten up and go BUY a dvd or something if it makes u happy...
I already downloaded a torrent client on my mobile and am able to download content from many sites... Its called winmobile torrent if anyone is interested.
Please posts messages regarding development or alternatives to this rather that sarcy comments from now on.
p.s.
Dashraider that is an excellent idea...
Yeah, lets NOT discuss the legality of this application, in stead lets find out how to get this on our WM phones
To get it to work we would at least need
1. A barcode reading Lib, open source/free
2. A way of searching barcode number -> title
Google-ing for both ...
Mr_Gee said:
Yeah, lets NOT discuss the legality of this application, in stead lets find out how to get this on our WM phones
To get it to work we would at least need
1. A barcode reading Lib, open source/free
2. A way of searching barcode number -> title
Google-ing for both ...
Click to expand...
Click to collapse
Try Koushik Dutta's Windows Mobile Bar Code Manager and API.
Another possible use:
It scans the barcode, then identifies the product and checks online for different prices. So you can find the lowest price or whatever.
Thanks...
Thanks for your help on this guys...
Mandragore said:
Try Koushik Dutta's Windows Mobile Bar Code Manager and API.
Click to expand...
Click to collapse
I could only find the barcod creation part..
But... we could already start with just typing in the number
the rest could/would be automatic
jmckeejr said:
Another possible use:
It scans the barcode, then identifies the product and checks online for different prices. So you can find the lowest price or whatever.
Click to expand...
Click to collapse
Just an FYI there is already a WM program being developed that does this called Barcorama. It's a little crude in the fact that it doesn't actually "read" the barcode, it just searches a predefined string using the barcode numbers that you photograph, and opens a browser page with the prices.
You can edit the search string as well, I think it defaults to a Google Shop search, but you can make it search Amazon/Whatever fairly easily.
To take this a step further, basically what I imagine the general workings of this application would do would be something of the following.
Using pretty much the same foundation as barcorama you would take a pic of the barcode, but instead of displaying the pricing page it would instead parse the data for a title of a movie/artist/etc. This operation would likely be hidden to conserve resources. Beyond this you could take the data that you got from searching the UPC and then plug that into a torrent search site such as isohunt, and have it grab whichever torrent has the closest match or best seeds.
The problems would be that while you could do all the steps on the PPC, I'm not exactly sure how you would get the .torrent opened on your PC without some sort of remote feature/LogMeIn etc. which are probably difficult to integrate into the application.
An additional problem would be that the application would have to judge which torrent from the tracker is "best" to download which would probably have to be handled by some combo of which torrent has the most seeds and which most precisely matches the data it acquired from the barcode.
I'd imagine that this project can be done without too much trouble, but it will probably take awhile to work out the bugs/fine tune the search/etc.
-Edit: After rereading this I came up with an idea for a workaround to get the file to the PC. It's only an idea like I said and would require additional development, but I'm just planting the seed for the more creative minds to bloom.
Basically the steps would be the same as above, but when you reached the point where the .torrent has been found, have the program save the .torrent to a temporary directory, attach it to an email document, and email it to an address you would input. You would probably have to run an app always on the PC that would watch your email, and open any .torrents that came in, I'm not sure how difficult that would be.
I think something like this is the easiest way to do this, but anyone can feel free to chime in with tweaks/new ideas
Scorpion360 said:
Just an FYI there is already a WM program being developed that does this called Barcorama. It's a little crude in the fact that it doesn't actually "read" the barcode, it just searches a predefined string using the barcode numbers that you photograph, and opens a browser page with the prices.
You can edit the search string as well, I think it defaults to a Google Shop search, but you can make it search Amazon/Whatever fairly easily.
To take this a step further, basically what I imagine the general workings of this application would do would be something of the following.
Using pretty much the same foundation as barcorama you would take a pic of the barcode, but instead of displaying the pricing page it would instead parse the data for a title of a movie/artist/etc. This operation would likely be hidden to conserve resources. Beyond this you could take the data that you got from searching the UPC and then plug that into a torrent search site such as isohunt, and have it grab whichever torrent has the closest match or best seeds.
The problems would be that while you could do all the steps on the PPC, I'm not exactly sure how you would get the .torrent opened on your PC without some sort of remote feature/LogMeIn etc. which are probably difficult to integrate into the application.
An additional problem would be that the application would have to judge which torrent from the tracker is "best" to download which would probably have to be handled by some combo of which torrent has the most seeds and which most precisely matches the data it acquired from the barcode.
I'd imagine that this project can be done without too much trouble, but it will probably take awhile to work out the bugs/fine tune the search/etc.
-Edit: After rereading this I came up with an idea for a workaround to get the file to the PC. It's only an idea like I said and would require additional development, but I'm just planting the seed for the more creative minds to bloom.
Basically the steps would be the same as above, but when you reached the point where the .torrent has been found, have the program save the .torrent to a temporary directory, attach it to an email document, and email it to an address you would input. You would probably have to run an app always on the PC that would watch your email, and open any .torrents that came in, I'm not sure how difficult that would be.
I think something like this is the easiest way to do this, but anyone can feel free to chime in with tweaks/new ideas
Click to expand...
Click to collapse
I'm actually writing an app to read UPCs and search Amazon prices...
Mr_Gee said:
I could only find the barcod creation part..
But... we could already start with just typing in the number
the rest could/would be automatic
Click to expand...
Click to collapse
Sorry, didn't check the API code for scanning barcodes..
Mandragore said:
Sorry, didn't check the API code for scanning barcodes..
Click to expand...
Click to collapse
Geen probleem ;-)
Ontoppic
This could be an option :http://forum.xda-developers.com/showthread.php?t=368798
I need to look into it, and see if I/we can use it,
I also think we can use amazone.com for the dvd info
I just need to look in to the placing of the nzb/torrent
but we're getting there
winmobile torrent seems cool, but i dont really understand the point of downloading huge files over edge to your mobile, would make more sense if it synced with your computer like in the video so it would use a higher bandwith
I've always been interested in creating a barcode reading program.
Before my two kids came along and took away all our free time, my wife used to collect coupons. She would put them all in a index card holder and reference them whenever she was buying something. The most time consuming part was keeping up with the expiration dates and what each coupon was for, then compare them to fliers from the supermarkets.
My idea was to barcode scan each coupon and have an online database of what the coupons were for, how much off, expiration date, and barcodes of products the coupon was valid for. I know that supermarkets have such a database but it would be great if it was available online somewhere.
Even as a community effort (users scan a coupon and type in the applicable info then upload and share with everyone else), this would be a useful little program.
In this economy, we can all use an app like this, can't we? My Wife and I used to leave the supermarket with a shopping cart full of food and personal hygiene products having only paid $3 - $10 bucks.

WAMP-like (AAMP?)

Has anybody seen, or considered developing a program similar to WAMP (Windows Apache MySQL PHP) for the Android?
I've always been interested in hosting my own sites, and usually purchased the hosting simply because I never leave a computer on all day.
But given I leave my phone on all day, who's to say there can't be an application developed to host and constantly stream a website from the phone itself?
Would anybody be interested in developing something like this? I'd honestly throw down 10 bucks in android market for such a thing.
LookAlive said:
Has anybody seen, or considered developing a program similar to WAMP (Windows Apache MySQL PHP) for the Android?
I've always been interested in hosting my own sites, and usually purchased the hosting simply because I never leave a computer on all day.
But given I leave my phone on all day, who's to say there can't be an application developed to host and constantly stream a website from the phone itself?
Would anybody be interested in developing something like this? I'd honestly throw down 10 bucks in android market for such a thing.
Click to expand...
Click to collapse
First, why? what's your use case? You're going to host websites to the internet off your 1Ghz mobile device? interesting thought but it'd be cheaper and less stress to just pay that web host.
Second, that'd be one hell of a way to chew through your battery?
Ruxton said:
First, why? what's your use case? You're going to host websites to the internet off your 1Ghz mobile device? interesting thought but it'd be cheaper and less stress to just pay that web host.
Second, that'd be one hell of a way to chew through your battery?
Click to expand...
Click to collapse
Thirdly, you will have high bills for your transfer and users will have to wait ages for page to load.
Ahh and if you really want to do this, then you shouldn't think about neither Apache, MySQL nor PHP. You should use, what you have onboard: sqlite + Java (or maybe C) + some simple HTTP server (Java or C).
It wouldn't necessarily be for a professional site so to speak, more or less to fool around with.
For example (even though having use of facebook renders this completely useless) a blog hosted directly from the phone. Or with password protection, an over-the-web ftp to add apps to your phone from anywhere should you not have your cord on you.
Just little things to play with.
Nice addition Brut. But to clear the confusion, by saying WAMP, I was simply using it as a reference tool to get the point I was trying to make across. I didn't mean actually waste time making a work-around apache server on the droid, but simply a program that uses what's available on the phone to achieve the same ends.
Thanks for the input gents.
@Ruxton as far as chomping away at the battery, I wouldn't suspect it would use a high amount for what the uses are. Now to host some high-traffic sort of thing like google.com for example, ha, there really wouldn't be a chance to use the phone before it died. But as stated in my last post, little things for small uses. Of course, I didn't specify that in the topic start.
http://code.google.com/p/i-jetty/
5 seconds (really!) searching on Google ;-) It's everything you need and I doubt you will find something better
What kills me, is I searched google for such apps using keywords (no lie, straight from my cookies) "Turning android into webserver" "host webserver from android" and "webserver app for android".
And then you come back with this. How peachy.
LookAlive said:
What kills me, is I searched google for such apps using keywords (no lie, straight from my cookies) "Turning android into webserver" "host webserver from android" and "webserver app for android".
And then you come back with this. How peachy.
Click to expand...
Click to collapse
I'm quite sure that I requested "android http server", but now I don't see that site in search results I think it was a miracle! ;-D
EDIT:
Ahh, I have mistaken, it is right on top of results ;-)
http://www.google.com/search?q=android+http+server
The magic behind that miracle was that one acronym, http. Had I only used that.. lol
Another problem is connecting to your phone from rest of the world. Does your telecom give you external IP? Is it static (but this could be fixed using dynamic DNS)?
MediaWiki on Android?
Hi...
I'm interested in an "AAMP" too as I have lots of information stashed away on my laptop via MediaWiki running on WAMP. I'd love to be able to carry it around with me on my mobile phone by uploading it from my laptop's MySQL DB onto the phone (in my case, HTC Desire) if it can run "AAMP".
I just downloaded i-Jetty and what I can do with it isn't entirely apparent. Is it something that would run an AAMP and therefore allow me to do the above?
Cheers..
DesireOwner10 said:
Hi...
I'm interested in an "AAMP" too as I have lots of information stashed away on my laptop via MediaWiki running on WAMP. I'd love to be able to carry it around with me on my mobile phone by uploading it from my laptop's MySQL DB onto the phone (in my case, HTC Desire) if it can run "AAMP".
I just downloaded i-Jetty and what I can do with it isn't entirely apparent. Is it something that would run an AAMP and therefore allow me to do the above?
Cheers..
Click to expand...
Click to collapse
Not sure why the thank button is so close to the quote button... but oh well, I digress.
Have you considered dumping static pages from your mediawiki setup and then pushing those to the phone? If you don't need to edit the content, then having the full db backend on the phone is pointless. Just set up a script to dump the all the pages in an elegant way (wget comes to mind but there is probably a better way) and then bundle them for transfer to the phone.
Thanks for reply! Sorry for delay (floods tend to take you off the grid).
Not a bad idea about dumping static pages..but I would like to be able to navigate around & search through the mediawiki. Anyone have thoughts on AAMPing a mediawiki?
AAMPing a MediaWiki?
Anyone have any further thoughts or smart ideas on pulling this off?
Have you tried PAW Server?
Sent from my PC36100 using XDA App
Thanks for the reply. PAW server is an interesting bit of kit and certainly is a demonstration of what the device can serve up.
However..it isn't exactly what I'm trying to achieve. Basically...I need something which will run the php files and the MySQL database which are what MediaWiki is comprised of.
Whilst I could simply generate static pages from my Wiki's & read them directly on the phone, this means I lose all the advantages of links & searching which is one of the reasons why I put my notes in a MediaWiki to start off with.
So..anyone know of something like an AAMP?
LookAlive said:
Has anybody seen, or considered developing a program similar to WAMP (Windows Apache MySQL PHP) for the Android?
I've always been interested in hosting my own sites, and usually purchased the hosting simply because I never leave a computer on all day.
But given I leave my phone on all day, who's to say there can't be an application developed to host and constantly stream a website from the phone itself?
Would anybody be interested in developing something like this? I'd honestly throw down 10 bucks in android market for such a thing.
Click to expand...
Click to collapse
Botbrew-Basil is on play store !
Android web server
yashade2001 said:
Botbrew-Basil is on play store !
Click to expand...
Click to collapse
WHAT YOU NEED IS 'KSWEB SERVER' --> (play.google.com/store/apps/details?id=ru.kslabs.ksweb&hl=en)
FIND IT ON ANDROID MARKET
PHP + MYSQL

Categories

Resources