www.chinaphonearena.com

Full Version: [Tutorial] How to modify your EBR and change your partitions for MTK6589T, MTK6582
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13
(2014-07-22, 05:07)Lord_Flaya Wrote: [Only registered and activated users can see links Click here to register] says this also (quite a usefull site for this kind of doubts) If this is the case it is logical you won't be able to get 8 or 12GB of data space, the phone won't accept that and will probably revert to it's defaults. You should run some info app like diskinfo or check the created scatter file to see what the total rom size of your phone is.
(2014-07-22, 14:52)mirandam Wrote: [Only registered and activated users can see links Click here to register] says this also (quite a usefull site for this kind of doubts) If this is the case it is logical you won't be able to get 8 or 12GB of data space, the phone won't accept that and will probably revert to it's defaults. You should run some info app like diskinfo or check the created scatter file to see what the total rom size of your phone is.

[attachment=1485][attachment=1484]


This is the Info from discinfo.
I would be happy if you or someone else would help me with this.

Best regards
Summing all the values in the first image under mmc, you get about 16GB, which corresponds to the 16GB ROM you say the phone should have. If these values are indeed right (you can check this against the values in your scatter file) then you should be able to enlage your data partition with at least 8GB. At this moment it is 1GB and you have 12GB of internal sd-card space, thus the new situation could be 9GB for data and 4GB left for your internal sd/card.
As I said, I can't help you with the calculations at this moment, but it looks possible.
Check the size of your user-data partition and the total size of all partitions in your scatter file to see if diskinfo is right.
And if you want to try, you could use EBRtweak at 4GB (as said, EBRtweak is correct upto 4GB) and see if it works. Unless your phone uses a weird EBR scheme or works with UBIFS file system (which I don't think as this is usually the case with very cheap smartphones, but you can also see this in the scatter file) it should work.

btw. a good check to see if indeed you have 12GB of internal sd/card space is to remove the external micro-sd, connect the phone with usb storage to your pc and try to copy a file with a size like 8GB (or even a bunch of smaller files with a total like that) and see if you can.
[attachment=1546]
Hello, anyone did it with mtk6575 ebr...I was already flashed ebr more than 29 times...every time it stucked at bootlogo..I used ebrtweak but new ebr not working...it has 4gb ROM..in i need internal data 2gb,.internalsd not needed,,.pleaseeeeeeee help,..i tried so many times but i am failed.,please
Completely agree with Vampiro!!!

Almost flashed this sucker, but decided to follow the tutorial posted, EBR How to.pdf, and verify results.

[Only registered and activated users can see links Click here to register]

Used EBRtweak, selected 5-GB partition, and it created an EBR1 file that is using (0000 B800), which translates to 0x00B80000 or 12058624. Multiply with 512 sectors and you get a final answer of...

6174015488

There is NO way this is 5-GB, which is actually... 5368709120.

Kudos for the tool and posting the source, but it needs tweaking (for sure).

Nice catch Vampiro!!!
Recompiled EBRtweak 1.0a
[Only registered and activated users can see links Click here to register]

Attempts to fix flaw originally marked by VAMPIREFO, and discovered separately by myself tonight.

!!! As with anything, verify, verify, verify. Use at own risk, and verify your results. Do NOT blindly use programs without validating the claims first. !!!

Special thanks to NEXUSTRIX, BURS, AGISMANIAX, HOVATEK, and VAMPIREFO for their valued input!

---

This table was used as the basis for EBRtweak, which I believe is flawed.

NEXUSTRIX originally posted...

Size EBR1 EBR2 EBR2-2-1
0.5GB 10 28 D5
1.0GB 20 38 C5
1.5GB 30 48 B5
2.0GB 40 58 A5
2.5GB 50 68 95
3.0GB 60 78 85
3.5GB 70 88 75
4.0GB 80 98 65
4.5GB A8 90 55
5.0GB B8 A0 45
5.5GB 35 C8 B0
6.0GB C0 25 D8

As VAMPIREFO indicated, and I discovered doing manual calculations tonight... the values should be...
1.0GB 20
1.5GB 30
2.0GB 40
2.5GB 50
3.0GB 60
3.5GB 70
4.0GB 80
4.5GB 90
5.0GB A0
5.5GB B0
6.0GB C0

Furthermore, relating this back to NEXUSTRIX's table... I believe the values SHOULD BE...

Size EBR1 EBR2 EBR2-2-1
0.5GB 10 28 D5
1.0GB 20 38 C5
1.5GB 30 48 B5
2.0GB 40 58 A5
2.5GB 50 68 95
3.0GB 60 78 85
3.5GB 70 88 75
4.0GB 80 98 65
4.5GB 90 A8 55
5.0GB A0 B8 45
5.5GB B0 C8 35
6.0GB C0 D8 25

... note the obvious patterns, i.e., each column increases/decreases by one even base-16 level.

Using these links/documents as a guide (below) on how to calculate EBR1/2 manually (only to discover a small typographical error by the author when they were showing how to manually calculate new values). I used the author's top half example, and reverse engineered my phone's values with success.

[Snip]
[Only registered and activated users can see links Click here to register]

N.B. Early in the document the author says that D = ( A + B ) - C (which appears correct when using original phone EBR1/2 to calculate). Later, the author performs a manual calculation for a new memory size, but uses a new equation, D = A + B + C, for unknown reason. I believe this is the mistake. Stick to the top half of the document/tutorial.

I applied, a) the first section of the tutorial by verifying with my own phone, b) applied the algorithm to set new values, i.e., 5-GB partition, and c) used the updated chart above with a recompiled version of the EBRtweak program (source included, Thank you BURS!!!).

I manually calculated my original phone memory, calculated what I wanted, then ran EBRtweak 1.0a (linked above) and they all match.

