Recommended Posts

  • 2 weeks later...
On 5.12.2015 at 5:18 PM, Dingle berry San the Super said:

Hi guys, after updating to the latest win 10 build 10586.29, Microsoft Camera opens instantly( No more 2-3 secs loading time) and shot to shot saving time have been greatly improved as well..

Though Lumia Camera is still slow as earlier, it shows that its being improving!!

Obviously it can't compete with instant camera open of 950, but its damm fast now.. Microsoft optimize the os more, My 1020 can surely run another one year more of its life with ease :D
 

1020 will never have a "fast" camera for taking pictures and saving for several reasons.

first the massive resolution and the image processing it needs to do. then the image size it needs to save, this increases again if you chose to use raw files. 

  • 2 weeks later...

I am still waiting for some sort of firmware upgrade for the Lumia 930. There is no audio in video recording when the phone is running Windows 10 mobile. How Microsoft can miss out this basic feature is really surprising?

  • 3 weeks later...

Microsoft rolls out Windows 10 Mobile Insider Preview build 10586.71

 

  • Windows Update performance and reliability improvements
  • Improvements in migration of data profiles and messaging settings when upgraded from Windows Phone 8.1.
  • SensorCore API’s are now upgraded correctly from Windows Phone 8.1; allowing applications, including many fitness applications, to correctly access movement data.
  • SD card detection has been improved on boot and after insertion; File Explorer now handles the removal of an SD card when the default for apps or photos are set to SD.
  • Improvements in the Edge browser, including PDF rendering.
  • Bluetooth improvements when re-connecting to all ready paired devices and cars; turn by turn directions, and when using Cortana with the Microsoft Band.
  • Improvements in Settings when downloading Maps or changing Quick Settings.
  • Reinstalling Groove Music from the Windows Store no longer causes DRM music playback issues. Groove Music local song collections are now more quickly imported within the application
  • Device power improvements after listening to music, after missed phone calls when iris detection is disabled, and when downloading updates.
  • In app purchases now work correctly when cellular data is disabled.
  • Improvements to the reliability of Kids Corner.

https://blogs.windows.com/windowsexperience/2016/02/01/announcing-windows-10-mobile-insider-preview-build-10586-71/

people annoyed by the audible hiss then pop after every sound

 

often caused by Microsoft Solitaire, as killing that stops it

or

A lot of times I feel it gets "triggered" by whatsapp, and then just get stuck with every notification coming after it, even when the sound is off, until the next restart. on.63 version.

Small bug which still persist:

  • Start icon still grey box in task switcher

The missing icons happen after upgrade from WP8. It's not present if you do a hard reset.

Closing apps is much smoother now.

There is an  issue that if you scroll in e.g. the store and don't do small flicks but keep your finger on the screen, the content will start jumping around weirdly (is jittering a good word?), which is very disorienting.
It doesn't happen in all apps (e.g. it doesn't happen in Telegram or the All Apps List), but it happens in most.

It is not stutter as if you let go of the screen, the content will continue scrolling smoothly. It is an issue with the touch input.

After the update was done it re-installed a lot of apps. Like Here maps etc.

  • 3 weeks later...

Small tutorial how to update every Windows Mobile 10 phone to Redstone: http://www.nokiapoweruser.com/hack-to-get-windows-10-mobile-redstone-build-14267-on-any-lumia/
I stay still on standard Fast Ring Build for my Lumia 830, this problem with Lumia 550 is bit risky ;)

  • 3 weeks later...
  • 3 weeks later...
  • 3 weeks later...

Microsoft releases Windows 10 Mobile build 14327 to the Fast ring

 

 

Here's what's new:

Try out the Messaging Everywhere Preview

You can now try out the preview of the “Messaging everywhere” feature in Windows 10 that allows you to send and receive text messages from your phone directly from your Windows 10 PC’s.

messaging.jpg

To enable this:

  • Make sure you are signed in with your Microsoft Account (MSA).
  • On your phone – make sure “Send texts on all my Windows devices” is turned on.
  • On your PC – make sure you have chosen which phone to send messages through. You do this in the settings of the Messaging app on your PC (screenshot above).

Try it out and less us know what you think via the Feedback Hub.

NOTE: You may have noticed that Skype integration in the Messaging app in this build of Windows 10 Mobile has been removed. This is so Skype can streamline your experience, replacing the integration with the Skype UWP Preview app for mobile in an upcoming build. In the meantime, you can use the existing Skype for Windows Phone app available in the Windows Store.

Cortana in more languages

With this build, we are enabling Cortana for the Spanish (Mexico), Portuguese (Brazil) and French (Canada) languages for Mobile (available previously in PC builds). If you’re running the Windows 10 Mobile Insider Preview in these languages – give Cortana a try and let us know what you think. For each new market and language, the Cortana Team works to develop a custom experience that is relevant in each individual market and language. These are early versions that we will continue improve based on your feedback and we look forward to hearing more from you.

Voice input is also now available for these languages. Set focus to a text field and tap the microphone above the keyboard to give it a try.

If you're on the Fast ring, you can grab this build right now by heading over to Windows Update on your supported Windows phone.

Source: Windows Blog

  • 4 weeks later...
  • 2 weeks later...
  • 3 weeks later...

Windows 10 14367 vs.

Windows

14328 WinRT API Added/Changed

 

Quote
 diff legends: +: added, -: removed, *: changed, |: type member changed
 
| public enum Windows.ApplicationModel.Chat.ChatMessageValidationStatus {
+   ValidWithLargeMessage = 11,
+   VoiceRoamingRestriction = 12,
+   DataRoamingRestriction = 13,
| }
 
| public class Windows.ApplicationModel.Core.CoreApplication {
+   public static void EnablePrelaunch( bool value );
| }
 
| public enum Windows.ApplicationModel.Store.Preview.StoreSystemFeature {
+   VideoMemory1GB = 33,
| }
 
| public enum Windows.Gaming.Input.ForceFeedback.ConditionForceEffectKind {
+   Inertia = 2,
-   Interia = 2,
| }
 
| public class Windows.Gaming.Input.ForceFeedback.ConstantForceEffect {
+   public ConstantForceEffect();
| }
 
| public class Windows.Gaming.Input.ForceFeedback.RampForceEffect {
+   public RampForceEffect();
| }
 
| public class Windows.Management.Deployment.PackageManager {
+   public IAsyncOperation<IVectorView<PackageVolume>> GetPackageVolumesAsync();
| }
 
| public class Windows.Management.Deployment.PackageVolume {
+   public bool IsAppxInstallSupported { get; }
+   public bool IsFullTrustPackageSupported { get; }
+   public IAsyncOperation<ulong> GetAvailableSpaceAsync();
| }
 
| public class Windows.Media.MediaTimelineController {
+   public MediaTimelineController();
| }
 
| public class Windows.Media.Protection.ProtectionCapabilities {
+   public ProtectionCapabilities();
| }
 
| public class Windows.Media.Protection.PlayReady.PlayReadyLicenseAcquisitionServiceRequest {
+   public Guid SessionId { get; }
| }
 
+ public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationInfo {
+   public string KeyId { get; }
+   public string KeyName { get; }
+   public string Subject { get; }
+   public string TenantId { get; }
+   public string TenantName { get; }
+ }
 
+ public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationManager {
+   public EnterpriseKeyCredentialRegistrationManager Current { get; }
+   public IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
+ }
 
| public class Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorRegistration {
+   public static IAsyncAction UpdateDeviceConfigurationDataAsync( string result, IBuffer deviceId );
| }
 
| public enum Windows.Security.EnterpriseData.FileProtectionStatus {
+   FileInUse = 10,
| }
 
| public class Windows.Services.Store.StoreContext {
+   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndOptionalStorePackageUpdatesAsync();
-   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndSupplementalStorePackageUpdatesAsync();
| }
 
| public class Windows.Services.Store.StorePurchaseProperties {
-   public Uri ImageUri { get; set; }
-   public string Description { get; set; }
| }
 
+ public enum Windows.System.LaunchFileStatus {
+   Success = 0,
+   AppUnavailable = 1,
+   DeniedByPolicy = 2,
+   FileTypeNotSupported = 3,
+   Unknown = 4,
+ }
 
| public class Windows.System.Launcher {
+   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user );
+   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri );
+   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
+   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri );
+   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
| }
 
+ public struct Windows.System.Profile.ProfileSharedModeContract {
+ }
 
+ public class Windows.System.Profile.SharedModeSettings {
+   public bool IsEnabled { get; }
+ }
 
| public enum Windows.System.RemoteSystems.RemoteSystemStatus {
*   DiscoveringAvailability = 1,
*   Available = 2,
| }
 
+ public class Windows.UI.Input.RadialControllerButtonClickedEventArgs {
+   public RadialControllerScreenContact Contact { get; }
+ }
 
+ public class Windows.UI.Input.RadialControllerControlAcquiredEventArgs {
+   public RadialControllerScreenContact Contact { get; }
+ }
 
