Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: linker: Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring) #1

Open
adiantek opened this issue Nov 6, 2021 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@adiantek
Copy link

adiantek commented Nov 6, 2021

My device is Surface Pro X with SQ2.

  1. Downloaded MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle
  2. Unzipped Msixbundle
  3. Unzipped WsaPackage_1.7.32815.0_ARM64_Release-Nightly.msix
  4. Replaced kernel-arm64 with Tools\kernel
  5. Removed appxblockmap, appxsignature, content_types and entire appxmetadata
  6. Add-AppxPackage -Register .\AppxManifest.xml
  7. Ran WSA
  8. Enabled developer settings & debug over wifi
  9. adb connect
    and then:
C:\Users\user\Downloads\platform-tools_r31.0.3-windows\platform-tools>adb shell
WARNING: linker: Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
windows_arm64:/ $
windows_arm64:/ $ su
WARNING: linker: Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
windows_arm64:/ # ls
WARNING: linker: Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
acct        cache   data_mirror    etc                  linkerconfig  odm      sdcard   system_ext
apex        config  debug_ramdisk  fstab.windows_arm64  lost+found    oem      storage  vendor
bin         d       default.prop   init                 metadata      proc     sys
bugreports  data    dev            init.environ.rc      mnt           product  system
windows_arm64:/ #
windows_arm64:/ #

adb install doesn't work for me:

adb install ..\..\APKPure_v3.17.28_apkpure.com.apk
Performing Streamed Install
adb: failed to install ..\..\APKPure_v3.17.28_apkpure.com.apk: ☻→

Fortunately, adb push & pm install works.

@MlgmXyysd
Copy link
Member

Is there no reason why adb install failed?

@adiantek
Copy link
Author

adiantek commented Nov 6, 2021

The reason is ☻→ XD


C:\Users\barwn\Downloads\platform-tools_r31.0.3-windows\platform-tools>adb install ..\..\app-release\app-release.apk
Performing Streamed Install
adb: failed to install ..\..\app-release\app-release.apk: ☻→
C:\Users\barwn\Downloads\platform-tools_r31.0.3-windows\platform-tools>adb install -v ..\..\app-release\app-release.apk
Performing Streamed Install
adb: failed to install ..\..\app-release\app-release.apk: ☻→
C:\Users\barwn\Downloads\platform-tools_r31.0.3-windows\platform-tools>adb install -verbose ..\..\app-release\app-release.apk
Performing Streamed Install
adb: failed to install ..\..\app-release\app-release.apk: ☻→
C:\Users\barwn\Downloads\platform-tools_r31.0.3-windows\platform-tools>adb install -debug ..\..\app-release\app-release.apk
Performing Streamed Install
adb: failed to install ..\..\app-release\app-release.apk: ☻→
C:\Users\barwn\Downloads\platform-tools_r31.0.3-windows\platform-tools>

from adb logcat:

11-06 10:12:29.167  2621  2621 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.167  1378  1378 E adbd    : failed to receive FD from abb: No message of desired type
11-06 10:12:29.169  2623  2623 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.169  1378  1378 E adbd    : failed to receive FD from abb: No message of desired type
11-06 10:12:29.169  1378  1378 E adbd    : abb is unavailable
11-06 10:12:29.172  2621  2621 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.173  2623  2623 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.178  2625  2625 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.178  1378  1378 E adbd    : failed to receive FD from abb: No message of desired type
11-06 10:12:29.180  2627  2627 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.180  1378  1378 E adbd    : failed to receive FD from abb: No message of desired type
11-06 10:12:29.180  1378  1378 E adbd    : abb is unavailable
11-06 10:12:29.182  2625  2625 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)
11-06 10:12:29.189  2627  2627 W linker  : Warning: "[vdso]" unused DT entry: unknown processor-specific (type 0x70000001 arg 0x0) (ignoring)

@MlgmXyysd MlgmXyysd added the help wanted Extra attention is needed label Feb 14, 2022
@eml-desgin
Copy link

@eml-desgin
Copy link

what are you tracking ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants