Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
NEW - Lollipop - wasser firmware 3.0.6 for Minix Neo X7
Collapse
X
-
Originally posted by astral69 View PostThe latest version of ES file explorer grabs my ext USB disks and shows them on the side bar
but then rejects them as wrong format - must be FAT32 (they are NTFS)
I have had to regress the ES programme to the embedded version
and turn off wi-fi to stop updates
I also notice that the 1.0.1 kernel only allows one USB disk to be attached at a time
Comment
-
Originally posted by mrtuanvn View Post1. So do I.
Except that, mine shows "WASSER" before going to black screen.
2. Sound is not smooth while playing music. It is period broken.
please read the previous post how to change the permission
Comment
-
CIFS
please help! the mount folder is empty!!!
i use cifsmanager - mount to share - ok
but when i use RootExplorer (or other) the mount folder is empty
i tried https://play.google.com/store/apps/d...er.cifsmanager - but no luck!!!
the connection to share folder is reseting after mount. at 0.92 firmware CIFS work ok!!!
the issue have been fixit here
Android 4.2 breaks Dalvik-apps that mount file systems to be shared with other apps. This includes CifsManager, Mount Manager, essentially anything that mounts cifs shares, FUSE file sytems, etc. The symptom is that the mounted contents appear...
Fix for empty app-mounted directories (CifsManager, etc.)
Originally Posted by Zygote patch commit message
Zygote: Restrict slave mountspace so Dalvik apps can mount system-wide volumes
Android 4.2 implements multi-user storage using per-process mount namespaces. Originally, everything under "/" (the entire filesystem hierarchy) is marked as a recursive-slave mountspace for all zygote instances. This is done so that user-storage sandbox mounts under /storage/emulated are hidden from other apps and users.
Unfortunately this means that any Dalvik app (actually, any program whose clone/fork ancestry includes a Dalvik zygote, which is everything except services spawned directly from init) cannot mount system-wide volumes. Thus, apps like CifsManager are effectively broken in Android 4.2, since its cifs mounts are only visible to the CifsManager app itself. All other apps see empty mountpoints instead of the mounted volume. Furthermore, Linux provides no provision for a process to "escape" a recursive-slave mountspace in versions prior to Linux 3.8 (setns syscall).
Here, we restrict the slave mountspace to /storage (and, due to a possible kernel bug, /mnt/shell/emulated) so that Dalvik apps can mount system-wide volumes elsewhere (with appropriate permission, as in earlier versions of Android), while retaining full multi-user storage compatibility.
This change requires that a tmpfs volume is mounted as /storage in init.rc. If this volume is unavailable, then Zygote falls back to the previous behavior of marking the entire filesystem hierarchy as slave. It also implicitly requires that EMULATED_STORAGE_TARGET is path-prefixed by (part of the subhierarchy of) ANDROID_STORAGE, which is the typical case.
Comment
-
Originally posted by arhim View Postplease help! the mount folder is empty!!!
i use cifsmanager - mount to share - ok
but when i use RootExplorer (or other) the mount folder is empty
i tried https://play.google.com/store/apps/d...er.cifsmanager - but no luck!!!
the connection to share folder is reseting after mount. at 0.92 firmware CIFS work ok!!!
the issue have been fixit here
Android 4.2 breaks Dalvik-apps that mount file systems to be shared with other apps. This includes CifsManager, Mount Manager, essentially anything that mounts cifs shares, FUSE file sytems, etc. The symptom is that the mounted contents appear...
Fix for empty app-mounted directories (CifsManager, etc.)
just create the script and put it in /etc/init.d.
Comment
-
Originally posted by wasser View Postit will take a look at this. it works if you use the mount script.
just create the script and put it in /etc/init.d.
Code:#!/system/bin/sh /system/bin/mount -t cifs //192.168.0.100/test /mnt/sdcard/cifs -o unc=\\\\192.168.0.100\\test,username=android,password=test
Code:#!/system/bin/sh busybox mount -t cifs //192.168.0.100/test /mnt/sdcard/cifs -o unc=\\\\192.168.0.100\\test,username=android,password=test
please, someone give me cifs mount script !Last edited by arhim; 22 May 2014, 09:25.
Comment
-
Originally posted by hellcry View PostNever succeeded to have sound on any KK ROM and i have no idea why! Any help?
- I already selected in sound manager the right device for output sound but nothing.
Thanks in advance!Without memories we have nothing.
Comment
-
Originally posted by wasser View Postit works for me. annyone alse can reproduce this issue?
The embeded ESFEx is version 3.1.3
and currently that is allowing 2 external usb disks
I have turned on wifi again and am waiting to see what happens
Perhaps I just had a "senior moment" but I don't think so
Looking at the web site
V 3.1.4 mentionsSupport OTG devices(FAT32, no root required)
not the OTG
OK
I forced an update to ESFEx 3.1.4 and the error occurred immediately
I regressed to 3.1.3 but it took a reboot to clear matters completely and allow
2 usb disks to be seen
Comment
What's Going On
Collapse
There are currently 1980 users online. 0 members and 1980 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment