Tuesday, September 23, 2014

By pass–Exchange PIN Security on Android

 

First of all I want to you guys to understand the requirement  of this by pass.

I am not trying this for illegal purpose. My friend working on freelancer and he needs to check his emails very often.

now you can understand his pain if you are using exchange very often from your phone.

here is the solution

Features
Bypasses Exchange Security requirements such as the PIN lock requirement in AOSPish ROMs.


image

Verified working in

  • Samsung Galaxy Note 1, 2, 3
  • Samsung Galaxy S 4
  • Asus Zenfone 5
  • Moto E
  • Nexus 5/4.4 stock
  • Working on latest CM11 nightlies

Requirements
Install Instructions
  • Ensure you have deleted your corporate accounts before continuing. This will not fix an already installed device admin.
  • Download and Install "Xposed Installer"
  • Open the Xposed Installer, tap Framework, tap Install/Update - a lot of people are missing this step.
  • Reboot device
  • Install ExchangeBypass-x.x.apk
  • Enable module in Xposed
  • Reboot again
  • Add account in mail
  • May say security is required but should not come up and ask to create device administrator.
  • Success!

Note :-

the Email app will crash for first 2 times but it should work after reboot.

Please contact for further assistance.

Wednesday, September 17, 2014

Windows Task Scheduler Codes & Troubleshooting

 

 

Common codes :

0 or 0x0: The operation completed successfully.
1 or 0x1: Incorrect function called or unknown function called.
2 or 0x2: File not found.
10 or 0xa: The environment is incorrect.
0x41300: Task is ready to run at its next scheduled time.
0x41301: Task is currently running.
0x41302: Task is disabled.
0x41303: Task has not yet run.
0x41304: There are no more runs scheduled for this task.
0x41306: Task is terminated.
0x8004131F: An instance of this task is already running.
0x800704DD: The service is not available (is 'Run only when an user is logged on' checked?)
0xC000013A: The application terminated as a result of a CTRL+C.
0xC06D007E: Unknown software exception.
 
Codes from MSDN: here
 


SCHED_S_TASK_READY



0x00041300

The task is ready to run at its next scheduled time.


SCHED_S_TASK_RUNNING


0x00041301

The task is currently running.


SCHED_S_TASK_DISABLED


0x00041302

The task will not run at the scheduled times because it has been disabled.


SCHED_S_TASK_HAS_NOT_RUN


0x00041303

The task has not yet run.


SCHED_S_TASK_NO_MORE_RUNS


0x00041304

There are no more runs scheduled for this task.


SCHED_S_TASK_NOT_SCHEDULED


0x00041305

One or more of the properties that are needed to run this task on a schedule have not been set.


SCHED_S_TASK_TERMINATED


0x00041306

The last run of the task was terminated by the user.


SCHED_S_TASK_NO_VALID_TRIGGERS


0x00041307

Either the task has no triggers or the existing triggers are disabled or not set.


SCHED_S_EVENT_TRIGGER


0x00041308

Event triggers do not have set run times.


SCHED_E_TRIGGER_NOT_FOUND


0x80041309

A task's trigger is not found.


SCHED_E_TASK_NOT_READY


0x8004130A

One or more of the properties required to run this task have not been set.


SCHED_E_TASK_NOT_RUNNING


0x8004130B

There is no running instance of the task.


SCHED_E_SERVICE_NOT_INSTALLED


0x8004130C

The Task Scheduler service is not installed on this computer.


SCHED_E_CANNOT_OPEN_TASK


0x8004130D

The task object could not be opened.


SCHED_E_INVALID_TASK


0x8004130E

The object is either an invalid task object or is not a task object.


SCHED_E_ACCOUNT_INFORMATION_NOT_SET


0x8004130F

No account information could be found in the Task Scheduler security database for the task indicated.


SCHED_E_ACCOUNT_NAME_NOT_FOUND


0x80041310

Unable to establish existence of the account specified.


SCHED_E_ACCOUNT_DBASE_CORRUPT


0x80041311

Corruption was detected in the Task Scheduler security database; the database has been reset.


SCHED_E_NO_SECURITY_SERVICES


0x80041312

Task Scheduler security services are available only on Windows NT.


