[Help]Cannot flash any Kernel (-Stock Kernel) - HTC Vivid, Raider, Velocity

My Vivid is from AT&T, i have S-off and Unlocked bootloader. WCX Recover with Vivid Tools.
But any Kernel I flashed end with errors. And I can only use stock kernel for cooked rom
Here's my log file
AROMA INSTALLER version 2.00
(c) 2012 by amarullz xda-developers
ROM Name : KozmiKKernel
ROM Version : Beta 9
ROM Author : KozmiKKicK
Device : HTC Vivid (holiday)
Start at : Mon Jul 30 15:11:25 2012
-Checking Model ID
-Success!
-Model ID - HTC Holiday
-Ok to proceed
Welcome to KozmiKKernel by KozmiKKicK
Extracting files ...
Extract: /tmp/cmdline.sh
Extract: /tmp/compatibility.sh
Extract: /tmp/dd
Extract: /tmp/fastcharge.sh
Extract: /tmp/mkbootimg
Extract: /tmp/mkbootimg.sh
Extract: /tmp/modclean.sh
Extract: /tmp/reboot.sh
Extract: /tmp/scheduler.sh
Extract: /tmp/sweep2wake.sh
Extract: /tmp/unpackbootimg
Extract: /tmp/zImage
Deleting Old Modules...
about to run program [/sbin/busybox] with 3 args
about to run program [/tmp/modclean.sh] with 1 args
Copying thermald.conf
Copying post_boot.sh...
Copying ZRAM enabler...
Setting permissions...
Extract: /system/etc/init.d/90zram
Extract: /system/etc/init.qcom.post_boot.sh
Extract: /system/etc/thermald.conf
Running compatibility checks...
about to run program [/tmp/compatibility.sh] with 1 args
Pull the boot.img from your phone...
about to run program [/tmp/dd] with 3 args
32768+0 records in
32768+0 records out
16777216 bytes (16.0MB) copied, 0.608063 seconds, 26.3MB/s
Extract boot.img...
about to run program [/tmp/unpackbootimg] with 3 args
BOARD_KERNEL_CMDLINE ïÄ2À¬Tíx¿ViŒáÞV ¦wŘr ×u¢“œZ†KÚV…£%³ÿþ‡ï*
BOARD_KERNEL_BASE 9d0a8e97
PAGE_SIZE 411186307
Error: wrong pagesize: 411186307
run_program: child exited with status 1
Searching for this zip on the sdcard...
(this may take a few seconds)
about to run program [/tmp/cmdline.sh] with 1 args
sed: /tmp/boot.img-cmdline: No such file or directory
cat: can't open '/tmp/boot.img-cmdline': No such file or directory
cat: can't open '/tmp/boot.img-cmdline': No such file or directory
Activating sweep2wake...
Deactivating HTC screenshot (PWR+HOME)...
(Use AOSP instead: Hold Vol.down+PWR for about a second)
about to run program [/tmp/sweep2wake.sh] with 1 args
Deactivating fastcharge...
about to run program [/tmp/fastcharge.sh] with 1 args
Setting chosen scheduler...
about to run program [/tmp/scheduler.sh] with 1 args
Repack boot.img with KozmiKKerneL &
changing the cmdline of the kernel...
Installing kernel...
about to run program [/tmp/mkbootimg.sh] with 1 args
cat: can't open '/tmp/boot.img-base': No such file or directory
usage: mkbootimg
--kernel <filename>
--ramdisk <filename>
[ --second <2ndbootloader-filename> ]
[ --cmdline <kernel-commandline> ]
[ --board <boardname> ]
[ --base <address> ]
-o|--output <filename>
run_program: child exited with status 1
Flashing New boot.img...
script aborted: assert failed: write_raw_image("/tmp/newboot.img", "boot")
assert failed: write_raw_image("/tmp/newboot.img", "boot")
Installer Error (Status 7)
End at : Mon Jul 30 15:11:27 2012
Click to expand...
Click to collapse

You need to fastboot flash an insecure boot.IMG then you'll be set to flash whatever kernel you want in recovery.
I have a stock zip in the FAQs section of my kernel thread. Flash that and you should be set.
Sent from my HTC Holiday using xda premium

I already flashed your stock kernel and everything works fine with with customize roms. So plz tell me what's the next step

Might also wanna try a different recovery...I find that twrp recovery works best, I get problems with other ones...
Sent from my HTC PH39100 using Tapatalk 2

kozmikkick said:
You need to fastboot flash an insecure boot.IMG then you'll be set to flash whatever kernel you want in recovery.
I have a stock zip in the FAQs section of my kernel thread. Flash that and you should be set.
Sent from my HTC Holiday using xda premium
Click to expand...
Click to collapse
mg2195 said:
Might also wanna try a different recovery...I find that twrp recovery works best, I get problems with other ones...
Sent from my HTC PH39100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks u too, I flashed the boot.img in the Stock Kernel zip file then change to TWRP recovery, now it work

shokuhawan said:
Thanks u too, I flashed the boot.img in the Stock Kernel zip file then change to TWRP recovery, now it work
Click to expand...
Click to collapse
It may be resurrecting an old thread, but it saved me after the most recent ATT update to my HTC Vivid! Thanks!

MasterOfTheHat said:
It may be resurrecting an old thread, but it saved me after the most recent ATT update to my HTC Vivid! Thanks!
Click to expand...
Click to collapse
did you have that problem where ATT kept sending you an ota update and it would fail? im stuck on that and i really dont know what to do, any advice?

Related

[TUTORIAL] Self-assembly of Android Firmwares

