BLU Vivo phone filling up in system (com.android.vending/cache) - Android Q&A, Help & Troubleshooting

A BLU Vivo AIR phone 16GB, (no extra sd card), becomes stuck every few days/weeks.. Checking the /data/.. folder noticed this cache directory filling up all the time:
Code:
[email protected]:/data/data/com.android.vending/cache # ls -l
-rw------- u0_a18 u0_a18 55273 2017-01-05 16:37 1468357373244.tmp
-rw------- u0_a18 u0_a18 60737 2017-01-05 17:09 1470286953684.tmp
-rw------- u0_a18 u0_a18 60737 2017-02-16 16:38 1478228129219.tmp
-r-------- u0_a18 u0_a18 35612 2017-02-16 16:39 com.android.opengl.shader
s_cache
-rw------- u0_a18 u0_a18 35771046 2017-01-10 12:38 gfbfv1-1407321045old
-rw------- u0_a18 u0_a18 25312644 2017-02-02 07:43 gfbfv1-1938407551old
-rw------- u0_a18 u0_a18 35720303 2017-02-10 08:20 gfbfv1-54134236old
-rw------- u0_a18 u0_a18 30249810 2017-02-06 11:52 gfbfv1-755265261old
-rw------- u0_a18 u0_a18 30249810 2017-02-11 12:31 gfbfv1-858435026old
-rw------- u0_a18 u0_a18 43200757 2017-01-29 10:40 gfbfv1-879983232old
-rw------- u0_a18 u0_a18 36155398 2017-01-28 08:57 gfbfv1-943855039old
-rw------- u0_a18 u0_a18 31497946 2017-02-02 07:39 gfbfv11084829459old
-rw------- u0_a18 u0_a18 21801412 2017-01-10 08:42 gfbfv11421810361old
-rw------- u0_a18 u0_a18 42667297 2017-02-14 18:37 gfbfv11487072824old
-rw------- u0_a18 u0_a18 33055061 2017-01-15 14:04 gfbfv1157473315old
-rw------- u0_a18 u0_a18 62752291 2017-02-06 17:41 gfbfv11708972366old
-rw------- u0_a18 u0_a18 43200757 2017-01-27 14:58 gfbfv1570258388old
-rw------- u0_a18 u0_a18 73255639 2017-02-12 10:43 gfbfv1572587892old
-rw------- u0_a18 u0_a18 73255639 2017-02-11 12:41 gfbfv1824247130old
-rw------- u0_a18 u0_a18 43200757 2017-02-01 06:20 gfbfv1927007937old
drwx------ u0_a18 u0_a18 2017-02-16 16:38 images
drwxrwx--x u0_a18 u0_a18 2017-01-05 16:36 lds
drwx------ u0_a18 u0_a18 2017-01-05 16:36 logs
drwx------ u0_a18 u0_a18 2017-02-16 16:38 main
-rw------- u0_a18 u0_a18 0 2017-01-05 16:36 restore.log
The w/a is to simply rm -f * all these files, then phone goes back to normal.
I didn't capture the contents (next time I will), but wondering if anyone knows what these are?
I suspected google play store, so cleared cache, and it didn't help, still after few days it got filled up again..
any tips welcomed! (this is Android 5.1, latest firmware from Aug 2016 as i recall).

read in another place that this vending belongs to playstore, and it's possible to remove this folder.. so stopped playstore, did mv /data/data/com.android.vending /data/data/com.android.vending-OLD, and rebooted.. now phone seems happier...

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.

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.

has anyone seen this before ? 1969? help

