-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
My device is Surface Pro X with SQ2.
- Downloaded MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle
- Unzipped Msixbundle
- Unzipped WsaPackage_1.7.32815.0_ARM64_Release-Nightly.msix
- Replaced kernel-arm64 with Tools\kernel
- Removed appxblockmap, appxsignature, content_types and entire appxmetadata
- Add-AppxPackage -Register .\AppxManifest.xml
- Ran WSA
- Enabled developer settings & debug over wifi
- 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.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed