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

  • Like 8
  • 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

    • Same Internet Archive seemed to grab the new version https://web.archive.org/web/20...d/Setup_MakeMKV_v1.18.4.exe Here's the link to an additional file it periodically downloads https://web.archive.org/web/20260213092148/https://www.makemkv.com/sdf.bin I think update's keys, etc. To manually trigger this update, put the sdf.bin file in the root of where the program is installed. When you launch the program it will pick up the file and import it. Typically put it here: C:\Program Files (x86)\MakeMKV\sdf.bin
    • Windows 11 KB5094126, KB5093998 bugging out Office apps but it may not be Microsoft's fault by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. Although the tech giant did not acknowledge any major problems, some users online reported various issues ranging from OneDrive and Dropbox access problems, BitLocker recovery lockouts, to blue screens and BSODs. You can read about them in this dedicated piece. While there is still no confirmation about those problems from Microsoft the company has admitted to another bug which we did not report on. The tech giant has confirmed it has received reports of an issue in which certain third-party applications may be unable to launch Microsoft Office apps or open Office documents after installing the Patch Tuesday. This affects both Windows 11 as well as Windows 10. The company says the problem impacts a subset of applications that rely on OLE (Object Linking and Embedding) automation to communicate with Microsoft Office programs. According to Microsoft, affected scenarios involve third-party software attempting to open Office applications or documents from within their own interface. In such cases, the Office program may fail to launch altogether, or the requested document may not open. Oddly there may not be any error message, which probably makes the issue difficult to diagnose. The bug affects several Office products, including Word, Excel, PowerPoint, Access, and other apps in the Microsoft Office suite when they are launched through the affected software. These include tax and accounting software such as CCH Engagement and Workpaper Manager, dental practice management solutions like Dentrix and Softdent, as well as the popular research and reference management tool Zotero. Microsoft adds that other applications using similar Office integration methods could also experience the same problematic behavior. To understand the issue it is important to look at OLE, the Microsoft technology involved. OLE allows different applications to work together and share data, while its Automation feature lets one program control another. Thus this enables third-party software to launch Microsoft Office apps, open documents, and perform tasks automatically without requiring users to switch between programs. Because many accounting, healthcare, research, and business applications rely on OLE automation to interact with Word, Excel, PowerPoint, and other Office apps, any disruption can break those workflows. As a result, affected software may be unable to open Office documents or launch Office applications even though the programs themselves continue to work normally. At the moment the company has not provided a permanent fix though it has confirmed that engineers are actively working on a resolution, which will be delivered through a future Windows update. As such additional details will be shared once more information becomes available. In the meantime, Microsoft recommends a simple workaround for affected users whic is to open the Office application or document directly rather than launching it through the third-party program. For enterprise customers and organizations managing larger deployments, Microsoft says an additional mitigation is available. Admins experiencing the problem on their managed devices are advised to contact Microsoft Support for business to obtain and apply the workaround.
    • It saddens me when cars are such dull colours now. Mine is bright metallic blue and I absolutely adore it for standing out in contrast to that depressing backdrop of traffic.
    • Sparkle 2.20.0 by Razvan Serea Sparkle is a free, open-source Windows optimization tool designed to make your PC faster, cleaner, and more private. With Sparkle, you can easily debloat Windows by removing unnecessary apps and services, disable Microsoft tracking to enhance privacy, and apply performance tweaks to boost speed. Its cleaner removes junk and temporary files, while every change is safe and fully reversible. Sparkle also features a modern, user-friendly interface with automatic updates, making system maintenance simple. Explore over 39 tweaks, from disabling telemetry and hibernation to optimizing network and game settings, all aimed at customizing and enhancing your Windows experience. Sparkle supports Windows 10 and 11. Sparkle 2.20.0 changelog: Debloat Tweak has animated border New homepage loading UI New Tweak Modal (Markdown Supported) Refactored GPU Detection Added Tests with vitest Added foobar2000 to apps Added Localsend to apps Updated Modal Styles Added styles for disabled inputs Added Animated Border to debloat-windows tweak Bumped dependencies Refactor System info logic for speed Tweak info modals now support Markdown Added Clear System info cache to settings Redesigned Home Page Loading UI Changed Some Icons around the app Download: Sparkle 2.20.0 | Portable | ~100.0 MB (Open Source) Links: Sparkle Website | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • lol it was a typo, fixed! haha imagine an actual 4TB Gen4 NVMe for $40 in 2026
  • Recent Achievements

    • Reacting Well
      Dys Topia earned a badge
      Reacting Well
    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      106
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      68
  • Tell a friend

    Love Neowin? Tell a friend!