Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daf5707b authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

docs: Add GS6/GS6 PRO

parent 867058f1
Loading
Loading
Loading
Loading
+73 −0
Original line number Diff line number Diff line
architecture: arm64
battery: {removable: True, capacity: 5300, tech: 'Li-Po'}
bluetooth: {spec: 5.4}
cameras:
- {flash: 'Dual flash single colour', info: '64 MP main, F1.79, PDAF, 79°, 6P lens'}
- {flash: 'Rear', info: '8 MP Ultra-Wide, F2.2, FF, 120.2°, 5P lens'}
- {flash: 'Rear', info: '2 MP Macro, F2.4, FF, 88.8°, 3P lens'}
- {flash: 'Front', info: '32 MP, F2.45, FF, 81.1°, 5P lens'}
channels:
codename: GS6_Venus
cpu: 4x Cortex-A78 + 4x Cortex-A55
cpu_cores: '8'
cpu_freq: up to 2.5 GHz
current_branch:
depth: 10.5 mm
download_boot: devices.hold_volume_up_power
gpu: Mali-G615 MC2
height: 163 mm
image: GS6_Venus.jpg
kernel:
maintainers: []
models:
name: GS6 / GS6 PRO
network:
- {tech: 2G, bands: 'GSM B2 / B3 / B5 / B8'}
- {tech: 3G, bands: 'UMTS (WCDMA) B1 / B2 / B5 / B8'}
- {tech: 4G, bands: 'FDD-LTE B1 / B2 / B3 / B5 / B7 / B8 / B20 / B28 / B38 / B40 / B41'}
- {tech: 5G, bands: 'NR n1 / n3 / n5 / n7 / n8 / n20 / n28 / n38 / n41 / n77 / n78'}
peripherals: [Dual SIM (nano SIM + eSIM), NFC, fingerprint sensor under display, face recognition, wireless charging 15W Qi, USB OTG, programmable function key]
ram: 8 GB
recovery_boot:
recovery_partition:
release: 2025
root_method:
screen: 6.67 in
screen_ppi: 394
screen_res: 1080x2400
screen_tech: OLED, 120Hz, FHD+, 1000 nits peak
sdcard: up to 1 TB
soc: MediaTek Dimensity 7300
storage: 128 GB / 256 GB
should_be_latest_version: false
tree:
type: phone
community_doc_url:
uses_lineage_recovery: false
display_erecovery: false
USB: USB 2.0 Type-C
vendor: Gigaset
vendor_short: gigaset
width: 76 mm
wifi: Wi-Fi 6e (IEEE 802.11 a/b/g/n/ac/ax), Dual-band
build_version_stable: A16
install_e: install_e_GS6_Venus
is_lineageos_official: false
can_rollback: true
removable_battery: 1
vendor_user_manual:
sim_slots: 2
region: Europe
maturity: green
install:
- {mode: Official install doc}
- {mode: /e/OS Installer}
before_install_file_name: before_install_GS6_Venus
install_e_file_name: install_e_GS6_Venus
verified_boot:
- {vendor: 'Any vendor', supported: 'yes'}

bootloader_relocking:
- {vendor: 'Any vendor', supported: 'yes'}
safetynet: 1
rootbeer_pass: 1
 No newline at end of file
+44 −0
Original line number Diff line number Diff line
## Before install

   
1. Check fastboot version

   > You do this by typing the below command in a console app on an adb enabled PC

    
    `fastboot --version`    
    

   > This would show a response like `fastboot version 35.0.2-android-tools`

   
    {% include alerts/danger.html content="Versions provided by Ubuntu or some operating system are not up to date, do not try to flash your Gigaset with it. Instead, follow the instructions given [here](/pages/install-adb)" %}

1. Enable developer mode and following the instructions given [here](/pages/enable-usb-debugging)


1. Unlock your device


            {% include templates/unlock_bootloader.md %}


- Run these commands in an adb enabled computer console 

        
   `adb reboot bootloader`

    
   `fastboot flashing unlock`


   `fastboot flashing unlock_critical`



  
{% include alerts/tip.html content="In case of issues with the latest fastboot version, try using version 35.0.2-android-tools"%}



- On your phone screen confirm by pressing volume up
+49 −0
Original line number Diff line number Diff line
## Installing /e/OS from the bootloader

{% include alerts/tip.html content="For Windows users, we advise to use Git Bash. For more info about Downloads and Installation see [Official Documentation](https://git-scm.com/about)" %}

1. Unzip the archive
    ```
    unzip <fileyoudownloaded>
    ```
   > Replace `<fileyoudownloaded>` with the name of the archive file you downloaded
   > Alternately, you can create a folder and unzip the archive there
2. Confirm that extracted directory contains following content:
    - `bin-linux-x86 directory` - which contains linux tools including fastboot and adb
    - `bin-msys directory` - which contains Windows tools including fastboot and adb
    - `bin-darwin directory` - which contains MacOS tools including fastboot and adb
    - `img files` - The `img` files to be flashed on the device
    - `flash_GS6_Venus_factory.sh` - The installer script
3. Boot into bootloader/fastboot mode
   - Turn off your phone and enter boot menu by holding `volume up` and `power` keys
   - The boot menu will present three options, press `volume up` until `Fastboot` is selected
   - Press `volume down` to accept this choice
4. Run the installer script on Terminal(Linux) or on Git Bash UI(Windows)
    - Make sure you are in the current directory which contains the `flash_GS6_Venus_factory.sh` file
    **Linux**
    - Right click -> Open terminal here
    **Windows**
    - Right click -> Git Bash here
    - Execute the following command:
    ```
   chmod +x flash_GS6_Venus_factory.sh && ./flash_GS6_Venus_factory.sh
    ```
    The script will flash all required files and reboot device automatically

## Booting into fastboot and locking bootloader

1. Reboot to fastboot using either of two methods (Automatic or Manual)
    - Automatic
      - From your computer, run
        `adb reboot bootloader`
    - Manual
      - Turn off your phone and enter boot menu by holding `volume up` and `power` keys
      - The boot menu will present three options, press `volume up` until `Fastboot` is selected
      - Press `volume down` to accept this choice
2. Lock the device with the following command
   - `fastboot flashing lock`
   - `fastboot flashing lock_critical`
3. Accept any prompts that may appear on device
4. If successful, it will show success message on PC and device
5. Reboot the device with the following command
   - `fastboot reboot`
+45.3 KiB
Loading image diff...