-
Notifications
You must be signed in to change notification settings - Fork 26
Android Device Profiles
akwin1234 edited this page Jun 20, 2026
·
3 revisions
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.
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.
When borrowing a worker, Damru loads a profile and:
- Translates WebGL renderer strings into matching OpenGL extensions.
- Updates CPU hardware core counts inside the native Bionic libc wrapper.
- 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")