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.

  • Like 7

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,
| }

 

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

    • Isn’t it so sweet Microsoft after so many years of neglect, they admit to these issues in Windows lately? Doesn’t this just make you wanna run out and meet them halfway to give them a warm hug only? Just gives us this warm fuzzy feeling thinking about it. /s
    • Why was it necessary to use AI to help write this article? Can we no longer do our own research or our own writing?
    • The auto industry really needs to update it's terminology so a software update isn't called a recall.
    • Anybody that thinks flying cars were possible are idiots. Everyone would basically need a pilot licence, can you imagine how insane and dangerous that would be, people can barely handle driving on land safely right now.
    • Microsoft Edge 149.0.4022.80 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Microsoft Edge 149.0.4022.80 changelog: Fixes Fixed an issue that prevented QR code generation from working. Feature updates Intune MAM Protected Downloads. The protected downloads feature for Intune MAM will now save downloaded files to the Documents > Microsoft Edge > Downloads folder in OneDrive. Extensions monitoring in the Edge management service. The Microsoft Edge management service now allows admins to gain visibility into extensions installed across their managed users. From the extensions monitoring page, admins can see which extensions have been installed as well as manage user requests for blocked extensions. For more information, see Microsoft Edge Extensions Monitoring. Validate Edge builds early with enterprise preview. Enterprise preview provides a simpler way for admins to flight pre-release Edge builds to their users. To reduce friction and bolster usage, users will receive pre-release builds directly inside of their Stable Edge application. Admins can allow users to easily opt-out of the preview experience, using built-in rollback to switch between their pre-release and stable channels with ease. Microsoft 365 admin center users can configure the feature, view their flighting population, and receive personalized recommendations all in one place. For more information, see Get started with Enterprise Preview in Microsoft Edge. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
    • First Post
      BizSAR earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      598
    2. 2
      +Edouard
      189
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Michael Scrip
      76
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!