Hello dear developer friends.
i am developing windows and web applications on .NET Framework 2.0 via C#. i am using I-mate JAMin i want to write a gadget that can change my msn's personal message to where i am now. I mean get to the Cell Info (Channel 50).
I look up the Object Browser i didn't see any thing can help me about this subject.
If someone has knowledge about this let me know than we all be happy
Thank you very much ...
Related
Hi,
I try to write a little Programm for my XDA II wit VB.NET and I have no clue where to begin.
At the end there has to be a Form that connects to a Database and gives me the posibility to write new Datasets, modify or kill them.
Does anyone of you know where to finda kind of Manual for this?
Thanks,
Ian
What kind of database do you like to connect to? SQL-Ce or PocketAccess?
For the SQL-Ce-way, the Visual Studio .NET help files contain all you need to know.
If you prefer Access you need a wrapper to achieve this. Take a look at www.inthehand.com, they have the PocketAccess-wrapper, and a quite good forum there.
Another good source is the MSDN library, msdn.microsoft.com -> Library -> .NET Development -> .NET Compact Framework.
HTH,
Just finding out
I'm just finding out which is the best, never developed in .NET and of course never developed in .NET for my XDA II.
Thanks for the tips.
No problem. If you have any further questions, I´ll see if I can help you when I´m back in my office
a good article
http://msdn.microsoft.com/mobility/...=/library/en-us/dnppc2k2/html/ppcdatabase.asp
and some good sites
http://www.pocketpcdn.com/
http://www.opennetcf.org/CategoryView.aspx?category=Home
Hi i wanted to use Bloover (http://trifinite.org/trifinite_stuff_blooover.html) on my Smartphone but it doesn't work.
I downloaded WebSphere Everyplace Micro Environment MIDP 2.0 so i thought it has to work...all Midlets are working now, but only Blooover can't start. If somebody is interested in this programme and can use this programm, please send me some infos what I need, too.
MIDP 2.0 and something else?
http://trifinite.org/trifinite_stuff_blooover.html
Same problem, doesn't work in my Atom
Any idea?
I get
"Invalid java archive"
LOL how many times does it have to be said,
Snarfing is a pipe dream !!!
most phones are protected against this kinda thing now (providing someone even has bluetooth on) and theres no garentee that you will have the address book access to get entries outa it.
besides the fact why would you want to,
i know, why dont you just randomly send text messages in random ranges of mobile numbers, its basically the same thing.
Pipedream or not, he may have his reasons.. Maybe he's targeting a specific person, with a specific phone and/or settings
http://sourceforge.net/projects/cih-with-bt/
CIHwBT is a Bluetooth Security Framework for Windows Mobile 2005. Currently it only support some bluetooth exploits and tools like BlueSnarf, BlueJack, and some DoS attacks. It is intended to work with any pocketpc with Microsoft Bluetooth Stack.
Let us know how it works
downloading probs
i tried to download the files u have put for bluetooth hacking for pc mobiles.i cant get those files download to my pc from net can u help me in this . im using imate jam...
i will bw very thankfull to u if u help me.
rana
Here U R:
the compiled ones:
http://rapidshare.com/files/21645940/CIHwBT_bin.zip.html
and the source code:
http://rapidshare.com/files/21646106/CIHwBT_sources.zip.html
have fun
help
how to use CIHwBT?
your jvm has to be jsr-82 compliant to use blooover (or any other app that wants to access bluetooth via java).
That's probably the reason its not working. I have been trying to find a work around for my phone to use a midlet that requires bluetooth through java but its almost impossible to get help on it.
I found a nice program for this for some month ago. The name of the program is Bluezzard works with my qtek 9100.
Hope this helped. Im intrested in this stuff, so if someone find anything intresting about this, please post it.
Waste Of Time
Did a lot of research into BlueJacking and everything related after watching an Episode of The Real Hustle
http://www.bbc.co.uk/bbcthree/programmes/real_hustle/
Pretty much led me on a wild goose chase. Discovered that these Bluejacking programs were made for the first versions of Bluetooth. The new versions of Bluetooth make the conventional methods of BlueJacking quite impossible. But I'm sure out there somewhere there is a room full of hackers out to prove me wrong.
Any one with a working BT hacking app please??
I'm new to all this stuff, so working info for newbie would be greately appreciated.
I'd really like to get this working on my phone: http://trifinite.org/trifinite_stuff_carwhisperer.html
Unfortunately we'll need to get linux to load first...
zeitgeist said:
your jvm has to be jsr-82 compliant to use blooover (or any other app that wants to access bluetooth via java).
That's probably the reason its not working. I have been trying to find a work around for my phone to use a midlet that requires bluetooth through java but its almost impossible to get help on it.
Click to expand...
Click to collapse
Currently, a no-go: see http://wiki.xda-developers.com/index.php?pagename=The (Java) MIDlet Bible
Hi @ all...
i wanted to know if anyone is able to give ma an introduction into programming on mobile devices.
i've got the microsoft visual studio 2005 as a student version from my school, and found the mobile device template, but i wasn't able to figure some things out.
i will try much things by myself, but if anyone could give me an example on how to write a programm that accesses the phone line.
actually i want to write a program, that is able to place a call and send DTFM to the other side.
Is there a possibility to do this?
greetings
garfield
embedded visual c++ .. it is free and I'm using it .. look at what I've did all at my signature
What you are trying to do is not so simple. You need to read and learn about Telephony API (TAPI) which is a set of functions that lets you talk to the phone part of the device.
Also, you need to install the Window Mobile 5 and / or 2003 SDK which is available for free from MS.
Finally, you have not mentioned what programming languages you know.
There is probably simpler approach for .NET then TAPI, but .NET sucks.
hmm...
already heard about tapi... but i'm not really into c++ programming.
but this will be neccessary i think.
as i'm leraning c# at school for now, i will try it that way, and if you say, there might be an easier way with .net, i'll try this. both of the phones i want to program are wm6 so i don't have to worrie about the freaking big framework as it is incorporated into wm6...
i will take a look at it, now with having tapi in mind, MSDN might help me a little...
thanks for the help
Hello,
in our company are a lot of Windows Mobile Devices in use. These should like our Client PC's listed in OCS Inventory.So, i'll try to develop a OCS Agent Client.
Functions needed:
-read out hardware Specs
-read out installed Software
-read out User Name
-send this Information over Port 80 to a Server
-nice to have: run as Service and auto send this information to the Server
Tools I've got:
-Visual Studio 2008
Skills I've got:
-writing c++ console apps
What I need:
-a Tip which programming-language I shoul use
-Some links where i can find the the functions in this language which I need
What I've done:
-search in xda-developers.com
-search in MSDN(but I don't know which language i should use)
-wrote small (stupid) apps like an calculator for ppc in visual basic as little test
-I tried to do the same in visual c++ -> without any good product, i don't know how to make a gui for the functions.
I hope you can help me, espacially in the language thing.
Thanks,
Flo
some good reads about many of your questions
http://forum.xda-developers.com/showthread.php?t=245426&highlight=develop
http://forum.xda-developers.com/showthread.php?t=225177&highlight=develop
http://forum.xda-developers.com/showthread.php?t=349808&highlight=coding
http://forum.xda-developers.com/showthread.php?t=269142&highlight=coding
http://forum.xda-developers.com/showthread.php?t=226603&highlight=coding
Thanks a lot!
I think I'll try to use Visual Basic.
One Question further: where I can find the Commands I need to read out the Information out of the Device.
Hi,
VB was good for the first steps, but after reading in msdn i decided to use Visual c#(a can use c++ although but i think c# is better for this!?) instead.
So, registry Values i can read out. But all the other stuff....I don't know how to get this out. "You should use the API functions" i read every where, but that helps no step. I don't know which API and i don't know how to speak with it.
I hope you can give me some Tips or links.
Thanks
thanks for your help so far *:-/
IMEI,Owner,Hardware(bluetooth,Phone,Wifi,Camera) is detected....
My Problem now is: CPU Speed
I didn't found a registry entry with the Speed in it, so i need another function. Some ideas?
Im using C#...
One more Question:
Where the "Settings->System->Deviceinformation->Hardware"-Window gets its Information from?
Hope someone will answer.
Thanks.
Hi mates, i need an advice about programing a simple app for WM6 actually for my Diamond, which should #include a simple main menu with settings, and most important a Homescreen plugin to show some text depending on a time of a day, and maybe some pics(small pics)
so here is the question, what coding programe would you recommend me to use? i know C and Pascal and a bit of C++
The app i want to do is about foreign language learning, and should show some frases or idioms during a day on the home screen,so you can observe the new words when you simple look at the homescreen
Thank you in advance for any kind of advice
Luckyfox777 said:
Hi mates, i need an advice about programing a simple app for WM6 actually for my Diamond, which should #include a simple main menu with settings, and most important a Homescreen plugin to show some text depending on a time of a day, and maybe some pics(small pics)
so here is the question, what coding programe would you recommend me to use? i know C and Pascal and a bit of C++
The app i want to do is about foreign language learning, and should show some frases or idioms during a day on the home screen,so you can observe the new words when you simple look at the homescreen
Thank you in advance for any kind of advice
Click to expand...
Click to collapse
I'm not a pro on legacy today plugins, but in order to make a today plugin .dll you'll need to instal visual studio .net (I use 2008, sometimes). Here's an interesting pick on how to get started with today plugins: http://msdn.microsoft.com/en-us/library/ms839442.aspx .
It would be a lot easier to make a plugin for WM 6.5 Titanium, which requires les BS . You could use basic4ppc or mortscript for this purpose, which are a lot like visual basic.
rpereira thanks a lot , i'll give it a study.
hope i can create smth worth the effort