App Developer? - Windows Mobile Development and Hacking General

Hi Guys
I hope this is the right place to ask. I'm Looking for someone that can make an ap like Canon Camera Connect that will work On Windows Phone 10. Is this possible to make this app ? I am willing to pay for it.
Thanks

Related

app for using camera as a webcam on laptop

Hiya is there any way to do this? There is an app that does this for the palmOS, and i was wondering since WM5 has a standard camera api, is it possible...
I would be very keen to use that!
Please let us know if you find a solution somewhere other than here ...
Gubbs
Hello,
Rather then post exactly the same topic, i also must ask this
Help appreciated

?s on Creating a WM6 app from an XP app

Hey all, newbie here!
Let me just say that this is a great forum and you guys do wonders to borring phones...
I am interested in learning how to build an app for PPC. I have a program I use for work and would love to try and port it over. Can someone send me links and just basic info on how to get started?
Just a background, I am in IT and have programming so I am not a newbie to that world, just phone apps.
Thanks for any advice and keep up the awesome work. Timmay!!!
Do you have access to the source code of the program you want to port over? What is it written in?
Perasite
Thanks for the reply. I dont have it but I have worked with the developers and can get it. I will find out and reply tomorrow. Thanks again.

pardon me: devs please look. quick cam tool?

i know this will be a very great app but i cant find existing or anyone who knows.. hence i am risking to post here for the good of all to get some attention...
it will be good to have a app to, on click activates camera and snaps using predetermined settings.
it will be good for see it snap it suituation..
current camera program will have the thing gone before it even loads..
anyone has knowledge to interface directly with the cam? pls assist us.
can someone help?

[Q] Another wp7 total noob, ex simbyan user !

Hi all! Like I've said it in the title, I'm a total noob on wp7 area! So I have a few questions for you! I've recently bought an OPTIMUS 7, found a gps app after a big research (nokia drive) but I can't find any way to port a java app to my device, since the manufacturer didn't put java on Optimus ROM. My question is: is there any way to port .jar apps to this device?
Thanx all and very much apeciated your hard work for those like me!
hi, and congrats on your new phone. as i can see, if you are able to load nokia drive, you have already unlocked your phone! unfortunately, as far as i know, there is no way for the moment to run .jar app on wp7. you could try to check the wp7 development forum to see if there are any project working on the specific app you are looking for.
http://forum.xda-developers.com/forumdisplay.php?f=607
hope it can help, and enjoy your new phone!
thanx for your answer and for congrats. I do hope that wp7 develops more and that we can have acces on system folders like symbian platform. I totally love this phone and it's my dream to make with it things that symbian allows his users to do.
shtresatu said:
thanx for your answer and for congrats. I do hope that wp7 develops more and that we can have acces on system folders like symbian platform. I totally love this phone and it's my dream to make with it things that symbian allows his users to do.
Click to expand...
Click to collapse
you know, there a hack or an app here, on XDA to create folders, not officially but ofc it does the work. A quick search will help you.
I know, thx for the tip. Already used it, unlocked my device by reg modification, used (a lot) Tom Installer, I'm waiting for touch experience to be released and try it, or another coocked rom witch will give me full acces to my phone. I'm looking also for a taskman wich can give me the oportunity to close running apps, not just see them and after that use the BACK Arrow until i'm back on home screen. Maybe microsoft will give us the chance to use our phones not just download what they want and and in rest to stare at it.

[Q] Use phone as external RFID/NFC reader to PC

Hello all,
I wonder, is it possible to connect your phone to the PC and use the phone as an external RFID reader? (Preferably with unix support)
The phone does not need to be usable meanwhile.
Thank you in advance
(I have a Galaxy S3)
gandihellfish said:
Hello all,
I wonder, is it possible to connect your phone to the PC and use the phone as an external RFID reader? (Preferably with unix support)
The phone does not need to be usable meanwhile.
Thank you in advance
(I have a Galaxy S3)
Click to expand...
Click to collapse
i think its not possible, because doesnt exist an nfc client for pc...
Certainly it's possible.
You need to write an app to handle the intent.
It would have an intent filter in it.
Code:
<intent-filter>
<action android:name="android.nfc.action.DISCOVERED" />
</intent-filter>
You open a server socket to handle connections.
On the desktop side, you write an app to open a connection and do something with the data when it comes in.
Thank you for your answer. But do you know if there already are any finished solutions for this? Since I'm no developer.
I would hand you an app on a plate, but my cheesy phone doesn't do NFC.
gandihellfish said:
Thank you for your answer. But do you know if there already are any finished solutions for this? Since I'm no developer.
Click to expand...
Click to collapse
I can't give you link because I'm a new user here, but search the play store for "NFC Relay"
It creates a server on your phone - connect to that server from your PC and you will have a console interface where you can send and receive commands.
tomer1510 said:
I can't give you link because I'm a new user here, but search the play store for "NFC Relay"
It creates a server on your phone - connect to that server from your PC and you will have a console interface where you can send and receive commands.
Click to expand...
Click to collapse
There is no such app on GP... Did you mean THIS ?
It's in the play store for my phone.
HID Proximity
Maybe someone on this thread can help me? I have been looking for an app (that a co-worker of mine HAS on his phone!) that will let me scan my HID Proximity badge for work to let my phone let me into the building. I know it's possible because he showed me him scanning his watch and *CLICK* the door opens. CRAZY! I WANT IT! lol He directed me towards this website, and I can't find squat.. Not sure if he's some crazy hacker extraordinaire, but I trust him enough that XDA is definitely where he got it. Can anyone help me?
THANK YOU!
BOB
Bobakanoosh said:
Maybe someone on this thread can help me? I have been looking for an app (that a co-worker of mine HAS on his phone!) that will let me scan my HID Proximity badge for work to let my phone let me into the building. I know it's possible because he showed me him scanning his watch and *CLICK* the door opens. CRAZY! I WANT IT! lol He directed me towards this website, and I can't find squat.. Not sure if he's some crazy hacker extraordinaire, but I trust him enough that XDA is definitely where he got it. Can anyone help me?
THANK YOU!
BOB
Click to expand...
Click to collapse
Me TOO!
Is there something that does the nfc from my phone make it controll from my kali linux pc? Sorry for my bad englis i hope you will understand
Hi all,
Long time is passed by the first request, I have the same "need", but I still have not found any solution. Did you?
i also want the same thing and i found vsmartcard but i do not understand a single thing in that. can someone make understandable instructions?
noxio90 said:
i also want the same thing and i found vsmartcard but i do not understand a single thing in that. can someone make understandable instructions?
Click to expand...
Click to collapse
I believe that project is not about nfc

Categories

Resources