[APP] Wear IP Cam Viewer - Wear OS Software and Hacking General

I've just finished my new Wear IP Camera Viewer app - find it here:
https://play.google.com/store/apps/details?id=com.barkside.ipcam
With it you can view snapshots of your favourite public cameras, or your personal (security/baby-monitor/bird-cam) cameras, right on your Wear Watch. Other features include the ability to tap on a snapshot, and then pinch/double-tap to zoom. Also refresh a particular camera image from your watch. It works for MJPEG streams and JPEG snapshots only at the moment.
It is early days, so please let me know any issues.
Also, it is free (donations can be made within the app - if you get on well with it that is!)
Also again, if I type "Android wear IP Cam viewer" in Google Play, loads of non Android Wear IP cam apps come up - regular peeps aren't going to easily find my app! Any ideas?
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Put it in the Wear store.
I can't get my watch to refresh or change cams.
Moto 360

App updated with some fixes. Enjoy!
Sent from my HTC One S using XDA Free mobile app

it cant seem to find my foscam, easyn, or linksys cameras? and im def using the right settings from the cameras does the file path part need to be filled in?

Oh dear that doesn't sound very good. So you can either fill out the various boxes with ip/host, Port, path, etc or you use the manual setting to manually type (or paste) the full url. Are you testing from the phone first to ensure it is correct. Do the demo cameras work?
Sent from my HTC One S using XDA Free mobile app

barkside said:
Are you testing from the phone first to ensure it is correct. Do the demo cameras work?
Click to expand...
Click to collapse
Testing from phone first and it keeps saying failed to get frame grab. I am using the same credentials as my app that i have that views all my cams. I'll try to get the full url and try that later to see if that works.
Thanks.

good apps

