Skip to content

a3y17lte: you need repartition for use TWRP and Custom ROMs #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
batuhantrkgl opened this issue Feb 4, 2023 · 11 comments · May be fixed by #76
Open

a3y17lte: you need repartition for use TWRP and Custom ROMs #67

batuhantrkgl opened this issue Feb 4, 2023 · 11 comments · May be fixed by #76
Labels
bug Something isn't working device Request to add or improve a specific device.

Comments

@batuhantrkgl
Copy link

you need to flash an repartition script on OrangeFox recovery or TWRP-3.7.0 otherwise it will gave /system cant be mounted, /vendor cant be mounted, /cache cant be mounted etc.

i have some links about these:

TWRP-3.7.0: https://t.me/batuhan_s_builds/84
OrangeFox R11.1: https://t.me/Exynos7870Updates/1626
RePartition Script: https://t.me/Exynos7870Updates/866

for reach to me:
https:t.me/batuhantrkgl

@tsterbak
Copy link
Member

tsterbak commented Feb 4, 2023

Hey, thanks for pointing that out! 👍

That's mostly relevant for flashing android 13+ based ROMs, right? Do you think it would be an issue to repartition also for older ROMs? I would like to keep the tool as general as possible.

Also, how is your repartition script licensed? Then it might be included here.

@batuhantrkgl
Copy link
Author

batuhantrkgl commented Feb 4, 2023

Hey, thanks for pointing that out! 👍

That's mostly relevant for flashing android 13+ based ROMs, right? Do you think it would be an issue to repartition also for older ROMs? I would like to keep the tool as general as possible.

Also, how is your repartition script licensed? Then it might be included here.

its on all general. You even need that when you on stock rom, if you just flash twrp and boot it you will see the errors and cant flash anything due /system and /vendor partitions cant be mounted. We don't have Android 12/13 ROMs right now. (as stable and public) Our repartition script licensed by Astrako. it only works on Exynos7870 devices and the Repository Here

@tsterbak
Copy link
Member

tsterbak commented Feb 4, 2023

its on all general. You even need that when you on stock rom, if you just flash twrp and boot it you will see the errors and cant flash anything due /system and /vendor partitions cant be mounted.

I can flash LineageOS 16 and Stock android 9 without any issues. But for any more recent version a repartitioning might be necessary. 🤔

We don't have Android 12/13 ROMs right now. (as stable and public) Our repartition script licensed by Astrako. it only works on Exynos7870 devices and the Repository Here

The script seems to be under Apache 2 license, so I should be able to package and redistribute it.

I will investigate and see how this can be included. 🙂

@batuhantrkgl
Copy link
Author

batuhantrkgl commented Feb 4, 2023

Android 10+ needs it i guess,
image
as you can see here, if you flash something it just gives that.... (photo taken from J7 Prime)

The script seems to be under Apache 2 license, so I should be able to package and redistribute it.

I will investigate and see how this can be included. 🙂

if you have any problem on that, Look At to this telegram group it was Astrako's offical group before he deleted his telegram, admins will help i guess

@tsterbak tsterbak added bug Something isn't working device Request to add or improve a specific device. labels Feb 8, 2023
@tsterbak
Copy link
Member

tsterbak commented Feb 8, 2023

As I'm thinking about integrating this, how is the script executed? Can I sideload it as a zip, or do I have to execute it in a shell?

@tsterbak tsterbak linked a pull request Feb 9, 2023 that will close this issue
@tsterbak
Copy link
Member

tsterbak commented Feb 9, 2023

@batuhantrkgl Can you point me to where I can get a custom ROM based on Android 10/11 for this device? Then I can test the resizing and it might be included in one of the next releases.

@batuhantrkgl
Copy link
Author

@batuhantrkgl Can you point me to where I can get a custom ROM based on Android 10/11 for this device? Then I can test the resizing and it might be included in one of the next releases.

You can use my Builds

i don't have Android 11 builds right now.

@tsterbak
Copy link
Member

Thanks @batuhantrkgl ! I added the repartitioning script in a PR now: #76. Flashing seems to work without issues now, but on my a3y17lte neither your ASOiP nor the PixelExperience based on Android 10 for this device boot.
Do you know what could be the issue? Give it a try if you want :)

@tsterbak
Copy link
Member

@batuhantrkgl Did you have time to give it a try? :)

@batuhantrkgl
Copy link
Author

batuhantrkgl commented Feb 23, 2023

Oh sorry I didn't see your reply lol, that's weird really, if you can get logcat share it please ( adb logcat > logcat_PixelExperince_Date_Hour_Minutes_a3y17lte.txt will work i guess)
After flashing, try to mount all partitions manually ( twrp > mount) if it gives an error you need to do wipe > advanced wipe > change partition file type(i forgot the correct one) do ext2 first and ext4 all partitions and try to flash rom again

@SirRGB
Copy link
Contributor

SirRGB commented Nov 21, 2023

https://github.com/samsungexynos7870/android_device_samsung_universal7870-common/blob/lineage-19.1-oss_bsp-vndk/BoardConfigCommon.mk#L97

Weird, the build system doesnt seem to expect these partition sizes.
Did it boot before repartitioning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working device Request to add or improve a specific device.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants