hi, im using s5830i, my "system", "Cache", "Data" are in yaffs2 formats flashing any ROM's (stock/custom) results in failure. Is there any way to change the formats . Thanks in advnce :good:
Note: i have tried to change it in twrp recovery nothing working plss help anybody.., :crying:
Related
Hi, i have installed a custom rom with CWM, the installation script converted system, data and cache partition to EXT4, now i want to return to stock with CWM backup but when i try the procedure e receive an error after restoring system, i think it's because EXT4 partition aren't supported by stock, how can i convert EXT4 to EXT3?
Thanks.
gdemis said:
Hi, i have installed a custom rom with CWM, the installation script converted system, data and cache partition to EXT4, now i want to return to stock with CWM backup but when i try the procedure e receive an error after restoring system, i think it's because EXT4 partition aren't supported by stock, how can i convert EXT4 to EXT3?
Thanks.
Click to expand...
Click to collapse
Open the zip of the backup you're trying to restore with a file manager. Each partition should be in there and have either an EXT3 or EXT4 filename. The recovery will automatically format the partitions based on how the backup was saved. So if /System is saved with an EXT3 extension, the recovery will format it for you. If you are getting an error then it might be a bad backup.
Also, try using fastboot to wipe everything instead of CWM. I though romracer told me fastboot always formats to EXT3, but I couldn't find the specific post/message. Won't hurt to try
I take error while restoring \system with cwm, this is the log details:
solibPhotoEditor.solibmtpstack.solibGLESv1_CM.solibmot_btpan_jni.solibnvmm_service.soliba2dp.solibWifiAPHardware.solibvpnclient_jni.sotar: write error: No space left on device
solibreverbwrapper.solibbundlewrapper.solibvisualizer.soError while restoring /system!
result was NULL, message is: assert failed: restore_rom("/sdcard/clockworkmod/backup/Firmware_Tim_2.3.4", "boot", "system", "data", "cache", "sd-ext")
hello all
im want to make my rom lollipop i do what he do in video youtube/watch?v=LG1JCPd3u5k
but when i do wipe i select all and the zip file delete from storge and i trasnfer the zip file to usb storge and mount all
when i press install recovery said filed error executing ubdate binary in zip /emmc lolipop_final.zip/
error flashing zip '/emmc/lollipop_final.zip'
my recover y in video youtubewatch?v=JvJFIQLXa5s
plz fix it i do not use flashing tool
:crying::crying:
wtf no 1 reply
xXTheLoOoRdXx said:
hello all
im want to make my rom lollipop i do what he do in video youtube/watch?v=LG1JCPd3u5k
but when i do wipe i select all and the zip file delete from storge and i trasnfer the zip file to usb storge and mount all
when i press install recovery said filed error executing ubdate binary in zip /emmc lolipop_final.zip/
error flashing zip '/emmc/lollipop_final.zip'
my recover y in video youtubewatch?v=JvJFIQLXa5s
plz fix it i do not use flashing tool
:crying::crying:
Click to expand...
Click to collapse
where replay ??????? :silly:
Somebody pliz help me, my phone XT1022 rootted suddenly gone blank, in recovery said no OS installed, unable to mount ( data system etc), and internal storage is 0mb, and i have tried to format system via fastboot it say unable to format system file system with type "raw"
please help guys..
Install TWRP and wipe data, If you haven't already.
im already install twrp, so in twrp it say no os, can't mount data etc
try formatting it to ext4
Try flashing the stock rom of the xt1022 but with out the revcovery an flash the custom rom that you want
format ext4 for what? my internal has 0mb and if I format, it said cannot format filesystem type raw
Hello!
Im having a major issue with TWRP recovery 3.0.2 that i ported for my device..
It cant seem to find my system's partition
i have already looked into the recovery.fstab file to change parttitions while porting but it still is unable to find those partitions...
So now im stuck trying to figure out whats wrong with it..
My Device is Posh Titan HD E500A
MT6592 Chipset
I ported the recovery from the Micromax Canvas Nitro A310 (same specs)
Im also on a ported custom rom.. (Could that affect the recovery or no?)
Code:
E: Invalid block device on '/dev/block/mmcblk0p2 /cache ext4 defaults defaults' , 'ext4', 38
^Same thing for /Data /System /Sdcard
Note: Ive edited the recovery.fstab according to my phone partitions and im getting this error
how can i fix this?
Thanks!
~bump~
pp342261 said:
Hello!
Im having a major issue with TWRP recovery 3.0.2 that i ported for my device..
It cant seem to find my system's partition
i have already looked into the recovery.fstab file to change parttitions while porting but it still is unable to find those partitions...
So now im stuck trying to figure out whats wrong with it..
My Device is Posh Titan HD E500A
MT6592 Chipset
I ported the recovery from the Micromax Canvas Nitro A310 (same specs)
Im also on a ported custom rom.. (Could that affect the recovery or no?)
Code:
E: Invalid block device on '/dev/block/mmcblk0p2 /cache ext4 defaults defaults' , 'ext4', 38
^Same thing for /Data /System /Sdcard
Note: Ive edited the recovery.fstab according to my phone partitions and im getting this error
how can i fix this?
Thanks!
Click to expand...
Click to collapse
The fix is easy
Go to initrd\etc folder an edit fstab.recovery file
Only change the format of
Code:
dev/block/mmcblk0p2 /cache ext4 defaults defaults
To
Code:
/cache ext4 dev/block/mmcblk0p2 defaults defaults
Enjoy.
xdedeone said:
The fix is easy
Go to initrd\etc folder an edit fstab.recovery file
Only change the format of
Code:
dev/block/mmcblk0p2 /cache ext4 defaults defaults
To
Code:
/cache ext4 dev/block/mmcblk0p2 defaults defaults
Enjoy.
Click to expand...
Click to collapse
Thanks For the reply! Will try and let you know how it goes
pp342261 said:
Thanks For the reply! Will try and let you know how it goes
Click to expand...
Click to collapse
Work for you?
xdedeone said:
Work for you?
Click to expand...
Click to collapse
Yessir it does Much appreciated!
Another question. Do you know the mount point for the external SD card?
When I try to wipe anything or flash a new rom in Latest TWRP, It is Showing "failed to mount cust, no such file or directory"
And the cust partition isn't mounting in the TWRP Mount Folder
I searched everywhere on internet, I couldn't find anything related to "failed to mount cust"
Please Let me any possible solution if you know. I am using Poco F1
Sk Safowan said:
When I try to wipe anything or flash a new rom in Latest TWRP, It is Showing "failed to mount cust, no such file or directory"
And the cust partition isn't mounting in the TWRP Mount Folder
I searched everywhere on internet, I couldn't find anything related to "failed to mount cust"
Please Let me any possible solution if you know. I am using Poco F1
Click to expand...
Click to collapse
did u find any solution