SCHED_E_UNKNOWN_OBJECT_VERSION


0x80041313

The task object version is either unsupported or invalid.


SCHED_E_UNSUPPORTED_ACCOUNT_OPTION


0x80041314

The task has been configured with an unsupported combination of account settings and run time options.


SCHED_E_SERVICE_NOT_RUNNING


0x80041315

The Task Scheduler Service is not running.


SCHED_E_UNEXPECTEDNODE


0x80041316

The task XML contains an unexpected node.


SCHED_E_NAMESPACE


0x80041317

The task XML contains an element or attribute from an unexpected namespace.


SCHED_E_INVALIDVALUE


0x80041318

The task XML contains a value which is incorrectly formatted or out of range.


SCHED_E_MISSINGNODE


0x80041319

The task XML is missing a required element or attribute.


SCHED_E_MALFORMEDXML


0x8004131A

The task XML is malformed.


SCHED_S_SOME_TRIGGERS_FAILED


0x0004131B

The task is registered, but not all specified triggers will start the task.


SCHED_S_BATCH_LOGON_PROBLEM


0x0004131C

The task is registered, but may fail to start. Batch logon privilege needs to be enabled for the task principal.


SCHED_E_TOO_MANY_NODES


0x8004131D

The task XML contains too many nodes of the same type.


SCHED_E_PAST_END_BOUNDARY


0x8004131E

The task cannot be started after the trigger end boundary.


SCHED_E_ALREADY_RUNNING


0x8004131F

An instance of this task is already running.


SCHED_E_USER_NOT_LOGGED_ON


0x80041320

The task will not run because the user is not logged on.


SCHED_E_INVALID_TASK_HASH


0x80041321

The task image is corrupt or has been tampered with.


SCHED_E_SERVICE_NOT_AVAILABLE


0x80041322

The Task Scheduler service is not available.


SCHED_E_SERVICE_TOO_BUSY


0x80041323

The Task Scheduler service is too busy to handle your request. Please try again later.


SCHED_E_TASK_ATTEMPTED


0x80041324

The Task Scheduler service attempted to run the task, but the task did not run due to one of the constraints in the task definition.


SCHED_S_TASK_QUEUED


0x00041325

The Task Scheduler service has asked the task to run.


SCHED_E_TASK_DISABLED


0x80041326

The task is disabled.


SCHED_E_TASK_NOT_V1_COMPAT


0x80041327

The task has properties that are not compatible with earlier versions of Windows.


SCHED_E_START_ON_DEMAND


0x80041328

The task settings do not allow the task to start on demand.

Tuesday, September 9, 2014

Fix : Windows Store app not opening on 8 / 8.1

 

Let me jump to fix directly .,

Symptom :  when you open windows store app it will simply open and close quickly or in bit time.

1. Make sure “Windows Store” app not running on Task manager  if you find kill them.

2. Open Control Panel –> Troubleshooting –> System and Security –> Fix problems with windows update

image

3. In next window select Run As admin by expanding Advanced options like below and hit Next

image

4. You should see below screen . better you restart your machine to see the effect for some machines

image

You are done.

Enjoy !

Tuesday, September 2, 2014

How to fix : Lost Admins rights on Windows 8 / 8.1

 

Definitely you should be noticed that you lost admin right for some times If you are the windows 8 / 8.1 user .

so far I knew a method that helped me to fix this issue hence sharing with you.

Step 1.  Windows Key + Q   type User Accounts

image

Step 2.  Then select your User Account > Click Manage another account

Step 3. In the following window, click Add a user account option

Step 4. Now create a local account user. by clicking Add an account, click Sign in without a Microsoft account (Not      recommended), then click Local account.

(Fill the details on the screen so appeared for adding local account).

Click Finish when done)

Step 5. Open “cmd” and type “shutdown /r /o”  to reboot into SafeMode

Step 6. Open User Accounts (Ref : Step 1) you should see there are 2 accounts including New Account and Old Account with issues.

Step 7. Choose the New Account which you recently created and change to Administrator  by choosing “Change Account type” on the bottom.

Step 8.Once you done the Step 7 delete the Old Account which is laying with issues.

Reboot and Enjoy!