Permissions /efs and /modemfs - Android Q&A, Help & Troubleshooting

Hello,
while backing up an restoring I think i killed the permissions of my Galaxy Xcover 2.
Now my Mobile-Service (Internet, Call, SMS) isn´t working.
Why I think this:
I was in FactoryMode and after using following commands I could exit it:
chown 1000.1000 /efs/FactoryApp/keystr
chown 1000.1000 /efs/FactoryApp/factorymode
chmod 0744 /efs/FactoryApp/keystr
chmod 0744 /efs/FactoryApp/factorymode
So i want now to fix all Permissions of the /efs and /modemefs Folders and the Files.
Here´s what ls -l says about my /efs Folder:
Code:
[email protected]:/ $ ls -l /efs
drwxrwxr-x radio system 2014-08-14 16:53 FactoryApp
-rw------- radio radio 2 2014-08-14 15:25 GUARDFIL
drwx------ radio radio 2014-08-14 15:25 RFHAL
drwx------ u0_a70 u0_a70 2014-08-14 15:24 RFHAL.DEF
drwxrwxr-x radio system 2014-08-14 15:24 bluetooth
drwxrwxr-x radio system 2014-08-14 15:24 imei
-rw------- u0_a70 u0_a70 0 2014-08-13 23:01 pre_recovery.log
drwxrwxr-x radio system 2014-08-14 15:24 wifi
Here the /modemfs
Code:
[email protected]:/ $ su
[email protected]:/ # ls -l /modemfs
drwxr-xr-x radio radio 2014-08-14 15:27 CONF
-rw------- u0_a70 u0_a70 0 2014-08-13 23:21 GUARDFIL
drwxr-xr-x radio radio 1970-01-01 01:00 PERM
drwx------ u0_a70 u0_a70 2014-08-14 15:09 RFHAL
-rw------- u0_a70 u0_a70 2 2014-08-13 23:21 rfhal_copied
-rw-rw-rw- radio radio 184 2014-08-13 23:22 trace_auto.conf
Thanks

..

Related

[Q] Noontec A9 Smart TV Box

I was just wondering if anyone had any suggestions or experience with the Noontec A9 Smart TV Box. I was given one for Christmas and I'm attempting to root it so I can run cifsmanager and play videos from samba shares.
The trouble is it only has a power button on the device. Plugging in a USB keyboard and holding down F4 (volume down) or Home then the power button does not boot into recovery mode like it does on my Samsung Galaxy Gio.
I've Google'd for root information, or in fact any information on this device, and come up with next to nothing.
with terminal:
reboot recovery
works?
I'll admit I didn't try the ADB shell until you posted. Connected it up like I did with my Samsung Galaxy Gio.
Strangely the prompt is # and it is root... but the /system partition is cramfs and can't be mounted as rw?
I can remount the root partition as rw, however I copied the su binary from the sdcard to /sbin with `cat su >/sbin/su` and set permissions then rebooted the device, and the file has magically disappeared since reboot.
`mount -o remount rw /system` does not work (running mount on its own after shows that its still mounted ro).
From the shell `reboot recovery` did reboot the device but it booted up normally, not in recovery mode.
When I ran `adb reboot recovery` instead of using the adb shell, it did the same thing.
Some adb shell output:
# mount -o remount rw /
mount -o remount rw /
# mount -o remount rw /system
mount -o remount rw /system
# mount
mount
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock4 /system cramfs ro,relatime 0 0
/dev/block/mtdblock7 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock6 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
The Noontec website has the official firmware... which is a recovery.img file inside a ZIP. Can this be modified?
critenau said:
I'll admit I didn't try the ADB shell until you posted. Connected it up like I did with my Samsung Galaxy Gio.
Strangely the prompt is # and it is root... but the /system partition is cramfs and can't be mounted as rw?
I can remount the root partition as rw, however I copied the su binary from the sdcard to /sbin with `cat su >/sbin/su` and set permissions then rebooted the device, and the file has magically disappeared since reboot.
`mount -o remount rw /system` does not work (running mount on its own after shows that its still mounted ro).
From the shell `reboot recovery` did reboot the device but it booted up normally, not in recovery mode.
When I ran `adb reboot recovery` instead of using the adb shell, it did the same thing.
Some adb shell output:
# mount -o remount rw /
mount -o remount rw /
# mount -o remount rw /system
mount -o remount rw /system
# mount
mount
rootfs / rootfs rw,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock4 /system cramfs ro,relatime 0 0
/dev/block/mtdblock7 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
/dev/block/mtdblock6 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=continue,data=ordered 0 0
The Noontec website has the official firmware... which is a recovery.img file inside a ZIP. Can this be modified?
Click to expand...
Click to collapse
Post here the recovery.img and i'll check it....
megaupload.com/?d=5VRNN510
In the next days i will work on it...
Inviato dal mio GT-I9100 usando Tapatalk
Thanks heaps! I appreciate your help.
I'll send you a donation in a couple weeks when I'm back at work.
critenau said:
Thanks heaps! I appreciate your help.
I'll send you a donation in a couple weeks when I'm back at work.
Click to expand...
Click to collapse
First let me see if i can do something....
Another thing... maybe i'm wrong but if you can have root acces with adb you can:
insmod cifs.ko
No?
Inviato dal mio GT-I9100 usando Tapatalk
First let me see if i can do something....
Another thing... maybe i'm wrong but if you can have root acces with adb you can:
insmod cifs.ko
No?
Then send me with a pm the content of the sbin folder and also the content of / and block/dev and the output of: cat /proc/filesystems
Inviato dal mio GT-I9100 usando Tapatalk
Inviato dal mio GT-P7510 usando Tapatalk
new firmware
www .umax.cz/download/drivers/DH/A9_firmware_V1.2.04.zip
Uhh could you provide more information on this ROM ondra1234? I don't really want to flash my device with it knowing there is no boot time recovery menu so I could potentially brick the device.
Skin, see the following code:
Code:
# cd /sdcard
cd /sdcard
# insmod cifs.ko
insmod cifs.ko
insmod: init_module 'cifs.ko' failed (Exec format error)
# cd /
ls -lcd /
#
ls -l
lrwxrwxrwx root root 2011-12-29 23:05 bcm4329_cybertan.hcd -> /
etc/bluez/bcm432x/BCM4329B1_002.002.023.0389.0000_Cybertan-Foxconn_Cls2_extLNA_E
DRmaxInputLev+PeakDEVM_NT.hcd
lrwxrwxrwx root root 2011-12-29 23:05 bcm4329_usi.hcd -> /etc/b
luez/bcm432x/BCM4329B1_USI_WM-BN-BM-01.hcd
lrwxrwxrwx root root 2011-12-29 23:05 bcm4329_samsung.hcd -> /e
tc/bluez/bcm432x/BCM4329B1_TestOnly_0237_26MHz_SEMCO_B23.hcd
dr-x------ root root 2011-12-29 23:05 config
drwxrwx--- system cache 2011-12-29 23:16 cache
lrwxrwxrwx root root 2011-12-29 23:05 udisk -> /mnt/udisk/usb
lrwxrwxrwx root root 2011-12-29 23:05 flash -> /mnt/storage
lrwxrwxrwx root root 2011-12-29 23:05 udiskint -> /mnt/udiskint
lrwxrwxrwx root root 2011-12-29 23:05 sdcard -> /mnt/storage/sd
card
drwxr-xr-x root root 2011-12-29 23:05 acct
drwxrwxr-x root system 2011-12-29 23:05 mnt
lrwxrwxrwx root root 2011-12-29 23:05 vendor -> /system/vendor
lrwxrwxrwx root root 2011-12-29 23:05 d -> /sys/kernel/debug
lrwxrwxrwx root root 2011-12-29 23:05 etc -> /system/etc
-rw-r--r-- root root 1107 1970-01-01 08:00 ueventd.rk29board.rc
-rw-r--r-- root root 3764 1970-01-01 08:00 ueventd.rc
-rw-r--r-- root root 0 1970-01-01 08:00 ueventd.goldfish.rc
drwxrwxrwx root root 1970-01-01 08:00 system
drwxr-xr-x root root 1970-01-01 08:00 sys
drwxr-x--- root root 1970-01-01 08:00 sbin
-rwxrwxrwx root root 113525 1970-01-01 08:00 rk29xxnand_ko.ko
dr-xr-xr-x root root 1970-01-01 08:00 proc
-rwxr-x--- root root 45 1970-01-01 08:00 init_battery.sh
-rwxr-x--- root root 3449 1970-01-01 08:00 init.rk29board.rc
-rwxr-x--- root root 15757 1970-01-01 08:00 init.rc
-rwxr-x--- root root 1677 1970-01-01 08:00 init.goldfish.rc
-rwxr-x--- root root 94268 1970-01-01 08:00 init
-rw-r--r-- root root 243 1970-01-01 08:00 default.prop
drwxrwx--x system system 2011-12-29 22:09 data
drwxr-xr-x root root 1970-01-01 08:00 bin
drwx------ root root 2011-11-22 08:42 root
drwxr-xr-x root root 2011-12-29 23:06 dev
# cd /sbin
cd /sbin
# ls -l
ls -l
lrwxrwxrwx root root 1970-01-01 08:00 ueventd -> ../init
-rwxr-x--- root root 113876 1970-01-01 08:00 adbd
# cd /system/bin
cd /system/bin
# ls -l
ls -l
-rwxrwxrwx root root 56904 1970-01-01 08:00 InputChannel_test
-rwxrwxrwx root root 53368 1970-01-01 08:00 InputDispatcher_test
-rwxrwxrwx root root 74328 1970-01-01 08:00 InputPublisherAndConsumer
_test
-rwxrwxrwx root root 220308 1970-01-01 08:00 InputReader_test
-rwxrwxrwx root root 66888 1970-01-01 08:00 Looper_test
-rwxrwxrwx root root 48456 1970-01-01 08:00 ObbFile_test
-rwxrwxrwx root root 48488 1970-01-01 08:00 String8_test
-rwxrwxrwx root root 38496 1970-01-01 08:00 akmd8975
-rwxrwxrwx root root 191 1970-01-01 08:00 am
-rwxrwxrwx root root 9648 1970-01-01 08:00 amix
-rwxrwxrwx root root 10020 1970-01-01 08:00 aplay
-rwxrwxrwx root root 5736 1970-01-01 08:00 app_process
-rwxrwxrwx root root 10004 1970-01-01 08:00 arec
-rwxrwxrwx root root 9648 1970-01-01 08:00 audioloop
-rwxrwxrwx root root 5292 1970-01-01 08:00 bluetoothd
-rwxrwxrwx root root 199 1970-01-01 08:00 bmgr
-rwxrwxrwx root root 23160 1970-01-01 08:00 bootanimation
-rwxrwxrwx root root 10196 1970-01-01 08:00 brcm_patchram_plus
-rwxrwxrwx root root 5424 1970-01-01 08:00 bt_mac
-rwxrwxrwx root root 5556 1970-01-01 08:00 bugreport
-rwxrwxrwx root root 1807056 1970-01-01 08:00 busybox
lrwxrwxrwx root root 1970-01-01 08:00 cat -> toolbox
-rwxrwxrwx root root 18208 1970-01-01 08:00 chat
-rwxrwxrwx root root 54680 1970-01-01 08:00 check_prereq
lrwxrwxrwx root root 1970-01-01 08:00 chmod -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 chown -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 cmp -> toolbox
-rwxrwxrwx root root 5520 1970-01-01 08:00 dalvikvm
lrwxrwxrwx root root 1970-01-01 08:00 date -> toolbox
-rwxrwxrwx root root 109504 1970-01-01 08:00 dbus-daemon
lrwxrwxrwx root root 1970-01-01 08:00 dd -> toolbox
-rwxrwxrwx root root 5552 1970-01-01 08:00 ddc
-rwxrwxrwx root root 18112 1970-01-01 08:00 debuggerd
-rwxrwxrwx root root 9796 1970-01-01 08:00 dexopt
lrwxrwxrwx root root 1970-01-01 08:00 df -> toolbox
-rwxrwxrwx root root 44596 1970-01-01 08:00 dhcpcd
-rwxrwxrwx root root 57044 1970-01-01 08:00 dhcpcd_eth
-rwxrwxrwx root root 18292 1970-01-01 08:00 displayd
lrwxrwxrwx root root 1970-01-01 08:00 dmesg -> toolbox
-rwxrwxrwx root root 108820 1970-01-01 08:00 dnsmasq
-rwxrwxrwx root root 34544 1970-01-01 08:00 dumpstate
-rwxrwxrwx root root 9812 1970-01-01 08:00 dumpsys
-rwxrwxrwx root root 5548 1970-01-01 08:00 dvz
-rwxrwxrwx root root 119700 1970-01-01 08:00 e2fsck
-rwxrwxrwx root root 22640 1970-01-01 08:00 fsck_msdos
-rwxrwxrwx root root 5612 1970-01-01 08:00 gdbjithelper
-rwxrwxrwx root root 151868 1970-01-01 08:00 gdbserver
lrwxrwxrwx root root 1970-01-01 08:00 getevent -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 getprop -> toolbox
-rwxrwxrwx root root 5604 1970-01-01 08:00 gzip
-rwxrwxrwx root root 23476 1970-01-01 08:00 hciattach
lrwxrwxrwx root root 1970-01-01 08:00 hd -> toolbox
-rwxrwxrwx root root 22756 1970-01-01 08:00 hidd
-rwxrwxrwx root root 166468 1970-01-01 08:00 hostapd
-rwxrwxrwx root root 18196 1970-01-01 08:00 hostapd_cli
-rwxrwxrwx root root 5440 1970-01-01 08:00 hostapd_wps
-rwxrwxrwx root root 9648 1970-01-01 08:00 i2c
lrwxrwxrwx root root 1970-01-01 08:00 id -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 ifconfig -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 iftop -> toolbox
-rwxrwxrwx root root 194 1970-01-01 08:00 ime
-rwxrwxrwx root root 201 1970-01-01 08:00 input
lrwxrwxrwx root root 1970-01-01 08:00 insmod -> toolbox
-rwxrwxrwx root root 22420 1970-01-01 08:00 installd
lrwxrwxrwx root root 1970-01-01 08:00 ioctl -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 ionice -> toolbox
-rwxrwxrwx root root 100916 1970-01-01 08:00 iptables
-rwxrwxrwx root root 544444 1970-01-01 08:00 iwconfig
-rwxrwxrwx root root 682733 1970-01-01 08:00 iwlist
-rwxrwxrwx root root 10112 1970-01-01 08:00 keystore
-rwxrwxrwx root root 6640 1970-01-01 08:00 keystore_cli
lrwxrwxrwx root root 1970-01-01 08:00 kill -> toolbox
-rwxrwxrwx root root 39416 1970-01-01 08:00 linker
lrwxrwxrwx root root 1970-01-01 08:00 ln -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 log -> toolbox
-rwxrwxrwx root root 13952 1970-01-01 08:00 logcat
-rwxrwxrwx root root 9760 1970-01-01 08:00 logwrapper
lrwxrwxrwx root root 1970-01-01 08:00 ls -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 lsmod -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 lsof -> toolbox
-rwxrwxrwx root root 5584 1970-01-01 08:00 mediaserver
lrwxrwxrwx root root 1970-01-01 08:00 mkdir -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 mkdosfs -> toolbox
-rwxrwxrwx root root 38976 1970-01-01 08:00 mke2fs
-rwxrwxrwx root root 493476 1970-01-01 08:00 mkswap
-rwxrwxrwx root root 205 1970-01-01 08:00 monkey
lrwxrwxrwx root root 1970-01-01 08:00 mount -> toolbox
-rwxrwxrwx root root 18308 1970-01-01 08:00 mtpd
lrwxrwxrwx root root 1970-01-01 08:00 mv -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 nandread -> toolbox
-rwxrwxrwx root root 5552 1970-01-01 08:00 ndc
-rwxrwxrwx root root 5660 1970-01-01 08:00 netcfg
-rwxrwxrwx root root 39476 1970-01-01 08:00 netd
lrwxrwxrwx root root 1970-01-01 08:00 netstat -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 newfs_msdos -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 notify -> toolbox
-rwxrwxrwx root root 262932 1970-01-01 08:00 ntfs-3g
-rwxrwxrwx root root 161908 1970-01-01 08:00 ntfslabel
-rwxrwxrwx root root 32600 1970-01-01 08:00 omx_tests
-rwxrwxrwx root root 18692 1970-01-01 08:00 pand
-rwxrwxrwx root root 9820 1970-01-01 08:00 patch_plus
-rwxrwxrwx root root 26720 1970-01-01 08:00 ping
-rwxrwxrwx root root 191 1970-01-01 08:00 pm
-rwxrwxrwx root root 139540 1970-01-01 08:00 pppd
lrwxrwxrwx root root 1970-01-01 08:00 printenv -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 ps -> toolbox
-rwxrwxrwx root root 5520 1970-01-01 08:00 qemu-props
-rwxrwxrwx root root 13828 1970-01-01 08:00 qemud
-rwxrwxrwx root root 142516 1970-01-01 08:00 racoon
lrwxrwxrwx root root 1970-01-01 08:00 reboot -> toolbox
-rwxrwxrwx root root 9912 1970-01-01 08:00 record
-rwxrwxrwx root root 200364 1970-01-01 08:00 recovery
lrwxrwxrwx root root 1970-01-01 08:00 renice -> toolbox
-rwxrwxrwx root root 26340 1970-01-01 08:00 resize2fs
lrwxrwxrwx root root 1970-01-01 08:00 rm -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 rmdir -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 rmmod -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 route -> toolbox
-rwxrwxrwx root root 9848 1970-01-01 08:00 rtp_test
-rwxrwxrwx root root 59848 1970-01-01 08:00 run-as
-rwxrwxrwx root root 5392 1970-01-01 08:00 schedtest
lrwxrwxrwx root root 1970-01-01 08:00 schedtop -> toolbox
-rwxrwxrwx root root 9748 1970-01-01 08:00 sdcard
-rwxrwxrwx root root 42404 1970-01-01 08:00 sdptool
lrwxrwxrwx root root 1970-01-01 08:00 sendevent -> toolbox
-rwxrwxrwx root root 9860 1970-01-01 08:00 service
-rwxrwxrwx root root 9940 1970-01-01 08:00 servicemanager
lrwxrwxrwx root root 1970-01-01 08:00 setconsole -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 setprop -> toolbox
-rwxrwxrwx root root 542384 1970-01-01 08:00 sg_start
-rwxrwxrwx root root 82840 1970-01-01 08:00 sh
-rwxrwxrwx root root 10792 1970-01-01 08:00 showlease
-rwxrwxrwx root root 975 1970-01-01 08:00 shutdown
-rwxrwxrwx root root 47972 1970-01-01 08:00 skia_test
lrwxrwxrwx root root 1970-01-01 08:00 sleep -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 smd -> toolbox
-rwxrwxrwx root root 39384 1970-01-01 08:00 spindownd
-rwxrwxrwx root root 31080 1970-01-01 08:00 stagefright
lrwxrwxrwx root root 1970-01-01 08:00 start -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 stop -> toolbox
-rwxrwxrwx root root 5456 1970-01-01 08:00 surfaceflinger
-rwxrwxrwx root root 192 1970-01-01 08:00 svc
lrwxrwxrwx root root 1970-01-01 08:00 sync -> toolbox
-rwxrwxrwx root root 5488 1970-01-01 08:00 system_server
-rwxrwxrwx root root 67956 1970-01-01 08:00 tc
-rwxrwxrwx root root 193284 1970-01-01 08:00 tds
-rwxrwxrwx root root 9712 1970-01-01 08:00 testid3
-rwxrwxrwx root root 89880 1970-01-01 08:00 toolbox
lrwxrwxrwx root root 1970-01-01 08:00 top -> toolbox
-rwxrwxrwx root root 22308 1970-01-01 08:00 tune2fs
-rwxrwxrwx root root 5536 1970-01-01 08:00 tvcontrol
lrwxrwxrwx root root 1970-01-01 08:00 umount -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 uptime -> toolbox
-rwxrwxrwx root root 5552 1970-01-01 08:00 vdc
lrwxrwxrwx root root 1970-01-01 08:00 vmstat -> toolbox
-rwxrwxrwx root root 64164 1970-01-01 08:00 vold
lrwxrwxrwx root root 1970-01-01 08:00 watchprops -> toolbox
lrwxrwxrwx root root 1970-01-01 08:00 wipe -> toolbox
-rwxrwxrwx root root 5572 1970-01-01 08:00 wlan_loader
-rwxrwxrwx root root 5536 1970-01-01 08:00 wlan_mac
-rwxrwxrwx root root 31252 1970-01-01 08:00 wpa_cli
-rwxrwxrwx root root 291860 1970-01-01 08:00 wpa_supplicant
# cd /system/xbin
cd /system/xbin
# ls -l
ls -l
-rwxrwxrwx root root 14052 1970-01-01 08:00 agent
-rwxrwxrwx root root 5620 1970-01-01 08:00 attest
-rwxrwxrwx root root 9792 1970-01-01 08:00 avinfo
-rwxrwxrwx root root 9884 1970-01-01 08:00 avtest
-rwxrwxrwx root root 9972 1970-01-01 08:00 bdaddr
-rwxrwxrwx root root 5572 1970-01-01 08:00 btool
-rwxrwxrwx root root 5484 1970-01-01 08:00 bttest
-rwxrwxrwx root root 5504 1970-01-01 08:00 cpueater
-rwxrwxrwx root root 5536 1970-01-01 08:00 crasher
-rwxrwxrwx root root 5552 1970-01-01 08:00 daemonize
-rwxrwxrwx root root 9712 1970-01-01 08:00 dbus-monitor
-rwxrwxrwx root root 13856 1970-01-01 08:00 dbus-send
-rwxrwxrwx root root 60276 1970-01-01 08:00 dexdump
-rwxrwxrwx root root 5536 1970-01-01 08:00 directiotest
-rwxrwxrwx root root 59076 1970-01-01 08:00 hciconfig
-rwxrwxrwx root root 111028 1970-01-01 08:00 hcidump
-rwxrwxrwx root root 32164 1970-01-01 08:00 hcitool
-rwxrwxrwx root root 9716 1970-01-01 08:00 hstest
-rwxrwxrwx root root 9632 1970-01-01 08:00 io
-rwxrwxrwx root root 9756 1970-01-01 08:00 l2ping
-rwxrwxrwx root root 18028 1970-01-01 08:00 l2test
-rwxrwxrwx root root 9792 1970-01-01 08:00 latencytop
-rwxrwxrwx root root 9740 1970-01-01 08:00 librank
-rwxrwxrwx root root 5612 1970-01-01 08:00 lmptest
-rwxrwxrwx root root 18260 1970-01-01 08:00 nc
-rwxrwxrwx root root 68528 1970-01-01 08:00 netperf
-rwxrwxrwx root root 47712 1970-01-01 08:00 netserver
-rwxrwxrwx root root 14992 1970-01-01 08:00 opcontrol
-rwxrwxrwx root root 57364 1970-01-01 08:00 oprofiled
-rwxrwxrwx root root 9648 1970-01-01 08:00 procmem
-rwxrwxrwx root root 9716 1970-01-01 08:00 procrank
-rwxrwxrwx root root 13892 1970-01-01 08:00 rawbu
-rwxrwxrwx root root 13932 1970-01-01 08:00 rctest
-rwxrwxrwx root root 24116 1970-01-01 08:00 rfcomm
-rwxrwxrwx root root 9792 1970-01-01 08:00 scotest
-rwxrwxrwx root root 18176 1970-01-01 08:00 scp
-rwxrwxrwx root root 9692 1970-01-01 08:00 script_parse
-rwxrwxrwx root root 5644 1970-01-01 08:00 sdptest
-rwxrwxrwx root root 9684 1970-01-01 08:00 showmap
-rwxrwxrwx root root 9684 1970-01-01 08:00 showslab
-rwxrwxrwx root root 41908 1970-01-01 08:00 sqlite3
-rwxrwxrwx root root 76564 1970-01-01 08:00 ssh
-rwxrwxrwx root root 122148 1970-01-01 08:00 strace
-rwxrwxrwx root root 60112 1970-01-01 08:00 su
-rwxrwxrwx root root 633556 1970-01-01 08:00 tcpdump
-rwxrwxrwx root root 5408 1970-01-01 08:00 timeinfo
-rwxrwxrwx root root 5344 1970-01-01 08:00 vfp-crasher
# cd /dev/block
cd /dev/block
# ls -l
ls -l
drwxr-xr-x root root 2011-12-29 23:06 vold
brw------- root root 31, 9 2011-12-29 23:05 mtdblock9
brw------- root root 31, 8 2011-12-29 23:05 mtdblock8
brw------- root root 31, 7 2011-12-29 23:05 mtdblock7
brw------- root root 31, 6 2011-12-29 23:05 mtdblock6
brw------- root root 31, 5 2011-12-29 23:05 mtdblock5
brw------- root root 31, 4 2011-12-29 23:05 mtdblock4
brw------- root root 31, 3 2011-12-29 23:05 mtdblock3
brw------- root root 31, 2 2011-12-29 23:05 mtdblock2
brw------- root root 31, 1 2011-12-29 23:05 mtdblock1
brw------- root root 31, 0 2011-12-29 23:05 mtdblock0
brw------- root root 7, 7 2011-12-29 23:05 loop7
brw------- root root 7, 6 2011-12-29 23:05 loop6
brw------- root root 7, 5 2011-12-29 23:05 loop5
brw------- root root 7, 4 2011-12-29 23:05 loop4
brw------- root root 7, 3 2011-12-29 23:05 loop3
brw------- root root 7, 2 2011-12-29 23:05 loop2
brw------- root root 7, 1 2011-12-29 23:05 loop1
brw------- root root 7, 0 2011-12-29 23:05 loop0
brw------- root root 179, 1 2011-12-29 23:05 mmcblk0p1
drwxr-xr-x root root 2011-12-29 23:05 platform
brw------- root root 179, 0 2011-12-29 23:05 mmcblk0
# cat /proc/filesystems
cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev tmpfs
nodev devtmpfs
nodev sockfs
nodev pipefs
nodev anon_inodefs
nodev rpc_pipefs
nodev inotifyfs
nodev devpts
ext3
cramfs
nodev ramfs
vfat
nodev nfs
nodev nfs4
ntfs
nodev fuse
fuseblk
nodev fusectl
yaffs
yaffs2
# mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
/dev/block/mtdblock4 /system cramfs ro,relatime 0 0
/dev/block/mtdblock7 /data ext3 rw,nosuid,nodev,noatime,nodiratime,errors=contin
ue,data=ordered 0 0
/dev/block/mtdblock6 /cache ext3 rw,nosuid,nodev,noatime,nodiratime,errors=conti
nue,data=ordered 0 0
/dev/block/vold/31:9 /mnt/storage vfat rw,dirsync,nosuid,nodev,noexec,relatime,u
id=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset
=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro 0 0
/dev/block/vold/31:9 /mnt/secure/asec vfat rw,dirsync,nosuid,nodev,noexec,relati
me,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocha
rset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro 0 0
tmpfs /mnt/storage/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
/dev/block/vold/179:1 /mnt/storage/sdcard vfat rw,dirsync,nosuid,nodev,noexec,re
latime,uid=1000,gid=1015,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,i
ocharset=iso8859-1,shortname=mixed,utf8,flush,errors=remount-ro 0 0
I have noontec a9.
fw is the oficial. tested
List of modifications:
- Support for installing applications from the SD card
- Support for DLNA (uPnP in the system as)
- Support 3G wireless network
- Support for connection via PPPoE
- Sub Flash11 Adobe to optimize Flash playback
- Acceleration of automatic scanning and sorting files
- Support for playback of TS files with H.264 codec
- Possibility to choose the icon size (setting-display-icon size)
here it distributes company umax.cz
Ahh it seems you're right. Umax is a distributor for Noontec in Czech. And they have firmware newer than the Noontec website. I'll load that up tomorrow and get back to Skin's questions for me too.
Please send me the cifs.ko you have used and also the complete name of your kernel.. i will patch it to get it working...
cifs.ko be in /system/lib/modules ?
I do not have it there .
Skin1980 said:
Please send me the cifs.ko you have used and also the complete name of your kernel.. i will patch it to get it working...
Click to expand...
Click to collapse
This version FW have bug with Power Off device. Power Off is not functional.
I concur... this firmware appears to be unfinished, I've downgraded again after a number of issues including not being able to power down properly.
new fw
www .noontec.com/Files/ProductPics/A9_V1.2.06_CN36.zip
i have tried that firmware. its a Chinese version like the one on noontec's site. plus bloatwares any luck on rooting this baby?
Hello friends. Sorry for my English. I'm using the google translator.
I have a serious problem. Buy this Noontec A9 and after upgrading to version November last year from the official website of noontec, the tablet made ​​the whole process but when you turn always gives error with the application and re-market the red letters charging noontec , loading and re-enter and re-throw the same error.
So is continuously and in a loop.
No one knows how to enter the recovery of this unit to reinstalling the firmware?.
Please help because I have a brick.

[Q] Busybox fails to install

I have S-OFF and rooted my phone, and need Busybox to run nandroid. Using either Busybox Pro, or Busybox Installer, the install fails to either bin or binx. Its says "It looks like the installation of Busybox failed" after displaying a scrolling list of apps. It suggests tryin g a different location.
I have 80 MB of free memory in /system.
How can I track this down?
What ROM are you on?
I believe that most rooted ROM's already have Busybox built in.
The advice is free....the bandwidth, not so much
Still the EVO one
FinZ28 said:
What ROM are you on?
I believe that most rooted ROM's already have Busybox built in.
The advice is free....the bandwidth, not so much
Click to expand...
Click to collapse
3.15.651.16 71ORD
Nandroid said busybox was not installed.
Summary
My phone is rooted and S-OFF, but have the stock 3.15 installed.
1) Open busybox
2) do install and pick smart
3) Says "Installing, checking system", screen goes black and it reboots. It is not supposed to. What is happening here?
After reboot:
5) /system/bin/busybox not found (and indeed, it is not there)
6) Go into busybox again
7) says installing busybox. Then setting up many applications. Then message says install failed
Log claims it is installed, but /system/bin/busybox is not there. What could have removed it?
/system is rw. 81MB free in it
[email protected]:/ $ su
[email protected]:/ # ls -l /system
drwxr-xr-x root root 2013-01-30 15:02 app
drwxr-xr-x root shell 2013-02-12 17:29 bin
-rw-r--r-- root root 6833 2012-12-18 17:05 build.prop
drwxr-xr-x root root 2012-12-18 17:05 customize
drwxr-xr-x root root 2012-12-18 17:05 etc
drwxr-xr-x root root 2012-12-18 17:05 fonts
drwxr-xr-x root root 2012-12-18 17:05 framework
drwxr-xr-x root root 2012-12-18 17:05 lib
drwxr-xr-x root root 2012-12-18 16:58 media
drwxr-xr-x root root 2012-04-27 17:10 tts
drwxr-xr-x root root 2012-04-27 17:15 usr
drwxr-xr-x root shell 2012-12-18 17:05 vendor
drwxr-xr-x root shell 2013-01-30 15:02 xbin
[email protected]:/ # cd bin
sh: cd: /bin: No such file or directory
2|[email protected]:/ # ls -l
drwxr-xr-x root root 2013-02-12 17:27 acct
drwxrwx--- system cache 2013-02-13 14:28 cache
dr-x------ root root 2013-02-12 17:27 config
lrwxrwxrwx root root 2013-02-12 17:27 d -> /sys/kernel/debug
drwxrwx--x system system 2013-02-12 16:42 data
-rw-r--r-- root root 118 1969-12-31 19:00 default.prop
drwxr-xr-x root root 2013-02-12 17:28 dev
drwx------ root root 2013-02-13 14:26 devlog
lrwxrwxrwx root root 2013-02-12 17:27 etc -> /system/etc
drwxrwx--x system system 2013-02-12 17:27 firmware_dsps
drwxrwxrwx root root 1969-12-31 19:00 firmware_q6
drwxrwxrwx root root 1969-12-31 19:00 firmware_radio
drwxrwxrwx root root 1969-12-31 19:00 firmware_wcnss
-rw-r----- root root 330 1969-12-31 19:00 fstab.jet
-rwxr-x--- root root 118008 1969-12-31 19:00 init
-rwxr-x--- root root 2344 1969-12-31 19:00 init.goldfish.rc
-rwxr-x--- root root 2910 1969-12-31 19:00 init.qcom.firmware_links.sh
-rwxr-x--- root root 12671 1969-12-31 19:00 init.qcom.rc
-rwxr-x--- root root 9588 1969-12-31 19:00 init.qcom.sh
-rwxr-x--- root root 23152 1969-12-31 19:00 init.rc
-rwxr-x--- root root 18402 1969-12-31 19:00 init.target.rc
-rwxr-x--- root root 3569 1969-12-31 19:00 init.target.recovery.rc
-rwxr-x--- root root 1637 1969-12-31 19:00 init.trace.rc
-rwxr-x--- root root 21425 1969-12-31 19:00 init.usb.rc
drwxrwxr-x root system 2013-02-12 17:27 mnt
dr-xr-xr-x root root 1969-12-31 19:00 proc
drwx------ root root 2012-11-30 04:28 root
drwxr-x--- root root 1969-12-31 19:00 sbin
lrwxrwxrwx root root 2013-02-12 17:27 sdcard -> /storage/sdcard0
lrwxrwxrwx root root 2013-02-12 17:27 sdcard2 -> /storage/sdcard0/ext_sd
d---r-x--- system sdcard_r 2013-02-12 17:27 storage
dr-xr-xr-x root root 2013-02-12 17:27 sys
drwxr-xr-x root root 2012-12-18 17:05 system
lrwxrwxrwx root root 2013-02-12 17:27 tombstones -> /data/tombstones
-rw-r--r-- root root 272 1969-12-31 19:00 ueventd.goldfish.rc
-rw-r--r-- root root 5594 1969-12-31 19:00 ueventd.rc
-rw-r--r-- root root 8528 1969-12-31 19:00 ueventd.target.rc
drwxrwx--x system system 2013-02-12 17:27 vendor
So, it seems to install, and tghen disappears:
The commands to install BusyBox
D/RootTools v2.6( 6429): dd if=/data/data/stericson.busybox.donate/files/bb/busybox of=/system/bin/busybox
D/RootTools v2.6( 6429): /data/local/toolbox dd if=/data/data/stericson.busybox.donate/files/bb/busybox of=/system/bin/busybox
D/RootTools v2.6( 6429): /system/bin/toolbox dd if=/data/data/stericson.busybox.donate/files/bb/busybox of=/system/bin/busybox
D/RootTools v2.6( 6429): /data/local/toolbox chmod 0755 /system/bin/busybox
D/RootTools v2.6( 6429): /system/bin/toolbox chmod 0755 /system/bin/busybox
D/RootTools v2.6( 6429): chmod 0755 /system/bin/busybox
D/RootTools v2.6( 6429): /data/local/xbin/beep: No such file or directory
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): /data/local/bin/beep: No such file or directory
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): Using Existing Root Shell!
D/RootTools v2.6( 6429): Sending command(s): ls /data/local/bin/beep
D/RootTools v2.6( 6429): beep was NOT found here: /data/local/bin/
D/RootTools v2.6( 6429): Sending command(s): ls /system/sd/xbin/beep
Shows the file being copied...
D/Command ( 6429): ID: 0, 1587+1 records in
D/Command ( 6429): ID: 0, 1587+1 records out
D/Command ( 6429): ID: 0, 813044 bytes transferred in 0.040 secs (20326100 bytes/sec)
D/Command ( 6429): ID: 0, 1587+1 records in
D/Command ( 6429): ID: 0, 1587+1 records out
D/Command ( 6429): ID: 0, 813044 bytes transferred in 0.046 secs (17674869 bytes/sec)
D/Command ( 6429): ID: 0, 1587+1 records in
D/Command ( 6429): ID: 0, 1587+1 records out
D/Command ( 6429): ID: 0, 813044 bytes transferred in 0.043 secs (18908000 bytes/sec)
It is gone!
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): Using Existing Root Shell!
D/RootTools v2.6( 6429): Sending command(s): /system/bin/busybox --install -s /system/bin/
D/RootTools v2.6( 6429): /data/local/bin/beep: No such file or directory
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): /system/sd/xbin/beep: No such file or directory
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): Using Existing Root Shell!
D/RootTools v2.6( 6429): Sending command(s): ls /system/sd/xbin/beep
D/RootTools v2.6( 6429): beep was NOT found here: /system/sd/xbin/
D/RootTools v2.6( 6429): Sending command(s): ls /system/bin/failsafe/beep
D/RootTools v2.6( 6429): Command 0finished.
D/RootTools v2.6( 6429): /system/sd/xbin/beep: No such file or directory
D/RootTools v2.6( 6429): Command 0finished.

