Errore aggiornamento
Salve ho un problema con l'ultimo aggiornamento sul Nokia Lumia 520 che ho aggiornato a windows 10 seguendo la vostra guida.
Purtroppo all'aggiornamento versione 1709 appare l'errore:
"Si sono verificati problemi durante il download di alcuni aggiornamenti, ma verrà eseguito un ulteriore tentativo più tardi. Se il messaggio viene visualizzato di nuovo, prova a cercare ulteriori informazioni nel Web o a contattare il supporto tecnico. Questo codice di errore potrebbe essere utile: (0x80070273).
Ho visto che c'era un post simile ed ho provato a eseguire la stessa procedura indicata, ma purtroppo l'errore persiste, forse c'è qualche impostazione diversa per quanto riguarda il file .xml? Attendo risposta per favore
Autore del post
Iscritto il - 01/11/2018 22:17
Pubblicità
Re: Errore aggiornamento
Hai fatto copia-incolla senza effettuare modifiche al file xml (riporto qui il link viewtopic.php?p=18793#p18793)?
Nel caso, bisogna cambiare delle righe nel codice. Questo potrebbe funzionare:
<?xml version="1.0" encoding="utf-8" ?> 
<OEMInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/embedded/2004/10/ImageUpdate">
<Description>Test FFU generation for {SOC TYPE} with build number XXXXX</Description> 
<SOC>QC8227</SOC> 
<SV>{SV_NAME}</SV> 
<Device>{DEVICE_NAME}</Device> 
<ReleaseType>Test</ReleaseType> 
<BuildType>fre</BuildType> 
<SupportedLanguages>
  <UserInterface>
      <Language>it-IT</Language> 
  </UserInterface>
  <Keyboard>
     <Language>it-IT</Language> 
  </Keyboard>
  <Speech>
    <Language>it-IT</Language> 
  </Speech>
</SupportedLanguages>
<BootUILanguage>it-IT</BootUILanguage> 
<BootLocale>it-IT</BootLocale> 
<Resolutions>
  <Resolution>480x800</Resolution> 
</Resolutions>
<AdditionalFMs>
  <AdditionalFM>%WPDKCONTENTROOT%\FMFiles\MSOptionalFeatures.xml</AdditionalFM> 
  <!-- Add OEM FM files here -->
</AdditionalFMs>
<Features>
  <Microsoft>
    <Feature>CODEINTEGRITY_TEST</Feature> 
    <Feature>PRODUCTION_CORE</Feature> 
    <Feature>BOOTKEYACTIONS_RETAIL</Feature> 
  </Microsoft>
<!-- Insert OEM\SOC features here
  <OEM>
    <Feature>xxx</Feature>
  </OEM>
-->
</Features>
</OEMInput>
:spunta: Amministratore del Forum!
:!: Link al REGOLAMENTO del Forum - Si prega di leggerlo e rispettarlo!
phpbb_facebook phpbb_twitter phpbb_youtube phpbb_instagram phpbb_website phpbb_twitch
Iscritto il - 20/03/2013 11:37