January 31st to begin Windows Phone 7.8 update


Recommended Posts

January 31st aiming to be official start of Windows Phone 7.8 update program by Microsoft

EZZAU52.png

Although Microsoft itself has been officially mum on when the Windows Phone 7.8 update will go out to the masses, the end of January is coming into focus as the target date.

On the face of it, Windows Phone 7.8 is a minor update bringing only the ability to use three different size tiles on the Start screen, reflecting the Windows Phone 8 paradigm in addition to some smaller, device specific enhancements. But based user experience, 7.8 really does make a difference in perception, making older devices feel more modern.

http://www.wpcentral.com/january-31-start-windows-phone-78-update-microsoft

  • 2 weeks later...

I wonder if my old lg optimus 7 will get it since lg is being so meh about supporting their devices.

Other people with LG are reporting that they are getting it, have you tried the cable trick with Zune?

Other people with LG are reporting that they are getting it, have you tried the cable trick with Zune?

I actually gave the phone to my sister since she wanted it, I'll have to check with her latter to see if she got it. She's away though so it might take a few days.

Very keen to get the HTC Mozart update! I'm on Three but with an unlocked / unbranded handset which I bought myself.

Unbranded phones should get it because it isn't blocked by a carrier. Unless htc doesn't want to push it out for some reason.

Someone I know got update to his HTC Radar by using the Zune-turn-off-network trick. Might want to try that out...

How did you update your Focus Baji? I'm feeling impatient for some reason and debating just loading the 'clean' ROM or is the Zune trick still the easier method? (Curious how/if I need to backup the OEM ROM for when ATT gets off their butts)

Force WP7.8 update for anyone still waiting on their operator to update them (Posted in the Lumia 710/800 forum, not sure if it will work for other models)

Download - SevenEighter

http://windowsphoneh...eveneighter.zip

Source

http://forum.xda-dev...d.php?t=2128425

Should I worry about a backup of the OEM image/ROM? I have some 710's I'll attempt on first since they are EOL'd anyway but more worried bout bricking my beloved Zune player. ;)

You can download all the stock / OEM ROMs from Navifirm Plus anyway, there is a way to unlock the bootloader of all 710s and a method to easily flash any stock ROM too, all on XDA

Thanks, I was debating a custom ROM but I'll try the SevenEighter if I can still restore via the other method.

It won't be a restore where you can keep apps and data, it will be a clean flash if you want to flash any other ROM from XDA or NaviFirm Plus

But yea you can go back to any ROM you want

If you do, make sure when the PC asks if you want to format the drive on the phone, hit CANCEL or your phone is as good as dead and needs soldering and reflashing from Nokia / Phone repair shops

Force WP7.8 update for anyone still waiting on their operator to update them (Posted in the Lumia 710/800 forum, not sure if it will work for other models)

Download - SevenEighter

http://windowsphoneh...eveneighter.zip

Source

http://forum.xda-dev...d.php?t=2128425

Thanks for this! It appears to be working for my HTC Trophy, hopefully it doesn't take too long to update.

HTC stated when I contacted them the following message regarding 7.8 update

Regarding the 7.8 update, at this time, HTC does not have plans to deliver a Windows Phone 7.8 upgrade.

I guess NO update for my HTC Surround Windows Phone 7.5 to 7.8 ever

Carrier: at&T

This topic is now closed to further replies.
  • Posts

    • Win11Debloat 06.24.2026 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 06.24.2026 changelog: With this release, the legacy app list generator and CustomAppsList file support is removed. This only affects users using legacy command-line methods. More info here: #664 Features & Improvements Clean up styling to better match Windows fluent design guidelines by @Raphire in #638 Add GPO override warning alert and WhatIf dry-run previews by @HetCreep in #611 Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in #615 Guard against loading, saving & executing undefined features by @Raphire in #665 Simplify Window management & update minimum window sizes by @Raphire in #671 Update start menu backup/restore with timestamped filenames by @Raphire in #672 Clean up feature execution logic for readability by @Raphire in #641 Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in #662 Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters Update CLI app removal to use newer app removal methods Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex Fix removal of Microsoft Copilot Fixes Fix: Replace P/Invoke dynamic DLL imports with WPF native methods to fix temp DLL access-denied errors by @Raphire in #661 Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in #637 Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in #642 Fix: Respect Feature min/max version for comboboxes by @Raphire in #639 Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in #647 Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in #651 Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in #655 Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in #645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in #658 Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in #656 Download: Win11Debloat 06.24.2026 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Age of Empires Mobile PC Version The Band The Show The Movie
    • never mind the video had a couple swear words... gosh it was funny!
    • It's expensive, but I bet it will still sell out just like the Steam Deck and the Steam Controller
  • Recent Achievements

    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      416
    2. 2
      +Edouard
      173
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      77
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!