[Q] Can't write to /sdcard or /extSdCard

Hi,
For some reason none of my apps on my phone work because they can't write to /sdcard:
Code:
[email protected]:/ # cd /sdcard/
[email protected]:/sdcard # mkdir test
mkdir failed for test, Permission denied
Code:
[email protected]:/ # ls -l sdcard
lrwxrwxrwx root root 2015-01-02 17:53 sdcard -> /storage/sdcard0
/sdcard seems to be a symlink to /storage/sdcard0, which is not writable. However, when I go to /mnt/media_rw/sdcard0 I can write to the card:
Code:
[email protected]:/sdcard # cd /mnt/media_rw/sdcard0/
[email protected]:/mnt/media_rw/sdcard0 # mkdir test
[email protected]:/mnt/media_rw/sdcard0 #
Here are the permissions
Code:
[email protected]:/storage # ls -l
drwxrwx--x root sdcard_r 2015-01-02 21:32 sdcard0
drwxrwx--x root sdcard_r 2015-01-02 16:55 sdcard1
drwxrwx--- root root 2015-01-02 17:53 usbdisk0
Code:
root[email protected]:/mnt/media_rw # ls -l
drwxr-xr-x root root 2015-01-02 21:32 sdcard0
drwxr-xr-x root root 2015-01-02 16:55 sdcard1
drwx------ media_rw media_rw 2015-01-02 17:53 usbdisk0
[email protected]:/mnt/media_rw #
Is it normal that /storage/sdcard0 is not writable ?
Is there a way to maybe recreate the symlink to /mnt/media_rw/sdcard0 ?
Or are there any other ways I should solve this ?