barkside, great app!! i set it up to work with my foscam (a very popular webcam) so i'm going to post the details below to help others out and maybe some others can provide some input as well.
Foscam FI9821W V2 Cam on my LG G
The image above is a JPEG snapshot, but one that refreshes whenever I launch the webcam app on my watch.
Step 1 Purchase Foscam and setup on your local WiFi (not going into all the instructions, but basically its little more than giving your camera its on own IP address internally so you can see it on your local network.
Step 2 Launch the local URL, go to the your "settings" tab using IE, Firefox or Chrome and under "network" select the "port" option. Note the HTTP port, the only one you're interested in. Change it to something you like such as 8090 or 8095 or whatever and hit "save".
Step 3 Go to "basic settings", then "user accounts" and go ahead & create a "visitor" level user. You don't need or want your default admin account being the one you plug into the URL you'll ultimately put into your watch.
Step 4 Now that you have your visitor/user account, you just need to set up your virtual server/port forwarding for the IP address of your camera. Depending on the router, these settings are typically under "WAN" or "Virtual Servers" or "Port Forwarding". Its a very common feature that every router will have.
Step 5 After you've located your Virtual Server page, simply add a new "virtual server" and key in your IP cam's *LOCAL* web address. This is the same one you see at the top of your browser window in Step 3 above. Typically something like 192.168.2.210 or something. Add this IP address to the table along with the port you setup in Step 2 (8095 or whatever) and select "TCP" as the type.
Step 6You're almost done. Now you're ready to test the access to your camera on the web outside of your local WiFi. Make sure you have the NAME and PASSWORD handy for the visitor account you created.
You can do this one of 2 ways:
>> If using IP address (I don't recommend) do a 'whatismyip.com' lookup and get your 'outside facing' IP address.
>> If using a dynamic DNS (strongly recommended..i won't go into how to do this, but you should do this anyway when you set up your router) use that.
Here's an example of each type you'd want to type into your browser window VERY CAREFULLY
blah.freedomain.com = your DDNS or IP address
8095 = whatever port you are forwarding
blah = your visitor username
blah2 = your visitor password
Code:
http://blah.freedomain.com:8095/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=blah&pwd=blah2
or
Code:
http://68.43.55.698:8095/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=blah&pwd=blah2
Step 7 If you can see your webcam image in your browser window you're done! All you need to do now is to open Wear IP Cam on your phone and paste that in.
Step 8 Hit refresh on your watch and you will be able to see the updated web image on your watch each time!
Caveats
This works for the 19821W V2 and the CGI scripting language is slightly different for different foscam models. You might need to browse the Foscam site to see if the CGI code is. I can help out if needed but its really just getting the syntax down. NOTE the user is 'usr' in the code above. I was pulling my hair out for awhile because the older CGI script used 'user' and I kept misspelling it.
I haven't gotten the MJPEG working at all..in any browser. I get a broken image regardless of whether I'm internal or external. However the correct CGI to use for that (if you have better luck than me) is:
NOTE That the author says the end result is the same for MJPEG and JPEG; just a snapshot so there's no need to explore the MJPG option further unless you just want to play with it.
Example
Code:
http://blah.mydomain.com:8095/cgi-bin/CGIStream.cgi?cmd=GetMJStream&usr=blah&pwd=blah2
Of course you'll have to replace the DOMAIN, PORT, USERNAME and PASSWORD with your credentials.
Let me know if you have any questions!

nyvram1 said:
I'll update this guide if/once I've figured out why I can't get that secondary stream working correctly.
Click to expand...
Click to collapse
Great guide! Just to avoid confusion, can I reiterate that it will only ever work for snapshots of mjpeg streams, not the video stream itself. So it ends up being the same as jpeg.
Sent from my Nexus 4 using XDA Free mobile app

oh ok. That actually helps. I'll just stick with this version of it then. I wasn't sure if I was missing something by not seeing the MJPEG flavor. If there's no difference I probably won't pursue getting that working.
Thanks!

After playing with this a couple days, I think what would really make it nicer is to have the option to zoom..i guess 'pinch' zoom controls dont work on a watch touchscreen, so maybe a double tap will zoom the image and you can then move it around and another double tap to zoom back out.
that would be helpful as I can't make out the timestamp in my webcam image and i'd like to know its pulling a current snapshot.
Other than that, I think the app is great for what it is does.
Nice job!

nyvram1 said:
After playing with this a couple days, I think what would really make it nicer is to have the option to zoom..i guess 'pinch' zoom controls dont work on a watch touchscreen, so maybe a double tap will zoom the image and you can then move it around and another double tap to zoom back out.
Click to expand...
Click to collapse
This is supported already. Tap on a snapshot once which opens the zoom window. Now pinch zoom and double tap zoom will work (to a point). Long press to exit.

Really? Well dang I guess I should read the instructions.. off to try this now

So...
I have everything working fine ON MY TABLET for a Foscam FL8910W PTZ @ 640x480...
How in the world do I get the app to show up on my Moto 360 now?
I have every other app working well, but this one doesn't seem to sync when resyncing all apps
Any help would be appreciated!

There is nothing special with this app. I suppose you've tried the unoriginal restarting your tablet and your watch? Otherwise the only other thing is uninstalling and reinstalling the app?

barkside said:
There is nothing special with this app. I suppose you've tried the unoriginal restarting your tablet and your watch? Otherwise the only other thing is uninstalling and reinstalling the app?
Click to expand...
Click to collapse
Uninstall and reinstall just did the trick
I would mention that refreshing the image would be nice - maybe a 5/10/15/30/60 second option in setup? That would be SPANK!
Let me know what you think, otherwise, I'll report it working well with Foscam!

Glad that worked for you. Yes auto refresh would be nice. I didn't want to complicate it too much to begin with...

Nice app. Donation submitted. I also would like to vote for an auto-refresh enhancement. I think that would make the app perfect if it had that feature.

thanks

Related

*TrackMe* GPS/CellID Tracking tool for Google Earth & Google Maps

DOWNLOAD
Click here to download the latest version
REQUIREMENTS
Devices running Windows Mobile 5 or 6 for Pocket PC or Smartphones
Microsoft Compact Framework 3.5 Download from here
SQL Server Mobile 3.5 Download from here
ICON SETS
Just unzip it and copy files to the Icons folder.
Classic
Modern
FAQ
Click here to see the FAQ
DOCUMENTATION AND QUICK START GUIDE
Tutorial
HOW TO USE YOUR OWN SERVER
Click here for instructions
CUSTOM WEB VIEWER DEVELOPMENT AND USER PLUGINS
Click here to visit the thread
RELEASE HISTORY
Click here to check the Release History
DESCRIPTION
Hi all,
I have been trying for a while to find some GPS/CellID tracking programs that work fine but most of them are buggy and not very accurate. That's why I decided to write my own!
Features:
- Ability to generate KML and GPX files that can be opened with any tool that supports that type of file.
- Realtime tracking with Google Earth or Google Maps.
- You can create and manage your own trips
- No internet connection is needed when using TrackMe (Offline mode)
- Ability to display your current position on your PDA
- Geofence with SMS and email notifications
- You can send your current position by email or sms to other person
- Ability to upload pictures. TrackMe will extract the GPS information/Creation date (if any)
from the pictures and it will match it with your existing GPS data
- Search for closest user based on your last uploaded position
- GPS powersave mode available
- You can use your own server instead of my free server
- Stealth mode
- You can force updates with your own custom icon and comments.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Google Earth:
Google Maps:
Web browser viewer
By pammetje, mcross and jcleek
Please visit this thread to see other viewers
If you guys are interested in this program I will keep it updated, otherwise this will be probably one of the last versions!
Please leave your comments, suggestions and ideas here.
Have fun!
Regards
You can Donate if you like my tools. That's always a good motivation for future developments!! Thanks a lot!
that's pretty dope! Where does it upload the data to? Any chance of sharing the source code and people could add to it? maybe open source it?
Thanks kireol.
Right now it's uploading the information to the mysql database that I have with my web hosting.
Regarding the source code... I think it could be a good idea. Maybe once the program is completely stable I may do it. Thanks for your suggestion.
for sure man, you did a great job! And I for one would love to get involved. I was a programmer at Ford for 15 years(C++/PHP/Perl/Java) until those jobs went to India and forced me to throw away my college degree. I've been dieing to get back into programming (5 years now). This last weekend I snagged MS visual studio .net and the wm6 sdk and started compiling. This might b a good transition for me to get back into thinking that way, if you decide you'd like to OS it that is
Great tool!!!
Just one question, how do we create an account?
Thanks
Iskatar
Congrats,
Very nice stuff!!!
Regards,
Taguapire.
ishkatar said:
Great tool!!!
Just one question, how do we create an account?
Thanks
Iskatar
Click to expand...
Click to collapse
Thanks ishkatar.
You just need to go to Config, and enter there a username and password.
The account is created automatically as soon as you start uploading GPS data.
If for any reason the username already exists or there is any other error, you will be notified.
We always approve such moves!!!! Go on and keep up the good work!!!
Very cool.
Maybe you could release the table structure and a way for people to host their own data...like a personal web app.
staryon said:
Thanks ishkatar.
You just need to go to Config, and enter there a username and password.
The account is created automatically as soon as you start uploading GPS data.
If for any reason the username already exists or there is any other error, you will be notified.
Click to expand...
Click to collapse
Wow ... works perfectly!!! I just did a test walk around my office and it mapped it perfectly!!! Good work Staryon. I'm really eager to see how you did it.
Thanks a lot for all your comments. That really encourages me to keep updating the software.
laakness, at this moment the data is inserted into the mysql tables by using HTTP calls. My website gets the HTTP call and depending on the command it will do the specified task. That means that what you mention it would work if they have a website with PHP and a mysql database. A nice feature that I could add in the future is to make the inserts directly to the database instead of using HTTP calls.
However this is something that may not work for many web hostings because they usually don't allow access to mysql from external applications (which is my case by the way)
For the KML files (Google Earth's files) I used a structure that I liked in one of the tools that I found that does something similar to this. I made some modifications though.
I edited my previous post. Obviously where I said URL calls I meant HTTP calls.
Sorry for the confusion!
I have not yet installed it but it looks really cool from the screen shots. I have been using 3DTracking (free) but it is not without its problems and does not look as comprehensive as this. Does it carry on logging position after you power-down (standby) the Kaiser? 3DTracking does and its a real pain as it means you have to keep the screen on all the time!!
Thanks for the info.
I actually do host my own site using PHP/Apache/Mysql which is why I was asking
XDAII said:
I have not yet installed it but it looks really cool from the screen shots. I have been using 3DTracking (free) but it is not without its problems and does not look as comprehensive as this. Does it carry on logging position after you power-down (standby) the Kaiser? 3DTracking does and its a real pain as it means you have to keep the screen on all the time!!
Click to expand...
Click to collapse
This app lets you shut the screen off which is great. This app also alows you to set your upload and update intervals. They are great and needed options.
laakness said:
Thanks for the info.
I actually do host my own site using PHP/Apache/Mysql which is why I was asking
Click to expand...
Click to collapse
Very good. In that case I can provide everything that you need to use your website.
However, I will have to make it some changes in my code because at this moment the HTTP calls are hardcoded to my website. Once I have this done I will post it here.
staryon said:
Very good. In that case I can provide everything that you need to use your website.
However, I will have to make it some changes in my code because at this moment the HTTP calls are hardcoded to my website. Once I have this done I will post it here.
Click to expand...
Click to collapse
Very cool, thanks a lot. Your work is much appreciated.
Re: Announcing *TrackMe 1.0.0* GPS Tracking tool with Google Earth
Very cool indeed…
We must be neighbors of a sort. I work in Herndon (Worldgate) and was pretty surprised to a bird’s eye view of my office. Hope you aren’t getting stuck doing that toll road shuffle for an am commute – lol.
I installed it on my Wing, but it is not responding.
first error I got. unable to open port 4
I changed to port 1 and what I get is - waiting for gps respond.
not working for me.
Do I have to be outside the house for this or online?
apbtlvr said:
Very cool indeed…
We must be neighbors of a sort. I work in Herndon (Worldgate) and was pretty surprised to a bird’s eye view of my office. Hope you aren’t getting stuck doing that toll road shuffle for an am commute – lol.
Click to expand...
Click to collapse
lol... don't tell me. That toll road has become a nightmare every day and it's getting worse and worse...

[APP] WMx - Your game console buddy

Ok.
I am closing in on an imaginary target release for this app. I keep saying it's coming... and it doesn't.
The app is 90% complete, maybe more, but i have been drag-assing. I dont have a XboX, or a job. But I have made a cardboard box that looks like XBox so i can play. I play picture in brain so now i am good gamer.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Will be do:
XBoX live buddy list manager
Online alarms
Score alarms
New Game alarm
View you and your buddies scores and rewards.
Twitter/AIM/Facebook your scores/status...
Quick SMS yer bud.
That is stage 1.
Stage 2 adds Playstation Buds.
I think 3 is WoW.
4 WII? Not sure that one is doable.
I hesitate to mention stage 5 of EVE online buddys.
Did I miss another network? Lemme know.
Bear with me while I finish up a gooder release of the CycHowdy Messenger, cause that is worth do.
If you comment on my pre post english before I finish posting I will walk over to your desk and press your keys.
Type Long and Prosper
XBoX capacity Goes Here
Playstation Network goes here...
Argue for Stage 3
Stage 4...
I guess i could look at the other current MMORPG and scout for victims.
At this point i bet this app is crazy cool or obsolete.
but stranger things have happened...
awesome... anxiously waiting
Name the Baby
Hi.
So I am picking up where I paused.
I am going to work on the buddy list storeage now. So we can add/remove buddys from our list.
I already got the import from WMLive app if anybody is using that.
I am putting out the call for testers and a web person to make the html part. If you like XBoX and want to "make the magic happen", please let me know.
Also I need a ini file from Amnaya Xbox app and the Buddy Alarm app if i am to make the import function for them as well... I guess I should make an export/sync option too so this app can manage any buddy list synchronizations between all the xbox apps.
I should have the XBoX tool ready shortly so we can all make feature requests...
And we need a name for this thing. Keep in mind that while XBox will have the most features we can access, this app will move on to Playstation Network next. So words like Buddy, Console, and Notifier are keywords.
So Battlefield Heroes can get player info from a id#...
http://www.battlefieldheroes.com/heroes/195095890
So can Team fortress 2...
awesome cant wait
sloppy-face
ok.
so i was hoping to use KVV HtmlToday to display info, but i can't seem to get the url working locally. No big deal. I am still messing with it but doesnt seem to be happenin.
I will code up the IE loading process and send it on out to the bunch of people who wanted to try it.
I wonder who is running what today screen?
WM6 titanium panels are going to be the most interesting.
rain
Hi.
So I am working on the console app. Seems to work pretty good on the first test. IE pops open and zoop its gone.
The irony is i cant get activesync to connect. gotta find the IE cache and copy it to my storage card and then zip it up so i can get a good look at it.
then zoom i will have data.
I had to write the bluetooth sync Utility into my Mortifier app so i could update scripts.
OK.
Where was I?
I am working on this as we speak.
I am wondering about IE running in the background?
more soon.
Ok.
Here's the core of WmX.
XboX works completely.
PSN network is a few hurdles away from being ready.
I have questions.
Hurdle 1. My internet explorer will actually close if its in the background. Before it has downloaded the whole PSN page. Yet IE will sit in the foreground no problem
Two options: CBrunner.exe which works great to minimize IE, or just open IE with Mortscript and then switch to the today page. This should also work great, except for IE irregularities on the phone i am using with wm653.
It may be that only my phone's IE closes early. If you try it, whether through my app or on your own, if IE sits in the background and loads PSN no problem, then I can push forward.
I may wrestle with this some more this weekend.
Hurdle 2. If you had the PSN data what would you like to do wit it?
If you have titanium, a plugin could be made with the graphics and data from the web site. thats what i was going for.
this data could also be incorporated into a theme for mobile shell3 or iphonetoday or whatnot.
At some point i may pick up the xbox part and incorporate it into my StatusTicker app just for s&giggles.
If anyone wants to pick up the titanium plugin, let me know and i will help.
Hurdle 3. If we can get a KVV HtmlToday plugin that can show a web page from a local directory on the phone, we can have a WmX today plugin. I have asked the author if it is possible, but he may never respond... I know the @ sign has something to do with grabbing a file locally, but when i try @\Storage Card\WmX\Web\MyConsole.hml it doesnt work.
Enclosed is a complete directory of the XboX.mscr script, which does both, XBoX and PSN, you can just switch back and forth.
Also are the IE Cache files.
howdykeith said:
Ok.
Hudle 3. If we can get a KVV HtmlToday plugin that can show a web page from a local directory on the phone, we can have a WmX today plugin. I have asked the author if it is possible, but he may never respond... I know the @ sign has something to do with grabbing a file locally, but when i try @\Storage Card\WmX\Web\MyConsole.hml it doesnt work.
Click to expand...
Click to collapse
try file://\Storage Card\WmX\Web\MyConsole.hml
!!!
Wowee.
Thanks much.
I will try that!
KVV Html Today
Well whattaya know,
The today plugin works great with local html. Thanks much.
Let me just say what a big fan I am of KVV's work, not just his html today plugin, but darn near every one of his softwares is also excellent.
Here is a link to his site. (Google translate works great).
Well now that that hurdle is removed, I will press on and get the xbox Today panel fleshed out.
If people report that they dont have the same issues with IE closing prematurely, then the PSN part will proceed as well. I can mock it up using the cache files right now. Once you can see it in action you can tell me how much more effort to place in the Today page.
Thanks to KVV.
cant waitttt
Yeah this does sound like its gonna be pretty interesting. I have been looking for a way to monitor my XBL acct. I came from the iphone to the HD2. So dont let me down heh.
Hi.
So here is a better test version to mess with.
Most stuff works sorta, but this test is for PSN and running Internet Explorer to grab datas.
So if u view your PSN stats u can begin testing.
(Should say PSN actually)
If u want to test the non background version, run the no-cbr.mscr
if it seems stuck, run the wmxkill.mscr and u can test anew.
Next i will tidy up the xbox output and set it to work with kvv Today plugin.
Of course u can mess with the XboX buddy menus by switching to XboX from the Menu.
This version leaves all the debug stuff out and PSN isn't prematurely Exit'ed.

[APP][WM6] alpha v2 - Tube8 viewer --- uses XBMC plugins with PythonCE!

WARNING! THIS IS STILL IN ALPHA STAGES... (v0.2.1a)
And that's because I don't mean it to be a Tube8/porn viewer. It's going to be a video viewer for all types of websites. So until I get to that stage, alpha!
However, it's fully-functioning in the sense that you should be able to get to any movie on Tube8. There are some bugs... I'll list the ones I know below. You MUST follow the steps below to get this working.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
(wow, took a while before I found a kind-of-work-safe image... but you saw Tube8 in the header, you should know better)
STEP 1
This uses PYTHON! You must have PythonCE installed for this to work. I'll explain why in a second, but the link for pythonCE is here..
Get PythonCE
STEP 2
Install the CAB file below. (I'm crossing my fingers that it works ok.)
STEP 3
Copy the THREE .pyw files in the attached zip file to the /Program Files/Python25/Lib folder. (Unzip them!) These are crucial! (Some unzip programs will capitalize the file names. CHANGE THEM BACK to all lowercase if this happens. Python is case-sensitive and it's looking for these files with lower-case names.)
STEP 4
Have a video player set to open M3U files by default. I KNOW this works with CorePlayer. I'm not certain it works with TCPMP (maybe mine sucks ) For CorePlayer, it's not enough to just install it. You need to go into Tools->Settings... then select the page for Associations and check M3U.
One thing you WILL notice is that not all videos will play in CorePlayer. I can't figure out the reason, but some of the videos are encoded in VP6 (FLV4) and Coreplayer can't read them. However, a good two thirds of the videos do work... just keep trying.
OK, maybe you noticed that these python files are named XBMC. Well, my intention is to get most (or all) of the plugins that work for XBMC to work for my app which I think I'm going to name 2Kinetic - Mobile Video Viewer. So far, it should work with the Tube8 plugin. I did not write this plugin, and I would not normally package it with this app, but I'm still in testing mode so... hopefully I haven't stepped on anyone's toes.
You'll notice that PythonCE is a little slow... well, it is not super fast, but I think you'll be able to live with it if we can get everything else that XBMC does working on Windows Mobile. Besides, if PythonCE turns out to be incredibly useful on the WM platform, maybe someone will take it up again and put out a better (newer version).
Known bugs:
-Back button doesn't do what it should always
-If net connection is down, the program will crash
-Images don't show up on the initial screen unless you scroll down, then back up... or you wait until it finishes loading.
-Many more i'm sure...
To Do:
-Write a new class for displaying images and text... i'm currently using listview (small icons). This will let me display more data (vid length) and fix the image loading behavior.
-Speed everything up
-See if TCPMP will open HTTP addresses as streams from an *.M3U file (how 2Kinetic currently works)
-Make a nicer search page (the default one is ugly and not convenient at all)
Future:
-Get more plugins from XBMC to work
-Get a better overall video player to work flawlessly (maybe TCPMP)
-Get RTMP support worked into the program (on the way )
Good idea, thanks.
I've seen your post on WVD's thread. Maybe you're app could enable to the user to fix some html or others to make the app reworking when video-websites have changed. No?
I hope your app will be a "better and working" wvd soon.
If you need help, but only for a translation in french, i can help you.
zinconnu said:
Good idea, thanks.
I've seen your post on WVD's thread. Maybe you're app could enable to the user to fix some html or others to make the app reworking when video-websites have changed. No?
Click to expand...
Click to collapse
I've got some ideas for that... like using an XML file containing regex expressions that will auto-update via web (or by hand). I really wanted to mimic how XBMC does it, but XBMC uses python and pythonCE is not perfect yet. I'm still thinking about it.
I hope your app will be a "better and working" wvd soon.
If you need help, but only for a translation in french, i can help you.
Click to expand...
Click to collapse
I speak French... but I don't know any technical French so maybe I'll ask for help
Ok, good idea. Do you think that in future your app may enable some "plugins" ? For exemple a dev' create a plugin (xml file) for a website like youtube, we put it in a folder, and it works. It's a good idea, to my mind.
(you speak french? Wow. )
dommage il crash sur diamond bsb 6.5.3
mancukya said:
dommage il crash sur diamond bsb 6.5.3
Click to expand...
Click to collapse
In english please.
How does it crash? Do you have an error message/log?
Just so everyone knows... it will crash if there's no internet connection. It will also crash if tube8.com is unreachable. There is absolutely no error-handling in the program at all. There is no log file either.
I was hoping that someone would say, "Yes it works for me on GPRS."
I'll keep working on it anyways.
If you are having trouble saying what you want to say inEnglish, french is ok since I can understand you, but we all prefer english normally so that everyone can understand
BTW - YOU MUST HAVE NET CF 3.5 INSTALLED FOR IT TO WORK. I think most new roms come with it, so this shouldn't be a big issue, but just in case.
It worked great for me,I have the Sprint Touch Pro2 using stock ROM,no problem at all,thanks for your great work.
Were you using WiFi at the time or were you using the Sprint Network?
makku12 said:
Were you using WiFi at the time or were you using the Sprint Network?
Click to expand...
Click to collapse
Both worked great.
DIAM500
Telus
It crashes for me, I believe its because its trying to save the file to "storage card" but as you may or may not no the DIAM500 only has internal memory no SD slot. Other wise it loaded fine and showed all the previews.
I've forgotten to say it, but it works for me too.
I use an acer tempo x960, with wifi.
For me it crashes when I press flv... If this app tries to save to the storage card that may be the issue in my case (maybe it's a regional or unicode issue... since in my localization the storage card folder is named "Cartão de memória".
PS: If you're going to add more sites I leave the same suggestion as I did for WVD: make your app scriptable in a similar way to PSP Tube (and its mods... here and here are some scripts that may help making the addition of some sites faster). In the long run this would require less (official) updates.
frmariam said:
For me it crashes when I press flv... If this app tries to save to the storage card that may be the issue in my case (maybe it's a regional or unicode issue... since in my localization the storage card folder is named "Cartão de memória".
PS: If you're going to add more sites I leave the same suggestion as I did for WVD: make your app scriptable in a similar way to PSP Tube (and its mods... here and here are some scripts that may help making the addition of some sites faster). In the long run this would require less (official) updates.
Click to expand...
Click to collapse
Yeah, it's hardcoded to go to "/storage card/" so it will crash if it's in another language or not there. Well, this was just a test to make sure those sites aren't doing anything other than checking the HTTP Headers for mobile devices.
As for scripting... I did not know that PSP Tube existed. I'll look into those... I was definitely going for a scripted version that others can contribute to since I don't want to be the one to fix it each time a site changes their format.
I'm still working on it...
And thanks for all the responses so far.
makku12 said:
I was definitely going for a scripted version that others can contribute to since I don't want to be the one to fix it each time a site changes their format.
I'm still working on it...
Click to expand...
Click to collapse
Good luck, i can't wait to test new version.
Good to know. Will keep an eye on development.
hey buddy, nice to see this.
i'm working on a similar app for android and started with tube8 too, cause it has easy accecable videos. Maybe we can share information how to extract the video infos.
I try to make my app pluginbased so that it is easy in the future to add new sites. I'm a android beginner (without my own device) so it takes some time.. but tube 8 works quit good at the moment.
P.S.: For android devices its important that the site has mp4 support so the sitesupport is very limited on android at the moment.
sxe: PM'd you...
Failed on GPRS when I clicked FLV...
WebException - Could not establish connection to network
I think I have everything working except for the Search function and the back button...
But the behavior so far:
1. You're presented with a series of menus
2. If you select Categories, it will show you a series of categories.
3. Otherwise, it will show you a list of videos with name and thumbnail.
4. Doubletap the video and it will open CorePlayer automatically and stream it. I had no slowdowns at all like I used to get with WVD and TCPMP (although I think that was TCPMP's fault and not WVD).
Ok, now all I have to do is fix the Search and Back buttons... then learn how to package this whole thing into a CAB file and I'll upload it for testing
Edit: Oh, and I need to put in a lot of error handling so that you guys can tell me what it says when there's an error

[App]WebCamera Plus 2.1.1

WebCamera Plus 2.1.1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Minimum requirements:
Windows XP/2000 PC ActiveSync or other data connection program.
features
Transforms your PDA or Smartphone to high-resolution web-camera.
- Use your PDA/Smartphone as microphone!
Even through Wi-Fi!
- FTP-Camera feature. Transmit pictures directly from device on your FTP server.
- You and your friend can see in any browser what picture transmit FTP-camera in real time from any place.
- Can work through any connection: USB ActiveSync, Wi-Fi, Bluetooth, GPRS, 3G, LAN, WiMAX.
- Compatible with almost all modern Smartphones and PDAs (Windows Mobile 6.5 included!).
- Can be used as web-camera in many programs: Skype, MSN Messager, Yahoo Messager, ICQ, Virtual Dub and many others.
- Can capture device screen and transmit video to Desktop PC.
- WebCamera Plus support 19 languages.
- Bugs fixed
video
Download​
it is worth to try, bause i am working with a lot of IPcam stuff for hospitals on child stations. Will report back here.
I was looking for something like this a while back, will give it a try as it should save taking a web-cam away on business.
Will try out and let you know. First thing, would prefer cab install option if possible I know there are client drivers needed for windows side too I guess).
Noticed that the video overlay for the camera does not go when the program is closed. So far I've not been able to connect, but this is probably due to my network config at the moment (so will retry later).
I remember using this looong ago when I had my HTC Mogul... those were the days
how do i connect this to my server? i have set the ip adress and it cannot connect
evilcuber said:
how do i connect this to my server? i have set the ip adress and it cannot connect
Click to expand...
Click to collapse
I think you connect via the webcam driver settings. i.e. VLC
Media -> Open Capture Device
Select Video device name - it should be in the list
Configure - Will open if the device is present and you should be able to press connect. You might see it pop up a message on your device when you do (too quick to read - i guess connecting etc).
Hopefully you'll get the images coming through (I get coloured striped display but that is probably due to the network I'm currently on has proxies etc).
I tried to use it on my HTC HD2 running Artemis 58 with radio 2.15......
I cannot seem to connect it to my computer via WiFi. What am I doing wrong?
Thanks in advance for the help.
meltwater said:
I think you connect via the webcam driver settings. i.e. VLC
Media -> Open Capture Device
Select Video device name - it should be in the list
Configure - Will open if the device is present and you should be able to press connect. You might see it pop up a message on your device when you do (too quick to read - i guess connecting etc).
Hopefully you'll get the images coming through (I get coloured striped display but that is probably due to the network I'm currently on has proxies etc).
Click to expand...
Click to collapse
i get a coloured striped dispaly too. how can i get rid of this. also on my phone it cannont connect
evilcuber said:
i get a coloured striped dispaly too. how can i get rid of this. also on my phone it cannont connect
Click to expand...
Click to collapse
Yeah still get the test card, even on a standard network setup. Will have a try with some other programs and let you know if I succeed.
Tried it on HTC-HD2
Hi,
Have tried this on my HTC-HD2 and it say register to use free period is over.
Any other solution?
Cheers!
Is this the same as this?
http://www.ateksoft.com/webcamplus.html
I've had success using it previously on my Blackjack II (WinMo 6.0). And I've tried to run it on my hTc Pure (WinMo 6.5), but it keeps freezing up.
so it is now pay ware so far we can see. For this there is a special forum thread. Possible the admin can move it to there...
But there is the other solution from rc colonel - RC Camera (Link). I working with that a very long time.
mike2nl said:
so it is now pay ware so far we can see. For this there is a special forum thread. Possible the admin can move it to there...
But there is the other solution from rc colonel - RC Camera (Link). I working with that a very long time.
Click to expand...
Click to collapse
Will try the other solution, thanks for the tip! Hopefully that'll work without messing around too much.
meltwater said:
Will try the other solution, thanks for the tip! Hopefully that'll work without messing around too much.
Click to expand...
Click to collapse
I use it a very long time now for parents who's childs are in a hospital. We have installed some axis ptz cams (4x) in a hospital near my home city (~ 20 KM). We advise this to the parents for the mobile device or via a website on the PC. I have informed rccolonel some time ago to have a special version, but i think he is no longer online or busy with android. So i hope he will read this .
BTW:
in my free time i am working in a special community for this kind of stuff (paper, color pens, toys, hospital clowns, and...and...and...).
BTW 2:
follow this link and you can download the latest beta from rc camera
mike2nl said:
I use it a very long time now for parents who's childs are in a hospital. We have installed some axis ptz cams (4x) in a hospital near my home city (~ 20 KM). We advise this to the parents for the mobile device or via a website on the PC. I have informed rccolonel some time ago to have a special version, but i think he is no longer online or busy with android. So i hope he will read this .
BTW:
in my free time i am working in a special community for this kind of stuff (paper, color pens, toys, hospital clowns, and...and...and...).
BTW 2:
follow this link and you can download the latest beta from rc camera
Click to expand...
Click to collapse
rc-camera differs to this app since it's for using an ip-camera and the phone as a monitor, where this one attempts to use the phone's camera as the web-cam. I like the idea, but so far it doesn't work the way I've tried it (clearly it's not trivial thing to code).
BTW:
Well (to be slightly off topic here) I'll let you know if I get on with an Android app I have planned which will be suitable for children reading, might end up being of use. Can't get a better cause than that to be involved with!
cant seem to get it working
i installed the cab and that automatically installed it on my phone (omnia i900) when i open the app on my phone it displays the camera, but when i tap the "start" button it kinda freezes, the little rotating icon ippear and its like "thinking" but it never really conects, right now am using "mobiola web camera" and it does work but i dont like the output quality of it, the resolution and quality es too low, so i tought id try this put, but nope, nothing.
could i be doing something worong?... oh by the way, am using this on windows 7 x64.
Edit: aparently i got it working.
marosteeha said:
i installed the cab and that automatically installed it on my phone (omnia i900) when i open the app on my phone it displays the camera, but when i tap the "start" button it kinda freezes, the little rotating icon ippear and its like "thinking" but it never really conects, right now am using "mobiola web camera" and it does work but i dont like the output quality of it, the resolution and quality es too low, so i tought id try this put, but nope, nothing.
could i be doing something worong?... oh by the way, am using this on windows 7 x64.
Edit: aparently i got it working.
Click to expand...
Click to collapse
How did you get it working? Please let me know, I'm having a hard time with this
Download

[APP] People's Note - Evernote client

People's Note
http://www.peoplesnote.org
People's Note is a polished Windows Mobile note taking application with full-featured Evernote integration.
The app is completely free and open-source. New versions come out every week or few. Let me know what you think.
You can also add and vote up feature requests at the site.
Download version 0.41 here (last updated: 2012-05-24)
Features
Rich text note creation and editing
TODO list creation and editing
Ink and photo note creation
Optional synchronization with your Evernote account
Offline note storage
High performance and small memory footprint
Requirements
Windows Mobile 5 or 6
Resolution 240x240 or higher
Touchscreen
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This app works great man. Is there any setting to make it autosync anything you make?
I tried evernote long ago but didn't find it much use since there was no winmo app. Any tips or tricks?
wow, great app, works great on the hd2. waiting for the voice notes to be functional. some suggestions: feature to send notes through bluetooth and more color schemes
ninjabortion said:
This app works great man. Is there any setting to make it autosync anything you make?
I tried evernote long ago but didn't find it much use since there was no winmo app. Any tips or tricks?
Click to expand...
Click to collapse
There are 3 votes for autosync so far, which does not quite bring it to the top of my to-do pile, but you can help to change that.
http://peoplesnote.codeplex.com/workitem/416
Evernote has a WinMo app, but it is pretty bare-bones and has not been supported for a long time.
joshzzz2001 said:
wow, great app, works great on the hd2. waiting for the voice notes to be functional. some suggestions: feature to send notes through bluetooth and more color schemes
Click to expand...
Click to collapse
I'm not sure what you mean by sending notes through bluetooth. Would you elaborate?
Adding more colour schemes is unlikely. The app currently includes two versions of the interface, one for high-resolution displays and one for the low. With more variants of each, it could quickly become unmaintainable. I can't change the background colour programmatically either, because it is baked into the graphics. They are all dithered for 16-bit colour, and dithering is incompatible with transparency.
Don Reba said:
I'm not sure what you mean by sending notes through bluetooth. Would you elaborate?
Click to expand...
Click to collapse
It's simply you can send the notes you have to another device, say to another phone or pc, using bluetooth.
joshzzz2001 said:
It's simply you can send the notes you have to another device, say to another phone or pc, using bluetooth.
Click to expand...
Click to collapse
The thing I wonder about is what to do with the note on the receiving end. Official Evernote clients cannot properly transfer notes outside of synchronization. Exporting to HTML is possible, but would raise the question of what to do with file attachments.
Of course, if you can connect to internet through Bluetooth, then you can simply sync.
Don Reba said:
There are 3 votes for autosync so far, which does not quite bring it to the top of my to-do pile, but you can help to change that.
http://peoplesnote.codeplex.com/workitem/416
Evernote has a WinMo app, but it is pretty bare-bones and has not been supported for a long time.
Click to expand...
Click to collapse
Yeah i remember trying it out specifically because they had one, but it was terrible. Yours works great on my htc touch pro 2 though, so thanks
Perfect timing: I just started trying out Evernote this week and wasn't really keen on Evernote's own application because it's useless offline. And here comes your app and looks great.
I got one problem, though: It refuses to connect via wifi. No problem at all via 3G, but on WiFi it steadily shows "connecting".
Oh, and being able to create new tags would be a good addition.
Rjinswand said:
Perfect timing: I just started trying out Evernote this week and wasn't really keen on Evernote's own application because there it's useless offline. And here comes your app and looks great.
I got one problem, though: It refuses to connect via wifi. No problem at all via 3G, but on WiFi it steadily shows "connecting".
Oh, and being able to create new tag would be a good addition.
Click to expand...
Click to collapse
Thanks for complimenting the app. I have not used WiFi in a while, but will try to reproduce your problem.
Started a new work item for tag creation: http://peoplesnote.codeplex.com/workitem/1005.
Voting on feature requests gets them implemented sooner.
Since restarting my phone a few times, the app doesn't hang up while trying to connect via WiFi anymore - it just takes way longer than via 3G for some reason, but it's usable.
Edit: Forget about the described problem. I'm sure it was a generally lagging WiFi connectivity that day. It works like a charm in other WiFi networks and now at the same one, too.
I apologize for taking so long to release a new version — just did not have much time to spare. Version 0.38 implements one of the most-requested features, letting you choose "All Notebooks" to browse, search, and sync all your notebooks together.
http://peoplesnote.codeplex.com/releases/view/83479
Great App!
Great App! Working on my old Axim X51V!
I see on your website that you have Notes popping up with a timed alarm reminder as low priority. Let me put in a vote for higher priority.
I would use it as a timed "sticky note" to myself to do something.
Keep up the good work!
Just released version 0.39, making it possible to delete notes from the main note list screen via a tap-and-hold menu.
http://peoplesnote.codeplex.com/releases/view/84127
Version 0.40 adds an option to compact the database from the profile screen. Compacting a database can make it smaller and faster by removing empty spaces left over by editing, moving, and deleting notes.
http://peoplesnote.codeplex.com/releases/view/84688
cant log in
It must be just me; since nobody else has mentionned it; but I cannot log in to evernote at all on my HD2. On 3G it immediately comes back with network error (never even tries to open a data connection). On wifi it seems to be trying to do something in the background but after a few minutes to just goes back to the login screen.
Any ideas??
SR
sydneyrodgers said:
It must be just me; since nobody else has mentionned it; but I cannot log in to evernote at all on my HD2. On 3G it immediately comes back with network error (never even tries to open a data connection). On wifi it seems to be trying to do something in the background but after a few minutes to just goes back to the login screen.
Any ideas??
Click to expand...
Click to collapse
It sounds like the WiFi connection is slow and times out. With 3G, try to establish a data connection first, such as by opening a web browser. I just created a work item for this: workitem:1055.
0.41 release
After a temporary break, development continues. Version 0.41 adds some more polish to the user interface, as well as a new in-app player for WAV file attachments.
http://peoplesnote.codeplex.com/releases/view/88314
Don Reba said:
After a temporary break, development continues. Version 0.41 adds some more polish to the user interface, as well as a new in-app player for WAV file attachments.
http://peoplesnote.codeplex.com/releases/view/88314
Click to expand...
Click to collapse
thanks for update man....
This application is very usefull for me... Thanks for continue the great works
I use your apllication from the first time and it always works great for me..
Thanks again.
Regrads,
squallvai
This program is making all the right steps in all the right directions, it has great prospects.
There are some features that Evernote has that I hope would arrive in this software in the not-too-distant future. I make more handwritten notes that any other form of note taking, and what I find with 'PeoplesNote' is that the 'Ink Note' feature is just a one page scribble pad without any option to scroll or add a page. It would be fantastic if the Ink Note feature of PeoplesNote could automatically scroll as the old Windows Note does as you approach the bottom of the page. Evernote's Ink Note recognises that you are reaching the bottom of the page and facilitates extra space to scroll into. Additionally, it would be very helpful to have an erase feature with Ink Note.
Please don't take this as criticism, I can see this app being extremely useful for as long as Evernote allow you to develop it.

Categories

Resources