Thursday 17 December 2015

Windows 10 Mobile : Preview Build 10586 Latest preview 10.0.10586.36

Improvement


  •  Last Preview Build 10586.29 having some issue with Lumia 950 and Lumia 950 XL now its Fixed
  • improve in upgrade 

Sunday 6 December 2015

Windows 10 Mobile : Latest preview 10.0.10586.29 Version 1511 Build 10586.29

Bug fixes

  • Additional improvements in upgrade experience, including devices with limited free space, map rendering on update, and RCS enabled device settings.
  • Improved application backwards compatibility for Windows Phone 8.1 Silverlight applications.
  • Edge performance and stability has been improved. Auto-completion has been updated to allow user to more easily edit the end of the URL in the address bar.
  • Additional Bluetooth stability improvements.
  • Resolved issues on switching the active cellular connectivity profile on Dual SIM devices.
  • Data profiles are now correctly restored in the out of box experience that would prevent some devices from sending or receiving MMS messages.

Additional devices available to Windows Insiders early next week:

  • LG Lancet
  • Microsoft Lumia 550
  • Microsoft Lumia 950
  • Microsoft Lumia 950 XL

Wednesday 25 November 2015

Windows 10 Mobile : Apps Update

OneDrive and Camera Update


  • OneDrive version  from 17.4.1 to 17.5.1  
            Download
  • Camera app from 1088.11 to 1088.21
            Download

Friday 20 November 2015

Windows 10 Mobile : Latest preview 10.0.10586.11 - Version 1511 - build 10586.11

Bug fixes

  • Start experience corruption fixed after upgrading and restoring previous backups in build 10581
  • Default save locations in settings restored
  • Apps in SD card crashes compatibility improved
  • Improvements to Messaging + Skype app
  • Apps and games download more reliably
  • Improvements Store
  • resuming/loading text showing when switching apps noew improve in this version
  • physical camera button should be working again if it wasn’t working for those before

Wednesday 18 November 2015

Java 2D array Grid Search

Java 2D array:   Search sub array inside a array'

Note:
The first line contains an integer, T, which is the number of test cases. T test cases follow, each having a structure as described below:
The first line contains two space-separated integers, R and C, indicating the number of rows and columns in the grid G, respectively.
This is followed by R lines, each with a string of C digits, which represent the grid G.
The following line contains two tab-separated integers, r and c, indicating the number of rows and columns in the pattern grid P.
This is followed by r lines, each with a string of c digits, which represent the pattern P.

Solution:


import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;

public class Solution {
public static void main(String[] args)
{
   /--------------------Input------ see Note--------------------
    Scanner scan = new Scanner(System.in);
    int steps = Integer.parseInt(scan.nextLine());
    while(steps >0){
        int sr = scan.nextInt();
        int sc = scan.nextInt();
        boolean found = false;
        scan.nextLine();
        int[][] m1 = new int[sr][sc];
        for(int i=0;i<sr;i++){
            String row = scan.nextLine();
            for(int j=0;j<sc;j++){
                m1[i][j] = (int)(row.charAt(j) );
            }

        }
/--------------------Input End--------------------------
        int fr = scan.nextInt();
        int fc = scan.nextInt();

        scan.nextLine();
        int[][] m2 = new int[fr][fc];

        for(int i=0;i<fr;i++){
            String row = scan.nextLine();

            for(int j=0;j<fc;j++){
                m2[i][j] = (int)(row.charAt(j) );
            }

        }

        outLoop:
        for(int i=0;i<sr;i++){
            for(int j=0;j<sc;j++){
                if(m1[i][j]==m2[0][0]){
                   if(isMatrix(m1,m2,fr,fc,i,j) ){
                       found = true; 
                       break outLoop;
                   } else{
                       found = false;
                   }
                }
            }
        }

       String r = (found==true)?"YES":"NO"; 
       System.out.println(r);

        steps--;
    }
}
public static boolean isMatrix(int[][] m1, int[][] m2, int fr, int fc, int i, int j){
    boolean found = true;
    for(int a=0;a<fr;a++){
        for(int b=0;b<fc;b++){
            try{
                if(m2[a][b]!=m1[i+a][j+b]){                       
                    return false;
                }
            }
            catch(Exception e){
               return false;
            }

        }
    }
     return true;
}
}

Sunday 15 November 2015

Windows 10 : Latest version 10.0.10586 (TH2) Version 1511


  • 2nd general availability build
  • Windows should now remember your previous login type
  • Apps and games should download from the Windows Store more reliably
  • "Get fun facts, tips, tricks, and more on your lock screen" and "Occasionally show suggestions in Start" toggles added to the Pro edition of Windows 10
  • XTS-AES encryption algorithm for BitLocker
  • Enhanced Credential Guard

Thursday 5 November 2015

Windows 10 : 10.0.10586.0 Latest preview version (Build 10586)

Bug fixes

  • Audio player (like music from Groove, or videos from the Movies & TV app) notification pops up from Action Center is fixed.
  • Phone Sleep down instead of shutting it down when pressing 3 times power button.
  • disksnapshot.exe command prompt window would flash randomly.
  • Windows will remember your previous login type.
  • Microsoft Edge Tab previews were appearing as black if the page was not scrolled to the top, and web note clippings were also appearing as black
  • Some tome rotation or virtual mode screen size set larger than the physical screen size should no longer experience a bluescreen on upgrade.
  • Improvement of Store. Apps and games should download more reliably.
General Improvement 

  • When yor are upgrading from one Windows 10 Insider Preview build to another Insider Preview build, Skype messages and contacts will disappear from the Messaging + Skype app. You can get Skype messages and contacts back by navigating to “C:\Users\<USERNAME>\AppData\Local\Packages\Microsoft.Messaging_8wekyb3d8bbwe\LocalCache” in File Explorer and deleting or renaming the “PrivateTransportId” file. After deleting or renaming that file, go to the Skype video app and sign out of Skype and sign back in.
  • The Insider Hub might be gone after upgrading to this build. You can get Insider Hub back by going to Settings > System > Apps & features and clicking “Manage optional features”, choosing “Add a feature” and selecting Insider Hub.

Thursday 29 October 2015

Windows 10 : Latest preview version 10.0.10576


  • Added media casting in Microsoft Edge, excluding protected content
  • Ask Cortana works inside PDFs in Microsoft Edge

Windows 10 Mobile : 10.0.10581.0 Technical Preview (Build 10581)

Bug fixes
  • Dual-SIM issues in build 10572 fixed
  • Fixed bugs that affected battery life
  • Fixed issue in Build 10572 where the Chinese Pinyin QWERTY keyboard stopped working after upgrading from Windows Phone 8.1
  • Fixed issue where user couldn’t choose some apps to show quick status on the Lock screen
  • Hey Cortana functionality restored for some devices that upgraded from Windows Phone 8.1
  • Improvements to text prediction and auto-correction
  • Possible to select photos for sharing through third party apps
  • Video recording functionality has been improved
  • Visual Voicemail sync should now work properly

Wednesday 21 October 2015

Windows 10 : Latest preview version 10.0.10565



  • Enabled preview of Skype features through integrated Windows apps
  • Tabs can now be previewed in Microsoft Edge by hovering over them
  • Reading list items and favorites are now synced in Microsoft Edge
  • Improved context menus in Start
  • New icons in menus such as Device Manager
  • Windows 10 can be activated by upgrading from Windows 7, 8, or 8.1 by using their respective product keys
  • Introduced a new mode to optionally set default printer to the last printer used by the user
  • Removed ability to set a default printer by network location
  • All context menus have been shrunk
  • Contacts from the People app can now be pinned to Start menu
  • Introduced an early version of nested virtualization
  • Cortana can now send texts through the desktop, or notify the user of missed calls

Android 6.0 Marshmallow features : What's new?

All about Android 6.0, Marshmallow