Problem with External Storage

I'm having problems with my external storage (sdcard1). It was working fine unrooted, but now that I'm rooted I'm unable to use it. Depending upon which path I follow (using ES Explorer in root mode), I get the message "file.txt cannot be deleted" or "read-only file system". I have no problems writing to the card in Linux or Windows.
For troubleshooting, I try to create a Folder and then a File. I previously added a test folder and test file via Windows Explorer.
Path selected via ES Explorer: /storage/sdcard1/
Try to add folder, received error message: The folder(file) will not be created. Sorry operation failed.
Try to delete test file(folder), receive error message: test1.txt cannot be deleted.
Path selected via ES Explorer: /storage/removable/sdcard1 ('sdcard1' in /storage/removable/ symlinks to /storage/sdcard1/)
Try to add folder received error message: The folder(file) will not be created. Sorry operation failed.
Try to delete test file(folder, receive error message: read-only filesystem
Also, in adb shell, trying to create or delete a file results in 'rm: Test1: Read-only file system' error message. However, mount shows it is a rw filesystem.
As a novice, it looks like the wrong group is assigned to the sdcard1, compared to the permissions of platform.xml. For example, a complete directory listing of /storage/sdcard1/ shows the group owner to be sdcard_r. While platform.xml lists that group under anything with "EXTERNAL_STORAGE" in the name, it is missing from "WRITE_MEDIA_STORAGE". I suppose I could add that group and see if it fixes things, but the whole "ro filesystem" message has me wondering.
Some code (I truncated some of it to shorten the post).....
Code:
[email protected]:/ # pwd
/
[email protected]:/ # ls -la
drwxr-xr-x root root 1972-02-11 01:23 acct
drwxrwx--- system cache 1972-02-11 01:23 cache
lrwxrwxrwx root root 1969-12-31 18:00 charger -> /sbin/healthd
lrwxrwxrwx root root 1972-02-11 01:23 etc -> /system/etc
-rw-r--r-- root root 47853 1969-12-31 18:00 file_contexts
drwxrwx--x system system 1972-02-11 01:23 firmware
-rw-r--r-- root root 475 1969-12-31 18:00 fstab
-rw-r----- root root 1445 1969-12-31 18:00 fstab.qcom
drwxr-xr-x root root 1969-12-31 18:00 lta-label
drwxrwxr-x root system 1972-02-11 01:23 mnt
lrwxrwxrwx root root 1972-02-11 01:23 sdcard -> /storage/emulated/legacy
lrwxrwxrwx root root 1972-02-11 01:23 sdcard1 -> /storage/sdcard1
drwxr-x--x root sdcard_r 1972-02-11 01:23 storage
dr-xr-xr-x root root 1972-02-11 01:23 sys
drwxr-xr-x root root 2015-07-26 17:39 system
lrwxrwxrwx root root 1972-02-11 01:23 usbdisk -> /storage/usbdisk
lrwxrwxrwx root root 1972-02-11 01:23 vendor -> /system/vendor
[email protected]:/ # cd storage/
[email protected]:/storage # ls -la
d---r-x--- root sdcard_r 2015-07-31 17:45 emulated
d---r-x--- system removable_rw 1972-02-11 01:23 removable
lrwxrwxrwx root root 1972-02-11 01:23 sdcard0 -> /storage/emulated/legacy
drwxrwx--x root sdcard_r 1969-12-31 18:00 sdcard1
drwx------ system system 1972-02-11 01:23 usbdisk
[email protected]:/storage # cd sdcard1
[email protected]:/storage/sdcard1 # ls -la
lstat './.android_secure' failed: Permission denied
drwxrwx--x root sdcard_r 2015-07-29 20:26 Android
drwxrwx--- root sdcard_r 2015-07-29 20:28 DCIM
drwxrwx--- root sdcard_r 2015-07-29 21:20 Documents
lstat './LOST.DIR' failed: I/O error
drwxrwx--- root sdcard_r 2015-07-29 20:29 Media
drwxrwx--- root sdcard_r 2015-07-27 20:47 Misc
drwxrwx--- root sdcard_r 2015-07-29 21:34 Music
drwxrwx--- root sdcard_r 2015-07-29 21:28 OpenVPN
drwxrwx--- root sdcard_r 2015-07-29 21:28 Pictures
drwxrwx--- root sdcard_r 2015-07-31 17:20 Test1
drwxrwx--- root sdcard_r 2015-07-30 00:23 Videos
drwxrwx--- root sdcard_r 2009-01-02 12:00 XZDualRecovery
drwxrwx--- root sdcard_r 2015-07-29 20:28 bluetooth
-rwxrwx--- root sdcard_r 145 2015-07-29 20:34 customized-capability.xml
drwxrwx--- root sdcard_r 2015-07-30 02:00 data
-rwxrwx--- root sdcard_r 14335 2015-07-29 20:34 default-capability.xml
drwxrwx--- root sdcard_r 2015-07-29 21:21 downloads
drwxrwx--- root sdcard_r 2015-07-29 21:27 mysword
-rwxrwx--- root sdcard_r 0 2015-07-31 17:21 test1.txt
[email protected]:/storage/sdcard1 #
Output from mount....
Code:
[email protected]:/storage/sdcard1 # mount
rootfs / rootfs ro,seclabel,relatime 0 0
tmpfs /dev tmpfs rw,seclabel,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,seclabel,relatime,mode=600 0 0
none /dev/cpuctl cgroup rw,relatime,cpu 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,seclabel,relatime 0 0
selinuxfs /sys/fs/selinux selinuxfs rw,relatime 0 0
/sys/kernel/debug /sys/kernel/debug debugfs rw,relatime 0 0
none /sys/fs/cgroup tmpfs rw,seclabel,relatime,mode=750,gid=1000 0 0
none /acct cgroup rw,relatime,cpuacct 0 0
tmpfs /mnt/asec tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,seclabel,relatime,mode=755,gid=1000 0 0
/dev/block/platform/msm_sdcc.1/by-name/system /system ext4 ro,seclabel,relatime,data=ordered 0 0
/dev/block/loop0 /system/odex squashfs ro,seclabel,relatime 0 0
/dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,relatime,discard,noauto_da_alloc,data=ordered 0 0
/dev/block/vold/179:34 /data/sdext2 ext2 rw,seclabel,relatime 0 0
/dev/block/platform/msm_sdcc.1/by-name/apps_log /mnt/idd ext4 rw,seclabel,nosuid,nodev,noexec,noatime,discard,nobarrier,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,seclabel,nosuid,nodev,noatime,discard,data=ordered 0 0
/dev/block/platform/msm_sdcc.1/by-name/LTALabel /lta-label ext4 ro,context=u:object_r:lta_label:s0,nosuid,nodev,noexec,noatime,data=ordered 0 0
tmpfs /mnt/qcks tmpfs rw,seclabel,relatime,mode=770,uid=1000,gid=1000 0 0
/dev/fuse /mnt/shell/emulated fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
tmpfs /storage/emulated tmpfs rw,seclabel,nosuid,nodev,relatime,mode=050,gid=1028 0 0
/dev/block/vold/179:33 /mnt/media_rw/sdcard1 vfat ro,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/block/vold/179:33 /mnt/secure/asec vfat ro,dirsync,nosuid,nodev,noexec,relatime,uid=1023,gid=1023,fmask=0007,dmask=0007,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/fuse /storage/sdcard1 fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
/dev/fuse /storage/emulated/0 fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
/dev/fuse /storage/emulated/0/Android/obb fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
/dev/fuse /storage/emulated/legacy fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
/dev/fuse /storage/emulated/legacy/Android/obb fuse rw,nosuid,nodev,noexec,relatime,user_id=1023,group_id=1023,default_permissions,allow_other,allow_utime_grp 0 0
[email protected]:/storage/sdcard1 #
Relevant sections of platform.xml....
Code:
<permission name="android.permission.READ_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
</permission>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
<permission name="android.permission.ACCESS_ALL_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="sdcard_all" />
</permission>
<permission name="android.permission.WRITE_MEDIA_STORAGE" >
<group gid="media_rw" />
</permission>
<permission name="android.permission.ACCESS_MTP" >
<group gid="mtp" />
</permission>
I've included what I think is the relevant code. Just to rule it out, this is a brand new SD card. I replaced my last one because I thought there was a problem with it writing. Can someone help me figure this out? Thanks.
I've faced the same problems in my S4 and I'll suggest what I've done to solve it: take a full data and system backups from recovery, then wipe data and reinstall the Rom. Which rom are you in that is having such problems? FYI, my tab is on the pre rooted 502 rom made by myself and is not having such issues. Good luck buddy

Restoring Threema from Nandroid backup

Hi,
I had to wipe /data and am now struggling with restoring the data of the Threema app.
Similar to the other apps, I installed it, started it once and copied back the directories databases, files and shared_prefs under /data/data/ch.threema.app/. After adapting ownership using chown, it now looks like this (directories "." and ".." omitted):
Code:
[email protected]:/data/data/ch.threema.app # ls -la
drwxrwx--x 2 u0_a87 u0_a87 4096 2016-01-11 18:44 cache
drwxrwx--x 2 u0_a87 u0_a87 4096 2016-01-12 19:11 code_cache
drwx------ 2 u0_a87 u0_a87 4096 2016-01-11 18:44 databases
drwxrwx--x 3 u0_a87 u0_a87 4096 2016-01-12 18:02 files
lrwxrwxrwx 1 root root 34 2016-01-12 19:32 lib -> /data/app/ch.threema.app-1/lib/arm
drwxrwx--x 2 u0_a87 u0_a87 4096 2016-01-12 19:11 shared_prefs
subdirectories:
Code:
[email protected]:/data/data/ch.threema.app # ls -la databases/
-rw------- 1 u0_a87 u0_a87 943104 2016-01-11 18:45 threema.db
[email protected]:/data/data/ch.threema.app # ls -la files/
-rw------- 1 u0_a87 u0_a87 64 2016-01-12 18:02 .crs-private_key
drwx------ 2 u0_a87 u0_a87 4096 2016-01-11 18:44 icu
-rw------- 1 u0_a87 u0_a87 45 2016-01-11 18:48 key.dat
-rw------- 1 u0_a87 u0_a87 32 2016-01-12 19:18 msgqueue.ser
[email protected]:/data/data/ch.threema.app # ls -la shared_prefs/
-rw-rw---- 1 u0_a87 u0_a87 130 2016-01-11 18:44 _has_set_default_values.xml
-rw-rw---- 1 u0_a87 u0_a87 2681 2016-01-12 19:11 ch.threema.app_preferences.xml
When I start Threema, I am asked for my passphrase (which is accepted). As next step, I'm asked to create a new ID or restore from backup.
How can I restore my Threema account (optionally including the messages from a /data backup).
I am running CyanogenMod 13.0
Thanks in advance!
With all data copied back and after starting threema and entering my passphrase, I started the restore process from my ID backup that I created long time ago. This worked and I then also had access to all previous messages.

Categories

Resources