Hope this helps.

I will be pushing this change to my phone in next day or so, and will then attempt to fill the partitions as much as possible to see if I can corrupt or breach the partition boundaries in an attempt to validate these values actually work.

Here are my calculations, but you will need to reference the tutorial links above in order to understand the calculations.

--- Original manufacturer 2-GB partition with 32GB built in... MTK6589 phone

A = (0058 1A00) = 0x001A5800
B = (0000 4000) = 0x00400000 <- 2-GB partition
C = (00C4 0100) = 0x0001C400
Max = (FFFF FFFF) = 0xFFFFFFFF
D = (0094 5800) = 0x00589400
E = (FFA7 A5FF) = 0xFFA5A7FF

Calculate D,E for comparison
D = ( A + B ) - C = 0x001A5800 + 0x00400000 - 0x0001C400 = 0x00589400 (Match!)
E = Max Value - ( A + B ) = 0xFFFFFFFF - ( 0x001A5800 + 0x00400000 ) = 0xFFFFFFFF - 0x005A5800 = 0xFFA5A7FF (Match!)

--- 5-GB using EBRtweak v1.0 (calculated D doesn't match; wrong value applied to 5-GB option; original program based on NEXUSTRIX errors in table)

A = (0058 1A00) = 0x001A5800
B = (0000 B800) = 0x00B80000 (EBRtweak generated; this is NOT a 5-GB partition)
C = (00C4 0100) = 0x0001C400
Max = (FFFF FFFF) = 0xFFFFFFFF
D = (0094 A000) = 0x00A09400 (EBRtweak generated)
E = (FFA7 45FF) = 0xFF45A7FF (EBRtweak generated)

Calculate D,E for comparison
D = ( A + B ) - C = 0x001A5800 + 0x00B80000 - 0x0001C400 = 0x00D09400 (NO MATCH!)
E = Max Value - ( A + B ) = 0xFFFFFFFF - ( 0x001A5800 + 0x00B80000 ) = 0xFFFFFFFF - 0x00D25800 = 0xFF2DA7FF (NO MATCH!)

--- Calculated manually, want 5-GB partition

A = (0058 1A00) = 0x001A5800
B = (0000 A000) = 0x00A00000 <- 5-GB
C = (00C4 0100) = 0x0001C400
Max = (FFFF FFFF) = 0xFFFFFFFF

D = A + B - C = 0x001A5800 + 0x00A00000 - 0x0001C400 = 0x00B89400
E = Max Value - ( A + B ) = 0xFFFFFFFF - ( 0x001A5800 + 0x00A00000 ) = 0xFFFFFFFF - 0x00BA5800 = 0xFF45A7FF

--- Recompiled to EBRtweak 1.0a, selected 5-GB

New EBR1/2 files match manual calculations from tutorial. Hmmm...

-grittyKitty
Used SP Flash Tool 5.1352.01, and flashed the updated EBR1/2 files to the phone. Phone (upon reboot) formatted the Data partition automatically, and reboot again to yield 5-GB data and 24-GB internal storage, as expected.

Restored/reinstalled all programs and user data today, and phone is running well. No issues.

Good luck all.
(2014-06-25, 23:33)asterx Wrote: [ -> ]
(2014-06-16, 06:38)over_dosis Wrote: [ -> ]dude, can you teach me. how to create a system partition as v3, the internal memory (13GB) = phone storage (13GB). such as merge partitions into one.
Warning: back up all Your data, as it will be lost from the phone!
According to my method You need CWM recovery, Diskinfo (from Play Store), HxD hex editor, SP Flash Tool and Your current partition info, ie. MBR and EBR files. With Diskinfo You can check the actual partition sizes and partition numbers - which is important, as that is the only information that can be used to identify the entries in the xBR files.
Get the xls from my previous post to do the calculations.
Fill up the current partitions part with the current partition info starting with MBR, then EBR1 and EBR2. If You want to change just data and internal SD partitions it is enough to copy the values for these two (or if there is any partiton definition between the two copy that as well, as the xls calculates in sequencial order). If You want to merge partitions, it's a bit more tricky, as You will have to edit the fstab as well, to remove the mount points of the removed partitions. If You want to have it simple, You leave a minimal size for the nt needed partiton, thus You don't have to edit the fstab.
So after entering the current entries, You change the sizes in the new partitions part (don't forget to extend the calculation to as many lines as You have in the current partitions part) and You get the byte values You have to enter with HxD into the xBR files. Then flash the files with SP Flash Tool and format the partitons from CWM. Now You can restore the backup, but use the advanced restore to restore the partitions one by one.
OK dude, Thanks you..
No problem dude, for partition EBR its OK.. and done for me, but I need to combine both his (internal and internalSD),Can you tell me how to change it in vold.fstab
because I only understood through vold.fstab to swap the internal SD and external SD, I do not know if to combine internal and internalSD.
Please dude tech me, how to get it like inew V3..
Hi All (especially grittyKity)

i have a AX7 Fire (MTK6592) rooted. I used ebrtool 1.0 to resize to 2.5 gb - that worked fine for a while, but then started gettting weird errors.

Anyway, I wanted tor try EBR tool 1.0a but the link above is dead. Can someone PM me or repost?
(2014-08-22, 23:40)petrolpro Wrote: [ -> ]Hi All (especially grittyKity)

i have a AX7 Fire (MTK6592) rooted. I used ebrtool 1.0 to resize to 2.5 gb - that worked fine for a while, but then started gettting weird errors.

Anyway, I wanted tor try EBR tool 1.0a but the link above is dead. Can someone PM me or repost?
I wouldn't trust any app to do this, simply take the time do the math and profit.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13