Jump to content

problème mise a jour en 2.2


Farnots

Recommended Posts

Bonjour,

Alors j'ai un petit problème lors de la mise a jour de mon motorola milestone:

Tout d'abord je télécharge Motorola Software Upadate : http://direct.motorola.com/FRN/SoftwareUpdateSelect.asp?country=FRA&language=FRN&web_page_name=SUPPORT

Après que tout les driver et le logiciels sois installer je le lance mais petit problème il m'affiche un écran blanc, j'ai portant bien stopper la connections gmail et j'ai mis le milestone en portail et outils.

Je voudrait donc savoir comment faire pour le mettre a jour.

En vous remerciant par avance

Link to comment
Share on other sites

Lors de l'installation du logiciel Motorola Software Update, j'obtiens le message suivant :

'check whether the specified hotfix exists in the target computer

strComputer = "."

Dim HotfixFound :HotfixFound = ""

Set objWMIService = GetObject("winmgmts:" _

& "{impersonationLevel=impersonate}!\\" _

& strComputer & "\root\cimv2")

Set colQuickFixes = objWMIService.ExecQuery _

("Select * from Win32_QuickFixEngineering")

For Each objQuickFix in colQuickFixes

If objQuickFix.HotFixID = "KB941600" Then

HotfixFound = "HOTFIXFOUND=1"

Exit For

End If

Next

'install the msi and set the HOTFIXFOUND property

'the name of the customer Propery must only include upcaseletters.

Set oMSI = CreateObject("WindowsInstaller.Installer")

' set the UI level to full level

oMSI.UILevel = 5

' launch the installer and disable the error display during the vbs script execution

On Error Resume Next

oMSI.InstallProduct Wscript.Arguments(0), HotfixFound

On Error GoTo 0

' clean up used ObjectVars

Set oMSI = Nothing

Si quelqu'un est en mesure de m'expliquer de quoi il s'agit, d'avance merci

Link to comment
Share on other sites

  • 2 weeks later...

Bonjour a tous,

je remonte ce topic parce que je suis un peu dans la meme situation, je m'explique :

J'ai un milestone sous 2.0 (et ouais) j'ai voulu mettre la 2.2 via motorola Software Update, ça ne marche pas, il reconnait mon phone, cherche les informations, et d'un coup, il se déconnect et n'est plus reconnu par le pc.

J'ai voulu faire la MAJ en OTA et le phone me dit : "Le périphérique ne parvient pas a se connecter au server, ressayez ultérieurement"

Or, ça fait 4 jours que je test.

Je n'ai donc aucun moyen de le mettre a jour, et c'est très embétant.

Quelqu'un aurait il une solution ? :)

Merci d'avance pour vos réponses !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...