Hello,
I have a lot of problems with omnia 7 due to app profile network of samsung haven´t got the profile of my operator. I can set it thanks to a post of here, but I think that it is a bit difficult. As I have studied some of programming c#, I decided to make an app that set mms and internet. I have already done the screen, I just need to know how to apply the file xml (the app create the file xml with parameters that the users introduce in the screen) and where should the app save the file xml?
Other option I've thought is if the parameters of the mms and internet are in registry, (I have found one, but I have unknow the rest of parameters yet) the app set them with parameters that the user introduce into the screen.
There anyone who can help me with this idea I have?
Thank you very much
PD: Sorry, I do not control English very well
Hello,
I have get to make that app create the file xml with the code in order to set mms and internet. But I haven´t found information about how execute/apply the file xml with the app. Where can I find about it?
Thank you
I would post this in the wp7 hack and dev section, you will get more help there.
http://forum.xda-developers.com/showthread.php?t=1238519
This will do.
Hi,
Thank you by your help, but I would like to make that the app would be independent the others apps. Although it is good idea to test the app-> if it makes the file xml correctly.
Thank you
Related
Dear Wizard owners,
I have a (propably) simple question. I am searching for a shortcut to the list with found network cards. To be more clear....
Start -> Settings -> Connections -> Network Cards
IF your wifi is turned on you should get a list of found/saved wifi connections. I already had made a link before to 'Running Programs' as can be found in many threads. Just a file with a code; that simple. I hope somebody can give me a similar code for this particular link...? I hope so. Thanks in advance.
Bart
This may be what you're looking for -
Network Cards: 34#\Windows\ctlpnl.exe cplmain.cpl,17?\windows\shellres.96.dll,-13888
I'm not sure if 13888 refers to the generic app icon or not, but if it does you can open up the shellres.96.dll in ResHack and find the one you're looking for and change it to that.
By the way, delete the "Network Cards:" part if you use that to create a link, if you didn't know.
Hey Xeno1,
thanks for your quick and adequate reply. EXACTLY what is was looking for. Thanks again!
Bart
No problem. I have a pretty decent list of almost all the links to settings menu apps, and most of their icons in the shellres.96.dll. Let me know if there are any others that you need.
Hi All,
I was wondering, and I have read already a lot on this forum, about how actually to write applications for TF3D.
I know anbout the M9Editor and the CTC Image editor, but those do not give me the knowledge I need to create an app like Calendar 0.75.
Is this knowledge available somewhere?
and maybe a sample app like "Hello World" to explore the way of working?
thanks and regards,
Gordon
Hello Guys,
I would like to make an application which can change my HTC Diamond background, but I don't know where I can strart. I am using Visual Basic 2008. Does anyone know how can I develop that in Visual Basic ?
Any suggestion or code example are welcome
Thanks in advance
Stl09
please...
no one can help me
I think that this forum is only for "friends" who made here an private company. There is no space for newer user !!!
there's ever space for new users, but have you ever tried to use google or look at the place where settings are stored, i.e. registry? simply set a own background image and then search for this value and you should find the key HKCU/Software/Microsoft/Today/Wall
Find this key need less than 5 minutes...
just my 2 cents
greetings from germany
philipp
Philipp__ said:
there's ever space for new users, but have you ever tried to use google or look at the place where settings are stored, i.e. registry? simply set a own background image and then search for this value and you should find the key HKCU/Software/Microsoft/Today/Wall
Find this key need less than 5 minutes...
just my 2 cents
greetings from germany
philipp
Click to expand...
Click to collapse
Guten Tag Philipp,
5 minutes to give an wrong answer my friend ! Trust me that if was so easy, I would never open a new thread.
Concerning you answer, I would like to inform you that not only this key doesn'r exists in registry, but also I was asking about "TF3D" version...
Summing up, I think that we have to be careful and absolutely certain before remark any question !!
Hello,
Forgive me if this has been asked before, I've done a search and haven't come up with an answer.
I'm looking to start making my own sliders and icon sets, can anyone point me in the right direction where I might find out how to do this? (i.e. how to make cab files)
Many thanks.
far2rare said:
Hello,
Forgive me if this has been asked before, I've done a search and haven't come up with an answer.
I'm looking to start making my own sliders and icon sets, can anyone point me in the right direction where I might find out how to do this? (i.e. how to make cab files)
Many thanks.
Click to expand...
Click to collapse
I'm not a developer or WM skin designer/ROM chef, but I think your question is a little like asking "how do I strike the bottle of Champagne exactly right when I build my first ship and launch it?".
In other words the cab file is the end of the process, the final delivery system for installation by multiple users. I would imagine that a good start would be to have created your sliders and icon sets, understanding of course where the files/icons go on the target system, that they all work properly, tested by friends, which systems are supported is known/documented, etc, etc.
Then you want to put these finished and tested files into a cab file for re-use and/or distribution to others. I'm sure there are some good tutorials (Google is your friend) out there on creating Windows Mobile cab files, when you're at that stage.
Also for general development/app questions a more generic XDA forum like this would be a better place to start.
http://forum.xda-developers.com/forumdisplay.php?f=523
Always remember that search boxes (Google on the outside, forum search in here) are good things to become proficient at - especially if your goal is learning some new skill.
far2rare said:
Hello,
Forgive me if this has been asked before, I've done a search and haven't come up with an answer.
I'm looking to start making my own sliders and icon sets, can anyone point me in the right direction where I might find out how to do this? (i.e. how to make cab files)
Many thanks.
Click to expand...
Click to collapse
I use WinCE Cab manager, since it seems to be the best out there. It allows you to package files, registry settings, etc., and has an easy wizard for people who don't know how to use the program. It has a 30 day free trial, and after that, it's $99, but it's worth it if you regularly make and modify CAB files.
Otherwise, if you don't want to buy that, Extendir Cabs is alright for basic CAB file needs. It doesn't do all the comprehensive stuff that Wince Cab manager does, and it isn't as easy to use, but it gets the job done.
Personal favorite for me is QuickCab. Requires zero intellect to figure out how to use it.
ohyeahar said:
Personal favorite for me is QuickCab. Requires zero intellect to figure out how to use it.
Click to expand...
Click to collapse
I second QuickCab. Only rule is that if the cab is registry values only then you need to add a file (even if it's empty) since it's a requirement. If you're just doing registry values then try this: http://www.fuzemobility.com/make-a-customized-cab-for-your-registry-tweaks/
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!