1|[email protected]:/ $ ls -la
drwxr-xr-x root root 1969-12-31 19:37 acct
drwxrwx--- system cache 2016-03-04 14:10 cache
lrwxrwxrwx root root 1969-12-31 18:00 charger -> /sbin/healthd
dr-x------ root root 1969-12-31 19:37 config
lrwxrwxrwx root root 1969-12-31 19:37 d -> /sys/kernel/debug
drwxrwx--x system system 2016-03-04 14:44 data
-rw-r--r-- root root 414 1969-12-31 18:00 default.prop
drwxr-xr-x root root 2016-03-04 14:50 dev
lrwxrwxrwx root root 1969-12-31 19:37 etc -> /system/etc
-rw-r--r-- root root 61730 1969-12-31 18:00 file_contexts
dr-xr-x--- system system 1969-12-31 18:00 firmware
-rw-r----- root root 2909 1969-12-31 18:00 fstab.e7lte
-rwxr-x--- root root 254352 1969-12-31 18:00 init
-rwxr-x--- root root 2696 1969-12-31 18:00 init.class_main.sh
-rwxr-x--- root root 2891 1969-12-31 18:00 init.e7lte.rc
-rwxr-x--- root root 6153 1969-12-31 18:00 init.e7lte_core.rc
-rwxr-x--- root root 1250 1969-12-31 18:00 init.e7lte_product.rc
-rwxr-x--- root root 1344 1969-12-31 18:00 init.environ.rc
-rwxr-x--- root root 2090 1969-12-31 18:00 init.lge.cmm.usb.sh
-rwxr-x--- root root 672 1969-12-31 18:00 init.lge.early.rc
-rwxr-x--- root root 5765 1969-12-31 18:00 init.lge.log.rc
-rwxr-x--- root root 3040 1969-12-31 18:00 init.lge.modem_log.rc
-rwxr-x--- root root 6160 1969-12-31 18:00 init.lge.power.rc
-rwxr-x--- root root 7732 1969-12-31 18:00 init.lge.rc
-rwxr-x--- root root 565 1969-12-31 18:00 init.lge.svelte.rc
-rwxr-x--- root root 3498 1969-12-31 18:00 init.lge.svelte.sh
-rwxr-x--- root root 26396 1969-12-31 18:00 init.lge.usb.rc
-rwxr-x--- root root 3403 1969-12-31 18:00 init.lge.usb.sh
-rwxr-x--- root root 1702 1969-12-31 18:00 init.mdm.sh
-rwxr-x--- root root 7064 1969-12-31 18:00 init.qcom.class_core.sh
-rwxr-x--- root root 6655 1969-12-31 18:00 init.qcom.early_boot.sh
-rwxr-x--- root root 12447 1969-12-31 18:00 init.qcom.factory.sh
-rwxr-x--- root root 27677 1969-12-31 18:00 init.qcom.rc
-rwxr-x--- root root 5350 1969-12-31 18:00 init.qcom.sh
-rwxr-x--- root root 4561 1969-12-31 18:00 init.qcom.ssr.sh
-rwxr-x--- root root 2962 1969-12-31 18:00 init.qcom.syspart_fixup.sh
-rwxr-x--- root root 23528 1969-12-31 18:00 init.rc
-rwxr-x--- root root 627 1969-12-31 18:00 init.recovery.e7lte.rc
-rwxr-x--- root root 5949 1969-12-31 18:00 init.target.rc
-rwxr-x--- root root 1927 1969-12-31 18:00 init.trace.rc
-rwxr-x--- root root 3885 1969-12-31 18:00 init.usb.rc
-rwxr-x--- root root 4606 1969-12-31 18:00 init.zetaw.bt_vendor.rc
-rwxr-x--- root root 2592 1969-12-31 18:00 init.zetaw.sensor.sh
-rwxr-x--- root root 8572 1969-12-31 18:00 init.zetaw_core.rc
-rwxr-x--- root root 301 1969-12-31 18:00 init.zygote32.rc
-rw-r--r-- root root 503 1969-12-31 18:00 lgdms.fota.rc
-rw-r--r-- root root 1200 1969-12-31 18:00 lgdms.fota_update.rc
drwxrwxr-x root system 1969-12-31 19:37 mnt
drwxrwxr-x system system 2016-03-04 16:22 mpt
drwxrwx--x system system 2016-03-04 14:43 persist
drwxrwx--x system system 1969-12-31 18:17 persist-lg
lrwxrwxrwx root root 1969-12-31 19:37 pkg -> /storage/sdcard0
dr-xr-xr-x root root 1969-12-31 18:00 proc
-rw-r--r-- root root 9833 1969-12-31 18:00 property_contexts
drwxr-xr-x root root 1969-12-31 18:00 res
drwx------ root root 2015-07-20 19:40 root
drwxr-x--- root root 1969-12-31 18:00 sbin
lrwxrwxrwx root root 1969-12-31 19:37 sdcard -> /storage/emulated/legacy
-rw-r--r-- root root 2786 1969-12-31 18:00 seapp_contexts
-rw-r--r-- root root 7 1969-12-31 18:00 selinux_version
-rw-r--r-- root root 406785 1969-12-31 18:00 sepolicy
-rw-r--r-- root root 15774 1969-12-31 18:00 service_contexts
-rw-r--r-- root root 878 1969-12-31 18:00 set_emmc_size.sh
-rw-r--r-- root root 1 1969-12-31 19:37 smpl_boot
drwxrwxr-x system system 1970-01-01 01:20 sns
drwxr-x--x system sdcard_r 1969-12-31 19:37 storage
dr-xr-xr-x root root 1969-12-31 19:37 sys
drwxr-xr-x root root 1969-12-31 18:16 system
lrwxrwxrwx root root 1969-12-31 19:37 tombstones -> /data/tombstones
-rw-r--r-- root root 9249 1969-12-31 18:00 ueventd.e7lte.rc
-rw-r--r-- root root 4515 1969-12-31 18:00 ueventd.rc
lrwxrwxrwx root root 1969-12-31 19:37 vendor -> /system/vendor
[email protected]:/ $

