system/xbin (so such file or directory) - General Questions and Answers

can't chown/mod /system/xbin (no such file or directory)
All Hero roms give me this when I try to apply update.zip
I've went in to the console and created the directory manually but after reboot, its gone.
What did I do wrong? How do I do right?

SuperHero V2 Official Upgrade
I have the same problem...
During the update the following is reported...
Copying Files...
E:Can't chown/mod /system/xbin
(No such file or directory)
E:Failure at line 19:
set_perm_recursive 0 2000 0755 0 6755 SYSTEM:xbin
Installation aborted.

SuperHero V2 Official Upgrade -Installed
Problem with chown/mod /system/xbin resolved...
Installed the lastest SPL at http://code.google.com/p/sapphire-port-dream/

Same Problem
I Had the same error with 3 diff hero builds
I had already updated to the SPL mentioned above and re flashed the same SPL to be sure, but still go t the same error
Any help would be appreciated

gosh...
i met the same...while trying to flash the SuperHero v2...

same problem.... HALP

Please help. What should I do?

Related

[ROM] [MIUI] MIUI 1.3.11 Porting effort to the D2 (not working yet)

Hello,
I do not have access to a Droid2 right now so please do a NAND backup BEFORE and then try to flash my MIUI D2 ROM[/URL]
IMPORTANT:
Make sure you have a .sbf file to restore the phone to factory state if this rom does not work as intended,
remember I DO NOT own a droid2 (and with the lack of donations it doesn´t look like I will be able to afford one anytime soon)
so unfortunately I can not test whether the rom works correctly, partially or not at all.
ALPHA7:
http://www.ziddu.com/download/14374125/alpha7_signed.zip.html
Install:
make sure you have root and clockworks recovery installed
Warning!!!! Make sure you are on 2.3.320 or 2.3.340!!!
-boot into recovery via clockworks bootstrap
-select "wipe data/factory reset"
-select "Yes -- delete all data"
-go back "powerbutton"
-select "install zip from sdcard"
-select "choose zip from sdcard"
-find and select alphaXX-signed.zip
-reboot
WARNING:
If the rom does not work to perfection (or at all) and you want to help with the porting effort please carry out the following steps:
1) Install the latest alpha (in this thread)
2) (optional if you want to produce a debug log but can not do so)
Before rebooting apply the following patch to enable debugging
3) From a terminal enter these commands:
Code:
adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start
and in a separate terminal
Code:
adb -d logcat
Now reboot the phone so we get some logs (hopefully)
4) Repeat the process of point 3) with
Code:
db -s ? bugreport
5) check the contents of /sdcard/clockworkmod/ for .log files
Get me the resulting output logs... (under /sdcard/clockworkmod/ )
-------------------------------
If you encounter errors please be as specific as you can in the error report
Downloading now. Will put in my .02 when I get it up and running.
As promising as this looks. After downloading twice and copying over twice I can't install it. I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.
Any ideas?
miketoasty said:
I get E:Error in /sdcard/miui-d2-alpha-signed.zip (Status 6) Installation aborted.
Click to expand...
Click to collapse
Same here.
Would love to give this a try also if the file gets fixed. There has been a lot of hype around MIUI and I'd like to see if it works any good!
This really made my day. I can't wait to see what comes of this. Looks really promising.
I think the bug is with the buidscript
I will try to fix it... stay tuned
Open the .zip from the first posting and rename
/META-INF/com/google/android/updater-script
to update-script
and the content with:
Code:
show_progress 0.500000 0
delete_recursive SYSTEM:
format SYSTEM:
format CACHE:
copy_dir PACKAGE:sdcard SDCARD:
copy_dir PACKAGE:system SYSTEM:
copy_dir PACKAGE:data DATA:
## droid2 froyo MIUI permissions ##
set_perm_recursive 0 0 0755 0644 SYSTEM:
set_perm_recursive 0 2000 0755 0755 SYSTEM:bin
set_perm 0 3003 02750 SYSTEM:bin/netcfg
set_perm 0 3004 02755 SYSTEM:bin/ping
set_perm 0 1001 04770 SYSTEM:bin/pppd-ril
set_perm 0 2000 06750 SYSTEM:bin/run-as
set_perm 0 0 06755 SYSTEM:xbin/su
set_perm_recursive 1002 1002 0755 0440 SYSTEM:etc/bluetooth
set_perm 0 0 0755 SYSTEM:etc/bluetooth
set_perm 1000 1000 0640 SYSTEM:/etc/bluetooth/auto_pairing.conf
set_perm 3002 3002 0444 SYSTEM:/etc/bluetooth/blacklist.conf
set_perm 1002 1002 0440 SYSTEM:etc/dbus.conf
set_perm 1014 2000 0550 SYSTEM:etc/dhcpcd/dhcpcd-run-hooks
set_perm 0 0 06755 SYSTEM:etc/install-recovery.sh
set_perm 0 2000 0550 SYSTEM:etc/init.goldfish.sh
set_perm_recursive 0 0 0755 0555 SYSTEM:etc/ppp
set_perm_recursive 0 2000 0755 0755 SYSTEM:xbin
set_perm 0 0 06755 SYSTEM:bin/busybox
set_perm 0 0 06755 SYSTEM:bin/busybox2
set_perm 0 0 06755 SYSTEM:bin/sysinit
set_perm 0 0 06755 SYSTEM:etc/init.d/00banner
set_perm 0 0 06755 SYSTEM:etc/init.d/01sysctl
set_perm 0 0 06755 SYSTEM:etc/init.d/02firstboot
set_perm 0 0 06755 SYSTEM:etc/init.d/05modules
set_perm 0 0 06755 SYSTEM:etc/init.d/06defaulttheme
set_perm 0 0 06755 SYSTEM:etc/init.d/99complete
set_perm 0 0 06755 SYSTEM:xbin/zipalign
set_perm 0 0 06755 SYSTEM:xbin/zipalign_apks
show_progress 0.2 10
Then I am not sure if you need to sign the resulting .zip or not (try without and see what happens, if it works, or a different error)
Make sure you edit the update-script file within linux or using something like ultraedit or notepadplus
(remember guys I am working blind here as I am not likely to have a droid2 for a couple of months, I need people able to flash the different alphas and report on errors)
Tried and got same error before and after signing.
yes, the scrip has to be named update-script not updater-script
So try with the correct name and the content in my previous posting
miketoasty said:
Tried and got same error before and after signing.
Click to expand...
Click to collapse
Hyped about this ^.^
New download link doesn't work, check your pm's btw.
In the first version you forgot to add an updater-script and the other thing that is usually in that folder.... I'll add it for you and then test it out, if it works I'll upload it.
Really nice work.
Update: just finished fixing the updater-script and am testing out now
Update #2: never mind, something is just wrong with the zip and it's not working for me. I didn't end up fixing it.
so has anyone got this to work?
dling now
download in progress.....
mine gets stuck on installing updates.....
installation error
i was able to download the zip. during installation...installation aborted (error 4)....
Update: just finished fixing the updater-script and am testing out now
Update #2: never mind, something is just wrong with the zip and it's not working for me. I didn't end up fixing it.[/QUOTE]
agreed lol
I'll try and make another zip thingy.... I think just taking the files from the original zip and then putting them in a new signed one should work out
Update: FML, the rom still doesn't work so I know it is not a zip problem. I am getting a problem on clockworkmod and the log says this happened:
Code:
ClockworkMod Recovery V2.5.0.8
--Wiping DATA....
Formatting CACHE...
Formatting SDEXT...
No app2sd partition found. Skipping format of /sd-ext
Data wipe complete.
--Wiping cache...
Formatting CACHE...
Cache wipe complete.
-- Installing: SDCARD: NewMiuiAlpha.zip
Finding update package....
Opening update package...
Installing update...
E:Error in /sdcard/NewMiuiAlpha.zip
(Status 6)
Installation aborted.
I don't really know how to fix a status 6 problem but supposedly it is a problem with the updater-script and I think I know how to fix that. I am going to try one more build and if that doesn't work I'll leave it to the creator of the rom....
I hope this works...
ljbaumer said:
I'll try and make another zip thingy.... I think just taking the files from the original zip and then putting them in a new signed one should work out
Click to expand...
Click to collapse
i have my signature verification turned off...
Waiting with soo much excitement, and willing to donate to the cause!
Sent using XDA App

help when installing T.E.A.M theme 3.5

when i try install rom i get this error
E: Can't chown/mod /system/app/GooglePlus.apk
(No such file or direcrtory)
E: Failure at line 5:
set_perm 0 0 0644 SYStEM:app/GoogePlus.apk
Installation aborted
fixed it all good
how i close this thread i resolved issue

Error flashing slim rom 5.0

Symlinks and permissions...
failed to mkdir /system/bin/su: Read-only file system
symlink: failed to symlink /system/bin/su to ../xbin/su: making parents failed
symlink: failed to symlink /system/bin/su to ../xbin/su: No such file or directory
script aborted: symlink: some symlinks failed
symlink: some symlinks failed
I:Legacy property environment disabled.
E:Error executing updater binary in zip '/sdcard/Download/Slim-hammerhead-5.0.alpha.0.4-UNOFFICIAL-20141125-0012.zip'
Error flashing zip '/sdcard/Download/Slim-hammerhead-5.0.alpha.0.4-UNOFFICIAL-20141125-0012.zip'
Updating partition details...
There's the change log, I can't make much sense of it. Any help would be appreciated!
Sent from my Nexus 5 using XDA Free mobile app
Do you have the latest bootloader? HHZ12D
I included the .img as an attachment if you haven't already.
What recovery? Philz?
Its because legacy environment is disabled and your zip has an old update-binary
If its philz, I can't remember, but is there an option to use old updater environment?
Thanks all! Got it working, it was the bootloader. But now I'm noticing something quirky about 5.0 there's something referred to as miscellaneous that's killing the battery. Anybody know what this is about?
Sent from my Nexus 5 using XDA Free mobile app

