Hi! buddies, i'm a student from college, and i have been told to develop a mobile attendance system with using PPC. May i know any recomentation foe mw to success this final year project because it will affect whether i can graduate or not..
so i hope anyone or everyone can give me a hand on guiding me,thx!
any website to lernt windows mobile programming? How to make an interface that looks better(eg.M2D style) instead of classic looks....
really hope u guys can help me and really thx for urs effort!
http://forum.xda-developers.com/showthread.php?t=445396&highlight=development+wiki
I initially to start my very first step to link database but seen face problem on database connection...
It due to the Attendance System involve of 2 party which is front-end(PPC) and back end system(PC) and we decide to use ms access database(.mdb)..
I have create the namespace and connection path which is about OLEBD but it doesnt contain of this thing in the library...so how?what can i do to share a database within PPC and PC?
Thread will be moved to Q&A
Related
I'm not even sure this is possible and I'm in no way tech savvy enough to do it on my own but I'll at least ask.
I have a truck that i race alot and it has some fuel management software to set up fuel maps, timing, etc... I have an old laptop that i keep around the house solely for this vehicle tuning. I was wondering how/if i can run the software on my phone for 3 reasons..1 - i can give the wife the laptop, 2 - it would eliminate the need for the laptop in the truck, 3 - it would just be pretty damn cool.
The software is very basic so i think the phone could handle it, it's just a matter of getting it to the phone.
Any tips would be appreciated, or you can crash my dreams and tell me to move on if it's not possible.
Thanks
It depends on what OS your app was written for. If it is a DOS program then your are in luck.
You can use an emulator like Pocket DOS and run the program "as is" on your PPC (unless it has to connect to some special hardware or something).
If it is a windows app then to port it you would need the source code. Otherwise there are only two things you can do:
a) Rewrite the whole thing from scratch.
b) Search for an app for PPC that does the same thing or similar, chances are it already exists and may even be freeware.
depending on the application complication level... if it's only calculating som data, maybe (providing you know the rules it uses) it would be easy to prepare excel spreadsheet? Excel is capable of some really cool calculations. believe me ;]
Guys and gals, don’t forget to check out my brand new, MS-DOS / x86 emulation-related article at http://forum.xda-developers.com/showthread.php?p=1276884
(Sorry for flooding – IMHO, this article certainly deserves attention because it answers ALL the questions a Windows Mobile user may want to EVER ask about emulating MS-DOS. Make sure you read it!)
I am wanting to develop a portal application in C# for Windows Mobile 6.0. I have installed the .net Compact Framework 3.5 on my device and have the necessary tools on the PC to develop for Windows Mobile. I am using Visual Studio 2005 to develop this application.
I am not a programmer, I have little experience with .net technologies but have for past assignments used VB.net to create small applications for assignments at uni.
I am now in my third and final year at uni and I decided to take on a project that is titled Human Computer Interaction of Mobile Devices. As part of my project I am required to produce an application, though designing various menu systems in itself will be quite a job, not to mention the documentation of it all.
The application I want to create now, is not necessarily part of my project, though it may influence me later on and should go some way to helping me. I have had the intentions of creating an application in Flash up to now.
Anyway, this application, its what I would call a portal. It has 4 tabs, Websites, Television, Radio and Programs. The Programs tab page has been designed much like the iPhone interface with either same or somewhat similar buttons. These buttons do not do anything at the moment.
I started the other week in designing an application in vb.net and run the debug exe as standalone on PC and linking to application that are on the PC will actually run when clicking on the picturebox as that is what I am using rather than buttons.
I put a Try Catch in and the error message comes up on the Mobile. If I take the Try Catch away then FileExceptionNotFound error message comes up and forces the program to close.
In C#, I have created much the same application, it does nothing whatsoever at the moment other than allowing me to flick from one tab to another. I am wanting to link pictureboxes in the programs tab to programs stored on the phone such as \Windows\Opera9.exe and \Windows\tmail.exe and so on.
I would like Radio Stations and Television channels to load up in a program specified in code if a default one does not start so I realise that I would need to call the link of the radio station (same with television channels) and then tell it to load up in specified program.
The other thing I am not sure about it how I would tell the phone to connect to the internet.
I didn't really want to be asking for help on here with this, as its probably not too difficult to create something like this, seeing as what some people (geniuses) on here have been able to develop. If nobody is able to help, then maybe pointing me in the right direction of some good reliable resources would be an idea. I have done much searching on Google etc for help with this and MSDN but my programming skills have never been up to much if I'm honest.
Any help would be much appreciated.
A few things then
For Visual Studio download and isntall the Windows Mobile SDK's (Version 6, standard and Pro).
Then when you create a new Mobile Device application you have everything you need. There should be a Toolbar in Visual Studio that allows you to select where your device will be run in Debug Mode (either the Emulator or on your device). This is the easiest way to debug your apps; also using MyMoblier will help.
Starting an App in C# is as easy as System.Diagnostics.Process.Start() method.
Connecting to the net is a little harder, I have written my own based on what I found using google. Basically it centers around 3 API calls:
Code:
[DllImport("CellCore.dll")]
static extern int ConnMgrEstablishConnectionSync(ConnMgrConnectionInfo connectionInfo, ref IntPtr connectionHandle, uint dwTimeout, ref ConnMgrStatus dwStatus);
[DllImport("CellCore.dll")]
static extern int ConnMgrMapURL(string url, ref Guid networkGuid, int passZero);
[DllImport("CellCore.dll")]
static extern int ConnMgrReleaseConnection(IntPtr connectionHandle, int cache);
Hope this helps
EDIT:
Also moved to Q&A to avoid upsetting them
Ta
Dave
Thanks for the advice. I have already downloaded Windows Mobile 6 SDK but I for some reason don't seem to be able to access the ROMS from WM6 inside of Visual Studio. I might be able work that issue out though. I will see how I get on with it and post back if I have any further problems.
Connecting to the internet.
I have found that the .net object WebRequest will open the connection if is not already open.
Stream ResponseStream = WebRequest.Create("yourURLgoesinhere").GetResponse().GetResponseStream() will return a stream to read to get the object.
If there is an active WiFi connection the phone will use it, or it will use an active GPRS connection, or fire up the default GPRS connection as a last resort.
The bottom line is - let the machine do all the hard work.
Could anyone please confirm that the famous Mobile GMaps Map Cacher tool [mapcacher dot com] is not functional anymore in any browser?
I found it tries to call a load() function that "is not defined";
and that the file script.js is not present but is sourced in <script> in line 8.
Do you think it's due to google copyright infringement or something like that?
Do you know any (preferrably open source) tool like that to display satellite images in mobile navigation driven by GPS?
I was trying to use the open source gpsVP but I achieved to build only one map but the they after, mapcacher was broken and I don't know what tool should I go for testing!
Please give us all any alternatives!
PS: i'm using an old HTC Touch Cruise with micro$oft windows mobile 6 that just work but thinking if there's any way to run any linux distro, freebsd, symbian, android, osx mobile or something like that, dual boot or something.....
well, researching mobile software the first time... in brazil... where things are expensive... this htc phone's a gift from a spanish friend that's using iphone4... that's more expensive than my vostro notebook, i.e., no way to afford!
my sallary is about 200 dollars a month!
and the rent is about 120!
but i know investors are earning lot of money here in the developing world!
haha!
thank you all for the very very good forum!
Hello,
I'm new here, but I've visited frequently for rooting instructions and things like that. I'm very impressed by the work that this community has put out, and I figure that I'd ask a favor directly. I only assume that some, if not all, of the members simply mod for fun, nor do I don't know how difficult it is to modify code, but I'm going to ask anyways and hope that I don't come off like an idiot.
I go to school at the University of Alaska Anchorage, and the printing system here allows for mobile printing. The problem is that I traded my old laptop for a Windows RT device, and although my vivotab is jailbroken and does properly run ported apps, it doesn't want to run the mobile print exe. I looked up the problem on google to see if I could fix it myself only to learn that the exe for mobile printing installs a pharos popup client along with the printer drivers and that Ohio State University has an open source club that solved the problem for Linux laptops by installing CUPS.
I don't know if anyone is interested in helping or if this is even possible, but I thought I'd give this a shot. Also it sounds relevant since RT is somewhat catered to the college student, and it looks like at least a handful of universities use the same type of system? I don't know. I'm in over my head, so thanks!
Hello! I am new to this forum so i could have posted this into wrong section.
I want to start learning how to develop apps for android, but the thing is, i am not able to do it on PC.
Could someone tell me what android applications i need to get, to fully develop an application, which is made in the same quality as it would be made on PC. ( everything, not just programming). At the moment i got only AIDE ( Android IDE ), but i dont think that AIDE is enough to fully develop an application. If its not possible to do 100% of work on android tablet, please tell me. Thank you for your answers!
bump
Personal advice
Hi, I do have first hand experiene with Android IDE and it's OK if your not able to use your development PC and your really inspired to write some code but you most def will need an external keyboard/mouse if your going to write something bigger than a 'hello world' program. Don't get me wrong, AIDE will get the job done but it will take you much longer, i.e. a single small screen with limited ram/processor does not help.
I don't know your situation for not being able to do it on a PC but if you are serious about becomming a developer then an investment in a desktop/laptop should be at the top of your list, but if you want to test the waters first and all you have access to is a tablet with AIDE then I say go for it, I just hope that the limited enviroment does not discourage you, programming is fun and rewarding if you have the right tools.
Do you have any experience programming?
If not I would recommend you follow the Newboston series of videos for beginning programming with Java first before jumping into Android development, I say development because writing apps for Android consists mostly with writting Java that uses the provided Android API's.
Newboston beginning programming with Java video series (He uses Eclipse here but you can ignore that and just type the same code)
http://thenewboston.org/list.php?cat=31
Newboston application Android development (If you try to complete this without any Java knowledge you will cripple you chances of success)
http://thenewboston.org/list.php?cat=6
Excellent resources provided here at XDA for Android development
http://www.xda-developers.com/android/want-to-learn-how-to-program-for-android-start-here/
p.s. You would be suprised at how cheap you can find a used PC on craigslist, you don't need a gaming monster but get something that is multi-core with at least 4gigs of RAM.