I just saw a tutorial in 4PDA by R0iz and wanted to share it here!
The link to the original post translated:
http://tinyurl.com/self-assembly-androidOS
Extract the files *. img
To extract system.img, used unyaffs (http://code.google.com/p/unyaffs/)
I have compiled under Ubuntu 64. With Unyaffs can only be extracted system.img.
To extract boot.img use extract-kernel.pl and extract-ramdisk.pl
# extract-kernel.pl boot.img
# extract-ramdisk.pl boot.img
Click to expand...
Click to collapse
Rebuilding boot.img
After extracting boot.img with the enclosed extract-*. pl
In order to collect boot.img with Custom kernel in the same folder run:
# mkbootfs boot.img-ramdisk | gzip > ramdisk-boot
# mkbootimg --kernel boot.img-kernel --ramdisk ramdisk-boot --cmdline "no_console_suspend=1 console=null" -o newBoot.img --base 0x19200000
Click to expand...
Click to collapse
Rebuilding system.img
At first glance it seems that you can simply mount the image and format it with YAFFS, but it's not because, as SPL Hero does not allow flash system.img directly.
You must use the format update.zip packages for this. (читайте ниже) (See below)
Write update.zip quite simple really. For example, to add the package test.apk in your rum:
- Create an empty folder <workdir>
- Create a folder structure for test.apk (<workdir> / system / app) and copy test.apk
- Create a folder structure for the update-script (<workdir> / META-INF/com/google/android)
- Edit <workdir> / META-INF/com/google/android/update-script
- Insert the following:
show_progress 0.1 0 show_progress 0.1 0
copy_dir PACKAGE:system SYSTEM: copy_dir PACKAGE: system SYSTEM:
set_perm_recursive 0 0 0755 0644 SYSTEM:app set_perm_recursive 0 0 0755 0644 SYSTEM: app
show_progress 0.1 10 show_progress 0.1 10
- Pack the contents <workdir> in zip (not the folder itself <workdir>, only its contents)
Now you have to sign a zip file. Testsign.zip download and copy it to your <SDK> / tools.
Unzip it there, thus creating a sub-folder sign with a file testsign. in it.
Then in the folder <workdir>, run this command:
java-classpath "<SDK> / tools / sign / testsign.jar" testsign file.zip file-signed.zip
Everything is now ready for your update.zip pouring into the apparatus by a modified recovery.
Click to expand...
Click to collapse
Change. Apk package
apk can just unpack an archive, change what you need and pack it back. But in the end you have to sign it as well as update.zip packages.
ODEX files
- What is it? Answer
- How to get rid of them?
For deodex ODEX files, use this howto
Then you can create classes.dex file by running smali from your "out". Then rename it to classes.dex and add it to apk.
- How to create them?
Use dexopt-wrapper on the device.
Click to expand...
Click to collapse
Porting ROM with other devices.
Well, this part is simple smile_good.gif
- Extract system.img
- Extract boot.img
- Replace boot.img-kernel of the original Roma HTC Hero.
- Rebuild boot.img
- Collect update.zip (see how it's done in any Custom rum for Hero)
- Sign and flash.
Device should start, and even be able to call, but probably will not work WiFi, BT, trackball.
Androsign script (Linux)
Androsign allows you to quickly sign the zip and apk. Just put it in <SDK> / tools, then CHMOD + X. If the path to the folder \ tools registered in the PATH, then you can run this script by typing:
androsign /dev/folder1/folder2/update.zip
He will Update-signed.zip (or App-signed.apk, etc.) in the same folder where the original file.
THANKS ARE WELCOMED!
Can we actually use this to port Sense or MIUI ?
this explains part of the process, the steps to do fo that purpose extracting and rebuilding but of course not about the code. i've heard MIUI is complex than sense
Most of us know this allready but nice to see it being said instead of learning the hard way
Sent from my GT540 using XDA Premium App

[Q] Htc One (M7) - Installer Error (Status 7)

Hi Everyone.
I am currently trying to flash a custom rom onto my Htc one, However everytime i try to do this, it is giving me multiple errors.
Things I have done
*Unlocked Bootloader
*Rooted Phone (Using Superuser) - I have also updated the su scripts via Clockworkmod
*Fastboot Disabled
*S-Off
*Stock rom Installed
I am a noob in regards to the htc one, I have tried installing Viperone v5.0.0 and also Miui v5 both have failed. The phone does not have a sd card slot so I am not sure if it has anything to do with that. I have tried flashing via twrp-2.6.3.3-m7.img below is the error log.
AROMA INSTALLER version 2.70B6
(c) 2013 by amarullz xda-developers
ROM Name : ViperOne
ROM Version : 5.0.0
ROM Author : Team Venom
Device : HTC One
Start at : Wed Feb 19 06:48:30 2014
===========================================
ViperOne 5.0.0 By Team Venom
Be patient - 1st boot may take a while
===========================================
Extracting tools
Installing Venom Tools
Extract: /sdcard/Venom/Tools/BuildPropUpdate.sh
Extract: /sdcard/Venom/Tools/ConfigureSettings.sh
Extract: /sdcard/Venom/Tools/CopyLogFile.sh
Extract: /sdcard/Venom/Tools/DeleteDataWithoutMedia.sh
Extract: /sdcard/Venom/Tools/DeleteSystemApp.sh
Extract: /sdcard/Venom/Tools/DeleteUserApp.sh
Extract: /sdcard/Venom/Tools/EnableOTA.sh
Extract: /sdcard/Venom/Tools/ExtraTweaks
Extract: /sdcard/Venom/Tools/FileSystemCheck.sh
Extract: /sdcard/Venom/Tools/SetPropSetting.sh
Extract: /sdcard/Venom/Tools/SetSetting.sh
Extract: /sdcard/Venom/Tools/UpdateDefaultXml.sh
Extract: /sdcard/Venom/Tools/VenomCheck.sh
Extract: /sdcard/Venom/Tools/VenomMod.sh
Extract: /sdcard/Venom/Tools/VenomThemeTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomUpdate.sh
Extract: /sdcard/Venom/Tools/fsck.ext4
Extract: /sdcard/Venom/Tools/sqlite3
Extract: /sdcard/Venom/Tools/zip
Extract: /sdcard/Venom/Tools/zipalign
Extracting Build Tools
about to run program [/sbin/busybox] with 3 args
Extract: /temp/fsck.ext4
Extract: /temp/mkfs.ext4
Extract: /temp/tune2fs.ext4
Setting permissions
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 1 in /tmp/VenomSettings.prop
Formatting Partitions
Formatting /system
Creating filesystem with parameters:
Size: 1946152960
Block size: 4096
Blocks per group: 32768
Inodes per group: 7920
Inode size: 256
Journal blocks: 7423
Label:
Blocks: 475135
Block groups: 15
Reserved block group size: 119
Created filesystem with 11/118800 inodes and 15607/475135 blocks
Formatting /cache
Creating filesystem with parameters:
Size: 671084544
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 2559
Label:
Blocks: 163839
Block groups: 5
Reserved block group size: 39
Created filesystem with 11/40960 inodes and 5255/163839 blocks
about to run program [/sbin/sleep] with 2 args
Extracting Files
Writing System
about to run program [/sbin/busybox] with 3 args
about to run program [/sbin/busybox] with 3 args
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/CIMEXT9.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/CalculatorWidget.apk
Extract: /system/app/Camera.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/ChromeWithBrowser.apk
Extract: /system/app/CloudPrint.apk
Extract: /system/app/DemoFLOPackageInstaller.apk
Extract: /system/app/DeviceManagement.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/FMRadioService.apk
Extract: /system/app/FaceLock.apk
Extract: /system/app/FacebookEngine.apk
Extract: /system/app/Flashlight.apk
Extract: /system/app/FlickrEngine.apk
Extract: /system/app/GoogleCalendarSyncAdapter.apk
Extract: /system/app/GoogleContactsSyncAdapter.apk
Extract: /system/app/GoogleTTS.apk
Extract: /system/app/HTCBackup.apk
Extract: /system/app/HTCSetupWizard.apk
Extract: /system/app/HTC_CIR.apk
Extract: /system/app/HTC_Widget_App_and_Shortcut.apk
Extract: /system/app/HTMLViewer.apk
Extract: /system/app/HoloSpiralWallpaper.apk
Writing Data
Extract: /data/app/com.adobe.flashplayer-1.apk
Extract: /data/app/com.adobe.reader-1.apk
Extract: /data/app/com.dropbox.android-1.apk
Extract: /data/app/com.estrongs.android.pop-1.apk
Extract: /data/app/com.facebook.katana-1.apk
Extract: /data/app/com.google.android.apps.maps-1.apk
Installing Mods
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierPropExists to 1 in /tmp/VenomSettings.prop
Flashing Carrier Tweaks
Generic
about to run program [/sbin/busybox] with 7 args
Setting MergeBuildProp to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierIconExists to 0 in /tmp/VenomSettings.prop
Extract: /data/system/carrier_icon.png
about to run program [/sbin/busybox] with 7 args
Setting LauncherPropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting RemovePropExists to 1 in /tmp/VenomSettings.prop
Removing User Apps
Removing Flickr
about to run program [/sbin/busybox] with 4 args
rm: can't remove '/system/app/Flickr.apk': No such file or directory
rm: can't remove '/system/priv-app/Flickr.apk': No such file or directory
run_program: child exited with status 1
about to run program [/sbin/busybox] with 4 args
rm: can't remove '/system/priv-app/FlickrEngine.apk': No such file or directory
run_program: child exited with status 1
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 1 in /tmp/VenomSettings.prop
Extracting Stock Config
Extract: /system/customize/default.prop
about to run program [/sbin/busybox] with 5 args
/sdcard/Venom/Tools/SetSetting.sh: line 2: /system/xbin/sqlite3: not found
run_program: child exited with status 127
about to run program [/sbin/busybox] with 7 args
Setting VenomMods to 0 in /tmp/VenomSettings.prop
Resetting Minfree Settings to Stock
about to run program [/sbin/busybox] with 5 args
/sdcard/Venom/Tools/SetSetting.sh: line 2: /system/xbin/sqlite3: not found
run_program: child exited with status 127
Installing Kernel
about to run program [/sbin/busybox] with 7 args
Setting KernelExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/dd] with 3 args
13156+0 records in
13156+0 records out
6735872 bytes (6.4MB) copied, 1.028048 seconds, 6.2MB/s
Finalizing Install
Creating toolbox symlinks
symlink(): created [/system/bin]
Installing busybox
set_perm: chown of /system/xbin/busybox to 0 1000 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
script aborted: set_perm: some changes failed
set_perm: some changes failed
Installer Error (Status 7)
End at : Wed Feb 19 06:48:47 2014
Please help I am desparate to get this issue resolved.
Installing busybox
set_perm: chown of /system/xbin/busybox to 0 1000 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
script aborted: set_perm: some changes failed
Is this my problem ?
P.s Custom rom zip file contains busybox file "/system/xbin/busybox"
Are you sure you flashed the correct TWRP recovery for your device? There is also a version for Sprint USA.
Besides how did you flash the recovery? Via fastboot?
And are you sure that your download of Viper 5.0.0 wasnt corrupt?^^
MrCrunch said:
Are you sure you flashed the correct TWRP recovery for your device? There is also a version for Sprint USA.
Besides how did you flash the recovery? Via fastboot?
And are you sure that your download of Viper 5.0.0 wasnt corrupt?^^
Click to expand...
Click to collapse
Hi Thank you very much for your reply !!! =D
*I flashed the recovery via Fastboot.
*I have also re downloaded the rom twice incase the zip file was corrupt
*And I have also tried to flash it via Clockwork recovery
I have also installed busybox into system\bin\ and system\xbin\ just incase but one i wipe data etc in preparation for the flash, it is like it is being removed or something.
What's your model? Post a fastboot getvar all excluding IMEI and serial number
Sent from my HTC One using Tapatalk
nkk71 said:
What's your model? Post a fastboot getvar all excluding IMEI and serial number
Sent from my HTC One using Tapatalk
Click to expand...
Click to collapse
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-baseband: 4A.21.3263.04
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: FA*************
(bootloader) imei: 35*************
(bootloader) meid: 00000000000000
(bootloader) product: m7_ul
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4073mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-bb768ae1
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0
all: Done!
finished. total time: 0.070s
Sorry for the delay and thank you
dannybbb said:
(bootloader) version: 0.5
(bootloader) version-bootloader: 1.55.0000
(bootloader) version-main: 3.62.401.1
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) product: m7_ul
(bootloader) modelid: PN0710000
(bootloader) cidnum: HTC__001
Click to expand...
Click to collapse
download TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
make sure MD5 is correct, then flash it:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery and install the ROM
nkk71 said:
download TWRP:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
make sure MD5 is correct, then flash it:
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
-> enter recovery and install the ROM
Click to expand...
Click to collapse
Ok I have redownloaded recovery file and also the custom rom I have also checked md5's match
Recovery (openrecovery-twrp-2.6.3.4-m7ul.img)
Custom Rom (ViperOne 5.0.0)
Images attached
I have followed these steps
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader
entered recovery
select install
Viperone 5.0.0
Then I selected Full wipe and everything is working fine now
Thank you so much for all your support it is greatly appreciated =D !!!!
Do you think it was because i was wiping the data manually through twrp, instead of doing the wipe through the install wizard?
dannybbb said:
Ok I have redownloaded recovery file and also the custom rom I have also checked md5's match
Recovery (recovery-clockwork-touch-6.0.4.6-m7.img)
Custom Rom (ViperOne 5.0.0)
Images attached
I have followed these steps
fastboot flash recovery openrecovery-twrp-2.6.3.4-m7ul.img
fastboot erase cache
fastboot reboot-bootloader
entered recovery
select install
Viperone 5.0.0
Then I selected Full wipe and everything is working fine now
Thank you so much for all your support it is greatly appreciated =D !!!!
Do you think it was because i was wiping the data manually through twrp, instead of doing the wipe through the install wizard?
Click to expand...
Click to collapse
I think it's because of an outdated/incompatible recovery version; 4.4 ROMs are best installed with TWRP 2.6.3.3 or .4 at the moment, something about selinux support.
PS: you can always hit the Thanks button if i've helped.
Can not update Custom Rom
Maybe someone can help me here. I was trying to update my custom ROM with a zip file and got this error.
installing from zip file
---creating toolbox symlinks
---creating additional symlinks
Installing busybox
set_perm: some changes failed.
Here is the log file.
AROMA INSTALLER version 2.70B6
(c) 2013 by amarullz xda-developers
ROM Name : RENOVATE
ROM Version : SVN build
ROM Author : mwilky
Device : HTC One (M7)
Start at : Wed Feb 19 21:36:31 2014
Installing from zip file
Extract: /tmp/FullWipe.sh
Extract: /tmp/fsck.ext4
Extract: /tmp/mkfs.ext4
Extract: /tmp/preflash.sh
Extract: /tmp/tune2fs.ext4
about to run program [/tmp/preflash.sh] with 1 args
kernel.prop found
Extract: /sdcard/vrtheme/cleanup.sh
Extract: /sdcard/vrtheme/installtheme.sh
Extract: /sdcard/vrtheme/zip
Extract: /sdcard/vrtheme/zipalign
about to run program [/sdcard/vrtheme/installtheme.sh] with 1 args
Processing /system/app/
/sdcard/vrtheme/installtheme.sh: cd: line 11: can't cd to /sdcard/vrtheme/system/app/
Processing boot
cp: can't stat '/system/app/boot': No such file or directory
cp: can't stat '/system/app/boot': No such file or directory
Processing cache
cp: can't stat '/system/app/cache': No such file or directory
cp: can't stat '/system/app/cache': No such file or directory
Processing charger
cp: can't stat '/system/app/charger': No such file or directory
cp: can't stat '/system/app/charger': No such file or directory
Processing data
cp: can't stat '/system/app/data': No such file or directory
cp: can't stat '/system/app/data': No such file or directory
Processing default.prop
cp: can't stat '/system/app/default.prop': No such file or directory
cp: can't stat '/system/app/default.prop': No such file or directory
Processing dev
cp: can't stat '/system/app/dev': No such file or directory
cp: can't stat '/system/app/dev': No such file or directory
Processing etc
cp: can't stat '/system/app/etc': No such file or directory
cp: can't stat '/system/app/etc': No such file or directory
Processing file_contexts
cp: can't stat '/system/app/file_contexts': No such file or directory
cp: can't stat '/system/app/file_contexts': No such file or directory
Processing fstab.goldfish
cp: can't stat '/system/app/fstab.goldfish': No such file or directory
cp: can't stat '/system/app/fstab.goldfish': No such file or directory
Processing fstab.qcom
cp: can't stat '/system/app/fstab.qcom': No such file or directory
cp: can't stat '/system/app/fstab.qcom': No such file or directory
Processing init
cp: can't stat '/system/app/init': No such file or directory
cp: can't stat '/system/app/init': No such file or directory
Processing init.qcom.firmware_links.sh
cp: can't stat '/system/app/init.qcom.firmware_links.sh': No such file or directory
cp: can't stat '/system/app/init.qcom.firmware_links.sh': No such file or directory
Processing init.rc
cp: can't stat '/system/app/init.rc': No such file or directory
cp: can't stat '/system/app/init.rc': No such file or directory
Processing license
cp: can't stat '/system/app/license': No such file or directory
cp: can't stat '/system/app/license': No such file or directory
Processing lpm.rc
cp: can't stat '/system/app/lpm.rc': No such file or directory
cp: can't stat '/system/app/lpm.rc': No such file or directory
Processing proc
cp: can't stat '/system/app/proc': No such file or directory
cp: can't stat '/system/app/proc': No such file or directory
Processing property_contexts
cp: can't stat '/system/app/property_contexts': No such file or directory
cp: can't stat '/system/app/property_contexts': No such file or directory
Processing recovery
cp: can't stat '/system/app/recovery': No such file or directory
cp: can't stat '/system/app/recovery': No such file or directory
Processing remount.qcom
cp: can't stat '/system/app/remount.qcom': No such file or directory
cp: can't stat '/system/app/remount.qcom': No such file or directory
Processing res
cp: can't stat '/system/app/res': No such file or directory
cp: can't stat '/system/app/res': No such file or directory
Processing root
cp: can't stat '/system/app/root': No such file or directory
cp: can't stat '/system/app/root': No such file or directory
Processing sbin
cp: can't stat '/system/app/sbin': No such file or directory
cp: can't stat '/system/app/sbin': No such file or directory
Processing sdcard
cp: can't stat '/system/app/sdcard': No such file or directory
cp: can't stat '/system/app/sdcard': No such file or directory
Processing seapp_contexts
cp: can't stat '/system/app/seapp_contexts': No such file or directory
cp: can't stat '/system/app/seapp_contexts': No such file or directory
Processing sepolicy
cp: can't stat '/system/app/sepolicy': No such file or directory
cp: can't stat '/system/app/sepolicy': No such file or directory
Processing supersu
cp: can't stat '/system/app/supersu': No such file or directory
cp: can't stat '/system/app/supersu': No such file or directory
Processing sys
cp: can't stat '/system/app/sys': No such file or directory
cp: can't stat '/system/app/sys': No such file or directory
Processing system
cp: can't stat '/system/app/system': No such file or directory
cp: can't stat '/system/app/system': No such file or directory
Processing tmp
cp: can't stat '/system/app/tmp': No such file or directory
cp: can't stat '/system/app/tmp': No such file or directory
Processing ueventd.goldfish.rc
cp: can't stat '/system/app/ueventd.goldfish.rc': No such file or directory
cp: can't stat '/system/app/ueventd.goldfish.rc': No such file or directory
Processing ueventd.qcom.rc
cp: can't stat '/system/app/ueventd.qcom.rc': No such file or directory
cp: can't stat '/system/app/ueventd.qcom.rc': No such file or directory
Processing ueventd.rc
cp: can't stat '/system/app/ueventd.rc': No such file or directory
cp: can't stat '/system/app/ueventd.rc': No such file or directory
Processing usb-otg
cp: can't stat '/system/app/usb-otg': No such file or directory
cp: can't stat '/system/app/usb-otg': No such file or directory
Backups done for system apps
Patched system app files
Zipaligning aligned
Unable to open 'aligned' as zip archive
cp: can't stat '*': No such file or directory
chmod: /system/app/*: No such file or directory
VillainTheme is done
about to run program [/sdcard/vrtheme/cleanup.sh] with 1 args
Cleanup complete
-- Creating toolbox symlinks
-- Creating additional symlinks
symlink(): created [/system/fonts]
symlink(): created [/system/lib]
symlink(): created [/system/lib/modules]
Installing busybox
set_perm: chown of /system/xbin/busybox to 0 1000 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
script aborted: set_perm: some changes failed
set_perm: some changes failed
Installer Error (Status 7)
End at : Wed Feb 19 21:36:31 2014
What recovery do you have?
sent from my mobile device
SaHiLzZ said:
What recovery do you have?
sent from my mobile device
Click to expand...
Click to collapse
Twerp 2.6.3.3
worldfamous said:
Maybe someone can help me here. I was trying to update my custom ROM with a zip file and got this error.
installing from zip file
---creating toolbox symlinks
---creating additional symlinks
Installing busybox
set_perm: some changes failed.
<snip>
Click to expand...
Click to collapse
Looks like the zip file you downloaded has errors in the install script.
It appears to be a Renovate ROM svn update. Have you tried posting this issue in the Renovate thread? The dev and folks there would probably be better suited to help you than in the general Q&A section. Just a thought...
trjlive said:
Looks like the zip file you downloaded has errors in the install script.
It appears to be a Renovate ROM svn update. Have you tried posting this issue in the Renovate thread? The dev and folks there would probably be better suited to help you than in the general Q&A section. Just a thought...
Click to expand...
Click to collapse
Yes i have posted it but was seeing here also about it.
failed status 7
Hi I'm new with flashing my HTC one developer edition. I just tried to install venom 5.8 however I got error status 7
Extract: /system/xbin/rlog.sh
Extract: /system/xbin/sqlite3
Extract: /system/xbin/su
Extract: /system/xbin/sysro
Extract: /system/xbin/sysrw
Extract: /system/xbin/tcpdump
Extract: /system/xbin/unrar
Extract: /system/xbin/venom_functions.sh
Extract: /system/xbin/vim
Extract: /system/xbin/zip
Writing Data
Extract: /data/app/MIUI-N7/127--t.apk
Extract: /data/app/MIUI-N7/8--t.apk
Extract: /data/app/com.adobe.flashplayer-1.apk
Extract: /data/app/com.adobe.reader-1.apk
Extract: /data/app/com.android.chrome-1.apk
Extract: /data/app/com.dropbox.android-1.apk
Extract: /data/app/com.estrongs.android.pop-1.apk
Extract: /data/app/com.facebook.katana-1.apk
Extract: /data/app/com.google.android.apps.maps-1.apk
Extract: /data/app/com.google.android.apps.plus-1.apk
Extract: /data/app/com.google.android.gm-1.apk
Extract: /data/app/com.google.android.marvin.talkback-1.apk
Extract: /data/app/com.google.android.street-1.apk
Extract: /data/app/com.google.android.talk-1.apk
Extract: /data/app/com.google.android.youtube-1.apk
Extract: /data/app/com.htc.backup-1.apk
Extract: /data/app/com.infraware.docmaster-1.apk
Extract: /data/app/com.keramidas.TitaniumBackup-1.apk
Extract: /data/app/com.melodis.midomiMusicIdentifier.freemium-1.apk
Extract: /data/app/com.twitter.android-1.apk
Extract: /data/app/com.zoodles.kidmode-1.apk
Extract: /data/app/mobi.mgeek.TunnyBrowser-1.apk
Extract: /data/app/org.adaway-1.apk
Extract: /data/app/tunein.player-1.apk
Installing Mods
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
Installing Exchange Mod
Extract: /system/priv-app/Mail.apk
Installing Viper Boot
Extract: /system/customize/resource/bootanimation.zip
Extract: /system/customize/resource/downanimation.zip
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
Removing HTC Sense
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/Htc3DRichNotesWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcAutoRotateWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcBackgroundDataWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcCalendarWidgets.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcContactWidgets.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcDataRoamingWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcDataStripWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcFMRadioWidget.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcMailWidgets.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcMsgWidgets.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/HtcPhotoWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcPowerStripWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcProfilesWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcScreenBrightnessWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcScreenTimeoutWidget.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HtcSyncWidget.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/MyTaskWidget.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/priv-app/Prism.apk
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/StockWidget.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 7 args
Setting CarrierPropExists to 1 in /tmp/VenomSettings.prop
Flashing Carrier Tweaks
Generic
about to run program [/sbin/busybox] with 7 args
Setting MergeBuildProp to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierIconExists to 0 in /tmp/VenomSettings.prop
Extract: /data/system/carrier_icon.png
about to run program [/sbin/busybox] with 7 args
Setting LauncherPropExists to 1 in /tmp/VenomSettings.prop
Adding Nova Launcher
Extract: /data/app/com.teslacoilsw.launcher-1.apk
about to run program [/sbin/busybox] with 7 args
Setting RemoveAppsPropExists to 1 in /tmp/VenomSettings.prop
Removing User Apps
Removing Google Apps
Removing Venom Apps
Removing System Apps
about to run program [/sbin/busybox] with 7 args
Setting RemoveMediaPropExists to 1 in /tmp/VenomSettings.prop
Removing Media
about to run program [/sbin/busybox] with 7 args
Setting KeyboardsPropExists to 1 in /tmp/VenomSettings.prop
Installing Keyboards
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 1 in /tmp/VenomSettings.prop
Extracting Stock Config
Extract: /system/customize/default.prop
about to run program [/sbin/busybox] with 5 args
/sdcard/Venom/Tools/SetSetting.sh: line 2: /system/xbin/sqlite3: Permission denied
run_program: child exited with status 126
about to run program [/sbin/busybox] with 7 args
Setting VenomMods to 0 in /tmp/VenomSettings.prop
Installing Kernel
about to run program [/sbin/busybox] with 7 args
Setting KernelExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/dd] with 3 args
13156+0 records in
13156+0 records out
6735872 bytes (6.4MB) copied, 2.168442 seconds, 3.0MB/s
Kernel Flashed.
Finalizing Install
Creating toolbox symlinks
Installing busybox
about to run program [/system/xbin/busybox] with 4 args
Creating additional symlinks
Setting permissions
ApplyParsedPerms: removexattr of /system/app/BasicDreams.apk to 0 failed: Operation not supported on transport endpoint
script aborted: set_metadata_recursive: some changes failed
set_metadata_recursive: some changes failed
Installer Error (Status 7)
End at : Mon Mar 31 00:57:27 2014
>>>>>
I AM TRYING TO UPDATE MY TWRP HOWEVER I DON'T HAVE ANY OS INSTALLED ON A PHONE. I CAN'T USE GOO OR ANY APPS, I CAN ONLY GO TO RECOVERY, HOW CAN I UPDATE MY TWRP TO 2.7.0 USING TWRP RECOVERY??
hec2rhym3 said:
Hi I'm new with flashing my HTC one developer edition. I just tried to install venom 5.8 however I got error status 7
>>>>>
I AM TRYING TO UPDATE MY TWRP HOWEVER I DON'T HAVE ANY OS INSTALLED ON A PHONE. I CAN'T USE GOO OR ANY APPS, I CAN ONLY GO TO RECOVERY, HOW CAN I UPDATE MY TWRP TO 2.7.0 USING TWRP RECOVERY??
Click to expand...
Click to collapse
no need to scream mate, you update recovery using fastboot in bootloader:
if your device is an m7_u or m7_ul: get TWRP from:
2.6.3.3: http://techerrata.com/browse/twrp2/m7
or 2.6.3.4: http://techerrata.com/browse/twrp2/m7ul
(make sure MD5 is correct, that site does not play nice with download managers)
fastboot flash recovery openrecovery-twrp-2.6.3.3-m7.img
fastboot erase cache
fastboot reboot-bootloader
then install the rom
Error status 7
>>
Hello, Not sure on how to do it.
I tried to go to fastboot
open recovery ( when i tried to open 2.6.3.4-m7.img saved on my USB otg using twrp 2.5.0.0 it only shows the file do i need to move it or rename it?)
Sorry If I'm not really familiar on what to do.
Please help me.
Error status 7
By the way I followed the instruction on how to flash the recovery. But i can't connect my phone to computer it doesn't recognized it. It didn't go to Fastboot USB. I tried to download ADB drivers nothing seems to work. My phone is S-ON and I believe that my USB debugging is enabled I don't have a way of opening the settings of the phone since there is no OS installed. I really don't know what to do. My TWRP. is 2.5.0.0.. hope to get some help from you guys.
I do not have an os too install a rom to, i have tried many different roms, installing through adb sideload as my phone got completely wiped, all with same errors "cannot mount ..."
hec2rhym3 said:
By the way I followed the instruction on how to flash the recovery. But i can't connect my phone to computer it doesn't recognized it. It didn't go to Fastboot USB. I tried to download ADB drivers nothing seems to work. My phone is S-ON and I believe that my USB debugging is enabled I don't have a way of opening the settings of the phone since there is no OS installed. I really don't know what to do. My TWRP. is 2.5.0.0.. hope to get some help from you guys.
Click to expand...
Click to collapse
get adb+fastboot files from: http://www.androidfilehost.com/?fid=23329332407580571
put them in a simple folder, something like C:\ADB
update drivers from: http://forum.xda-developers.com/showthread.php?t=2089508
Check Windows Device Manager if you get "Android USB Devices -> My HTC"
you can look at FAQ #2 in my guide: http://forum.xda-developers.com/showthread.php?t=2541082
then update your recovery to 2.6.3.3 as mentioned above

Boot Loop

Hallo,
I use since some months the ROM CROMi-X 6.1 on my tablet.
Yesterday suddenly became a black screen and if would restart he stuck on the ASUS bootlogo, a ****ing boot loop.
I try to restart the old ROM and the new CROMi-X, but nothing. The installation comleted, but i can't see any change.
And if I start in recovery he write something like could not mount /...cache ... or ... data
Could any one pls help me?
Thanks
:crying:
I can't flash a other recovery or something else.
This is my log from the installation.
Code:
AROMA INSTALLER version 2.56
(c) 2012 by amarullz xda-developers
ROM Name : CROMBi-kk
ROM Version : CM11-KitKat-4.4.4-20140714-DEODEX
ROM Author : sbdags/lj50036
Device : Asus Transformer TF701T
Start at : Wed Jul 16 09:41:55 2014
Thank you for installing CROMBi-kk KitKat 4.4.4!
Sit back and relax...
-----------------------------------------------------
This will take a few minutes!
Preparing File System.....
Extract: /tmp/fsck.ext4
Extract: /tmp/mkfs.ext4
Extract: /tmp/tune2fs.ext4
Backing up CM11 Addons.....
mount: failed to mount /dev/block/mmcblk0p1 at /system: Invalid argument
about to run program [/tmp/backuptool.sh] with 2 args
Not backing up files from incompatible version: 11
run_program: child exited with status 127
about to run program [/sbin/umount] with 2 args
about to run program [/sbin/umount] with 2 args
umount: can't umount /data: Invalid argument
run_program: child exited with status 1
Formatting System....
Creating filesystem with parameters:
Size: 2147483648
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 8192
Label:
Blocks: 524288
Block groups: 16
Reserved block group size: 127
Created filesystem with 11/131072 inodes and 17193/524288 blocks
warning: wipe_block_device: Discard failed
Tuning System.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
Tuning Data - Journaling Enabled.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
mount: failed to mount /dev/block/platform/sdhci-tegra.3/by-name/UDA at /data: Invalid argument
Wiping Dalvik-cache.....
Wiping Cache.....
Installing Core System.....
Extract: /system/addon.d/50-cm.sh
Extract: /system/addon.d/blacklist
Extract: /system/app/Apollo.apk
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/BluetoothExt.apk
Extract: /system/app/Browser.apk
Extract: /system/app/CMFileManager.apk
Extract: /system/app/CMWallpapers.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/Camera2.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/DSPManager.apk
Extract: /system/app/DeskClock.apk
Extract: /system/app/Development.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/DownloadProviderUi.apk
Extract: /system/app/Email.apk
Extract: /system/app/Exchange2.apk
Extract: /system/app/Galaxy4.apk
Extract: /system/app/Gallery2.apk
Extract: /system/app/HTMLViewer.apk
Extract: /system/app/HoloSpiralWallpaper.apk
Extract: /system/app/KeyChain.apk
Extract: /system/app/LatinIME.apk
Extract: /system/app/LiveWallpapers.apk
Extract: /system/app/LiveWallpapersPicker.apk
Extract: /system/app/LockClock.apk
Extract: /system/app/MagicSmokeWallpapers.apk
Extract: /system/app/NoiseField.apk
Extract: /system/app/PacProcessor.apk
Extract: /system/app/PackageInstaller.apk
Extract: /system/app/PhaseBeam.apk
Extract: /system/app/PhotoPhase.apk
Extract: /system/app/PhotoTable.apk
Installing Options.....
Kernel Preparation
- 10.26.1.18 CM11 Kernel
DPI Preparation
- 320 DPI
Extract: /tmp/upd-build-prop.sh
Resolution Preparation
- 2560x1600 res
Extract: /tmp/res-build-prop.sh
Boot Animations
- CROMBi-kk BLUE
Launcher
- Apex Launcher
Google Apps
- Google Core Libraries and Play Store
- Google Calendar
- Google Now and Voice Search
- Google Music
- YouTube
- Google Maps
- Google Mail
- Google Hangouts
- Google Plus
- Google TTS
- Google Ears
Misc Apps
- ES File Explorer
- AdAway installed
- Terminal Emulator
- Titanium Backup
Extract: /data/app/com.keramidas.TitaniumBackup-1.apk
- DropBox
Extract: /data/app/com.dropbox.android-1.apk
- CM11 Inverted BetterBean Blue Theme
Extract: /data/app/com.blackout1911.theme.BetterbeanThemeFree-1.apk
Installing CROMBi-kk System Tweaks.....
Extract: /tmp/crombikk-build-prop.sh
about to run program [/tmp/crombikk-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.propMisvwq': Read-only file system
sed: can't create temp file '/system/build.propITfIQ1': Read-only file system
sed: can't create temp file '/system/build.propOmKZV2': Read-only file system
/tmp/crombikk-build-prop.sh: line 6: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 7: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 8: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 9: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 10: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 11: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 12: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 13: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 14: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 15: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 16: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 17: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 18: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 19: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 20: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 21: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 22: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 23: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 24: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 25: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 26: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 27: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 28: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 29: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 30: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 31: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 32: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 33: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 34: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 35: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 36: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 37: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 38: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 39: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 40: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 41: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 42: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 43: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
Tweaks and Scripts
- Browser2RAM enabled
- Ad Blocker enabled
- Xposed App installed
Extract: /data/app/com.ceco.kitkat.gravitybox-1.apk
Extract: /data/app/com.e_vertise.dopa.phab7-1.apk
Installing build.prop
about to run program [/tmp/upd-build-prop.sh] with 1 args
/tmp/upd-build-prop.sh: line 2: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 3: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 4: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
about to run program [/tmp/res-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.prop6OKOeU': Read-only file system
sed: can't create temp file '/system/build.proppx4cD3': Read-only file system
sed: can't create temp file '/system/build.propShUKmO': Read-only file system
sed: can't create temp file '/system/build.propzZny5M': Read-only file system
sed: can't create temp file '/system/build.propGeSQmg': Read-only file system
run_program: child exited with status 1
Building symlinks.....
symlink: failed to symlink /system/bin/dump.f2fs to ../bin/fsck.f2fs: Read-only file system
script aborted: symlink: some symlinks failed
symlink: some symlinks failed
Installer Error (Status 7)
End at : Wed Jul 16 09:42:26 2014
In your first post you talk about CROMi-X 6.1 (which is 4.3), but in your 2nd post you try to flash 4.4.4 which is CROMBi-kk I guess.
I think you need a full wipe going from the one to the other.
Yes this is a other try, the reinstall from 4.3 was the same problem.
And if i try a full wipe a get a message with no mount error.
For whatever reason CWM is not allowing you to mount your /system as rw and /data is not getting mounted.
Have you tried formatting /data? Not just wiping it. You will lose everything on the internal sdcard - be warned.
Failing that install the latest CWM 6.0.5.0 from droid basement and try again.
I'm a little desperate.
I made a fullwipe and factory reset in recovery.
But somehow it is not so pretty.
Because the data I'm not worried, the main thing is it goes again.
How do I make a complete formatting in recovery?
I try to install some different recoverys and the fastboot say all ok, but if i boot in recovery i see the old one.
Pls I don't have 450€ again.
nero0345 said:
I'm a little desperate.
I made a fullwipe and factory reset in recovery.
But somehow it is not so pretty.
Because the data I'm not worried, the main thing is it goes again.
How do I make a complete formatting in recovery?
I try to install some different recoverys and the fastboot say all ok, but if i boot in recovery i see the old one.
Pls I don't have 450€ again.
Click to expand...
Click to collapse
Type out the commands you are using to install the recovery please.
To format /data
Go to CWM
mounts and storage
format /data
format /data and /data/media (/sdcard)
Probably the second one that you want.
I use
fastboot recovery recovery.img
And i get a positiv message
nero0345 said:
I use
fastboot recovery recovery.img
And i get a positiv message
Click to expand...
Click to collapse
You should be using this command:
Code:
fastboot flash recovery recovery.img
Sry, I write it wronge, I have tried to install the recovery with this command you write, but in the terminal i get the message all ok and done. But if I would boot, the old one ist loading and starting, not this one I try to install.
Sry for the longe time, I was at work.
What should I make after format /data?
sbdags said:
You should be using this command:
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Sry, I write it wronge, I have tried to install the recovery with this command you write, but in the terminal i get the message all ok and done. But if I would boot, the old one ist loading and starting, not this one I try to install.
Sry for the longe time, I was at work.
What should I make after format /data?
nero0345 said:
Sry, I write it wronge, I have tried to install the recovery with this command you write, but in the terminal i get the message all ok and done. But if I would boot, the old one ist loading and starting, not this one I try to install.
Sry for the longe time, I was at work.
What should I make after format /data?
Click to expand...
Click to collapse
Are you sure the renamed recovery.img is the file you intend to flash? Happened to me... had an old version still in my fastboot folder and forgot to delete it.
How do you reboot?
Do you see a brief blue progress bar on the boot screen?
Post the output of your cmd window as a screen shot.
After formatting data just reboot.
berndblb said:
Are you sure the renamed recovery.img is the file you intend to flash? Happened to me... had an old version still in my fastboot folder and forgot to delete it.
How do you reboot?
Do you see a brief blue progress bar on the boot screen?
Post the output of your cmd window as a screen shot.
After formatting data just reboot.
Click to expand...
Click to collapse
Yes if I would install a recovery i name the file in recovery.img and yes ist is the only file in the folder.
How should I reboot? Normal
If i start my device i see at first the ASUS Logo and on the top left corner the leter "Device Unlocked" or something else and after 2-4 secends I see the Asus bootlogo and the circle of points that rotat around the circle.
I belive the format is finished, but if I reboot, same problem. I am stuck on the boot screen.
I hope you would like see this?
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.119s]
booting...
OKAY [ 0.028s]
finished. total time: 1.151s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 643825664 bytes
sending 'recovery' (8192 KB)...
OKAY [ 1.120s]
writing 'recovery'...
OKAY [ 0.279s]
finished. total time: 1.403s
nero0345 said:
Yes if I would install a recovery i name the file in recovery.img and yes ist is the only file in the folder.
How should I reboot? Normal
If i start my device i see at first the ASUS Logo and on the top left corner the leter "Device Unlocked" or something else and after 2-4 secends I see the Asus bootlogo and the circle of points that rotat around the circle.
I belive the format is finished, but if I reboot, same problem. I am stuck on the boot screen.
I hope you would like see this?
Code:
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot boot recovery.img
downloading 'boot.img'...
OKAY [ 1.119s]
booting...
OKAY [ 0.028s]
finished. total time: 1.151s
C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery.img
target reported max download size of 643825664 bytes
sending 'recovery' (8192 KB)...
OKAY [ 1.120s]
writing 'recovery'...
OKAY [ 0.279s]
finished. total time: 1.403s
Click to expand...
Click to collapse
Why are you doing this first?
Code:
fastboot boot recovery.img
You don't need to and this is probably causing the issue.
sbdags said:
Why are you doing this first?
Code:
fastboot boot recovery.img
You don't need to and this is probably causing the issue.
Click to expand...
Click to collapse
I make it to test it
I try again to install a ROM after format /date and /cache, but nothing.
I can cry.
Code:
AROMA INSTALLER version 2.56
(c) 2012 by amarullz xda-developers
ROM Name : CROMBi-kk
ROM Version : CM11-KitKat-4.4.4-20140714-DEODEX
ROM Author : sbdags/lj50036
Device : Asus Transformer TF701T
Start at : Thu Jul 17 11:05:33 2014
Thank you for installing CROMBi-kk KitKat 4.4.4!
Sit back and relax...
-----------------------------------------------------
This will take a few minutes!
Preparing File System.....
Extract: /tmp/fsck.ext4
Extract: /tmp/mkfs.ext4
Extract: /tmp/tune2fs.ext4
Backing up CM11 Addons.....
mount: failed to mount /dev/block/mmcblk0p1 at /system: Invalid argument
about to run program [/tmp/backuptool.sh] with 2 args
Not backing up files from incompatible version: 11
run_program: child exited with status 127
about to run program [/sbin/umount] with 2 args
about to run program [/sbin/umount] with 2 args
umount: can't umount /data: Invalid argument
run_program: child exited with status 1
Formatting System....
Creating filesystem with parameters:
Size: 2147483648
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 8192
Label:
Blocks: 524288
Block groups: 16
Reserved block group size: 127
Created filesystem with 11/131072 inodes and 17193/524288 blocks
warning: wipe_block_device: Discard failed
Tuning System.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
Tuning Data - Journaling Enabled.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
mount: failed to mount /dev/block/platform/sdhci-tegra.3/by-name/UDA at /data: Invalid argument
Wiping Dalvik-cache.....
Wiping Cache.....
Installing Core System.....
Extract: /system/addon.d/50-cm.sh
Extract: /system/addon.d/blacklist
Extract: /system/app/Apollo.apk
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/BluetoothExt.apk
Extract: /system/app/Browser.apk
Extract: /system/app/CMFileManager.apk
Extract: /system/app/CMWallpapers.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/Camera2.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/DSPManager.apk
Extract: /system/app/DeskClock.apk
Extract: /system/app/Development.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/DownloadProviderUi.apk
Extract: /system/app/Email.apk
Extract: /system/app/Exchange2.apk
Extract: /system/app/Galaxy4.apk
Extract: /system/app/Gallery2.apk
Extract: /system/app/HTMLViewer.apk
Extract: /system/app/HoloSpiralWallpaper.apk
Extract: /system/app/KeyChain.apk
Extract: /system/app/LatinIME.apk
Extract: /system/app/LiveWallpapers.apk
Extract: /system/app/LiveWallpapersPicker.apk
Installing Options.....
Kernel Preparation
- 10.26.1.18 CM11 Kernel
DPI Preparation
- 320 DPI
Extract: /tmp/upd-build-prop.sh
Resolution Preparation
- 2560x1600 res
Extract: /tmp/res-build-prop.sh
Boot Animations
- CROMBi-kk BLUE
Launcher
- Apex Launcher
Google Apps
- Google Core Libraries and Play Store
- Google Calendar
- Google Now and Voice Search
- Google Music
- YouTube
- Google Maps
- Google Mail
- Google Hangouts
- Google Plus
- Google TTS
- Google Ears
Misc Apps
- ES File Explorer
- AdAway installed
- Terminal Emulator
- Titanium Backup
Extract: /data/app/com.keramidas.TitaniumBackup-1.apk
- DropBox
Extract: /data/app/com.dropbox.android-1.apk
- CM11 Inverted BetterBean Blue Theme
Extract: /data/app/com.blackout1911.theme.BetterbeanThemeFree-1.apk
Installing CROMBi-kk System Tweaks.....
Extract: /tmp/crombikk-build-prop.sh
about to run program [/tmp/crombikk-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.prop4U8QGE': Read-only file system
sed: can't create temp file '/system/build.propzpYgtD': Read-only file system
sed: can't create temp file '/system/build.propWIExOQ': Read-only file system
/tmp/crombikk-build-prop.sh: line 6: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 7: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 8: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 9: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 10: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 11: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 12: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 13: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 14: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 15: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 16: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 17: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 18: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 19: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 20: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 21: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 22: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 23: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 24: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 25: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 26: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 27: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 28: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 29: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 30: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 31: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 32: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 33: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 34: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 35: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 36: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 37: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 38: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 39: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 40: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 41: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 42: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 43: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
Tweaks and Scripts
- Browser2RAM enabled
- Ad Blocker enabled
- Xposed App installed
Extract: /data/app/com.ceco.kitkat.gravitybox-1.apk
Extract: /data/app/com.e_vertise.dopa.phab7-1.apk
Installing build.prop
about to run program [/tmp/upd-build-prop.sh] with 1 args
/tmp/upd-build-prop.sh: line 2: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 3: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 4: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
about to run program [/tmp/res-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.propRlJcH6': Read-only file system
sed: can't create temp file '/system/build.propbiValf': Read-only file system
sed: can't create temp file '/system/build.propwZST3P': Read-only file system
sed: can't create temp file '/system/build.propypRuEJ': Read-only file system
sed: can't create temp file '/system/build.propVIfJGb': Read-only file system
run_program: child exited with status 1
Building symlinks.....
symlink: failed to symlink /system/bin/dump.f2fs to ../bin/fsck.f2fs: Read-only file system
script aborted: symlink: some symlinks failed
symlink: some symlinks failed
Installer Error (Status 7)
End at : Thu Jul 17 11:06:00 2014
nero0345 said:
I try again to install a ROM after format /date and /cache, but nothing.
I can cry.
Code:
AROMA INSTALLER version 2.56
(c) 2012 by amarullz xda-developers
ROM Name : CROMBi-kk
ROM Version : CM11-KitKat-4.4.4-20140714-DEODEX
ROM Author : sbdags/lj50036
Device : Asus Transformer TF701T
Start at : Thu Jul 17 11:05:33 2014
Thank you for installing CROMBi-kk KitKat 4.4.4!
Sit back and relax...
-----------------------------------------------------
This will take a few minutes!
Preparing File System.....
Extract: /tmp/fsck.ext4
Extract: /tmp/mkfs.ext4
Extract: /tmp/tune2fs.ext4
Backing up CM11 Addons.....
mount: failed to mount /dev/block/mmcblk0p1 at /system: Invalid argument
about to run program [/tmp/backuptool.sh] with 2 args
Not backing up files from incompatible version: 11
run_program: child exited with status 127
about to run program [/sbin/umount] with 2 args
about to run program [/sbin/umount] with 2 args
umount: can't umount /data: Invalid argument
run_program: child exited with status 1
Formatting System....
Creating filesystem with parameters:
Size: 2147483648
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 8192
Label:
Blocks: 524288
Block groups: 16
Reserved block group size: 127
Created filesystem with 11/131072 inodes and 17193/524288 blocks
warning: wipe_block_device: Discard failed
Tuning System.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
Tuning Data - Journaling Enabled.....
about to run program [/tmp/tune2fs.ext4] with 6 args
tune2fs 1.41.12 (17-May-2010)
mount: failed to mount /dev/block/platform/sdhci-tegra.3/by-name/UDA at /data: Invalid argument
Wiping Dalvik-cache.....
Wiping Cache.....
Installing Core System.....
Extract: /system/addon.d/50-cm.sh
Extract: /system/addon.d/blacklist
Extract: /system/app/Apollo.apk
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/BluetoothExt.apk
Extract: /system/app/Browser.apk
Extract: /system/app/CMFileManager.apk
Extract: /system/app/CMWallpapers.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/Camera2.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/DSPManager.apk
Extract: /system/app/DeskClock.apk
Extract: /system/app/Development.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/DownloadProviderUi.apk
Extract: /system/app/Email.apk
Extract: /system/app/Exchange2.apk
Extract: /system/app/Galaxy4.apk
Extract: /system/app/Gallery2.apk
Extract: /system/app/HTMLViewer.apk
Extract: /system/app/HoloSpiralWallpaper.apk
Extract: /system/app/KeyChain.apk
Extract: /system/app/LatinIME.apk
Extract: /system/app/LiveWallpapers.apk
Extract: /system/app/LiveWallpapersPicker.apk
Installing Options.....
Kernel Preparation
- 10.26.1.18 CM11 Kernel
DPI Preparation
- 320 DPI
Extract: /tmp/upd-build-prop.sh
Resolution Preparation
- 2560x1600 res
Extract: /tmp/res-build-prop.sh
Boot Animations
- CROMBi-kk BLUE
Launcher
- Apex Launcher
Google Apps
- Google Core Libraries and Play Store
- Google Calendar
- Google Now and Voice Search
- Google Music
- YouTube
- Google Maps
- Google Mail
- Google Hangouts
- Google Plus
- Google TTS
- Google Ears
Misc Apps
- ES File Explorer
- AdAway installed
- Terminal Emulator
- Titanium Backup
Extract: /data/app/com.keramidas.TitaniumBackup-1.apk
- DropBox
Extract: /data/app/com.dropbox.android-1.apk
- CM11 Inverted BetterBean Blue Theme
Extract: /data/app/com.blackout1911.theme.BetterbeanThemeFree-1.apk
Installing CROMBi-kk System Tweaks.....
Extract: /tmp/crombikk-build-prop.sh
about to run program [/tmp/crombikk-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.prop4U8QGE': Read-only file system
sed: can't create temp file '/system/build.propzpYgtD': Read-only file system
sed: can't create temp file '/system/build.propWIExOQ': Read-only file system
/tmp/crombikk-build-prop.sh: line 6: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 7: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 8: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 9: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 10: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 11: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 12: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 13: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 14: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 15: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 16: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 17: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 18: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 19: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 20: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 21: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 22: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 23: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 24: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 25: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 26: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 27: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 28: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 29: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 30: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 31: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 32: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 33: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 34: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 35: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 36: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 37: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 38: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 39: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 40: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 41: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 42: can't create /system/build.prop: Read-only file system
/tmp/crombikk-build-prop.sh: line 43: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
Tweaks and Scripts
- Browser2RAM enabled
- Ad Blocker enabled
- Xposed App installed
Extract: /data/app/com.ceco.kitkat.gravitybox-1.apk
Extract: /data/app/com.e_vertise.dopa.phab7-1.apk
Installing build.prop
about to run program [/tmp/upd-build-prop.sh] with 1 args
/tmp/upd-build-prop.sh: line 2: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 3: can't create /system/build.prop: Read-only file system
/tmp/upd-build-prop.sh: line 4: can't create /system/build.prop: Read-only file system
run_program: child exited with status 1
about to run program [/tmp/res-build-prop.sh] with 1 args
sed: can't create temp file '/system/build.propRlJcH6': Read-only file system
sed: can't create temp file '/system/build.propbiValf': Read-only file system
sed: can't create temp file '/system/build.propwZST3P': Read-only file system
sed: can't create temp file '/system/build.propypRuEJ': Read-only file system
sed: can't create temp file '/system/build.propVIfJGb': Read-only file system
run_program: child exited with status 1
Building symlinks.....
symlink: failed to symlink /system/bin/dump.f2fs to ../bin/fsck.f2fs: Read-only file system
script aborted: symlink: some symlinks failed
symlink: some symlinks failed
Installer Error (Status 7)
End at : Thu Jul 17 11:06:00 2014
Click to expand...
Click to collapse
Download the file again or try another Rom ( cm for example)
Rikodu said:
Download the file again or try another Rom ( cm for example)
Click to expand...
Click to collapse
I have tried it with Stock Rom and the two CROMBi ROMs.
nero0345 said:
I have tried it with Stock Rom and the two CROMBi ROMs.
Click to expand...
Click to collapse
Try Cyanogenmod
It's not the rom - it's your device - for some reason it can't mount data and system - you need to fix that. Normally a job for recovery. Bt seing as you can't install a recovery that makes me even more concerned - that means other partitions are corrupted.
There is a post somewhere on how to fix from fastboot or adb - let me see if I can dig it up.
EDIT:
Ok you need to read this post very carefully and follow the instructions exactly if possible. I suspect this is the only way to get it back.
http://forum.xda-developers.com/showthread.php?t=2546941

[Q&A] [ROM] ViperOne 7.0.1 • Tweaks, HUB, Themes, Icons, OTAs and more • All variants

[Q&A] [ROM] ViperOne 7.0.1 • Tweaks, HUB, Themes, Icons, OTAs and more • All variants
Q&A for [ROM] ViperOne 7.0.1 • Tweaks, HUB, Themes, Icons, OTAs and more • All variants
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer. Thanks for understanding and for helping to keep XDA neat and tidy! :smile:
eliasadrian said:
I've been having issues, also. I've only noticed it in group messages, and my wife got my messages on her htc one but my iPhone friends didn't. I just thought it was Apple screwing up group messaging again...
Click to expand...
Click to collapse
I get the same failure error (failed after repeated attempts) when I try to send out a group message or response as a MMS. Are you using the stock sense messaging app (MMS over Wifi will only go through the stock app) and do you have the send group messages as MMS option checked in the settings?
Hi turge,
I just download viperone m8 2.4
but i pinched wrong button on FILEMANAGER instead of install viper one.
but it pop up PLEASE WAIT and it stucked for few hours.
I already tried pressing power button for 2 minutes, it didn't worked.
I also tried to pressing power buton together with volume down for 2 minutes, it didn't work either.
Please help what to do now?
Your answer highly appreciated.
by the way, I am amazed your viper since viper one 1.0
thanks for creating awesome ROM.
Scooterholic.
I am download viprone v 7.0.1 and Double-clicking on Home Button Does not work
any one he's know please Help me
Updating to 7.0.1
Okay, so on my HTC One M7 I have 7.0.0 installed and everything is working perfectly. Now, I want to update to 7.0.1, but I don't know how to do so without erasing everything I currently have on my phone. I went to settings and checked for an update, because I heard that is how you do OTA updates, but it said there were none. I know I can just download then flash it onto my phone, but I'm pretty sure that also erases everything. So yeah, I was wondering if anybody could help me out here.
---------- Post added at 04:36 PM ---------- Previous post was at 04:24 PM ----------
Okay, so on my HTC One M7 I have 7.0.0 installed and everything is working perfectly. Now, I want to update to 7.0.1, but I don't know how to do so without erasing everything I currently have on my phone. I went to settings and checked for an update, because I heard that is how you do OTA updates, but it said there were none. I know I can just download then flash it onto my phone, but I'm pretty sure that also erases everything. So yeah, I was wondering if anybody could help me out here. (if this is posted twice, it's because I'm new here and have no clue how to post in a thread correctly)
guys help me I'm in viper rom 2.7 to 7.1 hours, then you must do what my brothers are kenel kenel la-4.3.10 # 1 SMP ga1054aroot @ abm010 PREEMTP à brothers
Shadow Fyre said:
Okay, so on my HTC One M7 I have 7.0.0 installed and everything is working perfectly. Now, I want to update to 7.0.1, but I don't know how to do so without erasing everything I currently have on my phone. I went to settings and checked for an update, because I heard that is how you do OTA updates, but it said there were none. I know I can just download then flash it onto my phone, but I'm pretty sure that also erases everything. So yeah, I was wondering if anybody could help me out here.
Click to expand...
Click to collapse
From what I read in the OP there isn't an OTA for this update. You can just flash 7.0.1 over 7.0.0 without a wipe in Aroma. This will preserve your data.
ViperOne Install Instructions​
Download the the latest ViperOne full ROM zip from the download section
Place the file somewhere on your phone storage. Alternatively, if you have a USB OTG cable (I have this exact one), you can place the rom on a USB key (FAT32, NTFS are all supported).
Confirm the MD5 on the download page matches the MD5 of the file on your phone (ES File Explorer will show the MD5 of the file)
Reboot to TWRP Recovery
Backup current ROM if desired
Install ROM using TWRP and select wipe during aroma install if coming from another base You are coming from the same base!
Reboot and Enjoy
Click to expand...
Click to collapse
my htc one 802D get rebboting
my phone keep rebboting nd stucks at htc logo.
please guide me what to do.
i have flashed through TWRP2.7.0.0
Hi
Got a problem with flashing ViperOne 7.0.1. I mean Aroma stucks on Formatting Partitions and freezes there. Tried to make full wipe (including system , dalvik etc - done 3 times) but it doesnt work. Downloaded 2 times... Doesnt work. Plz help
Bruce666 said:
Hi
Got a problem with flashing ViperOne 7.0.1. I mean Aroma stucks on Formatting Partitions and freezes there. Tried to make full wipe (including system , dalvik etc - done 3 times) but it doesnt work. Downloaded 2 times... Doesnt work. Plz help
Click to expand...
Click to collapse
You might try downloading and installing the latest stock firmware for your phone, boot into recovery and do a factory reset then reboot into bootloader. Now install your custom recovery then flash ViperOne.
But in this case I have to send ROM via adb sideload, right?
Bruce666 said:
But in this case I have to send ROM via adb sideload, right?
Click to expand...
Click to collapse
You could use ADB sideload or push but if your PC file manager recognizes your phone you can just copy the ROM to the /Download folder on your phone. To do that you would have to boot into the OS first, copy the file over then boot into bootloader to flash the custom recovery.
Hi there!
Is there a tweak/mod/settings to lower volume when it is it's lowest settings when sound is still heard?
ViperOne 7.0.1 on m7 Weather problem
I was wondering if someone could give me a hand. I'm new to flashing and I followed all the instructions and am loving the Viper ROM on my m7, (v7.0.1) nothing but good impressions except for one. I had to manually extract the weather clock apk from the zip and install it afterwards (took a while to find it) and weather also wasn't installed. The widget works fine, but it's in Celsius and to change that I need the weather app, I'm sure.
I extracted the weather.apk file from the zip and installed it, getting the ever-so-helpful error "The App was not installed" at the end of the install process. I tried using Venom's installer and it said it was installed, but it wasn't.
Can anyone offer me a way to change the degree style or install weather.apk? (I don't want to stop using the weatherclock, I like all the skins and options that ViperOne gives it.
And sorry if this is a dumb question.
Bruce666 said:
Hi
Got a problem with flashing ViperOne 7.0.1. I mean Aroma stucks on Formatting Partitions and freezes there. Tried to make full wipe (including system , dalvik etc - done 3 times) but it doesnt work. Downloaded 2 times... Doesnt work. Plz help
Click to expand...
Click to collapse
Sounds like recovery issue to me. I'll suggest u to do a full wipe firmware flashing then install recovery of ur choice and flash the Rom..
cutecool said:
Sounds like recovery issue to me. I'll suggest u to do a full wipe firmware flashing then install recovery of ur choice and flash the Rom..
Click to expand...
Click to collapse
Yes thats right. The problem was incompatibility. After Flash twrp 2.6.3.3 didnt had any problems.
ViperOne 7, chrome lost it's menu
So installed the rom successfully but now I have chrome missing it's menu button. The way I have to now access it is by holding the home button, but before on stock it sat on the top right. How do I get it back? I rather keep a dedicated button up there.
HTC one (m7), from stock One_6.09.401.5_deodexed to ViperOne 7.0.1
Please help!!
come from fresh install of One_6.09.401.5_deodexed (this runs fine)
but when i try to install ViperOne 7.0.1 it fails
i have also perviously wiped my Phone (almost compeletely)
heres my log:
AROMA INSTALLER version 2.70B6
(c) 2013 by amarullz xda-developers
ROM Name : ViperOne
ROM Version : 7.0.1
ROM Author : Team Venom
Device : HTC One
Start at : Thu Oct 23 11:07:34 2014
===========================================
ViperOne 7.0.1 By Team Venom
Be patient – 1st boot may take a while
===========================================
Extracting tools
Installing Venom Tools
Extract: /sdcard/Venom/Tools/BuildPropUpdate.sh
Extract: /sdcard/Venom/Tools/ConfigureSettings.sh
Extract: /sdcard/Venom/Tools/CopyLogFile.sh
Extract: /sdcard/Venom/Tools/DeleteDataWithoutMedia.sh
Extract: /sdcard/Venom/Tools/DeleteSystemApp.sh
Extract: /sdcard/Venom/Tools/DeleteUserApp.sh
Extract: /sdcard/Venom/Tools/EnableOTA.sh
Extract: /sdcard/Venom/Tools/ExtraTweaks
Extract: /sdcard/Venom/Tools/FileSystemCheck.sh
Extract: /sdcard/Venom/Tools/SetPropSetting.sh
Extract: /sdcard/Venom/Tools/SetSetting.sh
Extract: /sdcard/Venom/Tools/UpdateDefaultXml.sh
Extract: /sdcard/Venom/Tools/VenomCheck.sh
Extract: /sdcard/Venom/Tools/VenomMod.sh
Extract: /sdcard/Venom/Tools/VenomThemeTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomUpdate.sh
Extract: /sdcard/Venom/Tools/fsck.ext4
Extract: /sdcard/Venom/Tools/sqlite3
Extract: /sdcard/Venom/Tools/zip
Extract: /sdcard/Venom/Tools/zipalign
Extracting Build Tools
about to run program [/sbin/busybox] with 3 args
Extract: /temp/fsck.ext4
Extract: /temp/mkfs.ext4
Extract: /temp/tune2fs.ext4
Setting permissions
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 3 args
about to run program [/sbin/busybox] with 7 args
Setting HostsFileExists to 0 in /tmp/VenomSettings.prop
Formatting Partitions
Formatting /system
Creating filesystem with parameters:
Size: 1946152960
Block size: 4096
Blocks per group: 32768
Inodes per group: 7920
Inode size: 256
Journal blocks: 7423
Label:
Blocks: 475135
Block groups: 15
Reserved block group size: 119
Created filesystem with 11/118800 inodes and 15607/475135 blocks
Formatting /cache
Creating filesystem with parameters:
Size: 671084544
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 2559
Label:
Blocks: 163839
Block groups: 5
Reserved block group size: 39
Created filesystem with 11/40960 inodes and 5255/163839 blocks
about to run program [/sbin/sleep] with 2 args
Extracting Files
Writing System
about to run program [/sbin/busybox] with 3 args
about to run program [/sbin/busybox] with 3 args
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/CIMEXT9.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/CalculatorWidget.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/ChromeBookmarksSyncAdapter.apk
Extract: /system/app/DeviceManagement.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/DownloadProviderUi.apk
Extract: /system/app/DriveActivator.apk
Extract: /system/app/FMRadioService.apk
Extract: /system/app/FaceLock.apk
Extract: /system/app/Flashlight.apk
Extract: /system/app/Font_Helvetica.apk
Extract: /system/app/Font_LCD.apk
Extract: /system/app/Font_Yuen.apk
Extract: /system/app/GoogleCalendarSyncAdapter.apk
Extract: /system/app/GoogleContactsSyncAdapter.apk
Writing Data
Extract: /data/app/com.adobe.flashplayer-1.apk
Extract: /data/app/com.adobe.reader-1.apk
Installing Mods
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
Installing Viper Boot
Extract: /system/customize/resource/bootanimation.zip
Extract: /system/customize/resource/downanimation.zip
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierPropExists to 1 in /tmp/VenomSettings.prop
Flashing Carrier Tweaks
Generic
about to run program [/sbin/busybox] with 7 args
Setting MergeBuildProp to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierIconExists to 0 in /tmp/VenomSettings.prop
Extract: /data/system/carrier_icon.png
about to run program [/sbin/busybox] with 7 args
Setting LauncherPropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting RemoveAppsPropExists to 1 in /tmp/VenomSettings.prop
Removing User Apps
Twitter
about to run program [/sbin/busybox] with 4 args
Removing Google Apps
Google+
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
sh: can’t open ‘/sdcard/Venom/Tools/DeleteSytemApp.sh’
run_program: child exited with status 2
Google Chrome
about to run program [/sbin/busybox] with 4 args
Deleting /data/app/com.android.chrome-1.apk
Google Hangout
about to run program [/sbin/busybox] with 4 args
Google News
about to run program [/sbin/busybox] with 4 args
Removing Venom Apps
Removing System Apps
Browser
about to run program [/sbin/busybox] with 4 args
Mail
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Notes
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Bookmark sync
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/ChromeBookmarksSyncAdapter.apk
HTC Backup
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/DeviceManagement.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HTCBackup.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 7 args
Setting RemoveMediaPropExists to 1 in /tmp/VenomSettings.prop
Removing Media
about to run program [/sbin/busybox] with 7 args
Setting KeyboardsPropExists to 1 in /tmp/VenomSettings.prop
Installing Keyboards
English UK
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 5 args
/sdcard/Venom/Tools/SetSetting.sh: line 2: /system/xbin/sqlite3: not found
run_program: child exited with status 127
about to run program [/sbin/busybox] with 7 args
Setting VenomMods to 0 in /tmp/VenomSettings.prop
Installing Kernel
about to run program [/sbin/busybox] with 7 args
Setting KernelExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/dd] with 3 args
13332+0 records in
13332+0 records out
6825984 bytes (6.5MB) copied, 1.445587 seconds, 4.5MB/s
Kernel Flashed.
Finalizing Install
Creating toolbox symlinks
symlink(): created [/system/bin]
symlink(): created [/system/xbin]
symlink(): created [/system/xbin/bb]
Installing busybox
set_perm: chown of /system/xbin/busybox to 0 1000 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
script aborted: set_perm: some changes failed
set_perm: some changes failed
Installer Error (Status 7)
End at : Thu Oct 23 11:07:54 2014
drakhonHTC said:
Please help!!
come from fresh install of One_6.09.401.5_deodexed (this runs fine)
but when i try to install ViperOne 7.0.1 it fails
i have also perviously wiped my Phone (almost compeletely)
Installer Error (Status 7)
End at : Thu Oct 23 11:07:54 2014
Click to expand...
Click to collapse
use the latest twrp recovery to flash rom.
still not working
cutecool said:
use the latest twrp recovery to flash rom.
Click to expand...
Click to collapse
still not working
AROMA INSTALLER version 2.70B6
(c) 2013 by amarullz xda-developers
ROM Name : ViperOne
ROM Version : 7.0.1
ROM Author : Team Venom
Device : HTC One
Start at : Sat Oct 25 08:36:04 2014
===========================================
ViperOne 7.0.1 By Team Venom
Be patient - 1st boot may take a while
===========================================
Extracting tools
Installing Venom Tools
Extract: /sdcard/Venom/Tools/BuildPropUpdate.sh
Extract: /sdcard/Venom/Tools/ConfigureSettings.sh
Extract: /sdcard/Venom/Tools/CopyLogFile.sh
Extract: /sdcard/Venom/Tools/DeleteDataWithoutMedia.sh
Extract: /sdcard/Venom/Tools/DeleteSystemApp.sh
Extract: /sdcard/Venom/Tools/DeleteUserApp.sh
Extract: /sdcard/Venom/Tools/EnableOTA.sh
Extract: /sdcard/Venom/Tools/ExtraTweaks
Extract: /sdcard/Venom/Tools/FileSystemCheck.sh
Extract: /sdcard/Venom/Tools/SetPropSetting.sh
Extract: /sdcard/Venom/Tools/SetSetting.sh
Extract: /sdcard/Venom/Tools/UpdateDefaultXml.sh
Extract: /sdcard/Venom/Tools/VenomCheck.sh
Extract: /sdcard/Venom/Tools/VenomMod.sh
Extract: /sdcard/Venom/Tools/VenomThemeTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomTweaksBackup.sh
Extract: /sdcard/Venom/Tools/VenomUpdate.sh
Extract: /sdcard/Venom/Tools/fsck.ext4
Extract: /sdcard/Venom/Tools/sqlite3
Extract: /sdcard/Venom/Tools/zip
Extract: /sdcard/Venom/Tools/zipalign
Extracting Build Tools
about to run program [/sbin/busybox] with 3 args
Extract: /temp/fsck.ext4
Extract: /temp/mkfs.ext4
Extract: /temp/tune2fs.ext4
Setting permissions
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 3 args
mount: mounting /dev/block/mmcblk0p35 on /system failed: Device or resource busy
run_program: child exited with status 255
about to run program [/sbin/busybox] with 7 args
Setting HostsFileExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 8 args
Setting HostsFileByAdAway to 0 in /tmp/VenomSettings.prop
Formatting Partitions
Formatting /system
Creating filesystem with parameters:
Size: 1946152960
Block size: 4096
Blocks per group: 32768
Inodes per group: 7920
Inode size: 256
Journal blocks: 7423
Label:
Blocks: 475135
Block groups: 15
Reserved block group size: 119
Created filesystem with 11/118800 inodes and 15607/475135 blocks
Formatting /cache
Creating filesystem with parameters:
Size: 671084544
Block size: 4096
Blocks per group: 32768
Inodes per group: 8192
Inode size: 256
Journal blocks: 2559
Label:
Blocks: 163839
Block groups: 5
Reserved block group size: 39
Created filesystem with 11/40960 inodes and 5255/163839 blocks
Wiping /data except for /data/media
about to run program [/sbin/busybox] with 3 args
about to run program [/sbin/busybox] with 3 args
system files from SD Card
about to run program [/sbin/sleep] with 2 args
Extracting Files
Writing System
about to run program [/sbin/busybox] with 3 args
about to run program [/sbin/busybox] with 3 args
Extract: /system/app/BasicDreams.apk
Extract: /system/app/Bluetooth.apk
Extract: /system/app/CIMEXT9.apk
Extract: /system/app/Calculator.apk
Extract: /system/app/CalculatorWidget.apk
Extract: /system/app/CertInstaller.apk
Extract: /system/app/ChromeBookmarksSyncAdapter.apk
Extract: /system/app/DeviceManagement.apk
Extract: /system/app/DocumentsUI.apk
Extract: /system/app/DownloadProviderUi.apk
Extract: /system/app/DriveActivator.apk
Extract: /system/app/FMRadioService.apk
Extract: /system/app/FaceLock.apk
Extract: /system/app/Flashlight.apk
Extract: /system/app/Font_Helvetica.apk
Extract: /system/app/Font_LCD.apk
Extract: /system/app/Font_Yuen.apk
Extract: /system/app/GoogleCalendarSyncAdapter.apk
Extract: /system/app/GoogleContactsSyncAdapter.apk
Writing Data
Extract: /data/app/com.adobe.flashplayer-1.apk
Extract: /data/app/com.adobe.reader-1.apk
Installing Mods
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CustomizePropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierPropExists to 1 in /tmp/VenomSettings.prop
Flashing Carrier Tweaks
AT&T
Extract: /system/build.prop
Extract: /system/etc/nfcee_access.xml
Extract: /system/etc/permissions/com.htc.software.market.xml
Extract: /system/priv-app/ATT_VVM3.apk
about to run program [/sbin/busybox] with 7 args
Setting MergeBuildProp to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting CarrierIconExists to 0 in /tmp/VenomSettings.prop
Extract: /data/system/carrier_icon.png
about to run program [/sbin/busybox] with 7 args
Setting LauncherPropExists to 1 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting RemoveAppsPropExists to 1 in /tmp/VenomSettings.prop
Removing User Apps
Twitter
about to run program [/sbin/busybox] with 4 args
Removing Google Apps
Google+
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
sh: can't open '/sdcard/Venom/Tools/DeleteSytemApp.sh'
run_program: child exited with status 2
Google Chrome
about to run program [/sbin/busybox] with 4 args
Deleting /data/app/com.android.chrome-1.apk
Google Hangout
about to run program [/sbin/busybox] with 4 args
Google News
about to run program [/sbin/busybox] with 4 args
Removing Venom Apps
Removing System Apps
Browser
about to run program [/sbin/busybox] with 4 args
Twitter
about to run program [/sbin/busybox] with 4 args
Bookmark sync
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/ChromeBookmarksSyncAdapter.apk
HTC Backup
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/DeviceManagement.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 4 args
Deleting /system/app/HTCBackup.apk
about to run program [/sbin/busybox] with 4 args
about to run program [/sbin/busybox] with 7 args
Setting RemoveMediaPropExists to 1 in /tmp/VenomSettings.prop
Removing Media
about to run program [/sbin/busybox] with 7 args
Setting KeyboardsPropExists to 1 in /tmp/VenomSettings.prop
Installing Keyboards
about to run program [/sbin/busybox] with 7 args
Setting ConfigExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/busybox] with 7 args
Setting VenomMods to 0 in /tmp/VenomSettings.prop
Installing Kernel
about to run program [/sbin/busybox] with 7 args
Setting KernelExists to 0 in /tmp/VenomSettings.prop
about to run program [/sbin/dd] with 3 args
13332+0 records in
13332+0 records out
6825984 bytes (6.5MB) copied, 0.930603 seconds, 7.0MB/s
Kernel Flashed.
Finalizing Install
Creating toolbox symlinks
symlink(): created [/system/bin]
symlink(): created [/system/xbin]
symlink(): created [/system/xbin/bb]
Installing busybox
set_perm: chown of /system/xbin/busybox to 0 1000 failed: No such file or directory
set_perm: chmod of /system/xbin/busybox to 755 failed: No such file or directory
script aborted: set_perm: some changes failed
set_perm: some changes failed
Installer Error (Status 7)
End at : Sat Oct 25 08:36:16 2014

Stock checker zip (prepare for OTA) - Now with more Lollipop!

Here are some flashable zips I've created to check your system partition and optionally replace any files with their stock counterparts. This is particularly useful for preparing your phone for an OTA (when you get those annoying error messages that say "{APP} has unexpected contents"). You'll need to flash the zip for your specific version of Android. You can flash this as many times as you want and can flash the OTA directly after flashing this.
You need a custom recovery to flash these! For the Lollipop OTA, after flashing the correct check/fix zip, you will need to flash the stock recovery in order to install the OTA!
KTU84P to LRX21O
Just check your system files
Code:
File: system_check_hammerhead_lrx21o-from-ktu84p.zip
[url=http://goo.gl/ooEpTy]Google Drive[/url]
[url=http://goo.gl/HPxP9O]MEGA[/url]
MD5: 10e436b5d4042145b3789ee9b9fcecb5
Size: 267 kb
Check and fix your system files:
Code:
File: system_fixer_hammerhead_lrx21o-from-ktu84p.zip
[url=http://goo.gl/mFfusU]Google Drive[/url]
[URL=http://goo.gl/VA9tuo]MEGA[/URL]
MD5: 2ae0f21d76429538f4ae854da67f5857
Size: 153 mb
KTU84M to KTU84P
Just check your system files:
Code:
File: system_check_hammerhead_ktu84m.zip
[url=http://goo.gl/ESNUH0]Google Drive[/url]
[url=http://goo.gl/fYKyvn]MEGA[/url]
MD5: 79b54a842debb992d0ef03eb2d7bc661
Size: 192 kb
Check and fix your system files:
Code:
File: system_fixer_hammerhead_ktu84m.zip
[url=http://goo.gl/sZsjz4]Google Drive[/url]
[url=http://goo.gl/1z732L]MEGA[/url]
MD5: a80331b5406042e2212fa0fe3bfeaa30
Size: 244 mb
KOT49H to KTU84M
Code:
File: check_hammerhead_kot49h_system.zip
[url=http://goo.gl/xLlREk]Google Drive[/url]
[url=http://goo.gl/lNRLlk]MEGA[/url]
MD5: 3a810e0d67e2f7b17af947a9c46664ec
Size: 402 MB
If you want to check the updater-script that is in the zip file without downloading the whole thing, [url=http://pastebin.com/kUAimyYK]I've made a paste for easy access.[/url]
Standard disclaimer: I am not to be held responsible if this messes up your phone in any way. Make sure you have backed up your phone and have backups of your backups. I created it for myself and figured I'd share what I created to benefit others. Just because it works for me does not mean it will work for you. If an alien pops out of your phone or it suddenly implodes or you lose everything on it and have no backups is not my problem.
For those of you who are interested in how I generated this, you'll find the script I created to generate the file below.
System checker script (not for the faint of heart!):
If you want to run this to create the zip file yourself, you'll need a zip file of the system directory for the version you're upgrading from and the OTA zip. I'm sure there's a better way to do all this, but this is what my convoluted mind gave me...
Call the script as (2nd argument is optional) ${0} OTA.zip [system_files.zip]
Code:
#!/bin/bash
# This requires 1 argument: the update zip filename
# Also accepts 1 optional argument: system files zip filesname
update_zip=$1
if [ -z ${update_zip} ]; then
echo "Need to let me know the name of the ota zip file!"
exit 1
fi
extract_dir=/tmp/update_zip_check
update_dir="META-INF/com/google/android"
eval $(echo ${update_zip} | sed 's!\([^\.]*\)\.signed-\([^-]*\)-\([^-]*\)-from-\([^\.]*\).*!update_hash=\1\nhw_name=\2\nnew_ver=$(echo \3 | tr [A-Z] [a-z])\ncurr_ver=$(echo \4 | tr [A-Z] [a-z])!')
system_zip=${2:-$(ls system*${hw_name}*${curr_ver}.zip)}
fixer_zip="system_fixer_${hw_name}_${new_ver}-from-${curr_ver}.zip"
check_zip="system_check_${hw_name}_${new_ver}-from-${curr_ver}.zip"
echo -e "\n\n${update_hash}\n${hw_name}\n${new_ver}\n${curr_ver}\n${system_zip}\n${check_zip}"
sha1sum -c <<EOF
${update_hash} ${update_zip}
EOF
if [ $? != 0 ]; then
echo "${update_zip} doesn't match hash; please re-download"
exit 255
fi
[ -d "${extract_dir}" ] && rm -rf "${extract_dir}"
mkdir "${extract_dir}"
echo "Updating updater-script for checking and replacing files."
unzip -q -d "${extract_dir}" "${update_zip}" "${update_dir}/update-binary" "${update_dir}/updater-script"
# The following was the old way of updating files
#unzip -q "${system_zip}" $(grep -e 'mount' -e 'getprop' -e 'assert(apply_patch_check(' -e 'assert(apply_patch_space(' ${extract_dir}/${update_dir}/updater-script | sed 's|^assert(\(apply_patch_check("/\)\([^"]*\)\(.*")\));|ifelse(\1\2\3, "", (package_extract_file("\2", "/\2"); ui_print("\/\2")));|' | tee -i ${extract_dir}/${update_dir}/updater-script_check | grep -e 'ifelse' | sed 's|^ifelse(apply_patch_check("/system/\([^"]*\)".*|\1|') -d ${extract_dir}
unzip -q -d "${extract_dir}" "${system_zip}" $(grep -e 'mount' -e 'getprop' -e '^apply_patch_check(' -e '^apply_patch_space(' ${extract_dir}/${update_dir}/updater-script | sed 's!^\(apply_patch_.*\) || abort("\\"/system/\(.*\)\\" .*);$!\1 || (ui_print("Need to fix /system/\2"); package_extract_file("\2", "/system/\2"));!' | sed 's!^\(apply_patch_check.*\) || abort("\\"\(EMMC:/dev/block/platform/.*/by-name/boot\).*);$!\1 || (ui_print("Flash boot partition"); package_extract_file("boot.img", "\2"));!' | sed 's!abort!ui_print!' | tee -i ${extract_dir}/${update_dir}/updater-script_fixer | grep -e '^apply_patch_check("/' | sed 's!^apply_patch_check("/system/\([^"]*\)".*!\1!')
sed 's!; package_extract_file([^)]*)!!' ${extract_dir}/${update_dir}/updater-script_fixer >${extract_dir}/${update_dir}/updater-script_check
mv "${extract_dir}/${update_dir}/updater-script_fixer" "${extract_dir}/${update_dir}/updater-script"
cur_dir="$(/bin/pwd)"
cd "${extract_dir}"
echo "Now creating the zip file for flashing."
zip -qr "${cur_dir}/${fixer_zip}" *
mv "${extract_dir}/${update_dir}/updater-script_check" "${extract_dir}/${update_dir}/updater-script"
zip -qr "${cur_dir}/${check_zip}" META-INF
cd "${cur_dir}"
rm -rf "${extract_dir}"
echo 'Done! Please remember to backup any APKs you have replaced on the /system partition of your device; this file will replace with the stock version for your build.'
Clever and people will find this usefull.
Thanks
Very Nice, Thanks
You could also include checks for other partitions (boot, recovery...)
no fix option for KTU84P? or am I blind, cheers for the zips though
pedja1 said:
Very Nice, Thanks
You could also include checks for other partitions (boot, recovery...)
Click to expand...
Click to collapse
In the OTA checks and fixes, the zip checks everything the OTA does, which usually includes free space, modem, and kernel. The zip will alert you to these and, in the case of boot/kernel, it will install the stock kernel. You're on your own for the modem, though.
Natherul said:
no fix option for KTU84P? or am I blind, cheers for the zips though
Click to expand...
Click to collapse
Right now, that file would be HUGE since it would include every file in the system partition. I was planning on waiting for the OTA to drop to make one, but... Give me half an hour and I'll cook something up for you
Edit: I have added a new file that checks and fixes all KTU84P system files.
I have uploaded the new zips for the released OTA! Get them now!
KTU84P to LRX21O
Just check your system files
Code:
File: system_check_hammerhead_lrx21o-from-ktu84p.zip
[url=http://goo.gl/ooEpTy]Google Drive[/url]
[url=http://goo.gl/HPxP9O]MEGA[/url]
MD5: 10e436b5d4042145b3789ee9b9fcecb5
Size: 267 kb
Check and fix your system files:
Code:
File: system_fixer_hammerhead_lrx21o-from-ktu84p.zip
[url=http://goo.gl/mFfusU]Google Drive[/url]
[URL=http://goo.gl/VA9tuo]MEGA[/URL]
MD5: 2ae0f21d76429538f4ae854da67f5857
Size: 153 mb
I'm slightly confused by the red labels. I have version KTU84P and want to return it to stock so I can update using the OTA (when it's available). Which file should I download to ensure my files are stock again? (I would assume the files named KTU84P to Lxxxx would be the ones?)
Also, will this remove root at all so I would be able to simply download and install the OTA?
danaconda1 said:
I'm slightly confused by the red labels. I have version KTU84P and want to return it to stock so I can update using the OTA (when it's available). Which file should I download to ensure my files are stock again? (I would assume the files named KTU84P to Lxxxx would be the ones?)
Also, will this remove root at all so I would be able to simply download and install the OTA?
Click to expand...
Click to collapse
Yes, use the KTU84P to LRX21O to check/fix your KTU84P version. This will not remove root, it just checks the APKs and files that the OTA checks to make sure they're at the right version for patching.
crazycaveman said:
Yes, use the KTU84P to LRX21O to check/fix your KTU84P version. This will not remove root, it just checks the APKs and files that the OTA checks to make sure they're at the right version for patching.
Click to expand...
Click to collapse
Hi how to run that script on Windows?
Im trying to run adb sideload system_fixer_hammerhead_lrx21o-from-ktu84p.zip and Im getting error:
Veryfing update package....
E: footer is wrong
E: signature veryfication failed
Instalation aborted.
Any ideas?
Thanks,
K.
Please help me how to apply fix script.
Thanks,
K.
ikavior said:
Hi how to run that script on Windows?
Im trying to run adb sideload system_fixer_hammerhead_lrx21o-from-ktu84p.zip and Im getting error:
Veryfing update package....
E: footer is wrong
E: signature veryfication failed
Instalation aborted.
Any ideas?
Thanks,
K.
Click to expand...
Click to collapse
Sounds like you have stock recovery; these zip files are like custom ROMs and need a custom recovery (e.g. ClockworkMod, TWRP)
crazycaveman said:
Sounds like you have stock recovery; these zip files are like custom ROMs and need a custom recovery (e.g. ClockworkMod, TWRP)
Click to expand...
Click to collapse
So I cant fix thish without wipe my data ?
ikavior said:
So I cant fix thish without wipe my data ?
Click to expand...
Click to collapse
If your bootloader is locked, that is correct. However, if you are getting an "unexpected contents" error when flashing the OTA and are rooted, you can extract this zip file and replace the file(s) manually with the stock version.
ikavior said:
So I cant fix thish without wipe my data ?
Click to expand...
Click to collapse
Actually, on 4.4 you could root with Towelroot and unlock ur bootloader without wiping.
Script error
So I am getting an error that the script (and the OTA.zip) says the script expects that my device should have 4.4.4/KTU84P/1227136 or 5.0/LRX21O/1570415 release keys but my device has 4.4/KRT16M/893803 release keys. However when looking at device status my device says the following:
-Device Version 4.4.4
-Baseband Version M897A-2.0.50.1.16
-Kernel Version 3.4.0-gd59db4e [email protected] #1
-Build Number KTU84P
I'm in the same situation, the checker and supposed fixer both produce the same message as above. I tried un-rooting and reflashing both zips (I'm on stock recovery but using fastboot to boot into CWM - efrant's old way for the Galaxy Nexus, worked with SuperSu so far) but the message persists.
pauleyc said:
I'm in the same situation, the checker and supposed fixer both produce the same message as above. I tried un-rooting and reflashing both zips (I'm on stock recovery but using fastboot to boot into CWM - efrant's old way for the Galaxy Nexus, worked with SuperSu so far) but the message persists.
Click to expand...
Click to collapse
Instead of using CWM to flash the OTA update, try sideloading the update using the stock recovery. Something has changed with the lollipop update, and it doesn't seem like TWRP or CWM can flash it (at least I haven't been able to do it).
Sent from my Nexus 5 using Tapatalk
Remind me where I can get the stock recovery?
Sent from my Nexus 5 using XDA Free mobile app
efrant said:
Instead of using CWM to flash the OTA update, try sideloading the update using the stock recovery. Something has changed with the lollipop update, and it doesn't seem like TWRP or CWM can flash it (at least I haven't been able to do it).
Sent from my Nexus 5 using Tapatalk
Click to expand...
Click to collapse
To be honest, "nothing" changed, only that now it reads kitkat's kernel properties instead of the build.prop file directly. As I posted in the help-desk:
RusherDude said:
The fun part is that this is a bug that I saw loong ago coming.. I don't why recoveries can't STILL access android kitkat kernel properties, but they work ok reading the file, so the OTA 4.4.4 worked fine, that tries:
file_getprop("/system/build.prop", "ro.build.fingerprint") == "google/hammerhead/hammerhead:4.4.3/KTU84M/1158763:user/release-keys" ||
file_getprop("/system/build.prop", "ro.build.fingerprint") == "google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys" ||
abort("Package expects build fingerprint of google/hammerhead/hammerhead:4.4.3/KTU84M/1158763:user/release-keys or google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys; this device has " + getprop("ro.build.fingerprint") + ".");
Which works OK, tho if you notice the error case, the description would fail because it uses getprop...
NOW on 5.0 they use the same getprop for both cases, and fail:
getprop("ro.build.fingerprint") == "google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys" ||
getprop("ro.build.fingerprint") == "google/hammerhead/hammerhead:5.0/LRX21O/1570415:user/release-keys" ||
abort("Package expects build fingerprint of google/hammerhead/hammerhead:4.4.4/KTU84P/1227136:user/release-keys or google/hammerhead/hammerhead:5.0/LRX21O/1570415:user/release-keys; this device has " + getprop("ro.build.fingerprint") + ".");
So modifying the update scripts its a simple solutions (tho It changes the file signature and so, and it's official OTA so no way..).
Click to expand...
Click to collapse
This is a custom recoveries bug from 2013 when Kit Kat came out, still unsolved and if they don't do something we will need to flash stock recovery and stuff every OTA from now on.
I didn't understand - does the fixer flashes a new recovery? (currently can't download the zip file to check if there is any recovery img inside.. )

Categories

Resources