Problem About update Lollipop Desire S

Hi,
I'm new user of this site. I would like present my problem and I hope that you can Help me.
I have HTC Desire S and I would update it with Lollipop. I have read that for upgrade, I can install cyanogen mod 12.
On my desire I have ClockworkMod Recovery v5.0.2.0;
I have downloaded:
- cm-12-20150611-UNOFFICIAL-saga.zip
- gapps-5.0.x-20150404-minimal-edition-signed.re
but I have this message:
<Status 0>
Installation aborted.
--Installing: /sdcard/cm-12-201506-11-UNOFFICIAL-saga.zip
Finding update package...
Opening update package...
Installing update...
Warning: No file_contextscould not detect filesystem for /dev/block/platform/msm_sdcc.2/by-name/system, assuming ext4
mount: failed to mount /dev/block/platform/msm_sdcc.2/by-name/system at /system: No such file or directory
unmount of /system failed: no such volume could not detected filesystem for /dev/block/platform/msm_sdcc.2/by-name/userdata, assuming f2fs mount: failed to umount /dev/block/platform/msm_sdcc.2/by-name/userdata at /data: No such device unmount of /data failed: no such volume E: Error in /sdcard/cm-12-20150611-UNOFFICIAL-saga.zip
<Status 0>
Installation aborted.
update ur recovery to the latest TWRP recovery then the rom will install.

Can't access RUU mode (goes directly to bootloop)

