can anybody say how can i disable the java security question while i open an internet connection and while accessing the memory through my java browser opera.other phone's java ask 3 questions-dont ask again,ask next time,ask next session.here i have the only last 2 choices.pls help
thank you
Related
hellooo,
i am looking for a good tutorial to help me get started developing a simple application which will run on a Windows CE 4.1 device and will connect via Wifi to a local sql server and return/store data.
I am a bit lost since i dont even know where to start, i.e. i need visual studio .net alone or another SDK or someting?
any pointers to a suitable tutorial will be much apreciated.
Not too sure what you need for CE4.1 but this is a good place to start
MSDN Windows Mobile
and here's one way for your DB I think
http://msdn.microsoft.com/mobility/...ry/en-us/dnppcgen/html/intro_winmobile_vb.asp
Haven't looked at the code but you can use either
1)SqlDataAdapter and SqlCommandBuilder to get the results into a DataTable
or
2)SqlDataReader
thanks kev, msdn should have enought info to get me started.
saw that tutorial on msdn but it wont do, since it connects to the sql server via web services or someting, i want to connect directly to the server and execute sql queries.
if you use an oleDBdaptor or sqladaptor it will be transparent for the
system that you are a pda and not a normal pc
wifi is transparent too it's all LAN
Just checkout the classes I mentioned they give examples: SqlDataReader SqlDataAdapter
Hi,
I am trying to find out if there is a way to run thie IG Index's IPhone trading platform on Windows Mobile 6.
The platform can be found under this address:
http://www.igindex.co.uk/dealing/lt/home.htm?locale=en_GB&webSiteId=igi
When I try to log in I get a message from the website:
"We have detected your browser is not setup to allow Session Cookies"
I enabled them in my standard WM6 browser but with no luck. I also know that the platform is using Java Script.
I would be gratefull for your advise.
Swav
Hello everyone I was wondering if anyone could answer this question for me.
I am creating a wm app and for part of it i want some information from googlemaps, the maps api is in java and i was thinking of ways to incorperate this into my app. Can i create a java program to get data from google and have my c# program run the java program and get info from it? I could write my program totally in java but i don't like the way i have to first start the vm and launch my program from that is there a way to automate this? also I need quite a lot of information from the phone so using c# will make getting this info easier.
or are there any other ways i might be able to get the info I want, I don't really know anything about applets but could they somehow be used?
oh btw the specific data i want is distance between to map locations (via googles route not direct)
many thanks i hope comeone can help
Sorry if this has been answered earlier.
Recently I have been paying great deal of attention to reversing and debugging applications on the Android platform.
Coming to the point I'm interested in reversing the android apks but don't want to get lost in the creepy smali instructions. For a start I want to begin with some big social apps (you know what I'm talking about) and get a starting point, to begin look into its code, based on any interesting strings in the network traffic.
What I realized so far is that if set a network proxy (I'm using the Windows Emulator) in the Settings>Wirelesss & Networks>Mobile Networks>Access Point Names>your-apn-name>Proxy & Settings>Wirelesss & Networks>Mobile Networks>Access Point Names>your-apn-name>Port, only the traffic generated by the browser (both HTTP/HTTPs) is redirected though my proxy (Fiddler, in my case, 10.0.2.2:8888).
However when I try to debug traffic generated by any other app (say Yahoo Mail), the app doesn't respect the proxy settings and it seems to be a transparent network.
I'm using Android SDK Rev. 11 with SDK Platform ver. 2.2 API 8, rev. 2 on Windows 7 x64. One solution I can guess for is to do a iptables based redirect to my dev machine IP. But where do I get the ARM binary of iptables?
In short all I mean to do is vulnerability research. When I say I want to sniff network traffic on my own emulator, on own machine I'm basically sniffing data that belongs to me, in full, and the intention is purely for research purpose.
Please share your thoughts.
Just install Shark for Root to capture all your network traffic and view it with Wireshark on your PC.
I am coding a module in java that need a database connection with MySQL. I heard about DriverManager but I think it is pretty old method for database connection. Is there any newer and efficient way of doing the same. This Java questions and answers forum comprises of large number of tech and coding expert, So I expect quick and satisfactory solution or full set of instruction/ code require for this.