| public class Windows.UI.WebUI.WebUIApplication {
+   public static void EnablePrelaunch( bool value );
| }
 
| public enum Windows.UI.Xaml.ElementSoundMode {
*   FocusOnly = 1,
*   Off = 2,
| }
 
| public enum Windows.UI.Xaml.Automation.AnnotationType {
+   InsertionChange = 60011,
+   DeletionChange = 60012,
+   MoveChange = 60013,
+   FormatChange = 60014,
+   UnsyncedChange = 60015,
+   EditingLockedChange = 60016,
+   ExternalChange = 60017,
+   ConflictingChange = 60018,
+   Author = 60019,
+   AdvancedProofingIssue = 60020,
+   DataValidationError = 60021,
+   CircularReferenceError = 60022,
| }
 
| public class Windows.UI.Xaml.Automation.AutomationElementIdentifiers {
+   public AutomationProperty FlowsFromProperty { get; }
+   public AutomationProperty FlowsToProperty { get; }
| }
 
| public class Windows.UI.Xaml.Automation.AutomationProperties {
+   public DependencyProperty FlowsToProperty { get; }
+   public DependencyProperty FlowsFromProperty { get; }
+   public static IVector<DependencyObject> GetFlowsTo( DependencyObject value );
+   public static IVector<DependencyObject> GetFlowsFrom( DependencyObject value );
| }
 
| public class Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer {
+   public WindowInteractionState InteractionState { get; }
+   public bool IsModal { get; }
+   public bool IsTopmost { get; }
+   public bool Maximizable { get; }
+   public bool Minimizable { get; }
+   public WindowVisualState VisualState { get; }
+   public void Close();
+   public void SetVisualState( WindowVisualState state );
+   public bool WaitForInputIdle( int returnValue );
| }
 
| public class Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer {
+   public WindowInteractionState InteractionState { get; }
+   public bool IsModal { get; }
+   public bool IsTopmost { get; }
+   public bool Maximizable { get; }
+   public bool Minimizable { get; }
+   public WindowVisualState VisualState { get; }
+   public void Close();
+   public void SetVisualState( WindowVisualState state );
+   public bool WaitForInputIdle( int returnValue );
| }
 
| public enum Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator {
+   CrossOriginPreFlight = 10,
+   Fetch = 11,
+   Beacon = 12,
| }

 

  • 1 month later...
  • Daniel F. unpinned this topic
