Factory software: the device ships with Google’s mobile OS 10 configured in the manufacturer’s custom skin. The Go edition reduces background memory use and includes trimmed core apps to improve responsiveness on 2 GB RAM or lower configurations.
Upgrade and support guidance: this model typically receives at most one major platform upgrade and security patches for roughly 18–24 months after release. Check the Settings → System → Software update screen for over-the-air availability and consult the vendor support page for official timelines and OTA rollouts.
Practical recommendations: enable automatic security updates, use the lightweight variants of apps (messaging, maps, browser), keep storage above 20% free to avoid slowdowns, and create a backup before applying any system update. For longer usable life prefer apps optimized for Go builds and review third-party custom ROM options only if you accept warranty and stability trade-offs.
Installed Android version (stock)
Apply official OTA updates immediately: the handset ships with OS 10 (Go edition) in stock form – install the latest vendor firmware and security patch before adding accounts or transferring sensitive data.
Stock release specifics: initial firmware is based on release 10 (Go edition) with the maker’s lightweight UI layer and a monolithic kernel aimed at entry-level SoCs. If you adored this article and you also would like to receive more info regarding 1xbet free money nicely visit the page. Factory build includes the vendor bootloader locked and standard Google Play services for the Go SKU.
How to verify current firmware and patch level: open Settings > About phone and check OS release, Build number and Security patch level. From a computer use ADB:
adb shell getprop ro.build.version.release
adb shell getprop ro.build.version.security_patch
adb shell getprop ro.build.display.id
Update procedure and precautions: back up user data, ensure at least 2–3 GB free storage and battery above 50%, then use Settings > System (or Software update) > Check for updates. If using a local firmware package, follow the manufacturer’s recovery/install tool; do not flash unofficial builds unless you accept warranty and stability risks.
Support timeline and upgrade expectations: this entry-tier handset typically receives the initial major release out of the box and a limited number of subsequent updates; security patches arrive periodically but lifecycles are shorter than flagship products. For authoritative upgrade history, monitor official support pages and the exact build identifiers obtained via ADB or About phone.
Build number and Android release
Check Settings → About phone → Build number now and copy the entire build string before updating, flashing, or contacting support; the build string encodes the platform major, UI branch and incremental release plus the security patch marker.
The typical build string layout is: manufacturer_model_platformMajor_UIbranch.increment. Example pattern: X1234_11_A.05 – the middle numeric token identifies the platform major (10, 11, 12, etc.), while the trailing segment denotes the vendor/skin revision and build increment.
Locate the security patch date in the same About section; pair that date with the platform-major token from the build string to determine how current the firmware is. For precise properties use ADB: adb shell getprop ro.build.display.id and adb shell getprop ro.build.version.sdk to extract the display build and SDK level, respectively.
If the platform-major digit is behind current releases or the security patch is older than your risk threshold, request the latest OTA via Settings → System updates or download the exact matching full firmware for your regional branch. For manual flashing, match the region/branch and UI codename exactly, unlock the bootloader only if required and follow the vendor patch tool instructions; flashing mismatched builds can cause data loss or a non-booting device.
When seeking help on forums or from support, always paste the full build string and security patch date; include output from the ADB getprop commands to speed diagnosis and ensure any custom ROM or kernel you choose explicitly lists compatibility with that build string.