|
Unfortunately, all of the mobile platforms run apps in different languages, so you're really going to have to learn a great deal of things to cover that span. I have seen some people offer HTML5 (and other new web technologies) as a solution to the problem, I do remember seeing a video article here talking about using web technologies to present users with a good, consistent cross platform experience.
In my experience, it's always going to be an ongoing issue...
|
|
|
|
|
What do you think about Windows Phone 8? and the new Nokia 920?
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
HOW WE CRACK THE PASSWORD OF DESKTOP WHEN ADMIN PASSWORD IS FORGATEN
|
|
|
|
|
You don't.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Shouting won't make it better...
|
|
|
|
|
Maybe he's hard of hearing... SPEAK UP! 
|
|
|
|
|
First off, not sure why you posted this on the "Mobile" forum, it's probably more suited to go in the "System Admin"[^] forum.
Ok, well, you have to provide more information...
0. What's the operating system?
1. Is it your own computer?
2. Is there any need to salvage the operating system? or just the files?
If the answer to two is "no, I just need the files"... well, just boot off a CD, additional hard drive, or USB drive (change the boot order) with something like Linux and you can easily move all your files off the system (provided it doesn't have bulk encryption). Then you can simply wipe the computer, reload your OS and move your files back.
|
|
|
|
|
If you are referring to windows, you need to dump the SAM file (recommend samdump). Then you can crack the passwords stored in the SAM file. The only way to access the SAM file is while Windows is not running, so you will likely need a live media CD (recommend BackTrack Linux) in order to manage this.
|
|
|
|
|
Hay friends im now to Windows Phone Dev
I like to Develop Some Apps in this WP
can anybody help Me ..How that apps look like and any Exampl Apps to do simply for starting ...
|
|
|
|
|
There are many samples available if you care to look; try the Mobile Development[^] articles section here on CodeProject, or Google, who is everyone's great friend.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
I am exploring Android development using C#. MonoDroid seems to be a very good tool but comes with a hefty price tag. Is there a free alternative?
|
|
|
|
|
Are you doing this because you prefer C# or because you don't want to learn Java?
It's not hard to learn Java if you already know C# plus all the tools, guides and forums target Java. You'll be making you're life a lot harder than it needs to be if you don't go with the flow.
"You get that on the big jobs."
|
|
|
|
|
RobCroll wrote: Are you doing this because you prefer C# Yes
RobCroll wrote: you don't want to learn Java? I already know Java (just the language), it's just that a familiar environment will make things easier and require lot less learning.
RobCroll wrote: You'll be making you're life a lot harder than it needs to be if you don't go with the flow. I agree with you. But after exploring MonoDroid, it seems to be wonderful and I was thinking if I can come up with my own Open Source alternative.
|
|
|
|
|
|
|
If you have a proper question then please edit the above and try and explain what your problem is. If you are just expecting someone to provide you with the source code for some program you are interested in then you have come to the wrong place.
One of these days I'm going to think of a really clever signature.
|
|
|
|
|
Hi all,
I have a web service. My coworker provides that to me. It is in the internal network. I have a PDA program (in Windows Mobile 6) which use the web service. Originally it works fine. I can debug the program in VS2008.
One day as we have to test, my coworker and I move to a separate network. His machine IP changes and so does my machine. After changing, I then cannot run my program in debug mode.
It always give this message:
Quote: Invalid URI: The hostname could not be parsed
And it stops at GetResponse statement in the following code:
Public Shared Function CheckURLConnection(ByVal strUrl As String, ByVal networkCredential As NetworkCredential, ByRef strMsg As String) As Boolean
Dim streamReader As StreamReader
Dim webResponse As WebResponse = Nothing
Dim streamResponse As Stream
Dim webRequest As WebRequest
Dim isSucceed As Boolean = False
Try
webRequest = webRequest.Create(strUrl)
webRequest.Credentials = networkCredential
webRequest.Timeout = 60000
webResponse = webRequest.GetResponse
streamResponse = webResponse.GetResponseStream
^^^^^^^^^^^^^^^^^
streamReader = New StreamReader(streamResponse)
And if I run the program without debugging, there is no problem. There is no stopping at webResponse.GetResponseStream! Strange. Please help.
{Edited} The URL is this format: http://10.25.0.52/tems_rfid/TEMS_RFID_WebService.asmx
Of course, I have validated independently I can access using IE!
So the URI, in theory, can be parsed.
{Edited 2} If I create a new PDA program and put the CheckURLConnection() in there, no problem!
|
|
|
|
|
Try to keep the URL in between inverted commas "URL" .
modified 31-Aug-12 8:07am.
|
|
|
|
|
But how would that help me?
At first, I run the program in debug mode in my original network. URL at that time is this:
http://10.25.0.52/tems_rfid/TEMS_RFID_WebService.asmx
And it works!
Later on we have to test out at another network segment. Instead of getting IP address using DHCP, we assign IP address to each device. We also set up the Subnet mask and Default gateway.) Of course that includes my own laptop, my coworker's network (which hosts the web service) and the mobile device. As the IP of the machine hosting the web service changes, I need to update the URL to something like:
http://192.168.0.20/tems_rfid/tems_RFID_WebService.asmx
Afterward, I cannot debug run the program. If I just run the program, there is no problem. Any thoughts?
|
|
|
|
|
Hi;
Can anybody kindly let me know from where i can get "How TO use Web Services in Android"
??
I searched but didnt find any thing which can teach me in good manner.
Thanks in advance.
|
|
|
|
|
web services handle different sites in android like, soap services(.net), Php serivces(.php),json etc.. which one u're looking out for?
|
|
|
|
|
Actually i want to use web service provided by G-Mail, Yahoomail.
I want to learn from basic i.e. for webservice(Any service)
of any webservice provider.
kindly get me out of it??
|
|
|
|
|
and i am using Android in IDE -Ecllipse
|
|
|
|
|
Hi anjaana,
First u need to make sure which web service are you going too use.. for example, try with php services example , .net service example. bcos, every service uses different methods to access web service methods...
i can give u lot of example to carry on..
|
|
|
|
|
sir i want to use Web Service of Face book and Monster,yahoo.
Facebook is in php, But i have no idea about Monster,yahoo.
nd sir on internet i read once that it is not good to use google web service in connection with android>??
Kindly help me in this.
|
|
|
|