06-04-2017, 09:56 PM
Hi,
So for reminder, I own an Acer liquid Z6 (T09) which I can not unfortunately extract the scatter file.
The only scatter file that I can exploit for now is either the one provided in the last update of Acer or that of another smartphone having the same chipset.
Last weekend I tried to install TWRP using "CarlivImageKitchen" and the scatter file from an MT6737.
This earned me a brick my phone. Which I succeeded in restoring.
After that, I compared the two scatter files that I had in my possession and I realized my mistake, some values were different ...
Scatter from Acer' update :
Scatter from MT6737
I have corrected the wrong values, but the problem that remains is the size of its two partitions ...
Merci
So for reminder, I own an Acer liquid Z6 (T09) which I can not unfortunately extract the scatter file.
The only scatter file that I can exploit for now is either the one provided in the last update of Acer or that of another smartphone having the same chipset.
Last weekend I tried to install TWRP using "CarlivImageKitchen" and the scatter file from an MT6737.
This earned me a brick my phone. Which I succeeded in restoring.
After that, I compared the two scatter files that I had in my possession and I realized my mistake, some values were different ...
Scatter from Acer' update :
Code:
cache 0xcb000000
userdata 0xe4000000
Scatter from MT6737
Code:
- partition_index: SYS22
partition_name: cache
file_name: cache.img
is_download: true
type: EXT4_IMG
linear_start_addr: 0xab000000 <-------------
physical_start_addr: 0xab000000 <-------------
partition_size: 0x19000000
region: EMMC_USER
...
- partition_index: SYS23
partition_name: userdata
file_name: userdata.img
is_download: true
type: EXT4_IMG
linear_start_addr: 0xc4000000 <-------------
physical_start_addr: 0xc4000000 <-------------
partition_size: 0xc0000000
region: EMMC_USER
...
I have corrected the wrong values, but the problem that remains is the size of its two partitions ...
Merci