The custom ROMs are coming, I just wish I had more time to spend on them lately.
ShaunMT
cat /proc/partitions
cat /proc/partitions major minor #blocks name 7 3 7308 loop3 7 5 52007 loop5 7 6 24980 loop6 31 0 16384 mtdblock0 31 1 8192 mtdblock1 31 2 8192 mtdblock2 31 3 8192 mtdblock3 31 4 8192 mtdblock4 31 5 524288 mtdblock5 31 6 131072 mtdblock6 31 7 524288 mtdblock7 31 8 2957312 mtdblock8 250 32 2592768 avnftl8 250 33 2586433 avnftl8p1 253 0 31166976 cardblksd 253 1 31162880 cardblksd1 254 2 7308 dm-2 254 4 52006 dm-4 7 8 49928 loop8 254 7 49927 dm-7 7 9 9387 loop9 254 8 9387 dm-8 254 5 24979 dm-5
[COLOR=#222225]su [/COLOR][COLOR=#222225]dd if=[/COLOR][B][COLOR=Blue]/yourMountingPoint[/COLOR][/B][COLOR=#222225] of=[/COLOR][B][COLOR=Green]/yourDestination[/COLOR][COLOR=Red]/partitionType[/COLOR][/B]
cat /proc/partitions
cat /proc/partitions major minor #blocks name 7 3 7308 loop3 7 5 52007 loop5 7 6 24980 loop6 31 0 16384 mtdblock0 31 1 8192 mtdblock1 31 2 8192 mtdblock2 31 3 8192 mtdblock3 31 4 8192 mtdblock4 31 5 524288 mtdblock5 31 6 131072 mtdblock6 31 7 524288 mtdblock7 31 8 2957312 mtdblock8 250 32 2592768 avnftl8 250 33 2586433 avnftl8p1 253 0 31166976 cardblksd 253 1 31162880 cardblksd1 254 2 7308 dm-2 254 4 52006 dm-4 7 8 49928 loop8 254 7 49927 dm-7 7 9 9387 loop9 254 8 9387 dm-8 254 5 24979 dm-5
[COLOR=#222225]su [/COLOR][COLOR=#222225]dd if=[/COLOR][B][COLOR=Blue]/yourMountingPoint[/COLOR][/B][COLOR=#222225] of=[/COLOR][B][COLOR=Green]/yourDestination[/COLOR][COLOR=Red]/partitionType[/COLOR][/B]
cat proc/mtd
dev: size erasesize name mtd0: 00800000 00200000 "bootloader" mtd1: 00800000 00200000 "logo" mtd2: 00800000 00200000 "aml_logo" mtd3: 00800000 00200000 "recovery" mtd4: 00800000 00200000 "boot" mtd5: 20000000 00200000 "system" mtd6: 00800000 00200000 "cache" mtd7: 40000000 00200000 "userdata" mtd8: 18c00000 00200000 "NFTL_Part"
dd if=/dev/mtd/mtd0 of=/sdcard/external_sdcard/bootloader.img dd if=/dev/mtd/mtd1 of=/sdcard/external_sdcard/logo.img dd if=/dev/mtd/mtd2 of=/sdcard/external_sdcard/aml_logo.img dd if=/dev/mtd/mtd3 of=/sdcard/external_sdcard/recovery.img dd if=/dev/mtd/mtd4 of=/sdcard/external_sdcard/boot.img dd if=/dev/mtd/mtd5 of=/sdcard/external_sdcard/system[COLOR=Red] [/COLOR]
cat proc/mtd
dev: size erasesize name mtd0: 00800000 00200000 "bootloader" mtd1: 00800000 00200000 "logo" mtd2: 00800000 00200000 "aml_logo" mtd3: 00800000 00200000 "recovery" mtd4: 00800000 00200000 "boot" mtd5: 20000000 00200000 "system" mtd6: 00800000 00200000 "cache" mtd7: 40000000 00200000 "userdata" mtd8: 18c00000 00200000 "NFTL_Part"
dd if=/dev/mtd/mtd0 of=/sdcard/external_sdcard/bootloader.img dd if=/dev/mtd/mtd1 of=/sdcard/external_sdcard/logo.img dd if=/dev/mtd/mtd2 of=/sdcard/external_sdcard/aml_logo.img dd if=/dev/mtd/mtd3 of=/sdcard/external_sdcard/recovery.img dd if=/dev/mtd/mtd4 of=/sdcard/external_sdcard/boot.img dd if=/dev/mtd/mtd5 of=/sdcard/external_sdcard/system[COLOR=Red] [/COLOR]
There are currently 2298 users online. 0 members and 2298 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment