You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to install termux, I get this error:
java.io.IOException: Failed to allocate 34119164 because only 1019904 allocatable
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at android.os.ParcelableException.readFromParcel(ParcelableException.java:56)
at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:82)
at android.os.ParcelableException$1.createFromParcel(ParcelableException.java:79)
at android.os.Parcel.readParcelable(Parcel.java:2973)
at android.os.Parcel.createException(Parcel.java:2066)
at android.os.Parcel.readException(Parcel.java:2039)
at android.os.Parcel.readException(Parcel.java:1987)
at android.content.pm.IPackageInstallerSession$Stub$Proxy.openWrite(IPackageInstallerSession.java:469)
at android.content.pm.PackageInstaller$Session.openWrite(PackageInstaller.java:935)
at com.aefyr.sai.installer2.impl.rootless.RootlessSaiPackageInstaller.install(RootlessSaiPackageInstaller.java:94)
at com.aefyr.sai.installer2.impl.rootless.RootlessSaiPackageInstaller.lambda$enqueueSession$0$RootlessSaiPackageInstaller(RootlessSaiPackageInstaller.java:70)
at com.aefyr.sai.installer2.impl.rootless.-$$Lambda$RootlessSaiPackageInstaller$ivyAcunEgIkYlu_dB2vN6MOWZPU.run(Unknown Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: android.os.RemoteException: Remote stack trace:
at android.util.ExceptionUtils.wrap(ExceptionUtils.java:34)
at com.android.server.pm.PackageInstallerSession.openWrite(PackageInstallerSession.java:696)
at android.content.pm.IPackageInstallerSession$Stub.onTransact(IPackageInstallerSession.java:231)
at android.os.Binder.execTransactInternal(Binder.java:1021)
at android.os.Binder.execTransact(Binder.java:994)
Steps to reproduce the behavior.
try to install v0.119.0-beta.1 (this also happens with the oldest v0.118 version that I could find)
See error (I've used SAI aswell as android's default package installer)
What is the expected behavior?
No response
System information
Termux application version: v0.119.0-beta.1 (also happened on oldest v0.118 version that i could find on F-Droid and GitHub.)
Android OS version: 10
Device model: Allview Viva H1003LTE PRO
The text was updated successfully, but these errors were encountered:
NOTE: I did have Termux on this device before (same android build, since this device doesn't get updates anymore), it was probably a version older than the ones specified, so it's probably something added in the new versions.
Problem description
Whenever I try to install termux, I get this error:
Steps to reproduce the behavior.
What is the expected behavior?
No response
System information
The text was updated successfully, but these errors were encountered: