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

    • "Samsung is shutting down yet another app used by millions" I will fix the clickbait title for you, free-of-charge: "Samsung shutting down it's Max VPN app"
    • Microsoft brings Planner Agent to all Microsoft 365 Copilot users by Ivan Jenic Image: Microsoft Microsoft has announced that Planner Agent in Microsoft 365 Copilot is now generally available to all users with a Microsoft 365 Copilot license. Planner Agent is the latest addition in the string of AI features that Microsoft is implementing across virtually all of its products. The agent lets you manage tasks through natural language prompts directly inside Microsoft 365 Copilot. You can create and update tasks, check priorities, and get insights about current entries without leaving the chat interface. The general availability release comes with a handful of new additions on top of what was available during the initial rollout. A new plan picker lets you search and filter your plans by name, then update task names, statuses, due dates, or priorities through the agent. There's also a goals bucket now, which lets you group tasks under specific goals. This builds on the Goals view, a feature that was introduced as part of the broader Planner refresh that rolled out earlier. Image: Microsoft | Planner Agent in Microsoft 365 Copilot All AI-generated plans and tasks are created in draft mode by default, so you can review and approve changes before anything goes through. This is actually a thoughtful safety feature, because trusting AI to handle all your tasks without a human in the loop is usually a recipe for disaster. Having tasks initially saved as drafts is the best possible middle ground. Microsoft also says that not all tasks are executed equally. Simple tasks get processed quickly, while more complex ones, like building a plan from a Word, Excel, or PowerPoint file, are handed to a more capable model. Microsoft says this approach delivers the best performance, but it could also help with usage management, as you won't have to waste tokens on performing simple tasks. Planner Agent is available now across Teams, Loop, SharePoint, and other Microsoft 365 apps for anyone on a Microsoft 365 Copilot subscription.
    • To be clear I'm anti trump, the bigger point is why review this game at all?
    • Trillion dollar Microsoft has to reduce spending by hurting more people. Good job Microsoft. Good Job Asha.
  • Recent Achievements

    • First Post
      Cosminus earned a badge
      First Post
    • One Year In
      ThatGuyOnline earned a badge
      One Year In
    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      +Edouard
      191
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Steven P.
      86
    5. 5
      neufuse
      73
  • Tell a friend

    Love Neowin? Tell a friend!