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

Commit 8da2132a authored by Manoj Nair's avatar Manoj Nair
Browse files

Resolve "Removing ~flox from list of supported devices."

parent 251cfedb
Loading
Loading
Loading
Loading

htdocs/_data/devices/flox.yml

deleted100644 → 0
+0 −60
Original line number Original line Diff line number Diff line
architecture: arm
battery: {removable: False, capacity: 3950, tech: 'Li-Ion'}
bluetooth: {spec: 4.0 + LE}
cameras:
- {flash: '', info: '5 MP'}
- {flash: '', info: '1.2 MP'}
codename: flox
cpu: Krait 300
cpu_cores: '4'
cpu_freq: 1.5 GHz
current_branch: 18.1
depth: 10.5 mm (0.41 in)
download_boot: devices.hold_volume_down_power
format_on_upgrade: true
gpu: Adreno 320
height: 198.5 mm (7.8 in)
image: flo.png
install_method: fastboot_nexus
kernel: android_kernel_google_msm
maintainers: []
name: Nexus 7 2013 (Wi-Fi, Repartitioned)
needs_fastboot_boot: true
no_oem_unlock_switch: true
peripherals: None
ram: 2 GB
recovery_boot: devices.recovery_boot_use_volume_to_recovery
release: 2013-07-26
screen: 7 in
screen_ppi: '323'
screen_res: 1920x1200 pixels
screen_tech: IPS LCD
sdcard:
soc: Qualcomm MSM8960T Snapdragon S4 Pro
storage: 16/32 GB
tree: android_device_asus_flox
type: tablet
vendor: Google
vendor_short: asus
versions: [17.1, 18.1]
width: 120 mm (4.7 in)
wifi: 802.11 a/b/g/n @ 2.4 GHz & 5 GHz
community_doc_url:
vendor: Google
vendor_short: google
width: 83 mm (3.27 in)
wifi: 802.11 a/b/g/n/ac 2x2 (MIMO), Hotspot
community_doc_url: https://community.e.foundation/t/google-nexus-7-2013-wi-fi-repartitioned-flox-documentation-suggestions/35471
build_version_dev: R
is_lineageos_official: true
removable_battery: 0
sim_slots: 1
region: All
maturity: orange
install:
- { mode: Install doc }
oem_unlock_file_name: oem_unlock_generic
recovery_install_file_name: recovery_install_fastboot_generic
copy_partitions_file_name: before_e_install_copy_partition_flox
recovery_install_command: fastboot boot 
install_e_file_name: install_e_with_erecovery
+0 −41
Original line number Original line Diff line number Diff line
## EFS/Persist Backup

{% include alerts/warning.html content="Before processing repartition further we highly recommend you backup persist and EFS using adb or you might lose your IMEI/WIFI + BT mac addresses" %}
1. If you are not in recovery, reboot into recovery:
    * {% t device.recovery_boot %}
2. Now, use the volume buttons to select "Advanced", and then "Enable ADB".
3. Now open Terminal (Linux/macOS), or PowerShell (Windows), run `adb shell`, and then run the following commands within it:
    - `dd if=/dev/block/mmcblk0p2 of=/sdcard/modemst1.img`
    - `dd if=/dev/block/mmcblk0p3 of=/sdcard/modemst2.img`
    - `dd if=/dev/block/mmcblk0p4 of=/sdcard/persist.img`
    - `exit`
4. Now from that same Terminal/PowerShell, run:
    - `adb pull /sdcard/modemst1.img`
    - `adb pull /sdcard/modemst2.img`
    - `adb pull /sdcard/persist.img`
{% include alerts/tip.html content="Make sure to store these somewhere safe in case later steps fail." %}

## Repartition
{% include alerts/warning.html content="This step is not optional, the device will not boot /e/OS without repartitioning first!" %}
{% include alerts/warning.html content="This process will wipe all data on the device, including your internal storage!" %}
1. Download the flashable repartition script from [here](https://www.androidfilehost.com/?fid=10763459528675595998).
2. On your device's screen, choose "Apply Update", then "From ADB".
3. From your Terminal/PowerShell, run `adb sideload /path/to/flo-deb_clamor_repartition.zip`, filling `/path/to/` in with the path you downloaded the repartition zip to.
    {% include alerts/tip.html content="The repartition script package in question isn't signed with /e/OS's official key, and therefore when it is sideloaded, /e/ Recovery will present a screen that says `Signature verification failed`, this is expected, please click `Continue`." %}
4. Now run `adb shell` from your Terminal/PowerShell, and run the following commands within it:
    - `modify`
    {% include alerts/warning.html content="This step may take up to 5 minutes, please ensure your USB connection/power source isn't interrupted during this time." %}
5. The device will reboot whatever your previous recovery was, please select "Reboot to bootloader" if it's the stock recovery or "Reboot", then "Bootloader" if it was TWRP.
6. Format your data partition:
```
fastboot -w
```
7. Flash recovery onto your device:
```
fastboot flash recovery <recovery_filename>.img
```
    {% include alerts/tip.html content="The file may not be named identically to what stands in this command, so adjust accordingly." %}
    {% include alerts/tip.html content="Some devices have buggy USB support while in bootloader mode, if you see `fastboot` hanging with no output when using commands such as `fastboot getvar ...`, `fastboot boot ...`, `fastboot flash ...` you may want to try a different USB port (preferably a USB Type-A 2.0 one) or a USB hub." %}
8. Now reboot into recovery to verify the installation:
    * {% t device.recovery_boot %}
9. Click,"Factory Reset", then "Format system partition", then when prompted, select "Yes".

htdocs/images/devices/flox.jpg

deleted100644 → 0
−136 KiB
Loading image diff...