Category Archives: How to Fix

Android Failure [INSTALL_ FAILED_ VERSION_ Downgrad] solutions

copyright notice: this article is the original work of the blogger and follows CC 4.0 by-sa copyright agreement. Please attach the link of the original text and this statement.

the article links: https://blog.csdn.net/hyjecjtu/article/details/17677671 in the process of installation APK, because VersionName (version) in the process, because now installed version below your machine version, so there will be a Android Failure [INSTALL_FAILED_VERSION_DOWNGRADE]

solution: adb install -r-d C:\Users\ yj. Huang\Desktop\EEntry. Apk (package name)
— — —
copyright notice: this article is the original article of CSDN blogger “liitong”, following CC 4.0 by-sa copyright agreement, please attach the source link and this statement.
the original links: https://blog.csdn.net/hyjecjtu/article/details/17677671

“Failed to load session” Ubuntu “problem solving summary

“Failed to load session “ubuntu” problem solving summary :

1.
sudo apt-get update
sudo apt-get install
sudo apt-get install
sudo dpkg-reconfigure ubuntu-desktop
Sudo reboot
sudo apt-get install gnome-session
sudo apt-get install lightdm
sudo apt-get install unity-greeter
sudo dpkg-reconfigure lightdm

2. Rebooting the computer appears. Unable to login in the login screen. User login failed.
enter the password and return to the login interface

infinite loop, unable to find the reason.

later found that the unity-2d-launcher was not installed.

tried a lot in the middle, but nothing worked. Basically apt-get Install Unity-2D-Launcher and GnOMe-Session. I don’t know which one worked.

3
4 sudo apt-get install GDM
5

sudo apt-get install –reinstall GDM

0
1 sudo apt-get remove –purge GDM
2
3
4 sudo apt-get install GDM
5

restart invalid, as if the default is lightdm. Some people recommend GDM, I don’t care.

anyway, the problem was finally solved. Still happy.

4
3.
install apt-get unity-2d launcher gnome-session

install GDM

sudo apt-get update
0
1 sudo apt-get update
0
1 sudo apt-get GDM
2
3 default use lightdm
4
5 We’re done now.

4.

looked for some ways, finally found that GDM is not installed (GDM is GNOME graphics desktop landers), the solution:
sudo apt-get-d install –reinstall GDM

sudo apt-get remove –purge GDM

sudo apt-get install GDM

Error: SRC refspec master does not match any. error: failed to push some refs to

after being associated with the remote warehouse,

when we push the file from the local warehouse to the online warehouse through the push command

has the following error

error: src refspec master does not match any.

error: failed to push some refs to

common cause:

1. The local git repository directory is empty

2. Local warehouse add not commit

3. Git init error

use the command git add + file name , add the file to the repository, and then push normally.

here are some of the errors I made while operating.

****************************************************************************************

when add HTML files in a double 叒 error

and then use git status to check the file status, found that the three files are still associated with the remote warehouse SSH file, the original file path is wrong,

and then switch the path, git add file, push file to finally submit the local warehouse to the online warehouse

Load balancing failed to find a valid mailbox database

this period of time customer mail system upgrade, basically the same as before, CAS+HUB NLB, DAG database,

try creating a new mailbox. Error reporting

Load balancing failed to find a valid mailbox database.”

but if you choose a specific database it’s ok,

after the search reasons are as follows:

1) select update RU6

for exchange sp1

2) check to see if the database has dismount

3) mail database server not installed, but I think this should appear this error 🙂

reproduced in: https://blog.51cto.com/4763146/987147

Instability of Mac OS finder

macbook pro 2013 later

system version:

10.14.6

10.15.2

has the following problems.

description:

some connection network load directory case. Access the directory to load the work. There was no response to the visit.

can only go through, force restart, restart.

after restart access icon looks normal, can restart, can start, that is, click the icon after no access to the file window appears.

and above that is the problem. Solution:

can only restart the computer. The process cannot be restarted.

another way to test

try to access

through the terminal

open .
LSOpenURLsWithRole() failed with error -600 for the file /Users/xxx.

Failed to resolve: com.android.support:appcompat-v7:25.3.0

problem scenario:

after the Android Studio version upgrade, the normal project before Build failed (the project compiled normally with version 2.2.3 failed to compile with version 4.0.1 Studio).

error as follows:

Failed to resolve: Com. Android. Support: appcompat – v7:25.3.0
Add Google Maven repository and sync project
Show in the project Structure dialog
Affected Modules: app

add Google maven repository

as prompted

click on Add Google Maven repository and sync project, then open the project build.gradle file

Add

in build.gradle as follows:

allprojects {
    repositories {
        jcenter()
        maven{url "https://maven.google.com"}
    }
}

