Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
itch808
Old
#1  
Senior Member - OP
Thanks Meter 13
Posts: 322
Join Date: Apr 2010
Default How to fake another device in Android Market with root

I'm trying to download a game that Android Market says is incompatible with my device. However, I'll be upgrading later and don't want to miss this sale.

Is there a way to edit a file (I'm guessing the build.prop) to fake another device so that Android Market lets me download the app?
 
synisterwolf
Old
#2  
synisterwolf's Avatar
Recognized Contributor
Thanks Meter 1806
Posts: 5,367
Join Date: Sep 2010
Location: Northern California

 
DONATE TO ME
Quote:
Originally Posted by itch808 View Post
I'm trying to download a game that Android Market says is incompatible with my device. However, I'll be upgrading later and don't want to miss this sale.

Is there a way to edit a file (I'm guessing the build.prop) to fake another device so that Android Market lets me download the app?
change the build.prop look for the line that says 240 dpi. change it to 160 for tabs

need to clear market data via settings > applications > manage applications
Quote:
Originally Posted by The Internet
You learn something new everyday. Unless you have a brain injury, then it's all pretty much yelling and coloring.
Quote:
Originally Posted by antp121
When life gets ya down, just stop, think and remember, "hey, at least i'm not ant". #BlameAnt
 
itch808
Old
#3  
Senior Member - OP
Thanks Meter 13
Posts: 322
Join Date: Apr 2010
Quote:
Originally Posted by synisterwolf View Post
change the build.prop look for the line that says 240 dpi. change it to 160 for tabs

need to clear market data via settings > applications > manage applications
Unfortunately, that didn't work for me. I tried all sorts of things. Emulating a Nexus S, GT-I9000, HTC vision, none worked.
 
cmlusco
Old
(Last edited by cmlusco; 6th December 2011 at 08:32 PM.)
#4  
cmlusco's Avatar
Senior Member
Thanks Meter 770
Posts: 2,746
Join Date: Nov 2010
Location: Michigan City, IN

 
DONATE TO ME
Quote:
Originally Posted by itch808 View Post
Unfortunately, that didn't work for me. I tried all sorts of things. Emulating a Nexus S, GT-I9000, HTC vision, none worked.
You need to find the ro.build.fingerprint for a device the app is available for and then switch it out for thr one in your /system/build.prop file. You will also need to wipe cache, dalvik-cache, and clear the market apps data thru the settings-applications menu.
Sent From My HTC Incredible S-OFF Rooted
Hboot: 1.07.0000 (Locked)
Recovery: TWRP 2.4.4.0
Baseband: 2.15.10.12.20
Kernel: Evervolv 2.6.38.8
PRL: 53114
Rom:Tinys CM10.1

HTC Incredible Files - DINC.DOES-IT.NET - FTP
 
itch808
Old
#5  
Senior Member - OP
Thanks Meter 13
Posts: 322
Join Date: Apr 2010
Quote:
Originally Posted by cmlusco View Post
You need to find the ro.build.fingerprint for a device the app is available for and then switch it out for thr one in your /system/build.prop file. You will also need to wipe cache, dalvik-cache, and clear the market apps data thru the settings-applications menu.
Any tips what I should add?

I'm trying to purchase Asphalt 6 HD from the 10 million for 10 days sale
 
cmlusco
Old
#6  
cmlusco's Avatar
Senior Member
Thanks Meter 770
Posts: 2,746
Join Date: Nov 2010
Location: Michigan City, IN

 
DONATE TO ME
Quote:
Originally Posted by itch808 View Post
Any tips what I should add?

I'm trying to purchase Asphalt 6 HD from the 10 million for 10 days sale
Well i checked out the app thru the market to see if any comments stated a working phone model and noticed the reviews are pretty bad, and a lot of people claming it is not working for their newer phones. Im not familiar with the game. Your best bet would be to contact the developer and ask them what newer phones you may upgrade to are supported. Then google "ro.build.prop 'phone model'" and try to find the full fingerprint. Once you find it, replace the one in your build.prop and then try to buy it.
Sent From My HTC Incredible S-OFF Rooted
Hboot: 1.07.0000 (Locked)
Recovery: TWRP 2.4.4.0
Baseband: 2.15.10.12.20
Kernel: Evervolv 2.6.38.8
PRL: 53114
Rom:Tinys CM10.1

HTC Incredible Files - DINC.DOES-IT.NET - FTP
 
synisterwolf
Old
#7  
synisterwolf's Avatar
Recognized Contributor
Thanks Meter 1806
Posts: 5,367
Join Date: Sep 2010
Location: Northern California

 
DONATE TO ME
Lol yeah my way is only for simulation of tab vs phone. No clue on a whole foot print change.

Sent from my sexy assistant. (AMOLED HTC Incredible)
Quote:
Originally Posted by The Internet
You learn something new everyday. Unless you have a brain injury, then it's all pretty much yelling and coloring.
Quote:
Originally Posted by antp121
When life gets ya down, just stop, think and remember, "hey, at least i'm not ant". #BlameAnt
 
cmlusco
Old
#8  
cmlusco's Avatar
Senior Member
Thanks Meter 770
Posts: 2,746
Join Date: Nov 2010
Location: Michigan City, IN

 
DONATE TO ME
This is the fingerprint for the desire hd a supposed compatiabl phone for the game.

Code:
 ro.build.fingerprint=htc_wwe/htc_bravo/bravo:2.3.3/GRI40/96875.1:user/release-keys
Sent From My HTC Incredible S-OFF Rooted
Hboot: 1.07.0000 (Locked)
Recovery: TWRP 2.4.4.0
Baseband: 2.15.10.12.20
Kernel: Evervolv 2.6.38.8
PRL: 53114
Rom:Tinys CM10.1

HTC Incredible Files - DINC.DOES-IT.NET - FTP
 
itch808
Old
#9  
Senior Member - OP
Thanks Meter 13
Posts: 322
Join Date: Apr 2010
Quote:
Originally Posted by cmlusco View Post
This is the fingerprint for the desire hd a supposed compatiabl phone for the game.

Code:
 ro.build.fingerprint=htc_wwe/htc_bravo/bravo:2.3.3/GRI40/96875.1:user/release-keys
Tried, didn't work.

I then even tried adding these changes:

ro.product.model=Desire HD
ro.product.brand=htc_wwe
ro.product.name=htc_ace
ro.product.device=bravo
ro.product.board=bravo
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=bravo

Rebooted, cleared cache. Still no go.
 
cmlusco
Old
#10  
cmlusco's Avatar
Senior Member
Thanks Meter 770
Posts: 2,746
Join Date: Nov 2010
Location: Michigan City, IN

 
DONATE TO ME
Quote:
Originally Posted by itch808 View Post
Tried, didn't work.

I then even tried adding these changes:

ro.product.model=Desire HD
ro.product.brand=htc_wwe
ro.product.name=htc_ace
ro.product.device=bravo
ro.product.board=bravo
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=HTC
ro.product.locale.language=en
ro.product.locale.region=US
ro.build.product=bravo

Rebooted, cleared cache. Still no go.
Did you clear the data from the market? Menu - settings - applications- all tab select market and press force stop and then clear data.
Sent From My HTC Incredible S-OFF Rooted
Hboot: 1.07.0000 (Locked)
Recovery: TWRP 2.4.4.0
Baseband: 2.15.10.12.20
Kernel: Evervolv 2.6.38.8
PRL: 53114
Rom:Tinys CM10.1

HTC Incredible Files - DINC.DOES-IT.NET - FTP

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...