This topic is now closed to further replies.
  • Posts

    • I'm still on Windows 10 22H2 because I didn't want to deal with all the issues in Windows 11, so I waited almost a week before installing the latest Patch Tuesday update (KB5094127), I went ahead and did it, and it was a huge mistake—ever since then, my File Explorer has seen a performance drop of about 30% when transferring large files... Once again, Microsoft has outdone itself! This update cannot be uninstalled, either through the Control Panel (via Settings) or by accessing Advanced Startup Options. The only possible alternative would be to use system restore points, but I’d have to reinstall all app and driver updates (and there’s no guarantee it would work). Or there’s the “nuclear option” of a in-place repair without losing files or apps, but even then, all my customizations would be lost! Microsoft just can’t help but mess everything up! Way to go, Microsoft! But I still don’t want your c****y Windows 11!
    • Microsoft: Windows 11 could finally solve a major issue across AMD, Nvidia, and Intel GPUs by Sayan Sen While Microsoft has been trying to improve it, Windows 11 is definitely not flawless, as even today some issues are taking a year to publicly acknowledge. However, one area of trouble that may finally see much better results soon is graphics driver crashes. Work on graphics driver timeouts, also called Timeout and Detection Recovery (TDR), is not new as the latest WDDM 3.2 also has specific improvements regarding it. Windows Display Driver Model (WDDM) version 3.2 is supported on Windows 11 24H2 and 25H2. However, with the upcoming version 26H2, TDR crash diagnosis could go to the next level as Microsoft is introducing a new DirectX 12 API feature called "DirectX Dump Files". Similar to how system memory dump files work when a system crashes or freezes or encounters any such major issue, DirectX Dump Files (DDF) will essentially record a snapshot of the GPU execution right at the moment a graphics-related crash or hang or freeze occurs, so that developers can better understand and diagnoze these TDR and timeout detection errors. The dump will be available as a .dxdmp file for analysis and it will be a comprehensive dump file generated with detailed insights about the hardware, drivers, Windows, as well as the affected application. This should be another welcome change in this department. Earlier at GDC 2026, when the technology was first debuted, Microsoft had shared more details regarding it. The company had explained how DDF is designed to gather data from every layer of the graphics stack into a single file, eliminating the need for developers to manually correlate logs from multiple tools. As mentioned above, the dump can contain a lot of useful details like GPU hardware state information such as register values, shader program counters, page fault virtual addresses, shader memory data, and command buffers. Alongside that, it also captures DirectX runtime and kernel information, including D3D objects, pipeline state objects, device error data, adapter details, and CPU call stacks. Microsoft says the feature has been built around two primary use cases: retail device removals and local device removals. The former allows developers to collect crash information from end users' systems in the field, while the latter helps QA teams and developers investigate issues on test machines. Developers will also be able to include up to 2 MB of custom application data through new D3D12 APIs, providing additional context for troubleshooting. In addition, Microsoft is introducing three dump collection modes ranging from zero-overhead capture, which has no runtime performance impact on supported hardware, to higher-detail modes that collect more vendor-specific debugging data. On compatible Tier 2 hardware, zero-overhead dumps will be enabled by default, meaning developers may begin receiving useful crash diagnostics without making any code changes. The table below explains the three tiers: Tier Description NO_OVERHEAD Enables crash capture with no runtime cost and is suitable for broad deployment MEDIUM_OVERHEAD Provides a balance, capturing additional diagnostic data with moderate impact HIGH_OVERHEAD Collects the most detailed GPU and driver state available, enabling deeper investigation at the cost of higher runtime overhead In terms of availability, the company expects broader release to be around the fall of 2026, which should be right around the time when Windows 11 version 26H2 lands. Right now, DirectX Dump Files are available as a preview and currently, only AMD has the compatible AgilitySDK Developer Preview driver version 26.10.07.02. You can find the official announcement post here on Microsoft's website.
    • And with SO much better perf than the laggy mess that is Files.
    • BrowserOS 0.46.0 by Razvan Serea BrowserOS is a free, open-source Chromium-based browser that runs AI agents natively, offering a smarter, more productive browsing experience. It supports Chrome extensions and integrates AI agents to automate tasks, fill forms, and streamline workflows. Your data stays on your computer: you can use your own API keys or run local models via Ollama, making it a privacy-first alternative to tools like Perplexity, Comet, or Dia. With built-in productivity tools and app integrations, BrowserOS boosts efficiency while keeping control firmly in your hands. Being Chromium-based, BrowserOS lets you effortlessly import your bookmarks, passwords, and Chrome extensions in just a few clicks. BrowserOS works with OpenAI GPT models, Anthropic Claude, Google Gemini, and local AI models via Ollama or LMStudio. You can use your own API keys and effortlessly switch between providers. BrowserOS Agent Your AI productivity assistant that organizes and manages your browsing effortlessly Quickly list, group, or close tabs Save and resume browsing sessions Search your history and organize bookmarks Switch instantly to the tab you need BrowserOS Navigator – Automate web tasks with ease Navigate websites and search automatically Interact with pages without manual effort Handle repetitive tasks in seconds What makes BrowserOS special Feels like home - same familiar interface as Google Chrome, works with all your extensions AI agents that run on YOUR browser, not in the cloud Privacy first - bring your own keys or use local models with Ollama. Your browsing history stays on your computer Open source and community driven - see exactly what's happening under the hood MCP store to one-click install popular MCPs and use them directly in the browser bar (coming soon) Built-in AI ad blocker that works across more scenarios! BrowserOS 0.46.0 changelog: Run Claude Code & Codex right in your browser — We've extended the agent harness to bring full coding agents into BrowserOS. Claude Code and Codex now come bundled and plug straight into the assistant, so you can drive your browser with the agent — and the subscription — you already use. A brand new experience — A redesigned new tab, a calmer composer, and a rebuilt command center for switching between agents. The whole assistant is cleaner, faster to reach, and easier to live in. New MCP tools — We rebuilt the browser tool surface from the ground up — a tighter, more reliable set of tools for agents to drive the browser. Plus one-click install of BrowserOS as an MCP server into the agents you already run, with automatic URL sync. Chromium 148 — Updated to the latest Chromium base with all recent upstream fixes and security patches. Streamlined — We've pulled back a few features that weren't getting much use — Skills, Soul, and Memory — so we can focus and ship better versions of them soon. Download: BrowserOS 0.46.0 | 181.0 MB (Open Source) Download: BrowserOS for macOS | 485.0 MB Links: BrowserOS Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      594
    2. 2
      +Edouard
      187
    3. 3
      PsYcHoKiLLa
      79
    4. 4
      Michael Scrip
      74
    5. 5
      Steven P.
      67
  • Tell a friend

    Love Neowin? Tell a friend!