Apps are creating new files with 600 instead of 644

On a clean CM14.1 install - no issue.
On a clean CM14.1 install with OpenGApps pico - no issue.
On a clean CM14.1 install with OpenGApps Super with gapps-config - problem appears.
The apps are creating files on /data/media/0 aka /storage/emulated/0 with media_rw:media:rw:600.
Current (manually fixed) permissions:
Code:
oneplus2:/data/media/0 # ls -lah
total 86K
drwxrwx--- 19 media_rw media_rw 4.0K 2016-11-29 03:48 .
drwxrwx--- 4 media_rw media_rw 4.0K 1970-01-27 08:50 ..
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Alarms
drwxrwxr-x 4 media_rw media_rw 4.0K 2016-11-29 01:28 Android
drwxrwxr-x 4 media_rw media_rw 4.0K 2016-11-28 23:15 DCIM
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Downloads
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Movies
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Music
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Notifications
drwxrwxr-x 2 media_rw media_rw 4.0K 1970-01-27 11:17 Open-GApps
drwxrwxr-x 3 media_rw media_rw 4.0K 2016-11-29 02:42 Pictures
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Podcasts
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Ringtones
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-28 23:44 SMSBackupRestore
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 TWRP
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Telegram
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 WhatsApp
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 cmupdater
oneplus2:/data/media/0 #
Creating a folder and a file using an app called FX:
Code:
oneplus2:/data/media/0 # ls -lah
total 96K
drwxrwx--- 20 media_rw media_rw 4.0K 2016-11-29 03:49 .
drwxrwx--- 4 media_rw media_rw 4.0K 1970-01-27 08:50 ..
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Alarms
drwxrwxr-x 4 media_rw media_rw 4.0K 2016-11-29 01:28 Android
drwx------ 2 media_rw media_rw 4.0K 2016-11-29 03:16 CameraZOOM
drwxrwxr-x 4 media_rw media_rw 4.0K 2016-11-28 23:15 DCIM
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Downloads
-rw------- 1 media_rw media_rw 3 2016-11-29 03:49 File from FX.txt
drwx------ 2 media_rw media_rw 4.0K 2016-11-29 03:49 Folder from FX
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Movies
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Music
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Notifications
drwxrwxr-x 2 media_rw media_rw 4.0K 1970-01-27 11:17 Open-GApps
drwxrwxr-x 3 media_rw media_rw 4.0K 2016-11-29 02:42 Pictures
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Podcasts
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Ringtones
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-28 23:44 SMSBackupRestore
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 TWRP
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 Telegram
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 WhatsApp
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 02:42 cmupdater
Taking a picture...
Code:
oneplus2:/data/media/0 # ls -lah DCIM/Camera
total 778K
drwxrwxr-x 2 media_rw media_rw 4.0K 2016-11-29 03:50 .
drwxrwxr-x 4 media_rw media_rw 4.0K 2016-11-28 23:15 ..
-rw------- 1 media_rw media_rw 1.4M 2016-11-29 03:50 IMG_20161129_035027.jpg
oneplus2:/data/media/0 #
I tested on another device and this never happened. Have not been able to properly share documents for the past 3 days and I've never wiped and installed ROMs so many times ever before.
Should I clean flash to official OnePlus 2 OOS? If someone would be so kind enough to point me the way in troubleshooting this, it would be much appreciated.

/data/media/0/SatDigger

Anyone know what creates this directory? It seems to be populated mainly with system stuff.
[email protected]_BLADE_A110:/ # ls -l /data/media/0/SatDigger
Code:
drwxrwxr-x media_rw media_rw 2017-04-22 05:46 android
drwxrwxr-x media_rw media_rw 2018-01-03 00:20 au.com.amaysim.android
drwxrwxr-x media_rw media_rw 2018-01-03 00:21 au.com.weatherzone.android.weatherzonefreeapp
drwxrwxr-x media_rw media_rw 2017-04-22 05:47 com.android.externalstorage
drwxrwxr-x media_rw media_rw 2017-04-22 05:47 com.android.inputdevices
drwxrwxr-x media_rw media_rw 2017-04-22 05:48 com.android.location.fused
drwxrwxr-x media_rw media_rw 2017-04-22 05:48 com.android.managedprovisioning
drwxrwxr-x media_rw media_rw 2017-04-22 05:48 com.android.providers.media
drwxrwxr-x media_rw media_rw 2017-04-22 05:48 com.android.providers.settings
drwxrwxr-x media_rw media_rw 2017-04-22 05:49 com.android.settings
drwxrwxr-x media_rw media_rw 2017-04-22 05:49 com.android.sharedstoragebackup
drwxrwxr-x media_rw media_rw 2017-04-22 05:52 com.android.shell
drwxrwxr-x media_rw media_rw 2017-04-22 05:41 com.android.systemui
drwxrwxr-x media_rw media_rw 2017-04-22 05:53 com.buak.Link2SD
drwxrwxr-x media_rw media_rw 2017-04-22 05:53 com.dan
drwxrwxr-x media_rw media_rw 2017-04-22 05:53 com.estrongs.android.pop.pro
drwxrwxr-x media_rw media_rw 2017-04-22 05:55 com.mediatek
drwxrwxr-x media_rw media_rw 2017-04-22 05:55 com.mediatek.apst.target
drwxrwxr-x media_rw media_rw 2017-04-22 05:55 com.mediatek.atci.service
drwxrwxr-x media_rw media_rw 2017-04-22 05:54 com.mediatek.batterywarning
drwxrwxr-x media_rw media_rw 2017-04-22 05:55 com.mediatek.dataprotection
drwxrwxr-x media_rw media_rw 2017-04-22 05:55 com.mediatek.engineermode
drwxrwxr-x media_rw media_rw 2017-04-22 05:56 com.mediatek.filemanager
drwxrwxr-x media_rw media_rw 2017-04-22 05:56 com.mediatek.lbs.em2.ui
drwxrwxr-x media_rw media_rw 2017-04-22 05:56 com.mediatek.omacp
drwxrwxr-x media_rw media_rw 2017-04-22 05:56 com.mediatek.thermalmanager
drwxrwxr-x media_rw media_rw 2017-11-08 05:35 com.modernappdev.btfiletf
drwxrwxr-x media_rw media_rw 2017-04-22 05:57 com.zte.engineer
drwxrwxr-x media_rw media_rw 2017-04-22 05:57 com.zte.zdmdaemon
drwxrwxr-x media_rw media_rw 2017-04-22 05:58 de.mehrmann.sdbooster
[email protected]_BLADE_A110:/ # du -h /data/media/0/SatDigger
Code:
1.7M /data/media/0/SatDigger/com.android.systemui
6.7M /data/media/0/SatDigger/android
20K /data/media/0/SatDigger/com.android.externalstorage
88K /data/media/0/SatDigger/com.android.inputdevices
20K /data/media/0/SatDigger/com.android.location.fused
188K /data/media/0/SatDigger/com.android.managedprovisioning
80K /data/media/0/SatDigger/com.android.providers.media
108K /data/media/0/SatDigger/com.android.providers.settings
12K /data/media/0/SatDigger/com.android.sharedstoragebackup
2.8M /data/media/0/SatDigger/com.android.settings
36K /data/media/0/SatDigger/com.android.shell
8.5M /data/media/0/SatDigger/com.buak.Link2SD
28K /data/media/0/SatDigger/com.dan
15M /data/media/0/SatDigger/com.estrongs.android.pop.pro
40K /data/media/0/SatDigger/com.mediatek.batterywarning
960K /data/media/0/SatDigger/com.mediatek
12K /data/media/0/SatDigger/com.mediatek.atci.service
28K /data/media/0/SatDigger/com.mediatek.apst.target
192K /data/media/0/SatDigger/com.mediatek.dataprotection
816K /data/media/0/SatDigger/com.mediatek.engineermode
232K /data/media/0/SatDigger/com.mediatek.filemanager
112K /data/media/0/SatDigger/com.mediatek.lbs.em2.ui
56K /data/media/0/SatDigger/com.mediatek.omacp
32K /data/media/0/SatDigger/com.mediatek.thermalmanager
1.1M /data/media/0/SatDigger/com.zte.engineer
28K /data/media/0/SatDigger/com.zte.zdmdaemon
1.5M /data/media/0/SatDigger/de.mehrmann.sdbooster
33M /data/media/0/SatDigger/com.modernappdev.btfiletf
14M /data/media/0/SatDigger/au.com.amaysim.android
25M /data/media/0/SatDigger/au.com.weatherzone.android.weatherzonefreeapp
113M /data/media/0/SatDigger
UPDATE: 12/05/2019 (prompted by private message)
I never did discover what this was for or where it came from. IIRC I zipped the folder and kept it for a while but eventually just deleted it without any consequence *shrugs*
Thanks to @Pantoflat this has been solved!
Pantoflat said:
i cant write comment or answer on that thread , so i PM u again .
i just discovered its from apk analizer app .
Click to expand...
Click to collapse
The app referred to is Apk Analyzer by Dinostudio8891:
Code:
C:\Users\xdarthanonx\Downloads> [URL="https://www.7-zip.org/"][B]7z[/B][/URL] x -otemp dinostudio.android.apkanalyse.apk
7-Zip 19.00 (x64) : Copyright (c) 1999-2018 Igor Pavlov : 2019-02-21
Scanning the drive for archives:
1 file, 2903319 bytes (2836 KiB)
Extracting archive: dinostudio.android.apkanalyse.apk
--
Path = dinostudio.android.apkanalyse.apk
Type = zip
Physical Size = 2903319
Everything is Ok
Files: 608
Size: 6010897
Compressed: 2903319
C:\Users\xdarthanonx\Downloads> [URL="https://docs.microsoft.com/en-us/sysinternals/downloads/strings"][B]strings[/B][/URL] -o -s temp | [B]find[/B] /i "satdigger"
[highlight]C:\Users\xdarthanonx\Downloads\temp\classes.dex: 3370258:/SatDigger/[/highlight]
Satdigger

Categories

Resources