add maven{url “https://maven.google.com”} and then synchronize the project to resolve the error.

Git error: unlink of file failed.Should I try again?

Error

occurs when git switches branches

Unlink of file ‘XXX’ failed.Should I try again?

at first thought that something had forgotten commit, but after this error occurred several times, it became clear that it wasn’t easy.

the reason is that you have some files in your working directory that are being used by a program, which is probably Idea,VS or eclipse, but it could also be another program

The

solution is not simply to choose y or n, but to close the IDE and let the IDE release the files.

can also be used in conjunction with Process Explorer on Windows to query which programs are using the file.

https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer

if you switch back to the original branch, use git status to check for uncommitted files, then you can use

git checkout -- *

the above command restores all these corrupted files to the last commit.

Cannot run program “make” when compiling APM firmware with eclipse under Windows: launching failed problem

1, as shown in the figure below, the Cannot run program “make”: Launching failed when setting up eclipse px4 compilation environment under Windows:

this problem occurs because the PATH of mak.exe is not included in the Windows PATH environment variable. Adding C:\pixhawk_toolchain\toolchain\bin to the PATH environment variable resolves this problem.

2. The python import error:No moudle named ’em’ will occur when executing the compile command again after adding the environment variable. The python package needs to be installed. Following the error prompt, the problem can be solved by recompiling the corresponding package after installing it by easy_install EMPy Catkin_pkg in the Windows command window.

3: ImportError: No module named ‘serial’ problem arises. The ImportError: No module named ‘serial’ problem requires the installation of the serial package. The ImportError problem can be resolved by running easy-install serial on the Windows command window and installing the serial package.

How to solve SVN authorization failed error

how to solve SVN Authorization failed error

to recommend a cat smoking site: love cats (http://15cat.com), I hope you like

Conf:
[general]
anon-access = read
authth-access = write
password-db = passwd
authz-db = authz

2, passwd:
[users]
admin=123

3, authz:
[groups]
//
admin = rw

appears authorization failed exception, usually in the authz file or svnserv.conf, the user group or user authorization is not well configured, as long as the setting [/] can represent all the resources in the root directory, if you want to limit the resources, you can add the subdirectory.

OSD deployment failure code (0x00000001) 0x80004005

newly bought two TP computers, normally connected to the network line F12 for OSD deployment, after loading PE into the deployment interface, should come out of the password interface is dead, the dialog box is configured after a blank, 1 minute later restart.


into the client to view the log file smsts.log found two rows of errors:

Failed to download pxe variable file.code (0x00000001) TSPxe
PxeGetPxeData Failed with 0x80004005 TSPxe

found two articles about this error:

https://social.technet.microsoft.com/Forums/en-US/ab980d7a-9e09-4d00-a198-1064ec8544e4/pxegetpxedata-failed-with-0x80004005?forum=configmgrosd

https://social.technet.microsoft.com/Forums/systemcenter/en-US/939103e1-2850-4672-9676-0228dcf762ab/failed-to-download-pxe-variable-file?forum=configmgrgeneral

means there may be a problem with my network card. According to the tutorial, press F8 when configuring the network, and run ipconfig. No network card was found.

client backup network card driver, the server to import into the boot is OK, you can import the driver when the prompt “the driver you selected does not apply to any platform”, I want to see the log file DriverCatalog.

Driver is not accessible. Code 0x80070661

https://blogs.technet.microsoft.com/configurationmgr/2015/08/05/fixed-importing-windows-10-drivers-in-configmgr-2012-fails-with-driver-is-not-applicable-to-any-supported-platforms-code- 0x80070661/

but pit dad thing happened again, at https://support.microsoft.com/zh-cn/hotfix/kbhotfix?kbnum=3074857& KBLN = en-US cannot find the fix for Chinese platform, only for E-platform.

dead horse when live horse doctor, first download installation try, unexpectedly is Chinese…

installation is complete, import the driver again, the results are waiting…

result driver can import, also do not report an error, other drivers are out, just can’t see I need i218-v. .

to try http://blog.csdn.net/ryu2003/article/details/50855146 approach to change the installation files.

try to update the latest patches, https://support.microsoft.com/en-us/kb/3135680, load the latest Intel driver package, still can’t find I218 – V drive.

for help!!

reproduced in: https://blog.51cto.com/zhangll/1770519

Some problems about startup

[amp; amp; tips] — dedicated to making work and life more convenient and efficient!


is the sound card driver, download the driver wizard can be software, uninstall and reinstall the driver can. Ps. Driver wizard is really more than 360 rogue ah, immediately after the uninstall, but still get some little knowledge about the driver ~ such as the driver motherboard driver, video card driver, sound card driver and USB driver.

also got some parameters of my computer and put them here in case of need.

driver elves driver management hardware test report

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

computer model
dell Inspiron 7520 portable computer

processor
Intel(R) Core(TM) i5-3230m CPU @ 2.60ghz

Memory capacity
4.0 GB

card
1, AMD Radeon HD 7730M

Intel(R) HD Graphics 4000

hard disk
ST500LT012-9WS142 (500GB)

mainboard
0PXH02 (A00)

card
1, Intel(R) Centrino(R) wireless-n 2230

2, Realtek PCIe GBE Family Controller

sound card
1, Intel (R) monitor audio

2 Conexant SmartAudio HD

monitor
LGD:3a03

current operating system
Windows 10 64-bit












  • how to close some automatic startup procedures, such as ut, wechat etc

in win10 search box input msconfig, open system configuration -> Click the Start TAB, and click “Open Task Manager” -& GT; as shown in the figure below





  • win10 how to add startup

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp


the module was loaded but the call to DllRegisterServer failed with error code 0x80020009

1. Want to open the QQ space on the main panel, email, twitter, but click several times without any response, did not respond to a browser, the following solution, search on the net, http://jingyan.baidu.com/article/91f5db1bf5c3c61c7f05e3f0.html but directly on the run window type regsvr32
jscript. DLL, click “ok” appear the following error:

the
module ‘jscript’ was loaded but the call to DllRegisterServer failed with error 0x80004005

2.
the error above reference solve the: http://blog.csdn.net/woyaowenzi/article/details/4464588

Most probably, what you are trying to do is [ regsvr32 actxprxy.dll ].

For doing this, you will need to use a command prompt that is executed as administrator. So, grab your mouse… and

~ Right-click on the command prompt icon

~ Select [ Run as administrator ]

You may be prompted for administrator credential.

Published Fri, Mar 20 2009 22:42 by Martin Poon

Filed under: Internet Explorer

3. It says to run this command as Administrator. So don’t just run the window and type regsvr32 jscript.dll. Instead, type CMD, right-click on “Run as administrator” and open the black box command line window. Then type regsvr32
jscript.dll

4.
open QQ, then click the space button is ok.