Skip to content

Android Device Profiles

akwin1234 edited this page Jun 20, 2026 · 3 revisions

Android Device Profiles Database

Damru includes an extensive, researched database of Android device profiles to ensure that browser headers, user-agents, GPU models, CPU cores, and screen properties match.


Profile Tiers

We divide our profile database into three tiers:

  • Premium Tier (100 Profiles): Highly optimized device configs representing popular smartphones (Galaxy S23, Google Pixel 8, OnePlus 11, etc.). These profiles are verified to pass Sannysoft, CreepJS, and Cloudflare benchmarks.
  • Medium Tier: Validated configurations for regional/budget devices.
  • Experimental Tier: Development configs featuring unique hardware configurations.

Dynamic Profile Application

When borrowing a worker, Damru loads a profile and:

  1. Translates WebGL renderer strings into matching OpenGL extensions.
  2. Updates CPU hardware core counts inside the native Bionic libc wrapper.
  3. Sets system timezone and locale properties to match the proxy exit IP.
# Fetch and apply a random premium profile
await worker.apply_profile(profile_tier="premium")

Clone this wiki locally