{REQ}Awesome application Request_Using a Barcode and automatic Torrent Download... - Windows Mobile Development and Hacking General

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.

Related

Where is the Best Place to Find a list of APPS

Where are the places people are going to find lists of Free Apps.
I am new to the Pocket PC world, I have seen a few posts with people showing new apps, but I would like to be able to browse around and find some that are suited for what I use my phone for.
Looking for Time Wasters. (games)
Media Players (for Divx, and Compressed Videos)
Anything Automotive Related
Skins for changing appearance of the phone
pm me man ill help you!!!
there should really be a sticky in this forum with links to good download sites for games / apps.
Maybe we should start a thread and post links and ask a mod to sticky it. Anyone up for the job ?
RTFW
There is a big list of software in the WiKi
On A Silver Platter
It doesn't get any better than this :
1) This site is 8525 specific FREEWARE
2) These are links from bypaul.com:
A. GAMES
B. THEMES & SKINS
C. UTILITIES
3) Another FREEWARE site
4) More FREEWARE
5) This page has all the FREE applications iliumsoft offers (7 Pocket PC, 1 Desktop)
6) Yet another FREEWARE site
7) This is the Pocket PC section of this site, but you can navigate to other platform specific applications by clicking on the "Freeware" link at the top of the page. The entire site is strictly FREEWARE
8) This is a mobile/WAP SITE. It is completely formatted for a handheld web browser (small text, aligned left)
9) This is the last direct LINK to a freeware site i have mustered. I've just come across it for the first time and the server seems to be acting up so i can't speak for its reliability. It did work though
10) THIS is a search result from handango. All i did was select the 8525 as my device and "Sort by: Price:Low-High". The first 15 pages of this result gives you full applications with a $0.00 price tag. You may have to navigate a bit through the pages to find anything useful, but there are some pretty good apps in there. I would suggest going through the whole 15 pages so you don't miss anything.
11) This page is pocketpcmag.com's "BEST SITES" for WM PPCs. Scroll down to the "Downloads" section and you will find 46 links, many of them links to freeware sites. Even some of the links that don't say "(freeware)" have links to other Freeware sites on thier pages so you might wanna check them out too
12) Another LIST of PPC related sites with relevant Freeware site links
I've used just about all of these sites before with the exception of the above mentioned. If not, links to and from these sites. I've downloaded well into the hundreds of applications from these sites. In my experience, none of them offer fake freeware or neverending links to the download page (lmao). IMHO, they're all legit.
Still Alive?
Wow, when I posted my first reply I did not realize the date this was created. I posted my reply about a week ago however...maybe beggining of September. Why the hell does the date of my reply state that it was posted 4-9-07? Anyway, I was wondering if anyone has visited recently, if the thread is still alive, and now I'm wondering what date this was "Actually" created?!?!
g0dZpr1z0n3r said:
Why the hell does the date of my reply state that it was posted 4-9-07?
Click to expand...
Click to collapse
4 September 2007. Not all countries use the US date convention of putting the month first.
Try www.pxdxa.com for free cracked software!
You just have to register an thats it! Enjoy
@ Viktorx, Thanks for the link, however I believe the mods on here frown on posting warez links.
@g0dZpr1z0n3r WOW, That list is amazing, thank you. I wish there was a way for members to rate other members on this board you would get a huge "+" from me for that. (I am on another board where there is a member rating system and members can give a member a plus if they help them, or a negative if they see someone being nasty for no reason)
@ Everyone else. Thank you for all the other links, I am spending lots of time browsing the places. This site is a wonderful resource.
Now some specific apps I am looking for.
Net Stumbler, its a program to scan for wireless access points.
A better dialer and call log app. I find the one that is built into the phone with Black Satin to be way to clumsy to use. I hate the fact that if I call the same number 4 times in a row, it shows that same number 4 times in the call log rather than just keeping the same number once at the top of the list. I would prefer it kept say the last 10 or 20 numbers I called in a row without repeating some of them.
Capt Fiero said:
Now some specific apps I am looking for.
Net Stumbler, its a program to scan for wireless access points.
Click to expand...
Click to collapse
Thx 4 the ups Capt.! I appreciate it! Umm...NetStumbler has its own SITE (click on the download tab). I'm not sure if you were looking for NetStumbler or MiniStumbler NetStumbler is for PCs and MiniStumbler is for SOME PPCs. Breathe eazy though homie, the program "works on most (but not all) Hermes...chipsets" . Good luck w/ that. Let us know how it works out.
Follow THIS site for all ur dialer needs. I'm not sure it will help ur "call log" issues though. Can't help you there fam. Good Luck!
1
Use WiFiFoFum instead of NetStumbler.
Ya the first program I tried was Ministumbler and it won't work on my Hermes (HTC Tytn) So I installed the WiFiFoFum and it worked perfect right out of the box. Thanks for all the suggestions guys.
MiniStumbler is a Negative
Tried MiniStumbler on my ATT branded 8525 (factory ROM) and it does not work. Connected to Wi-Fi and nothing shows up in the App.
@Capt: Find anything useful at zombienexus?
g0dZpr1z0n3r said:
Tried MiniStumbler on my ATT branded 8525 (factory ROM) and it does not work. Connected to Wi-Fi and nothing shows up in the App.
@Capt: Find anything useful at zombienexus?
Click to expand...
Click to collapse
To be honest I have not had time to really read through the page, I did a quick browse around and at first glance there does not seem to be exactly what I am looking for, however I need to read through the site to really see what is there.
Capt Fiero said:
To be honest I have not had time to really read through the page, I did a quick browse around and at first glance there does not seem to be exactly what I am looking for, however I need to read through the site to really see what is there.
Click to expand...
Click to collapse
I don't really think there's an app that exists for the type of setup you want. I personally like that the call log lists every time that you called each #. If I'm not mistaken, WM6 approaches this situation quite differently. I'm not sure which ROM you're running, but you might wanna check that out. I didn't run WM6 long enough to remember exactly, but i found this on modernnomads pertaining to that feature:
"A major improvement is that the history belonging to a number can be retrieved. By pressing the number in the call-log you can get an overview of all calls to that number. THis is a great way to identify when you called a certain person. This information is also partially included in the contact: you will see when you last called a certain person. Unfortunatly there is no way of finding all calls to a specific contact, so you do have to remember which number you used to contact a specific person."
The article is HERE. It's a quite detailed article outlining the key features of WM6
Actually you only have to remember the number if its not saved in your contact list. All call history is saved to the contact. If I go into contacts and select a specific person I can see all the calls to that person time, date, and duration. I think WM6 is great what made you decide to remove it?
why i removed wm6
i had to remove my wm6 rom because im running vista home premium w/ mobile device center and only the black rom allowed me to sync and it wasnt my favorite. other wm6 roms wouldnt sync w/ my laptop. i would either have to sacrifice a not so favorite rom and be able to sync or use my favorite wm6 rom and not be able to sync. i decided to go back to wm5 until the official at&t wm6 rom was released. supposed to be out oct.5. dont get me wrong tho...i love wm6. each rom i flashed had pros and cons, but the pros of wm6 outweigh the cons. cant wait to get it back!
any sim games out there

[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!

microsoft office access moblie

hi can someone point a place to download microsoft access mobile
thx
Access
If you are talking of the Access Database, then I am afraid you are out of luck, as MS stopped support for Access on the PDA in WM5 (if memory serves me correctly, may have been earlier).
What you will need to do is to go to a 3rd party database that will translate and synch with your existing MS Access databases. Personally I use SprintProDB, but there are many others.
Again, you need to be aware of the synch issues as well as usability, so I would strongly recommend going for the trial and field testing the voracity of each developers claims to functionality and synchronisation. FYI, Sprint Pro is at: http://www.kaione.com/
It's dang expensive but haven't seen many other options. I'm a teacher and just need it to keep grade book primarily. there's a program called Gradebook for oh my - 400$! about same as SprinDB wish they'd be reasonable atleast Someone needs to develop something openSource
Psyberd said:
It's dang expensive but haven't seen many other options. I'm a teacher and just need it to keep grade book primarily. there's a program called Gradebook for oh my - 400$! about same as SprinDB wish they'd be reasonable atleast Someone needs to develop something openSource
Click to expand...
Click to collapse
Truly, nobody says dang unless they are on US TV! As to the expense, I am pretty sure you will find SprintPro is not that expensive, its only around 30-40 not 400, so suck it up, pay the man for the work done and see if you can set this as a task for your students to complete as a project.
simple spread sheet in excell?
SQL Server CE 3.5 Works well on WM 6 by the way. Its great as a database and also comes with the Desktop like Query Analyzer.
single word, SQLite

[APP] Barcode Scanning Application

Hello all,
I was hoping you could take a moment and provide some feedback on a software project that myself and a group of others created for a business module we are taking.
The idea is a simple (and certainly not unique!!) one.
1. Take Picture of Barcode
2. Decode
3. Get Amazon results for that barcode
The software (attached) has been thrown together just to demo the concept. It uses a web service to do the decoding which makes it pretty slow, it is not production quality software, it is just for testing the concept.
If you have a second and give it a go, please take a second and answer the following:
1. Did it work?
2. Would you use it? (If not, why not)
If you don't feel like downloading it, it would be great if you could take a second and reply saying why you don't want to, e.g. "I just don't think I would find it useful.."
Thanks,
Scott
P.S. Sorry if this is not the correct place on the foum to post this, but it seemed the most appropriate.
P.P.S. I tired to attach the source to this as I am not sure how to create a cab and so this might not run correctly on peoples phones that have not run .NET apps before, but the attach page kept timing out...
Great stuff!!!
I have not downloaded the app.
Here's why:
There are other FREE barcaode apps out there that do the same but query more than one system.
Suggestion
Expand your query to other database
Market your product by telling what's different from the others
Will try this...I'll give some feedbacks after few days...cheers
Definetly going to try this out. Thanks for posting, and ill report back also, after some testing. Thanks again.
dschoenike
Cheers for the feedback. Just a word of warning, this is a really really REALLY rough prototype.
@tricsio: Thanks for the feedback, this is exactly the sort of feedback we were looking. Our plans to expand this are:
1. Do image recognition on the device to remove need for sending big files
2. Instead of querying amazon directly with barcode as we do now, send it through an intermediate webservice that we control, which will search multiple sites and return this list back to the device.
3. We also considered things like integrating it with our University's library system to check if a book is available, on loan, the shelfmark etc.
@admins that may read this, I didn't notice the sticky before posting, I am going to read it now and edt the post if it violates any of the rules, sorry about that.

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