{"id":16836648,"url":"https://github.com/orangecms/alcatel-6015x","last_synced_at":"2026-02-17T11:01:37.480Z","repository":{"id":84739145,"uuid":"46196713","full_name":"orangecms/alcatel-6015x","owner":"orangecms","description":"Alcatel Onetouch Fire E / Alcatel 6015x","archived":false,"fork":false,"pushed_at":"2015-11-15T00:05:09.000Z","size":53420,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-07T08:43:55.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orangecms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-14T23:36:50.000Z","updated_at":"2017-12-07T19:45:14.000Z","dependencies_parsed_at":"2023-03-13T01:53:13.326Z","dependency_job_id":null,"html_url":"https://github.com/orangecms/alcatel-6015x","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/orangecms/alcatel-6015x","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangecms%2Falcatel-6015x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangecms%2Falcatel-6015x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangecms%2Falcatel-6015x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangecms%2Falcatel-6015x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orangecms","download_url":"https://codeload.github.com/orangecms/alcatel-6015x/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orangecms%2Falcatel-6015x/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29541119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:14:13.455Z","updated_at":"2026-02-17T11:01:37.464Z","avatar_url":"https://github.com/orangecms.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Alcatel Onetouch Fire E / Alcatel 6015x\n\nThe raw specifications of the device:\n\n| Name    | Hardware                              |\n|:-------:|:--------------------------------------|\n| Device  | Alcatel 6015x                         |\n| CPU     | Qualcomm MSM8610 (MSM8210 compatible) |\n| Screen  | 540x960                               |\n| Network | 3G (UMTS, GPRS, USSD, SMS)            |\n\n\n## Usage\n\n- Enter Recovery Mod via \\[Power\\] + \\[Vol Down\\]\n- Enter Bootloader via \\[Power\\] + \\[Vol Up\\] + \\[Vol Down\\]\n\n\nThe device is using `fastboot` for the flashing process\nand `adb` for debugging.\n\nOn Linux, install adb and fastboot via:\n\n```bash\nsudo apt-get install android-tools-adb android-tools-fastboot\n```\n\nThe device has the vendor id `05c6`, so you need to add\nit to your udev android.rules file:\n\n```bash\ncat /etc/udev/rules.d/android.rules;\nSUBSYSTEM=\"usb\", ATTR{idVendor}==\"05c6\", MODE=\"0666\", GROUP=\"plugdev\"\n```\n\nAfter modifying the udev rules file, make sure to `sudo service udev restart`\nand re-plugin your device to the physical USB port.\n\n\n## Root\n\nThe root process requires fastboot and adb.\nFirst, boot the recovery image and **DO NOT FLASH** it.\n\n\n```bash\nadb reboot bootloader\nsudo fastboot boot custom/recovery.img;\n```\n\n- Wait for the boot of the device until you see the Recovery Mod.\n- Go to \"Install zip\" \u003e \"Install zip from sideload\"\n\nOn your computer, sideload the SuperSU binaries now:\n\n```bash\nadb sideload custom/SuperSU-v2.46.zip;\n```\n\nWait for the sideload installation process to be completed, then\nreboot your phone via `adb reboot`.\n\n\n## Backup Images\n\nCreating a backup image is not really hard. The first thing you have to know\nis that FirefoxOS is very different from the typical Android partition setup:\n\n\n| Partition Name     | Reference              |\n|:-------------------|-----------------------:|\n| boot               | /dev/block/mmcblk0p7   |\n| firmware (modem)   | /dev/block/mmcblk0p1   |\n| system             | /dev/block/mmcblk0p12  |\n| persist            | /dev/block/mmcblk0p13  |\n| cache              | /dev/block/mmcblk0p14  |\n| recovery           | /dev/block/mmcblk0p15  |\n| custpack           | /dev/block/mmcblk0p31  |\n| userdata           | /dev/block/mmcblk0p32  |\n| scard              | /dev/block/vold/259:1  |\n| scard1             | /dev/block/vold/179:65 |\n\n\n## Backup Procedure\n\nFirst, you must have followed the Root instructions. If you have root, you\ncan connect to the device via `adb shell` and backup the partitions with the\nfollowing instructions.\n\n```bash\n# On adb shell\nsu;\ncat /dev/block/platform/msm_sdcc.1/by-name/boot     \u003e /storage/sdcard0/boot.img\ncat /dev/block/platform/msm_sdcc.1/by-name/modem    \u003e /storage/sdcard0/firmware.img\ncat /dev/block/platform/msm_sdcc.1/by-name/system   \u003e /storage/sdcard0/system.img\ncat /dev/block/platform/msm_sdcc.1/by-name/persist  \u003e /storage/sdcard0/persist.img\n\n# Optionally, backup the customization pack from your Carrier\ncat /dev/block/platform/msm_sdcc.1/by-name/custpack \u003e /storage/sdcard0/custpack.img\n```\n\n## Backup Download\n\nNow you need to get out of the session (`exit`) and go back to your USB-connected\ncomputer. On the computer, download the generated images now via:\n\n```bash\nmkdir userbackup;\ncd userbackup;\n\nadb pull /storage/sdcard0/boot.img;\nadb pull /storage/sdcard0/firmware.img;\nadb pull /storage/sdcard0/system.img;\nadb pull /storage/sdcard0/persist.img;\n\n# Optionally, backup the customization pack from your Carrier\nadb pull /storage/sdcard0/custpack.img;\n```\n\n\n## UNBRICK with OEM image backups\n\nPlease calm down. Make a cup of tea and calm down. You can fix it, it's pretty easy.\nThis repository contains backup images of all the necessary OEM partitions.\n\n\n### Kernel / Boot Partition\n\n```bash\nadb reboot bootloader\nfastboot flash boot backup/boot.img\n```\n\n\n### Firmware / Modem Partition\n\n```bash\nadb reboot bootloader\nfastboot flash modem backup/firmware.img\n```\n\n\n### Recovery\n\n```bash\nadb reboot bootloader\nfastboot flash recovery backup/recovery.img\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangecms%2Falcatel-6015x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forangecms%2Falcatel-6015x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forangecms%2Falcatel-6015x/lists"}