Hello,
(English is not my mother tongue but I’ll try to do my best )
I don’t usually ask for help and do my own researchs, but I reached a dead end! So I need some experts here
My Nexus got stolen 3 days ago, so I took back my HTC Sensation from the drawer to use it again for some time. When I was using it before, I flashed 3 or 4 differents roms, I updated the firmware, and so on… Never had a single problem, but I don’t know what I did when I switched with my Nexus, but when I tried to power on my Sensation today, it got stuck on cyanogen boot.
I tried to access the recovery (4ext recovery touch) with ADB, and it worked, so I was kind of relieved! I wiped everything I needed to wipe (following instructions for the rom) and that was unusually long! VERY long! In my memories it took only few minutes to do that, and now it takes 1 hour (actually every action I perform with the recovery takes at least 50 minutes. Was not the case before)! But it goes all the way and I had a success message, so okay.
I tried to flash the rom again (the one I had before and knew it worked), it took once again a very long time to install, but success message at the end. I rebooted and... still stuck on boot loop.
I, then, tried to change the recovery (from 4ext to twrp) (with fastboot), everything went fine (no error during the process), when I rebooted, I was still with the same recovery (4ext). (I also tried to access directly to the recovery without rebooting because I read it was maybe because of the reboot but it’s the same).
I also tried to change the firmware (PG58IMG) from 3.33 to 3.32, I flashed it, process is okay, I rebooted, and… still on 3.33
I finally tried to flash an official ROM from HTC, it worked once again during the process, but the boot screen was… Cyanogen boot, and still boot loop ???
So, I can do anything I want, I don’t get any message of errors, but nothing changes! Nor the firmeware, nor the recovery, nor the rom (which doesn’t work). I’m completely stuck… I tried, and tried again… No apparent changes on my phone.
My last attempt was going to be with RUU, but I can’t find one that fits my configuration :/
Thank you for any help, I’m desesperate :/
For information, this is what my bootloader looks like :
-Firmware-3.33-
PYRAMID PVT SHIP S-OFF RL
HBOOT-1.27.1100
RADIO-11.24A.3504.31_M
OpenADSP-v05.6.0.2226.00.0418
eMMC-boot
Jan 13 2012, 17:33:34
EDIT :
Before I post this, I tried one last thing :
In the recovery (4ext), I formatted all partitions (except sdcard) - no error during the process.
But when I check the info I have :
mount point | fs | size | free
system | ext4 | 787.4mb | 295.4mb
data | ext4 | 1.1gb | 132.0mb
cache | ext4 | 118.1mb | 114.0mb
sdcard | fat32 | 7.2gb | 4.3gb
Current ROM : 11-20140525-Sultan-pyramid
How is that possible? I just wiped everything, and it did nothing. :crying:
since you are on S-OFF you can use any ruu you want
here is the latest 4ext recovery version
http://d-h.st/rG7
extarct the recovery.img and flash it via fatsboot
then try to wipe again
Ok, I flashed it like you said, but once again, no changes! I'm still on the version 1.0.0.6 RC2 (and not RC3)
I'm going to try with a RUU
did the info change in recovery? u know system,cache, current rom info etc? coz when u full wipe then check info it doesnt change untill u reboot recovery.
No the info doesn't change. Even after a reboot.
Okay so I tried with RUU. First with the .exe file : Everything goes well until the first step when the RUU wants to reload to the bootloader. I have an error 171. I don't think it's a driver problem because it recognized the phone before that step.
1. I am in fastboot usb.
2. I execute the .exe
3. It finds the phone and ask me to update
4. RUU says "reboot in bootloader" - my phone turns off
5. RUU says "waiting for bootloader" - my phone does not turn on in bootloader
6. RUU says 'failed error 171 usb connection error"
So I guess once the phone is turned off, it can't find it anymore. During the "waiting for bootloader" step, I also tried to help the RUU and rebooting to the bootloader myself (either with adb and the combination VOLUME - and Power on), the phone restart but the RUU doesn't detect the bootloader and fails.
I tried to flash the RUU manually as well, with PG58IMG in the bootloader, but the phone turns off before the process is finished, and changes nothing.
And with adb, I'm stuck when I ask to "fastboot oem rebootRUU". The phone turns off and doesn't reboot into RUU mode.
(I followed this guide (4.4.2 With a PC, via fastboot USB) : http://forum.xda-developers.com/showthread.php?t=1672425)
EDIT : Different problem now : The RUU can reboot my phone, but not in RUU mode, my phone restart to the bootloop (the rom which doesn't work)
I retrieved the recovery.log from 4ext for a ROM I tried to flash a couple of days ago, and I see a lot of "failed to" - "not such file or directory" - "read-only file system" - "unmount of /system failed" - ... So I put it here maybe it could help to understand the problem!
Code:
Starting recovery on Fri Jan 2 00:00:00 1970
can't open /dev/tty0: No such file or directory
framebuffer: fd 3 (540 x 960)
Welcome to 4EXT Recovery Touch
by madmaxx82
I:start load volumes..
Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 0 Preparing boot.. 1I:st.f_bsize: 4096
I:st.f_bsize: 4096
Preparing boot.. 1 Preparing boot.. 1recovery filesystem table
=========================
0 /tmp ramdisk (null) (null)
1 /recovery emmc /dev/block/mmcblk0p21 (null)
2 /boot emmc /dev/block/mmcblk0p20 (null)
3 /cache ext4 /dev/block/mmcblk0p24 (null)
4 /data ext4 /dev/block/mmcblk0p23 (null)
5 /sdcard vfat /dev/block/mmcblk1p1 /dev/block/mmcblk1
6 /system ext4 /dev/block/mmcblk0p22 (null)
7 /misc emmc /dev/block/mmcblk0p31 (null)
I:end load volumes..
I:Completed outputting fstab.
I:Processing arguments.
I:Checking arguments.
Command: "/sbin/recovery"
ro.build.date=Thu May 8 17:34:43 CEST 2014
ro.build.date.utc=0
ro.product.model=HTC Sensation
ro.product.brand=htc
ro.product.name=htc_pyramid
ro.product.device=pyramid
ro.product.board=pyramid
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=hdpi
ro.product.locale.region=
ro.board.platform=msm8660
ro.build.product=pyramid
ro.com.android.dateformat=MM-dd-yyyy
net.bt.name=Android
ro.serialno=SH1BTV809020
ro.baseband=11.24A.3504.31_M
ro.carrier=HTC-FRA
ro.bootloader=1.27.1100
ro.cid=HTC__203
ro.mid=PG5813000
init.svc.choice_fn=stopped
init.svc.htcbatt=running
init.svc.adbd=running
init.svc.recovery=running
ext.version="1006.2.0"
ext.feature.version_check=yes
ext.build=33
ext.edition=ng
I:preparing..
Preparing boot.. 1I:prep sys1: 0
Preparing boot.. 1 Preparing boot.. 2 Preparing boot.. 2 Preparing boot.. 2 Preparing boot.. 2 Preparing boot.. 2 Preparing boot.. 3 Preparing boot.. 3I:preparing.. fin
Preparing boot.. 3 Configuring settings..
Your configuration settings:
Using button backlights level: 90
4EXT SmartFlash: enabled
Restore: MD5Sum checks: enabled
Backups: generate MD5Sums: enabled
Backups: mode: tar
Backups: exclude /cache: disabled
Backups: exclude dalvik-cache: disabled
Preserve theme: enabled
Hide useless directories: disabled
Haptic feedback: enabled
Haptic feedback strength: 25
Timezone: configured
Using 24h-hour time format
I:theme propok
Recovery is ready..
I:have tz_data
I:Checking for extendedcommand...
I:Skipping execution of extendedcommand, file not found...
About to install:
Sensation_3.33.401.53_odexed.zip
Continue install?
-- Installing: /sdcard/Sensation_3.33.401.53_odexed.zip
Finding update package...
I:Update location: /sdcard/Sensation_3.33.401.53_odexed.zip
Opening update package...
Installing update...
unmount of /system failed; no such volume
Creating filesystem with parameters:
Size: 838859776
Block size: 4096
Blocks per group: 32768
Inodes per group: 7315
Inode size: 256
Journal blocks: 3200
Label:
Blocks: 204799
Block groups: 7
Reserved block group size: 55
Created filesystem with 11/51205 inodes and 6651/204799 blocks
===============================================
| Android Revolution HD |
| by mike1986 |
| Be patient - 1st boot may take a while |
===============================================
>>> Formatting partitions
(system is unmounted already)
Creating filesystem with parameters:
Size: 125787136
Block size: 4096
Blocks per group: 32768
Inodes per group: 7677
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 30709
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/7677 inodes and 1518/30709 blocks
>>> Mounting partitions
>>> Cleaning process
minzip: Extracted file "/system/app/AdobeReader.apk"
minzip: Extracted file "/system/app/AppSharing.apk"
minzip: Extracted file "/system/app/AppSharing.odex"
minzip: Extracted file "/system/app/ApplicationsProvider.apk"
minzip: Extracted file "/system/app/ApplicationsProvider.odex"
minzip: Extracted file "/system/app/BackupRestoreConfirmation.apk"
minzip: Extracted file "/system/app/BackupRestoreConfirmation.odex"
>>> Writing Data & System
minzip: Extracted file "/system/app/BlueSky.apk"
minzip: Extracted file "/system/app/Bluetooth.apk"
minzip: Extracted file "/system/app/Bluetooth.odex"
minzip: Extracted file "/system/app/BrcmBluetoothServices.apk"
minzip: Extracted file "/system/app/BrcmBluetoothServices.odex"
minzip: Error touching "/system/app/Browser.apk"
>>> Creating toolbox symlinks
symlink: failed to remove /system/bin/cat: Read-only file system
symlink: failed to symlink /system/bin/cat to toolbox: File exists
symlink: failed to remove /system/bin/chmod: Read-only file system
symlink: failed to symlink /system/bin/chmod to toolbox: File exists
symlink: failed to remove /system/bin/chown: Read-only file system
symlink: failed to symlink /system/bin/chown to toolbox: File exists
symlink: failed to remove /system/bin/cmp: Read-only file system
symlink: failed to symlink /system/bin/cmp to toolbox: File exists
symlink: failed to remove /system/bin/date: Read-only file system
symlink: failed to symlink /system/bin/date to toolbox: File exists
symlink: failed to remove /system/bin/dd: Read-only file system
symlink: failed to symlink /system/bin/dd to toolbox: File exists
symlink: failed to remove /system/bin/df: Read-only file system
symlink: failed to symlink /system/bin/df to toolbox: File exists
symlink: failed to remove /system/bin/dmesg: Read-only file system
symlink: failed to symlink /system/bin/dmesg to toolbox: File exists
symlink: failed to remove /system/bin/getevent: Read-only file system
symlink: failed to symlink /system/bin/getevent to toolbox: File exists
symlink: failed to remove /system/bin/getprop: Read-only file system
symlink: failed to symlink /system/bin/getprop to toolbox: File exists
symlink: failed to remove /system/bin/hd: Read-only file system
symlink: failed to symlink /system/bin/hd to toolbox: File exists
symlink: failed to remove /system/bin/id: Read-only file system
symlink: failed to symlink /system/bin/id to toolbox: File exists
symlink: failed to remove /system/bin/ifconfig: Read-only file system
symlink: failed to symlink /system/bin/ifconfig to toolbox: File exists
symlink: failed to remove /system/bin/iftop: Read-only file system
symlink: failed to symlink /system/bin/iftop to toolbox: File exists
symlink: failed to remove /system/bin/insmod: Read-only file system
symlink: failed to symlink /system/bin/insmod to toolbox: File exists
symlink: failed to remove /system/bin/ioctl: Read-only file system
symlink: failed to symlink /system/bin/ioctl to toolbox: File exists
symlink: failed to remove /system/bin/ionice: Read-only file system
symlink: failed to symlink /system/bin/ionice to toolbox: File exists
symlink: failed to remove /system/bin/kill: Read-only file system
symlink: failed to symlink /system/bin/kill to toolbox: File exists
symlink: failed to remove /system/bin/ln: Read-only file system
symlink: failed to symlink /system/bin/ln to toolbox: File exists
symlink: failed to remove /system/bin/log: Read-only file system
symlink: failed to symlink /system/bin/log to toolbox: File exists
symlink: failed to remove /system/bin/ls: Read-only file system
symlink: failed to symlink /system/bin/ls to toolbox: File exists
symlink: failed to remove /system/bin/lsmod: Read-only file system
symlink: failed to symlink /system/bin/lsmod to toolbox: File exists
symlink: failed to remove /system/bin/lsof: Read-only file system
symlink: failed to symlink /system/bin/lsof to toolbox: File exists
symlink: failed to remove /system/bin/mkdir: Read-only file system
symlink: failed to symlink /system/bin/mkdir to toolbox: File exists
symlink: failed to remove /system/bin/mount: Read-only file system
symlink: failed to symlink /system/bin/mount to toolbox: File exists
symlink: failed to remove /system/bin/mv: Read-only file system
symlink: failed to symlink /system/bin/mv to toolbox: File exists
symlink: failed to remove /system/bin/nandread: Read-only file system
symlink: failed to symlink /system/bin/nandread to toolbox: File exists
symlink: failed to remove /system/bin/netstat: Read-only file system
symlink: failed to symlink /system/bin/netstat to toolbox: File exists
symlink: failed to remove /system/bin/newfs_msdos: Read-only file system
symlink: failed to symlink /system/bin/newfs_msdos to toolbox: File exists
symlink: failed to remove /system/bin/notify: Read-only file system
symlink: failed to symlink /system/bin/notify to toolbox: File exists
symlink: failed to remove /system/bin/printenv: Read-only file system
symlink: failed to symlink /system/bin/printenv to toolbox: File exists
symlink: failed to remove /system/bin/ps: Read-only file system
symlink: failed to symlink /system/bin/ps to toolbox: File exists
symlink: failed to remove /system/bin/reboot: Read-only file system
symlink: failed to symlink /system/bin/reboot to toolbox: File exists
symlink: failed to remove /system/bin/renice: Read-only file system
symlink: failed to symlink /system/bin/renice to toolbox: File exists
symlink: failed to remove /system/bin/rm: Read-only file system
symlink: failed to symlink /system/bin/rm to toolbox: File exists
symlink: failed to remove /system/bin/rmdir: Read-only file system
symlink: failed to symlink /system/bin/rmdir to toolbox: File exists
symlink: failed to remove /system/bin/rmmod: Read-only file system
symlink: failed to symlink /system/bin/rmmod to toolbox: File exists
symlink: failed to remove /system/bin/route: Read-only file system
symlink: failed to symlink /system/bin/route to toolbox: File exists
symlink: failed to remove /system/bin/schedtop: Read-only file system
symlink: failed to symlink /system/bin/schedtop to toolbox: File exists
symlink: failed to remove /system/bin/sendevent: Read-only file system
symlink: failed to symlink /system/bin/sendevent to toolbox: File exists
symlink: failed to remove /system/bin/setconsole: Read-only file system
symlink: failed to symlink /system/bin/setconsole to toolbox: File exists
symlink: failed to remove /system/bin/setprop: Read-only file system
symlink: failed to symlink /system/bin/setprop to toolbox: File exists
symlink: failed to remove /system/bin/sleep: Read-only file system
symlink: failed to symlink /system/bin/sleep to toolbox: File exists
symlink: failed to remove /system/bin/smd: Read-only file system
symlink: failed to symlink /system/bin/smd to toolbox: File exists
symlink: failed to remove /system/bin/start: Read-only file system
symlink: failed to symlink /system/bin/start to toolbox: File exists
symlink: failed to remove /system/bin/stop: Read-only file system
symlink: failed to symlink /system/bin/stop to toolbox: File exists
symlink: failed to remove /system/bin/sync: Read-only file system
symlink: failed to symlink /system/bin/sync to toolbox: File exists
symlink: failed to remove /system/bin/top: Read-only file system
symlink: failed to symlink /system/bin/top to toolbox: File exists
symlink: failed to remove /system/bin/touch: Read-only file system
symlink: failed to symlink /system/bin/touch to toolbox: File exists
symlink: failed to remove /system/bin/umount: Read-only file system
symlink: failed to symlink /system/bin/umount to toolbox: File exists
symlink: failed to remove /system/bin/uptime: Read-only file system
symlink: failed to symlink /system/bin/uptime to toolbox: File exists
symlink: failed to remove /system/bin/vmstat: Read-only file system
symlink: failed to symlink /system/bin/vmstat to toolbox: File exists
symlink: failed to remove /system/bin/watchprops: Read-only file system
symlink: failed to symlink /system/bin/watchprops to toolbox: File exists
symlink: failed to remove /system/bin/wipe: Read-only file system
symlink: failed to symlink /system/bin/wipe to toolbox: File exists
symlink: failed to remove /system/bin/sh: Read-only file system
symlink: failed to symlink /system/bin/sh to /system/bin/mksh: File exists
symlink: failed to remove /system/fonts/DroidSans.ttf: Read-only file system
symlink: failed to symlink /system/fonts/DroidSans.ttf to /system/fonts/Roboto-Regular.ttf: File exists
symlink: failed to remove /system/fonts/DroidSans-Bold.ttf: Read-only file system
symlink: failed to symlink /system/fonts/DroidSans-Bold.ttf to /system/fonts/Roboto-Bold.ttf: File exists
symlink: failed to remove /system/vendor/firmware/hdcp.keys: Read-only file system
symlink: failed to symlink /system/vendor/firmware/hdcp.keys to /factory/hdcp.keys: Read-only file system
set_perm: chown of /system/bin/iptables to 0 1000 failed: Read-only file system
set_perm: chmod of /system/bin/iptables to 4750 failed: Read-only file system
set_perm: chown of /system/bin/netcfg to 0 3003 failed: Read-only file system
set_perm: chmod of /system/bin/netcfg to 2750 failed: Read-only file system
set_perm: chown of /system/bin/ping to 0 3004 failed: Read-only file system
set_perm: chmod of /system/bin/ping to 2755 failed: Read-only file system
set_perm: chown of /system/bin/reboot to 0 2000 failed: Read-only file system
set_perm: chmod of /system/bin/reboot to 6755 failed: Read-only file system
set_perm: chown of /system/bin/run-as to 0 2000 failed: Read-only file system
set_perm: chmod of /system/bin/run-as to 6750 failed: Read-only file system
set_perm: chown of /system/bin/tc to 0 1000 failed: Read-only file system
set_perm: chmod of /system/bin/tc to 4750 failed: Read-only file system
set_perm: chown of /system/etc/bluetooth to 0 0 failed: Read-only file system
set_perm: chmod of /system/etc/bluetooth to 755 failed: Read-only file system
set_perm: chown of /system/etc/bluetooth/a2dp_avrcp.conf to 0 0 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth/a2dp_avrcp.conf to 644 failed: No such file or directory
set_perm: chown of /system/etc/bluetooth/auto_pairing.conf to 1000 1000 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth/auto_pairing.conf to 640 failed: No such file or directory
set_perm: chown of /system/etc/bluetooth/blacklist.conf to 3002 3002 failed: No such file or directory
set_perm: chmod of /system/etc/bluetooth/blacklist.conf to 444 failed: No such file or directory
set_perm: chown of /system/etc/dbus.conf to 1002 1002 failed: No such file or directory
set_perm: chmod of /system/etc/dbus.conf to 440 failed: No such file or directory
set_perm: chown of /system/etc/dhcpcd/dhcpcd-run-hooks to 1014 2000 failed: Read-only file system
set_perm: chmod of /system/etc/dhcpcd/dhcpcd-run-hooks to 550 failed: Read-only file system
set_perm: chown of /system/etc/init.goldfish.sh to 0 2000 failed: No such file or directory
set_perm: chmod of /system/etc/init.goldfish.sh to 550 failed: No such file or directory
set_perm: chown of /system/etc/init.qcom.sdio.sh to 1000 1000 failed: No such file or directory
set_perm: chmod of /system/etc/init.qcom.sdio.sh to 555 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/left_eye-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/nose_base-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-r0-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-rn7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/multi_pose_face_landmark_detectors.3/right_eye-y0-yi45-p0-pi45-rp7-ri20.2d_n2/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-r0-ri30.4a/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-r0-ri30.4a/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-rn30-ri30.5/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-rn30-ri30.5/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-rp30-ri30.5/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/detection/yaw_roll_face_detectors.3/head-y0-yi45-p0-pi45-rp30-ri30.5/full_model.bin to 644 failed: No such file or directory
set_perm: chown of /system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin to 0 0 failed: No such file or directory
set_perm: chmod of /system/vendor/pittpatt/models/recognition/face.face.y0-y0-22-b-N/full_model.bin to 644 failed: No such file or directory
>>> Creating additional symlinks
>>> Setting permissions
>>> Flashing boot.img
>>> Unmounting partitions
about to run program [/sbin/busybox] with 4 args

Categories

Resources