Contextual Assistance
  • Now on Tap: get assistance without having to leave what you’re doing—whether you’re in an app or on a website. Just touch and hold the home button.
  • Do more with your voice. Now you can have a dialogue with any of your apps that support the new voice interaction service. For example, if a user says “play some music on TuneIn,” TuneIn will respond by asking “What genre?”.
  • Direct Share: a fast and easy way to share to the right person in the right app.

Battery

  • Doze: when your device is at rest, Doze automatically puts it into a sleep state to increase your standby battery life.
  • App Standby: no more battery drain from seldom used apps; App Standby limits their impact on battery life so your charge lasts longer.
  • USB Type C support*: Quickly transfer power and data all through the same cable. Lightning fast charging gives you hours of power in just minutes.


Privacy & Security
  • On an Android Marshmallow device, apps designed for Android Marshmallow only ask for permission right when it’s needed. You can deny any permission and still continue to use the app.
  • Advanced controls to turn permissions on or off for all your installed apps.
  • Verified boot: when your Android device boots up, it will warn you if the firmware and Android operating system have been modified from the factory version.
  • Use fingerprint sensors* to unlock your device, make purchases in Google Play, authenticate transactions in apps, and pay in stores.

Android Runtime (“ART”)
  • Improved application performance and lower memory overhead for faster multi-tasking.

Productivity
  • Bluetooth™ stylus support*, including pressure sensitivity and modifier keys.
  • Improved typesetting and text rendering performance.
  • Smarter text selection, built-in undo/redo, and text actions closer to your fingers.
  • Text selection actions such as a new Translate option that lets you translate text from one language to another right on the spot. (Note: requires Google Translate app installed)
  • Save paper with duplex printing support.

System usability improvements
  • App links: enables installed apps to automatically handle their web URLs so you can jump right into the app, rather than the mobile web site, as appropriate.
  • Easily toggle and configure Do Not Disturb from quick settings.
  • If someone calls you twice within 15 minutes, you can choose to allow the call to ring through while Do Not Disturb is enabled.
  • Use automatic rules to enable Do Not Disturb for as many custom time blocks as you like or around events on your calendar.
  • Simplified volume controls allow you to manage notification, music, and alarm volumes easily from anywhere with the touch of your volume keys.
  • Streamlined Settings let you manage an app’s settings all in one place, from battery and memory usage, to notifications and permissions controls.
  • Google Now Launcher app list refreshed with search, fast alphabetic scrolling, and predictive App Suggestions.

Connectivity
  • More power efficient Bluetooth Low Energy (“BLE”) scanning for nearby beacons and your accessories.
  • Hotspot 2.0: Connect to compatible Wi-Fi networks seamlessly and securely.
  • Bluetooth SAP: Make calls from your carphone using your phone’s SIM.
  • Portable Wi-Fi hotspot now supports 5GHz frequency bands.

Expandable storage
  • Flex Storage: makes using SD cards or external storage devices as encrypted expanded storage for your apps and games on Android Marshmallow a whole lot easier.

Device setup and migration
  • Easily transfer your accounts, apps and data to a new device.
  • During setup, you can add an additional personal or corporate email account (e.g., IMAP)
  • Auto backup for Apps: seamless app data backup and restore.
  • Backup/restore of additional system settings such as your Sync settings, preferred apps, Do Not Disturb settings, Accessibility settings and enabled IMEs.

Media
  • MIDI support: create, consume, and perform music using your Android device with USB MIDI devices, MIDI over BLE, and software-based MIDI devices.

Internationalization
  • Android is now available in 74+ languages with 6 new additions: Azerbaijani, Gujarati, Kazakh, Albanian, Urdu, and Uzbek.

Android for Work
  • When receiving calls or viewing past messages, you can now see the full work contact details even if you’re not logged into your work profile.
  • Work status notification: A status bar briefcase icon now appears when you’re using an app from the work profile and if the device is unlocked directly to an app in the work profile, an alert is displayed notifying the user.
  • VPN apps are now visible in Settings > More > VPN. Additionally, the notifications that VPNs use are now specific to whether that VPN is configured for a work profile or the entire device.

Windows 10 Mobile : 10.0.10572 Technical Preview (Build 10572)

Calling and Messaging

  • Cortana can now send SMS from an associated PC with the same Microsoft Account
  • Cortana can now notify users about their missed calls on an associated PC
  • Skype integration for messaging and calls. Conversations and contacts can be synced with Cortana on a Windows 10 on PC
  • .gif support in the Messaging app
  • Individual messages can now be searched
  • Phone app can search contacts displayed in the call history


General user experience

  • Cortana can now order automobiles via the Uber service
  • Bing Maps now supports offline maps stored on an SD card

Monday 19 October 2015

Windows 10 Mobile : 10.0.10549.4 technical preview

General user experience
  • Cortana enabled for Japan and English speakers in Australia and Canada
  • Diverse Emoji characters
  • Lumia Camera is now enabled for Nokia Lumia 1020 devices
  • Phone vibrates when an outgoing call is answered
  • Text box in the Messaging application can now be expanded

Tuesday 13 October 2015

Windows Mobile : Problem

Windows  Mobile : Problem with ringtones

I am using windows mobile, i am bot able to set other then internal windows ringtons.

any one please tell, how to set ringtones in windows phone ?



Dungeon hunter 5 issues

Dungeon hunter 5

Dungeon hunter 5 have some technical issue , when i am playing in between mission one monster getting stack. 
so i am not able to complete the mission.
its not able  to count hoy many monster has killed. then the mission is getting stack. 

Forcely have to terminate the mission. then only able to play.



This is only issue with windows phone or android i dont know.

i am using windows 10 mobile.


Friday 25 September 2015

How to receive Bluetooth file in Windows 10 Mobile ?

Issue with Bluetooth in Windows 10 Mobile. Windows 10 technical preview not support Bluetooth file sharing. ant not able to store received file.



Wednesday 23 September 2015

Truecaller now Available for Windows 10 mobile technical preview

Upcomming version of Windows 10 mobile technical preview now Support Truecaller

Lumia Camera now available for windows 10 mobile technical preview

Microsoft announce Upcomming Windows 10 mobile technical preview support  Lumia Camera. Good new for all Windows 10 mobile user.

Saturday 19 September 2015

Windows 10 Mobile : Problem

Windows 10 Mobile : Problem 


When i am in call , i am not able to type any number and not able to edit.

When call drop its closing that type number , not storing.


Nokia 1020 Flash Problem

Nokia 1020 Flash Problem


Nokia 1020 Flash Problem

Nokia  1020 Flash is not working . 

Windows 10 Mobile : Technical preview Version 10.0.13005.0 (Build 10536.1004)

Improvement:
  • One-handed mode for all phones
  • Added Japanese and English (India) speech recognition for Voice input

Bug fixes:
  • Loading loop of start screen fixed.
  • Lock screen delay of date and time fixed.
  • Mobile hotspot functionality restored.
  • Pinch and zoom in Maps app.
  • Quiet Hours fixed.
  • Single update from Windows Phone 8.1 to Windows 10 Mobile Insider Preview for all devices.
  • Two-factor authentication is fixed when setting up a device for both text and phone authentication.

Windows 10 Mobile : message Notification problem

Windows 10 Mobile : message Notification problem
  

Current Update of Windows 10 Mobile Not showing Notification.
just message is receive in the inbox.




Friday 18 September 2015

Genpact Headstrong Links

Genpact Headstrong Links


1. Oracle Time sheet Link

          https://leapahead.headstrong.com/
        New Links
            https://hrfweb.genpact.com/

2. All Sec Genpact headstrong Payslip Link

            https://allsectech.com/Headstrong/
        New Link   https://www.allsechro.com/Headstrong

3. Citrix Web mail

           https://secure.genpact.com/

4. Iperform

           https://iperform.genpact.com/federation/login


see more

Welcome

Welcome to my Blog.
  This blog is for Discuss all problems and tips.