crutchcorn
Android Expert
Brilliant. Thanks.I gotcha covered.
Cheers!

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Brilliant. Thanks.I gotcha covered.
Cheers!
I did that on my phone and neglected to offer thanks, so thank you in advance. My apologies./dev/block/vold/179:66
All of the linked TWRPs on yandex are broken in Chrome, IE, and Firefox. Moving it to my own disk and trying download doesn't work either. Can we get the latest TWRP mirrored somewhere? @crutchcorn @vm03 TIA
We'll I'll be.... That does work. Bizarre. @LitrosNub kindly sent me a copy before I saw this.Just downloaded to test using Opera mini, no issues at all, just do it on your phone!
1. I can't do it without info about sd-ext partitions.Any news on backing up sd-ext?
Nope, D321 you can only root and unlock the bootloader, flashing recovery will brick it.Is their by any chance this will work on the D321 Cricket Variant? if the boot loader is unlocked correctly.
You show vold, no real partition. And backup to same device never be "good idea".I previously gave you the partition info you asked for, and as I've said before, on my previous handsets, a t-mobile pulse mini and a Huawei y300, backing up sd-ext was standard. Indeed, the option is referred to in the twrp faq: https://twrp.me/faq/whattobackup.html
I did as you asked, please be specific in what info you require. I appreciate you trying to help but I can only respond with the info you requested. The whole point of a recovery backup is backing up to the same device. Backing up sd-ext to fat32 is no different to backing up a windows partition to a Linux one. Yes, it's the same sd card, but it's reading from a different partition. This feature is native in cwm and twrp, the option actually exists in philz recovery for l70 but is not enabled. I think you are mistaking fact for opinion tbh. The fact is, with the current recovery, a FULL backup is not possible, when it should be. It was possible for the pulse mini over 4 years ago!You show vold, no real partition. And backup to same device never be "good idea".
Will try add /dev/block/mmcblk1p2 for backupFound it!
echo "$(date) mounting..." > $LOG
/data/data/com.buak.Link2SD/files/link2sd_b . sync 1>>$LOG 2>>$LOG
sleep 2
mount -t ext4 -o rw /dev/block/vold/179:66 /data/sdext2 1>>$LOG 2>>$LOG
mount -t ext4 -o rw /dev/block/mmcblk1p2 /data/sdext2 1>>$LOG 2>>$LOG
mount >> $LOG
echo "$(date) mount finished" >> $LOG
chmod 773 /data/dalvik-cache
Fantastic, would benefit everyone changing roms frequently!Will try add /dev/block/mmcblk1p2 for backup
Found it!
echo "$(date) mounting..." > $LOG
/data/data/com.buak.Link2SD/files/link2sd_b . sync 1>>$LOG 2>>$LOG
sleep 2
mount -t ext4 -o rw /dev/block/vold/179:66 /data/sdext2 1>>$LOG 2>>$LOG
mount -t ext4 -o rw /dev/block/mmcblk1p2 /data/sdext2 1>>$LOG 2>>$LOG
mount >> $LOG
echo "$(date) mount finished" >> $LOG
chmod 773 /data/dalvik-cache
I found it in /data/data/com.buak.link2sd/files. I presume it mounts after boot, I did a boot logcat and couldn't find anything related to mount sdext2. Also, I know on cyanogen that it tries to mount sd-ext automatically so link2sd conflicts. Could be the same on paranoid. There's a fix if you Google it.Can you please tell me where the mount script is located. I need to check it and possibly modify it. I installed Paranoid Android ROM and now link2sd wont auto mount at system boot. Any help is appreciated. Please excuse my poor english.