Skip to content
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

Add preliminary config for Samsung Galaxy S III Neo (s3ve3g) #36

Merged
merged 2 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If you wish to backup the TA partition first, you can find tutorials related to
Vendor | Device Name | CodeName | Models | Status
---|---|---|---|---
Samsung | Galaxy A3 2017 | a3y17lte | SM-A320FL | tested
Samsung | Galaxy S III Neo | s3ve3g | GT-I9301I | under development
Samsung | Galaxy A5 2016 | a5xelte | SM-A510F | tested
Samsung | Galaxy S7 | herolte | SM-G930F | tested
Samsung | Galaxy S9 | starlte | | under development
Expand Down
45 changes: 45 additions & 0 deletions openandroidinstaller/assets/configs/s3ve3g.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
metadata:
maintainer: Tobias Sterbak (tsterbak)
devicename: Samsung Galaxy S III Neo
devicecode: s3ve3g
steps:
unlock_bootloader:
flash_recovery:
- type: confirm_button
content: >
There are two possible hardware configurations of this phone regardless of model number. Some phones were released with a Sony IMX 175 rear camera sensor, while others with a Samsung s5k4h5yb rear camera sensor. As such, we’ve separated this devices builds into two separate builds. The procedure to distinguish which to use is as follows:

- Make sure to be on the latest stock firmware of your variant (you can check updates with Settings, Updates);

- Make sure the rear camera is working on the stock ROM;

- Open the phone app and dial *#*#34971539#*#* to access to the hidden menu;
- Tap on ‘Phone/Cam FW Check’ and take note of the numbers shown in the notification:
- For E08QT, install the s3ve3gjv builds
- For B08QT, install the s3ve3gxx builds
I you are not sure what you used, you can safely restart here and pick the correct image and recovery.
- type: call_button
content: >
As a first step, you need to boot into the bootloader. A bootloader is the piece of software,
that tells your phone who to start and run an operating system (like Android). Your device should be turned on.
Then press 'Confirm and run' to reboot into the bootloader. Continue once it's done.
command: adb_reboot_download
- type: call_button
content: >
In this step, you need to flash a custom recovery on your device.
Press 'Confirm and run' to start the process. Confirm afterwards to continue.
command: heimdall_flash_recovery
- type: confirm_button
img: samsung-buttons.png
content: >
Unplug the USB cable from your device. Then manually reboot into recovery by pressing the *Volume Down* + *Power buttons* for
8~10 seconds until the screen turns black & release the buttons immediately when it does, then boot to recovery with the device powered off,
hold *Volume Up* + *Home* + *Power*. Confirm when the recovery screen appears.
install_os:
- type: call_button
content: >
In the next steps, you finally flash the selected OS image.
Connect your device with your computer with the USB-Cable.
This step will format your phone and wipe all the data. It will also remove encryption and delete all files stored
in the internal storage. Then the OS image will be installed. Confirm to run. This might take a while. At the end your phone will boot into the new OS.
command: adb_twrp_wipe_and_install