SystemApiSets[] - Windows Mobile Development and Hacking General

Hi all,
I'm still trying to figure out a lot of things on CE internals, but I really need some help . I can find the right API inside SystemApiSets[] for any non-handle based API, but I can't find any API address for those that are handle based. Do you have any clue to help me?
It's even not so clear to me how to get this info from handles... What if I want to look for WriteFile()? Do I have to browse the info inside the handle returned from CreateFile(), or from the parent process handle?
Any help would be VERY appreciated. Thanx so much!
B.

Any clue? Even the smallest one would be ok

Related

Read GPS coordinates and upload them to a website

Hi all,
I'm looking for a very simple program which will read GPS coordinates from my bluetooth GPS receiver and use a GET or FORM request to upload them to a website, i.e.
www.website.com/gps.php?n=000.000&w=000.000
Does such a program exist? I've had a look around here and on Google and can't find anything.
If not, I would be willing to have a go at making it. In this instance, does anyone have any pointers for reading the data from the Com port?
Thanks
Oliy
Try the search next time
here: http://forum.xda-developers.com/vie...=0&postorder=asc&highlight=http+post&start=50
Oliy said:
I've had a look around here and on Google and can't find anything.
Click to expand...
Click to collapse
Thanks for the link, however all the solutions in there are far more complex than what I want, or limited to me making an account on someone else's server.
Is there just a really simple app to do this? Or could anyone provide source code of getting the GPS coordinates, and I could make the rest of the program from there.
Cheers
Oliy: it's a little more involved then just reading the com port. What kind of experience do you have? You have to do quite a bit of token and string parsing. Have a read of the GPS protocols:
http://vancouver-webpages.com/peter/
V
Hi Vijay,
Thanks for the link. String and token parsing is fine. I have plenty of experience in core operations of programming languages, it's when you get into hardware specific things that I have very little experience.
I don't have a whole lot of time to program at the moment, I start my internship on monday and I have work on my own little OmapScaler project building up as well, but I've found a guy on this forum who seems to have the same ideas as me, I've PMd him and will hopefully get a reply soon.
Oliy

coding help

i have searched the internet for tutorials or anything that would help and could not find much at all so i figured what better place to ask than here...
i have a little experience in VB and would like to start doing some applications for my PPC. i have done a few small math programs that do simple conversions...as simple as taking input from an input box hitting a button and displaying the output in a label. i would like to learn how to manipulate files, do such things as creating a launcher and doing input functions like the moving of an image like in slide to unlock or scrolling with finger etc. so if anyone could point me in the right direction that would be great whether it be a tutorial or source code or what ever.
thanks in advance and thanks to all the people that provide awesome software and help on this forum...maybe one day i can share something i make
Google is your friend:
http://msdn2.microsoft.com/en-us/library/ms838273.aspx

[Q] Internet - Graphics help pls someone? :)

Hi guys. This should be easy for someone with experience so hopefully this will come in handy for a lot of 'new to windows mobile' types like myself.
Ok so the issue - start up Internet Explorer. Go to say... ebay.co.uk and check your accoutnt for example. Then the fun begins. I want to ask a seller a question. In classic view this takes a while to load (ebay mobile won't even allow you to do this function by the way!). The problem is this. Buttons are missing on the screen. Certain ares of the selctions are not showing. Bottom line is i can't click on ASK QUESTION to continue. Guessing something is needed like java or adobe flash but i'm not going to start adding things at random and by guesswork.
So can someone advise what is needed please, if anything? Maybe a setting i have is incorrect?
Sorry for the semi-vague details as far as the technical side goes. If you need a bit more clairty then please just ask and i'll try to better my comments.
Many thanks if you can help, TSS
160 views and no replies? someone spare a few secs please? i've tried adding a java cab (javafx) but no use so now i'm seriously stuck.
hope someone breaks the silence
Try using a better browser, e.g. Opera Mini. The built in IE has many limitations.
I experience previously with internet banking where IE fails to send Login id and passwords but Opera Mini works.

[Q] Windows Mobile 6.0CE

Hey Guys,
Not expecting too much from this but wondered if anyone else had a car stereo running Windows 6.0CE and upon start up with boot into its own custom menu screen. Anyone able to point me into the right direction how i might be able to modify this? I understand there isn't a great deal of information there but can try answer any specific questions best i can and get pictures if required.
Thanks in advance!
There are many unlockers around, IMO best is MioPocket 4.0, you should give a try:
http://www.gpspassion.com/forumsen/topic.asp?TOPIC_ID=136798
Thanks looks awesome and hopefully will do the trick!!

Android app selenium/webpages

So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
asimo_1 said:
So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
Click to expand...
Click to collapse
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
pbeckmann said:
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
Click to expand...
Click to collapse
Thank you very much!

Categories

Resources