Anton Skshidlevsky

Results 26 comments of Anton Skshidlevsky

https://github.com/meefik/busybox/issues/88#issuecomment-569542025

Is it really necessary? BusyBox app is not required after install binary and can be uninstalled.

Use date format without milliseconds: ```sh busybox touch -d "2015-01-01 01:01:01" /data/local/myfile busybox ls -l /data/local/myfile -rw-rw-rw- root root 0 2015-01-01 01:01 myfile ```

Yes, nanoseconds is not supported in NDK and thus disabled CONFIG_FEATURE_DATE_NANO option https://github.com/meefik/busybox/blob/master/contrib/patches-1.27.2/android_ndk_defconfig#L206

You can reflash the system partition for restore original utils.

https://github.com/meefik/busybox/releases

> @meefik can you please say why it was removed? Unfortunately, PRoot does not work well on Android and in recent versions of Android does not work at all.

This app in submission queue F-Droid... See #51 https://f-droid.org/forums/topic/linux-deploy/

All apk's is available from https://github.com/meefik/linuxdeploy/releases

I added the link in README.