Related
I have an EVB application that connects to GPRS using a library from Sapphire Solutions.
This has worked reasonably well, but doesn't give me a lot of control of what is going on.
What other methods have people tried? Any hints?
here
I also was lookinf for this solution forever and never found it so i wrote the software myself. Here is the dll that you need to connect to the internet through evb it connects to the default connection no problems.
http://xdaconnect.wastedbrains.com
have fun,
Dan Mayer
Thanks for this. I'll have a play.
The stupid thing is, O2 have told me that I should be using their routines. But nobody can tell me what the routines are, how to find them or give me any information about them whatsoever!
Compare and contrast with Vodafone who actually know a thing or two about implementing mobile systems, but don't have a product to implement...
Code:
Public Declare Function AllocPointer Lib "VBPointers" Alias "VB_AllocPointer" (ByVal nSrcSizeInBytes As Long) As Long
Public Declare Function AllocStringPointer Lib "VBPointers" Alias "VB_AllocStringPointer" (ByVal str As String) As Long
Public Declare Function FreePointer Lib "VBPointers" Alias "VB_FreePointer" (ByVal Pointer As Long) As Long
Public Declare Sub SetLongAt Lib "VBPointers" Alias "VB_SetLongAt" (ByVal Pointer As Long, ByVal OffsetInBytes As Long, ByVal Value As Long)
Public Declare Function PhoneMakeCall Lib "Phone" (ByVal CallInfo As Long) As Long
Public Sub Dial(Number_to_dial As String)
CallInfo = AllocPointer(24) ' sizeof (PHONEMAKECALLINFO)
Call SetLongAt(CallInfo, 0, 24) ' cbSize
Call SetLongAt(CallInfo, 4, 1) ' dwFlags = PMCF_DEFAULT
PhoneNumber = AllocStringPointer(Number_to_dial)
Call SetLongAt(CallInfo, 8, PhoneNumber) ' pszDestAddress
PhoneMakeCall (CallInfo)
FreePointer (PhoneNumber)
FreePointer (CallInfo)
End Sub
The xdaconnect dll posted by Dan is pretty good at getting a connection. The problem is that it has to be registered on each device using eVC. My problem is that I want to make a cd so that other people who dont have eVC can install the device. Normally I would do this with dllRegisterServer or by including the file in the manifest file of dll's to be registered when a program is installed. The problem is that this dll wont register alone, an error is returned back that "dllRegsisterServer is not included in the dll".
Can anyone help?
The dll and eVC project file is available for download at http://xdaconnect.wastedbrains.com
Many thanks
Tony
Does anyone know how to use the connection manager API to programatically detect GPRS disconnection and start a new connection? I can find some code for C# (openNETCF) and eVC++ (Microsoft's CMhelper), but not VB.net.
Any ideas or links?
Thanks,
Kath
OpenNETCF, MissingMethodException, TypeLoadException
I was advised to just add a reference to the opennetcf.dll, which seems the best option!
I've managed to add a reference to the OpenNETCF.Net.dll, and my
project works with the added references (openNETCF.Net.dll and
mscorlib). However, I have the following problems if I try to declare
an instance of the opennetcf:
1) In my global declarations module, I add the declaration:
"Public GPRSconn As New OpenNETCF.Net.ConnectionManager".
When I try to run the project, it crashes on my form's class (before
opening the form), with a MissingMethodException (in myproject.exe).
2) I move the declaration to my first form, declaring it locally in a
sub. The form loads fine. When I click on my button, it crashes on the
line which calls my sub to declare the GPRSconn, with the exception:
TypeLoadException (in myproject.exe).
ie.
Private Sub TrytoDecGPRS()
Try
Dim GPRSconn As New OpenNETCF.Net.ConnectionManager
MsgBox(GPRSconn.State.ToString)
Catch ex As Exception
MsgBox("intro(tryGPRS): " + ex.Message)
End Try
End Sub
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btnLogin.Click
TrytoDecGPRS()
It crashes on the line "TrytoDecGPRS()"
Am I not declaring the opennetcf correctly? Am I missing something?
Any help greatly appreciated!
Thanks,
Kath
solution
Someone on another group helped me out, I needed to reference the OpenNetCF.dll as well as the OpenNetCF.Net.dll.
[size=+2][Discontinued] SSMaPa (Alpha) 0.2.4.3 [/size]
use ssmaho instead:
http://forum.xda-developers.com/showthread.php?t=493810
Hi,
I created a little MAnillaPAtcher. For example this tool is useful if you want start another calendar when clicking in TF3D on a entry.
this version is for Manila3D and Manila2D devices!
Currently implemented EXEs which can be changed:
calendar.exe
tmail.exe
WLANSettings.exe
poutlook.exe
OperaL.exe
Camera.exe
AudioBooster.exe
Click on Time
(Click on alarm)
Phone Settings
Bluetooth Settings
Sound Settings
----
Mod EDIT By MDAIIIUser
If you are HTC HD user or if you can not see all the Dirs in the File Picker then read this post.
http://forum.xda-developers.com/showpost.php?p=2934377&postcount=14
End Mod EDIT
---
If you have further elements, that you would like to change, write it to me and I will test if I'm able to integrate them.
Using is simple:
-> Start application
[size=+2]-> Choose Configuration[/size]
-> Click 'Init' (The Application will now check which patches are available, and make a security backup if your manila. This can take some secoonds)
-> Choose the file you want to change, tick 'Patch' and enter your prefered file. Click on Save.
Note: The '$' in arguments is for using the original commandline from manila. You can enter some other arguments before of this, but not after!
-> Change to the next Tab and click on 'Deploy' (this can take some minutes)
[size=+2]Note for Rom Cookers:[/size]
You can add your own conifurations. Simply add a file named ssmapabaseconf_[smt].xml (for example ssmapabaseconf_ElviraROM.xml) in same folder as ssmapa is, and add there your manila configuration in following format:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<SSMapaBaseConf>
<SSMaPaBaseConfiguration>
<ConfigurationName>Touch Flo 3D</ConfigurationName>
<CustomLibrary></CustomLibrary>
<ManilaFilename>manila.exe</ManilaFilename>
<ManilaTodayStartFilename>manila.exe</ManilaTodayStartFilename>
<ManilaTodayDLLFilename>ManilaToday.dll</ManilaTodayDLLFilename>
<RegistryManilaPluginName>TouchFLO 3D</RegistryManilaPluginName>
<ExtendedInitState>0</ExtendedInitState>
</SSMaPaBaseConfiguration>
<SSMaPaBaseConfiguration>
<ConfigurationName>Manila2D</ConfigurationName>
<CustomLibrary></CustomLibrary>
<ManilaFilename>manila2d.exe</ManilaFilename>
<ManilaTodayStartFilename>manila2d.exe</ManilaTodayStartFilename>
<ManilaTodayDLLFilename>set it</ManilaTodayDLLFilename>
<RegistryManilaPluginName>set it</RegistryManilaPluginName>
<ExtendedInitState>0</ExtendedInitState>
</SSMaPaBaseConfiguration>
</SSMapaBaseConf>
You don't have to softreset your device, simply touch on today and the new manila.exe will start.
Theoretically you should get a warning for every changed file on executing it the first time, but only once. If something will ist not working, make sure your phone is fully applicationunlocked.
The Application doesn't need to be started again, it should work till the next hard-reset.
For all with UnauthorizedAccessException:
Try again with 'Extended Init' ticked. Unfortunatelly I don't have a such phone, and couldn't test if it's really working.. would be happy if you can give a small feedback.
----
If your files are signed, you're asked if you want to unsign them.
Please note, I didn't find a way to remove the signatures in a 'correct' way. I did an exe-based-deactivating. This is ok, as long as you don't want to resign them. If you want to resign them with your own certificate chose no and do it yourself.
I don't think that this tool is able to destroy something on the phone. Never mind, I'm not responsible for any damages.
Sample:
If you want the calendar to start in your favorite view and not in Agendaview, enable patch on calendar.exe an simply remove '$' from arguments.
Please donate for me! I'm a apprentice and use a lot of my free time for working on the computer, to be able to create such tools.
[size=+2]Thank you [/size]
Received Donations:
10 Euro / skw21 / 01.08.2008 / Thank you very much!
10 Euro / J. Thomas / 12.11.2008 / Thank you !
10 Euro / Sachmet / 21.11.2008 / Very nice! Thank you !
10 Euro / HamerPlyr / 08.12.2008 / Thank you !
10 Euro / msalimov / 11.12.2008 / Thank you very much.
10 Euro / A. Caredda / 10.01.2009 / Nice! thank you
10 Euro / ninalee123 / 30.01.2009 / Thank you! I'm happy it helped
10 Euro / M. Harris / 09.02.2009 / Many Thanks
5 Euro / stuartforrest / 14.07.2008 (first donation thank you)
5 Euro / puky69 / 15.07.2008 thank you
5 Euro / Netto2 / 17.07.2008 thank you & greetings to Göttingen
5 Euro / V. Arko / 22.07.2008 / Thank you
5 Euro / S. von Keitz / 06.10.2008 / Thank you
5 Euro / M. Barrotta / 24.01.2009 / Thanks
5 Euro / G. Ryska / 02.02.2009 / Thanks
5 Euro / Trident / 25.02.2009 / thx you
4 Euro / R. Schneider / 09.02.2009 / Thank you
Changelog:
Version 0.2.4.3 (29/01/2009)
- fixed bug when starting from root directory
- fixed bug 'Time click' not shown on Manila2d
- fixed bug 'Could not patch todaydll. That's fatal in alternative mode.' on Manila2d
- extended init should now work for manila2d.
Version 0.2.4.2 (21/01/2009)
- little fix on tabs
- guys, use 'load old settings', should be working now .. otherwise you probably don't have all elements on already patched manilas...
- There are no new replacings! Caller list is too deep connected, links isn't my thing...
Version 0.2.4.1 (20/01/2009)
- Integrated Icon from 12aon
- deploy stability increased
- better search (--> the application became slower...)
- bugfixes
- command line arguments:
-o <Path to your own PatchDef xml file>
-m <manila filename>
-s <manila filename like it is in homelplugin>
-p <manila home plugin dll filename>
-q <manila home plugin name (registry)>
- fully customizable
- much more
[@ ROM Cookers]
You can now customize SSMaPa as you want.
Version 0.2.4.0 (??/??/2009)
- Version in evaluation by ParleyP // Release after OK
Version 0.2.3.0 (30/12/2008)
- Added free filename editing (used for some cooked roms). Untested, I'm watiting for feedbacks...
Version 0.2.2.2 (19/11/2008)
- Corrected a unsign-problem on extended Init.
Version 0.2.2.1 (18/11/2008)
- Added an experimental unsign while patching feature. Needed on new devices.
--> Please check and give a feedback
Version 0.2.2 (20/7/2008)
- Added saving of current settings
- Use FileDialogChanger / gsgetfile.dll for a better filedialog http://www.geocities.co.jp/SiliconValley-Cupertino/2039/
--> I'm sorry, I don't have much time at the moment... There are many other things to do...
Version 0.2.1 (17/7/2008)
- When using 'Extended Init' the HTC TaskManager showed the Manila.exe file, which could be killed. Deploy with version 0.2.1 and softreset the device (or simpler, restart the service 'TaskManager'), then the file will be hidden again.
Version 0.2 (17/7/2008)
- Several bug-fixes
- Complete new includation which shouldn't cause a UnauthorizedAccessException anymore(use 'Extended Init')
- Some UI Changes
- Better deletion of no more used files
- Complete manila restoration function added
Version 0.1.1 (14/7/2008)
- Several bug-fixes
- Adding of alternative init
- Adding of new replacements (Click on Time, [Click on alarm], Phone Settings, Bluetooth Settings, Soundsettings)
- Some UI Changes
Version 0.1 (13/7/2008)
- First release
P.S. Excuse me for my english...
Hi,
thanks for the app.
Can you please add the following apps:
pTravelAlarm - ptravelalarm.exe
Phone Alarm - pasettings.exe and
or better allow the user to add its own files.
Thanks anyway.
Amir.
nice one.
good job
Bad reader... sorry
great app m8!
thx a lot for your work!
is it possible to link the manila clock to spb time?
thx again
I will be testing tonight
Before hand thanks very much!
On the other hand whats a cool calender app, do they integrate with your already created appointments.
Thanks a miLL
amir77a said:
Hi,
thanks for the app.
Can you please add the following apps:
pTravelAlarm - ptravelalarm.exe
Phone Alarm - pasettings.exe and
or better allow the user to add its own files.
Thanks anyway.
Amir.
Click to expand...
Click to collapse
the supported apps are those which are default integrated in manila.exe. you have to provide me that functions you want to replace...
I will try if i can add cpl elements...
you can use every program you want, only the ports are predefined...
Sergio PC said:
I will be testing tonight
On the other hand whats a cool calender app, do they integrate with your already created appointments.
Click to expand...
Click to collapse
yes I know that... I don't now if I can patch this.. this is a little bit harder than the exes if I have too much time, I will have a look at this matter
Sorry I dont fully understand what to type where.
I want Agenda One to work instead of MS Calendar.
Agenda One is in program files\ agenda one and the exe is called agenda one.exe I think.
What should i type where. When I just tried calendar one.exe in the first field it error'd when I tried to start the calendar from the TF3d
Thanks in advance. This will answer my main gripe about the diamond
stuartforrest said:
Sorry I dont fully understand what to type where.
I want Agenda One to work instead of MS Calendar.
Agenda One is in program files\ agenda one and the exe is called agenda one.exe I think.
What should i type where. When I just tried calendar one.exe in the first field it error'd when I tried to start the calendar from the TF3d
Thanks in advance. This will answer my main gripe about the diamond
Click to expand...
Click to collapse
if the destination exe is not in a shellpath folder you have to type the whole path.
this looks smt like this: /program files/agenda one/agenda one.exe
notice the forward slashs ('/') and the beginning slash.
choos calendar, enable patch, type the path in new program and maybe you have to add to the working dir /program files/agenda one/...
if you have further errors, give me the exact error message, then I will have a look on it..
greetings sven
Hi there,
The big one for me would be to have the Audio player section start CorePlayer rather then the built in HTC Player.
And if you could somehow make the FF/RW/Play buttons on the HTC handsfree (RC E100) control, control CorePlayer rather than the built in app then you would be my unconditional hero.
I apologize for my bad English.
I would like to replace the calendar of manila with today agenda to be able to visualize more appointments in a day.
Thanks.
http://todayagenda.softonic.de/pocket
This looks nice, as I want to change some default programs...
When I started the program and I press "INIT" I get the next error:
HTML:
SSMaPa.exe
UnauthorizedAccessException
bij System.IO.__Error.WinIOError(Int32 errorCode, String str)
bij System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
bij SSMaPa.ManilaPatch.Init()
bij SSMaPa.mainFrm.btnInit_Click(Object sender, EventArgs e)
bij System.Windows.Forms.Control.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnClick(EventArgs e)
bij System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bij System.Windows.Forms.Application.Run(Form fm)
bij SSMaPa.Program.Main()
Caspertje19 said:
When I started the program and I press "INIT" I get the next error:
HTML:
SSMaPa.exe
UnauthorizedAccessException
bij System.IO.__Error.WinIOError(Int32 errorCode, String str)
bij System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
bij SSMaPa.ManilaPatch.Init()
bij SSMaPa.mainFrm.btnInit_Click(Object sender, EventArgs e)
bij System.Windows.Forms.Control.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnClick(EventArgs e)
bij System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bij System.Windows.Forms.Application.Run(Form fm)
bij SSMaPa.Program.Main()
Click to expand...
Click to collapse
ugly. don't know exactly where the problem is... Try version 0.1.1 with alternative init activated. If it's not working you'll have a problem with device security or a better protected manila.exe..
Can you please try and post the result?
salada2k said:
The big one for me would be to have the Audio player section start CorePlayer rather then the built in HTC Player.
And if you could somehow make the FF/RW/Play buttons on the HTC handsfree (RC E100) control, control CorePlayer rather than the built in app then you would be my unconditional hero.
Click to expand...
Click to collapse
I don't use coreplayer personally. but if I find some time, I will do a try... I could already start the wmplayer, but it wasn't playing anything. The Problem is that audiomanager_eng.exe is very hardcoded in manila.. Also the interfaces are not exactly definded.
I unfortunatelly dont have a rc e100, so its a little bit difficile..
Mike73 said:
I apologize for my bad English.
I would like to replace the calendar of manila with today agenda to be able to visualize more appointments in a day.
Thanks.
http://todayagenda.softonic.de/pocket
Click to expand...
Click to collapse
I think this is not possible as long as tf3d runs... Maybe I will check if I find smt to display more elements.
leopardone said:
is it possible to link the manila clock to spb time?
Click to expand...
Click to collapse
Implemented
greetings sven
svenso said:
I think this is not possible as long as tf3d runs... Maybe I will check if I find smt to display more elements.
Click to expand...
Click to collapse
Thanks, I attend!
Thx a lot for Spb Time!
Thanks for this. I got Agenda One to be my default calendar with a bit of messing about.
I just needed to put the full path to my app
/internal storage/program files/agenda one/agenda one.exe
and the full path in the working directory
/internal storage/program files/agenda one/
and it all worked fine. No more rubbish MS calendar! I will post you a donation.
Caspertje19 said:
HTML:
SSMaPa.exe
UnauthorizedAccessException
bij System.IO.__Error.WinIOError(Int32 errorCode, String str)
bij System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
bij SSMaPa.ManilaPatch.Init()
bij SSMaPa.mainFrm.btnInit_Click(Object sender, EventArgs e)
bij System.Windows.Forms.Control.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnClick(EventArgs e)
bij System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
bij System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
bij Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
bij System.Windows.Forms.Application.Run(Form fm)
bij SSMaPa.Program.Main()
Click to expand...
Click to collapse
Same problem here but when I apply the mod
leopardone said:
Same problem here but when I apply the mod
Click to expand...
Click to collapse
EDIT: excuse me, I had read wrong..
can you copy /windows/manila.exe to /manila.exe, kill manila.exe with a taskmanager and copy back /manila.exe to /windows/manila.exe with totalcomander?
what failure do you get?
thx you, Sven
EDIT2:
Download this app: http://www.microsoft.com/downloads/...8c-d587-47e0-908b-09fee6ea517a&DisplayLang=en
Start 'Security Configuration Manager' and provide me the right side, maybe we discover some differences in security configuration... BUT BE CAREFUL: Don't provision anything! If you provision the locked security scheme you'll have a real problem...
needs a better system to browse and select files !
Hello,
i´m writing an application with VB-NET, and i want to access the VIBRATE function. But ...
This API is not supported by Windows Mobile 6 Professional
i´m not able to get this API.
On the MS Homepage i found many function with the funny remark.
How can i make my phone vibrate with vb-net (VSO08P)
and how can i find a offline documentation for the WM6.1 Prof. device ??
Thx.
Daniel
Isn’t possible to access all functions from .NET (VB.NET, C#, etc). Some time is necessary to use unmanage code.
To import a dll you must use function <DllImport(".dll"> (must specify the dll name)
P.S. Excuse my English
Search for SndSetSound on aygshell.dll .
C#
[DllImport("aygshell.dll", SetLastError = true)]
private static extern uint SndSetSound(SoundEvent
seSoundEvent, ref SNDFILEINFO pSoundFileInfo, bool fSuppressUI);
A search at google will give you the rest.
this might work:
Declare Function Vibrate Lib "aygshell.dll" (ByVal cvn As Integer, ByVal rgvn As IntPtr, ByVal fRepeat As Boolean, ByVal dwTimeout As UInteger) As Integer
Declare Function VibrateStop Lib "aygshell.dll" () As Integer
Vibrate(0, IntPtr.Zero, vbTrue, INFINITE)
Const INFINITE As UInteger = 4294967295
Many thanks for the code, but on my device
i don´t fond the "aygshell.dll".
How can i find this ddl for a HTC Diamond for Win Mobile 6.1 Prof. ??
I only found one for an old HTC2000 (?).
And, if i share a programm for the HTC , it is legal to copy the DLL ??
Daniel
OK - I found a DLL and want to transfer the dll to WINDOWS ... but the file already exist $§%§..
The Scrips don´t work - no error message - no vibrate.
Daniel
danielham said:
Many thanks for the code, but on my device
i don´t fond the "aygshell.dll".
How can i find this ddl for a HTC Diamond for Win Mobile 6.1 Prof. ??
I only found one for an old HTC2000 (?).
And, if i share a programm for the HTC , it is legal to copy the DLL ??
Daniel
OK - I found a DLL and want to transfer the dll to WINDOWS ... but the file already exist $§%§..
The Scrips don´t work - no error message - no vibrate.
Daniel
Click to expand...
Click to collapse
Import aygshell.lib
In MSDN for this functions requirements are:
Pocket PC Platforms: None
OS Versions: Windows CE 3.0 and later
Header: Declared in vibrate.h
Library: Use aygshell.lib
----
Declare Function VibrateStop Lib "aygshell.dll" () As Integer
'Const INFINITE As Integer = 4294967295
Const INFINITE As UInteger = &HFFFFFFFF&
Declare Function Vibrate Lib "aygshell.dll" (ByVal cvn As Integer, ByVal rgvn As IntPtr, ByVal fRepeat As Boolean, ByVal dwTimeout As UInteger) As Integer
----
i tried both version for INFINITE.
First, i work with VB.NET and i don´t find "IMPORT DLL...."
Second, i get a warning message for UInteger dwTimeout, as Integer i get no warning ?
The first statement above are in the Class FORM1
----
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Vibrate(0, IntPtr.Zero, vbTrue, INFINITE)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
VibrateStop()
End Sub
----
And this statement don´t work ...
I want to vibrate if i press a key ...
a "hello world" for vibrate for beginners
Daniel
Hi to all people over here!
I have met such a problem with my Touch HD device:
As I have a wi-fi router, that I set up for each device to have predefined ip addresses when connecting, I have to enter ip address setting on my Blackstone too. When I do this for "IEEE 802.11b/g Compatible Wi-Fi Adapter" and some time later I am not able to connect to gprs/edge connection.
Exact repro steps: 1. Set Use specific IP address = true and enter "ip address", "Subnet mask", "Default gateway" fields. 2. Turn on and off "Data Connection" in Comm Manager to reconnect current GRPS/EDGE connection. 3. Try to enter some website in Opera(network connection error) or IE - this step fails for me as I cannot open any sites.
I have confirmed this bug by one of the users of russian 4pda.ru forum - he uses another russian rom. But we don`t have a solution to fix it. Maybe someone have met such problem?
I have the same problem.
GRPS works fine if I leave the WIFI settings to default. As soon as I change the WiFi adaptor to use a static IP and static DNS GPRS fails to connect. Does GPRS use the same DNS server settings as WIFI????
I'm using Duttys 2.2....
anyone else having this? I just chnged to Dutty's 2.3 and the bug is still there...
I expected everyone to be screaming about this bug. Am i really the only one with it???
i noticed same bug. It wasn't present in stock ROM.
Tested with ROMS based on build 21040 and newest 21042 and bug still there.
You defined problem correctly. 3G/UMTS data connection fails if you set manually settings under wifi config, that should be independent and not affect data connections, but it does. Is strange because browsing using IPs works, but domain names doesn't resolve correctly.
I think is some kind of dns-cache-network-config problem, but no solution found yet. Will post here if i find something.
Thanks. It seemed clear that it was a DNS resolution issue, but i can't see how the two are related...
Not wanna steal this tread but my new Diamond 2 / Topaz has the exact same problem. Not so strange since they're quite similar. I hope a fix will come soon, i've wasted alot of time narrowing the problem down
Thank you !!!!!!!!
YESSSS!!!! YESSSS!!!!! YESSSS!!!!!!!
I cannot say thankyou enough for this!! I've literally been pulling my hair out for days about this problem (well okay - not literally).
I've even been on the phone to Orange who ended up running a diagnostic on my phone from their end and questioning my ROM version (Miri WM 6.5 v13 - didn't go down too well!)
My phone is no longer a pocket brick. Thank you
anyone found a workaround ?
anyone found a workaround ?
use DHCP to get an IP-Adress
Thankyou so Much!!!
This thread is golden!!
Just like johncmolyneux, I too must thank you guys for this post! It has changed my life! For as long as I have had my Touch HD (almost SEVEN WEEKS) I have been tearing my hair out as well over this problem, constantly on the phone nearly every day to Orange UK customer services who were stumped over this problem but to their credit tried everything to solve it.
I have an Orange UK Touch HD with:
ROM: 1.19.61.1 WWE
ROM date: 11/25/08
Radio: 1.09.25.14
I too have a wireless network where I need to define static IP addresses for devices which I now know is the basis for this problem!! Changed the settings in Touch HD to use server assigned IP (DHCP) after reading this post today and now GPRS/3G now works like dream!!
This now means that I have to reconfigure my network until there is a solution (if one becomes available) but should not be a big inconvenience.
I am speaking to Orange customer services on Monday so I will advise them to get their technical department aware of this issue.
Once again, thanks very much, this problem was stressing me out big time, spoilt my enjoyment of my Touch HD, it is now perfect!
Same Problem with my Blackstone since I upgraded the official HTC TOUCH HD (EU) ROM Release Date: 2009-04-07. IN the ROM before, there was no problem when i was using a static IP and DNS. Some other German and Swiss guys have the same Problem with their devices. I already sent a message to the HTC Support, but they closed my project without an answer. A few minutes ago I sent a second request.
In a german PPC board a guy has the same problem with his new Toshiba TG01.
@ALL
As a workaround you can use the application Wifi-Profiles to switch between static and DHCP.
http://blog.renestein.net/Wifi+Profiles+For+Windows+Mobile+English+Version.aspx
Today I recieved a message from the HTC Support and they know this problem. They said MS changed something in the ROM and it's their fault.
German:
New Response From [ Dace (Europe Support (Tech)) ]
Sehr geehrter HTC Kunde,
wir bedanken uns, dass Sie unseren Kundendienst kontaktiert haben. Wir bieten Ihnen einen dedizierten Service, um die bestmoeglichste Servicequalitaet hinsichtlich all Ihrer Anfragen und Beschwerden zu bieten.
Microsoft hat tatsaechlich was in der neue Romversion veraendert und das Problem wurde auch schon an Microsoft weitergeleitet. Jetz muss man abwarten, ob Microsoft das Problem loesen wird oder doch nicht. Falls dafuer eine Loesung erscheint, wird es auf HTC Webseite publiziert und fuer die Benutzer zugaenglich gemacht. Bitte schauen Sie immer wieder auf HTC Webseite nach, ob schon eine Loesung erschienen ist.
Falls die vorgeschlagenen Schritte nicht zur Loesung gefuehrt haben sollten, laden wir Sie dazu ein, unsere Support Webseite aufzurufen.
Bitte gehen Sie zu: http://www.htc.com/www/support.aspx
Alternativ gehen Sie zu: http://www.htc.com/select_country.htm,, selektieren Ihr Land und klicken auf den Support Reiter.
Sie koennen auch unsere Callcenter anrufen und die Option 2 auswaehlen falls Sie noch weitere Fragen haben sollten.
Wir bedanken uns nocheinmal herzlich fuer Ihre Anfrage
Mit freundlichen Gruessen,
HTC Team
Click to expand...
Click to collapse
English Google translation:
New Response From [Dace (Europe Support (Tech))]
HTC Dear Customer,
we thank you that you have contacted our customer service. We offer a dedicated service to ensure the best quality service regarding all your queries and complaints to offer.
Microsoft does what in the new Romversion changed and the problem has also been forwarded to Microsoft. Now you have to wait and see whether Microsoft will solve the problem or not. Dafuer If a solution appears, it will be on HTC site for the published and made available to users. Please look again at HTC website to see if a solution has appeared.
If the proposed solution does not have, we invite you to our support web site forward.
Please go to: http://www.htc.com/www/support.aspx
Alternatively, go to: http://www.htc.com/select_country.htm, select your country and click the Support tab.
You can also call our call center and select option 2 if you have any further questions should be.
We thank you again sincerely for your request
With kind regards,
HTC Team
Click to expand...
Click to collapse