Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 2 of 2
  1. #1
    SUPER MODERATOR Smartphones model - CPU [information collection]
    Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    3,466
    Rep Power
    2652

    compass Smartphones model - CPU [information collection]

    Smartphones model - CPU [information collection]

    A topic for collecting information about smartphones, across different models.

    iGO - How to determine what to install for navigation
    Install AIDA64. Open the CPU.

    1
    64-bit smartphones with 32-bit support


    64-bit ARMv8-A
    Supported ABIs - arm64-v8a, armeabi-v7a, armeabi
    Supported 32-bit ABIs - armeabi-v7a, armeabi
    Supported 64-bit ABIs - arm64-v8a

    We install whatever we want, 32-bit or 64-bit iGO programs, but 64-bit versions of iGO are poorly trained against greed

    32 bit Android up to version 12
    - IGO Nextgen Israel v9.18.27.955559 (15 May 2019)
    - iGO Nextgen Basarsoft v9.18.27.736574 (13 June 2018)
    - IGO Nextgen Pal v9.18.27.719974 (15 November 2017)
    - iGO_Luna 9.35.2.153810
    - and other versions

    32 bit Android from version 13 and above
    - IGO Nextgen Israel v9.18.27.955559 (15 May 2019) Mod A13, A14, A15, A16
    - iGO Nextgen Basarsoft v9.18.27.736574 (13 June 2018) Mod A13, A14, A15, A16
    - IGO Nextgen Pal v9.18.27.719974 (15 November 2017) Mod A13, A14, A15, A16
    - iGO_Luna 9.35.2.153810 Mod A13, A14, A15, A16
    - and other versions Mod A13, A14, A15, A16

    64 bit Android up to version 12 - from version 13 and above
    - iGO_Avic_v9.35.2.227616
    - iGO World v9.35.2.252374
    - iGO_Basar_9.35.2.262743
    - iGO_Israel(Luna)_9.35.2.263562

    - and other versions

    Spoiler: Content 1

    Samsung Galaxy 5G m55 - Android 16
    Samsung Galaxy Tab A9+ 5G | Tab A9+ Wi-Fi - Android 16
    Samsung Galaxy Tab A11 - Android 16




    2
    64-bit smartphones without 32-bit support


    64-bit ARMv8-A
    Supported ABI - arm64-v8a
    Supported 64-bit ABI - arm64-v8a
    Install 64-bit iGO software. Only 64 bit applications

    64 bit
    - iGO_Avic_v9.35.2.227616
    - iGO World v9.35.2.252374
    - iGO_Basar_9.35.2.262743
    - iGO_Israel(Luna)_9.35.2.263562
    - and other versions

    Spoiler: Content 2

    Samsung Galaxy A55 - Android 16




    All collected information will be added to the content divided into 1 with support and 2 without 32-bit support.

    The catalog will be useful when purchasing a manufacturer and model, and will also help determine which programs can be installed.

    As information comes in from users, models will be added to message n.1
    Last edited by Andrey Form; 27th December 2025 at 02:45 PM.

  2.    Advertissements


  3. #2
    SUPER MODERATOR Smartphones model - CPU [information collection]
    Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]Smartphones model - CPU [information collection]
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    3,466
    Rep Power
    2652

    Default

    Why UX files from 32-bit skins don't work in 64-bit skins. Architecture:

    The evolution of Android architecture from version 9 to 16 represents a transition from a hybrid, legacy-burdened system to a streamlined, 64-bit-first environment optimized for modern hardware.
    Architectural Evolution Stages
    -Android 9–12 (The Transition Era)
    Support: Full compatibility for both 64-bit and 32-bit apps.
    Focus: Google mandated 64-bit versions for Play Store apps in 2019. However, the OS still had to load two sets of system libraries (32-bit and 64-bit) into RAM simultaneously, increasing memory overhead and complexity.
    -Android 13–14 (The 64-bit Breakout)
    Support: Native 64-bit-only support began appearing on flagship hardware.
    Focus: Devices like the Pixel 7 launched as 64-bit-only. Removing 32-bit support freed up ~150MB of RAM by eliminating the 32-bit Zygote process and simplified the kernel, reducing the attack surface for malware.
    -Android 15–16 (Deep Optimization)
    Support: Pure 64-bit environment with hardware-level optimizations.
    Focus:
    16 KB Page Size: Android 15 introduced support for 16 KB memory pages (up from 4 KB). This allows the CPU to manage memory more efficiently, resulting in a 5–10% performance boost for memory-intensive apps.
    Modular ART: The Android Runtime (ART) is now updated via Google Play, meaning performance improvements reach devices instantly without waiting for a full OS update.

    Why 64-bit Apps are Faster on Android 16 vs. Android 9
    While both versions can run 64-bit code, a 64-bit app on Android 16 outperforms its counterpart on Android 9 due to several key factors:
    -Memory Management (16 KB Pages): Android 16-optimized apps handle large datasets much faster. The CPU does less "bookkeeping" when moving data from RAM to cache, which was a bottleneck in the Android 9 era.
    Instruction Set Advances (ARMv9): Modern chips running Android 16 use the ARMv9 architecture. It includes features like SVE2 (Scalable Vector Extension), which speeds up AI, imaging, and encryption—features that simply didn't exist in the Android 9/ARMv8 days.
    -Elimination of "Dual-Stack" Overhead: Android 9 is always "listening" for 32-bit instructions. Android 16 focuses 100% of CPU cache and execution resources on 64-bit pathways, leading to better branch prediction and less wasted clock cycles.
    Evolved ART Compiler: The Android Runtime (ART) in version 16 uses advanced profile-guided optimization (PGO). It learns how you use an app and re-compiles the most-used parts into highly efficient machine code, a process far more primitive in Android 9.
    Reduced Kernel Contention: By dropping 32-bit support, the OS kernel is leaner. This reduces the time the CPU spends switching between "user mode" and "kernel mode," making app interactions feel snappier.
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    ©AF_2020-26

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •