Modify build.prop to look like a Nexus S or Droid 3 for more market access

Search This thread

HMG10

Senior Member
Nov 29, 2011
210
48
The nexus s and droid 3 have both helped open up the google market to NT users. See posts below for more info on how to edit the build.prop file to spoof the google market.

Droid 3:
http://xdaforums.com/showpost.php?p=20991691&postcount=9

Nexus S:
http://geeknizer.com/install-incompatible-unsupported-apps-from-android-market/

Galaxy Nexus:
http://xdaforums.com/showpost.php?p=21642957&postcount=69

Nexus CDMA:
http://xdaforums.com/showpost.php?p=21221225&postcount=50

Razr:
http://xdaforums.com/showpost.php?p=21298860&postcount=61
 
Last edited:

HMG10

Senior Member
Nov 29, 2011
210
48
I tried it. It did absoltely nothing as far as I can tell. I cleared market data... tried just changing mentioned lines. No difference. Cleared market again, tried deleting all lines related to nook. No change. It must need some other setting to really spoof the nexus, like service provider or something.

I wonder a freshly rooted nook would make a difference. Prior to logging into market for the first time.
 

mcduck$

Member
Oct 23, 2010
31
16
I successfully edited my build.prop file to spoof a Droid 3 on Android Market. I was able to see, purchase, install, and run GTA 3 and Asphalt 6 directly from the Market.

Modern Combat 3 should run correctly too, but I won't know for sure until my 32gig SD card comes in the mail. 4gigs isn't enough space for many games. ;-)

http://en.wikipedia.org/wiki/OMAP#OMAP_4
Half the RAM aside, the Droid 3 is identical in CPU and GPU to the Nook Tablet so it seems like a superior choice to spoof from a compatibility standpoint.

IMO, the BEST choice would be to spoof a Droid Bionic (or even a Droid RAZR) since it has the same CPU, GPU, and RAM. Unfortunately I wasn't able to find the build.prop to one of those to test.

Spoofing the latter would probably overcome the "incompatible game, please request a refund screen" that I encountered when I attempted to install backed up .apks of Nova and 9mm from my Droid X onto my Nook Tablet.

Directions (The standard disclaimer of doing this at your own risk applies.)

I used Root Explorer to navigate to:
Code:
/system

Made a copy of my factory build.prop file on my SD card (Root Explorer should make a backup itself, but two is one and one is none. ;-) )

Pressed the
Code:
Mount R/W
on the top so I could edit the build.prop file.

Then I long pressed on build.prop and selected
Code:
Open in Text Editor
.

I then modified the build.prop file as follows:
Code:
Ro.product.device=cdma_solana
Ro.product.model=DROID3
Ro.product.brand=verizon
Ro.product.name=solana_vzw
Ro.product.board=solana
Ro.product.manufacturer=motorola
Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys

After making the changes and saving them, I pressed the
Code:
Mount R/O
button.

Note: The original permissions of the build.prop
Code:
rw-r--r--
SHOULDN'T change if you simply edit the original file. If they somehow do change, simply remount the /system directory as R/W, long press build.prop, press permissions, and make the appropriate selections.

After that I exited back to my app drawer and launched the Nook Hidden Settings app that I installed from the thread here on the NT development forum.

Then I went to
Code:
Application Settings->Manage Applications->All->Market
and clicked the
Code:
clear cache
and
Code:
Clear data
buttons.

Finally, I rebooted, clicked on my market icon, accepted Google's terms, and then I was off to the races. :D

Thanks go to Atrix_E for this helpful post:
http://xdaforums.com/showpost.php?p=20219889&postcount=52

And tcrews for posting the Droid 3 build.prop contents here:
http://www.droidforums.net/forum/droid-3-hacks/159002-build-prop-those-wanting-look.html

If anyone has a stock Droid Bionic/RAZR build.prop please share it. :cool:

I hope this post helps others. :)
 
Last edited:

travland

New member
Oct 18, 2010
1
0
Does changing the build.prop also allow you to use other apps in the market that the NT doesn't seem to be compatible with (Facebook, Twitter, etc.)? And how far can you take it? Can you fool ROM Manager in to getting you access to custom ROMs?
 

davewuvswaffles

Senior Member
Jul 18, 2010
273
51
Philadelphia
Does changing the build.prop also allow you to use other apps in the market that the NT doesn't seem to be compatible with (Facebook, Twitter, etc.)? And how far can you take it? Can you fool ROM Manager in to getting you access to custom ROMs?

No, besides the fact that our bootloader is still locked and we can't access the kernel, no custom roms have been made for the Nook Tablet yet.

Edit:

I changed my build.prop as instructed, and it comes up as a Droid 3 when I try to install something through the market on my computer, but for whatever reason I still can't install things like Facebook. Mind uploading your build.prop so I can just replace it outright with one that works? (I'm assuming I messed something up)

Thanks
 
Last edited:

codygs83

Senior Member
I successfully edited my build.prop file to spoof a Droid 3 on Android Market. I was able to see, purchase, install, and run GTA 3 and Asphalt 6 directly from the Market.

Modern Combat 3 should run correctly too, but I won't know for sure until my 32gig SD card comes in the mail. 4gigs isn't enough space for many games. ;-)

http://en.wikipedia.org/wiki/OMAP#OMAP_4
Half the RAM aside, the Droid 3 is identical in CPU and GPU to the Nook Tablet so it seems like a superior choice to spoof from a compatibility standpoint.

IMO, the BEST choice would be to spoof a Droid Bionic (or even a Droid RAZR) since it has the same CPU, GPU, and RAM. Unfortunately I wasn't able to find the build.prop to one of those to test.

Spoofing the latter would probably overcome the "incompatible game, please request a refund screen" that I encountered when I attempted to install backed up .apks of Nova and 9mm from my Droid X onto my Nook Tablet.

Directions (The standard disclaimer of doing this at your own risk applies.)

I used Root Explorer to navigate to:
Code:
/system

Made a copy of my factory build.prop file on my SD card (Root Explorer should make a backup itself, but two is one and one is none. ;-) )

Pressed the
Code:
Mount R/W
on the top so I could edit the build.prop file.

Then I long pressed on build.prop and selected
Code:
Open in Text Editor
.

I then modified the build.prop file as follows:
Code:
Ro.product.device=cdma_solana
Ro.product.model=DROID3
Ro.product.brand=verizon
Ro.product.name=solana_vzw
Ro.product.board=solana
Ro.product.manufacturer=motorola
Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys

After making the changes and saving them, I pressed the
Code:
Mount R/O
button.

Note: The original permissions of the build.prop
Code:
---rwxr-x
SHOULDN'T change if you simply edit the original file. If they somehow do change, simply remount the /system directory as R/W, long press build.prop, press permissions, and make the appropriate selections.

After that I exited back to my app drawer and launched the Nook Hidden Settings app that I installed from the thread here on the NT development forum.

Then I went to
Code:
Application Settings->Manage Applications->All->Market
and clicked the
Code:
clear cache
and
Code:
Clear data
buttons.

Finally, I rebooted, clicked on my market icon, accepted Google's terms, and then I was off to the races. :D

Thanks go to Atrix_E for this helpful post:
http://xdaforums.com/showpost.php?p=20219889&postcount=52

And tcrews for posting the Droid 3 build.prop contents here:
http://www.droidforums.net/forum/droid-3-hacks/159002-build-prop-those-wanting-look.html

If anyone has a stock Droid Bionic/RAZR build.prop please share it. :cool:

I hope this post helps others. :)

So here is the build.prop for my bionic:

# begin build properties
# autogenerated by buildinfo.sh
ro.build.id=5.5.1_84_DBN-62_MR-2
ro.build.display.id=[K]IN3TX V1.0
ro.build.version.incremental=111028
ro.build.version.sdk=10
ro.build.version.codename=REL
ro.build.version.release=2.3.4
ro.build.date=Fri Oct 28 17:35:07 CDT 2011
ro.build.date.utc=1319841307
ro.build.type=user
ro.build.user=droidth3ory
ro.build.host=ROMDestroy3r
ro.build.tags=release-keys
ro.product.model=DROID BIONIC
ro.product.brand=verizon
ro.product.name=targa_vzw
ro.product.device=cdma_targa
ro.product.board=targa
ro.product.cpu.abi=armeabi-v7a
ro.product.cpu.abi2=armeabi
ro.product.manufacturer=motorola
ro.product.locale.language=en
ro.product.locale.region=US
ro.wifi.channels=
ro.board.platform=omap4
# ro.build.product is obsolete; use ro.product.device
ro.build.product=targa_vzw
# Do not try to parse ro.build.description or .fingerprint
ro.build.description=cdma_targa-user 2.3.4 5.5.1_84_DBN-62_MR-2 111108 release-keys
ro.build.fingerprint=verizon/targa_vzw/cdma_targa:2.3.4/5.5.1_84_DBN-62_MR-2/111108:user/release-keys
# end build properties
#
# system.prop for CDMA Droidwe
#
# rild.libpath=/system/lib/libril-moto-umts-1.so
rild.libpath=/system/lib/libmoto_ril.so
rild.libargs=-d /dev/ttyO0
ro.sf.lcd_density=240
ro.default_usb_mode=2
ro.mot.ril.danlist=611,*611,#611
persist.ril.ecclist=911,*911,#911
persist.ril.modem.mode =1
# This defines the max event window manager can
# handle in 1 s. We may adjust this # for performance
# reason later
windowsmgr.max_events_per_sec=100

# USB modes allowed for UI and switching
ro.ngp_available=1
ro.modem_available=0

# Default network type.
# 4 => CDMA/EVDO. To be used until Targa has LTE SFN
# 7 => GLOBAL.
ro.telephony.default_network=7
ro.com.google.clientid=android-motorola
ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
ro.cdma.home.operator.numeric=310004
ro.cdma.home.operator.alpha=Verizon
ro.config.vc_call_vol_steps=7

I cut out some of it, if you need it just pm me.
I'll be honest and say I have no idea what to do with it. I'm just posting hoping someone can do something with it. I modded my tablet build.prop with the droid 3 like in your post and have Modern Combat 3 running great as well as Shadow Gun and Deep Space, but can't get Asphalt 6 past the intro screen with both the market version and a galaxy tab version. I may try the nexus build.prop next and see what that does.
I can also verify that I was able to see a lot more apps and games in the market with the Droid 3 mod.
 
Last edited:

Bridge66

Member
Dec 20, 2011
25
2
I then modified the build.prop file as follows:
Code:
Ro.product.device=cdma_solana
Ro.product.model=DROID3
Ro.product.brand=verizon
Ro.product.name=solana_vzw
Ro.product.board=solana
Ro.product.manufacturer=motorola
Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys[/QUOTE]

So, you just changed those 7 lines in the build.prop file and left all the other lines the same, and it worked?  I just want to make sure before I try this.  I did copy the file out of /system and edit it, it just seemed like there were a lot of lines in there that could be changed, such as "ro.product.overall.name=NOOKTablet".
 
Last edited:

HMG10

Senior Member
Nov 29, 2011
210
48
Those look the same as the lines I changed to spoof a nexus S.

Sent from my BNTV250 using Tapatalk
 

rbellis

Senior Member
Jan 10, 2011
458
16
Chapel Hill
is this pretty easy to do? the most experience i have had in root explorer is moving launchers to /system/app folder and changing permissions to allow widgets to stay on screen when powered on. I have noticed that a lot of apps I would love to use on my NT are not there in the market and would love to try this. Just want to know if I can do this without f'ing up my nook
 

Bridge66

Member
Dec 20, 2011
25
2
I found the following ro.build.description line from a Droid3 build.prop, and it's different than mine, if I were to leave it alone.
Code:
ro.build.description=cdma_solana-user 2.3.4 5.5.1_84_D3G-20_TA-9 110613 release-keys
[CODE]

where mine is 
[CODE]
ro.build.description=1.4.0.1029.acclaim1_4.acclaim.rldp.s51317
[CODE]

Does this line not matter?
 

mcduck$

Member
Oct 23, 2010
31
16
So, you just changed those 7 lines in the build.prop file and left all the other lines the same, and it worked? I just want to make sure before I try this. I did copy the file out of /system and edit it, it just seemed like there were a lot of lines in there that could be changed, such as "ro.product.overall.name=NOOKTablet".

The lines I posted are the only lines I changed. Everything else remained the same.

is this pretty easy to do? the most experience i have had in root explorer is moving launchers to /system/app folder and changing permissions to allow widgets to stay on screen when powered on. I have noticed that a lot of apps I would love to use on my NT are not there in the market and would love to try this. Just want to know if I can do this without f'ing up my nook

There's always a bit of risk doing anything in life, and nothing is guaranteed to be 100% safe.

However if you're willing to take a chance, follow my instructions exactly, and triple check your work, then the risk should be minimal. ;)

---------- Post added at 02:47 PM ---------- Previous post was at 02:43 PM ----------

I found the following ro.build.description line from a Droid3 build.prop, and it's different than mine, if I were to leave it alone.
Code:
ro.build.description=cdma_solana-user 2.3.4 5.5.1_84_D3G-20_TA-9 110613 release-keys
[CODE]

where mine is 
[CODE]
ro.build.description=1.4.0.1029.acclaim1_4.acclaim.rldp.s51317
[CODE]

Does this line not matter?[/QUOTE]

That line remains unmodified.  Keep the acclaim one.
 
  • Like
Reactions: Bridge66

kes00601

Senior Member
Nov 29, 2011
51
5
So, stupid question but....

I modified the build.prop and the Market now sees it as a Droid3, but since I'm not seeing any other new apps (like Facebook and Twitter for example), what was the point of doing this?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 13
    The nexus s and droid 3 have both helped open up the google market to NT users. See posts below for more info on how to edit the build.prop file to spoof the google market.

    Droid 3:
    http://xdaforums.com/showpost.php?p=20991691&postcount=9

    Nexus S:
    http://geeknizer.com/install-incompatible-unsupported-apps-from-android-market/

    Galaxy Nexus:
    http://xdaforums.com/showpost.php?p=21642957&postcount=69

    Nexus CDMA:
    http://xdaforums.com/showpost.php?p=21221225&postcount=50

    Razr:
    http://xdaforums.com/showpost.php?p=21298860&postcount=61
    13
    I successfully edited my build.prop file to spoof a Droid 3 on Android Market. I was able to see, purchase, install, and run GTA 3 and Asphalt 6 directly from the Market.

    Modern Combat 3 should run correctly too, but I won't know for sure until my 32gig SD card comes in the mail. 4gigs isn't enough space for many games. ;-)

    http://en.wikipedia.org/wiki/OMAP#OMAP_4
    Half the RAM aside, the Droid 3 is identical in CPU and GPU to the Nook Tablet so it seems like a superior choice to spoof from a compatibility standpoint.

    IMO, the BEST choice would be to spoof a Droid Bionic (or even a Droid RAZR) since it has the same CPU, GPU, and RAM. Unfortunately I wasn't able to find the build.prop to one of those to test.

    Spoofing the latter would probably overcome the "incompatible game, please request a refund screen" that I encountered when I attempted to install backed up .apks of Nova and 9mm from my Droid X onto my Nook Tablet.

    Directions (The standard disclaimer of doing this at your own risk applies.)

    I used Root Explorer to navigate to:
    Code:
    /system

    Made a copy of my factory build.prop file on my SD card (Root Explorer should make a backup itself, but two is one and one is none. ;-) )

    Pressed the
    Code:
    Mount R/W
    on the top so I could edit the build.prop file.

    Then I long pressed on build.prop and selected
    Code:
    Open in Text Editor
    .

    I then modified the build.prop file as follows:
    Code:
    Ro.product.device=cdma_solana
    Ro.product.model=DROID3
    Ro.product.brand=verizon
    Ro.product.name=solana_vzw
    Ro.product.board=solana
    Ro.product.manufacturer=motorola
    Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys

    After making the changes and saving them, I pressed the
    Code:
    Mount R/O
    button.

    Note: The original permissions of the build.prop
    Code:
    rw-r--r--
    SHOULDN'T change if you simply edit the original file. If they somehow do change, simply remount the /system directory as R/W, long press build.prop, press permissions, and make the appropriate selections.

    After that I exited back to my app drawer and launched the Nook Hidden Settings app that I installed from the thread here on the NT development forum.

    Then I went to
    Code:
    Application Settings->Manage Applications->All->Market
    and clicked the
    Code:
    clear cache
    and
    Code:
    Clear data
    buttons.

    Finally, I rebooted, clicked on my market icon, accepted Google's terms, and then I was off to the races. :D

    Thanks go to Atrix_E for this helpful post:
    http://xdaforums.com/showpost.php?p=20219889&postcount=52

    And tcrews for posting the Droid 3 build.prop contents here:
    http://www.droidforums.net/forum/droid-3-hacks/159002-build-prop-those-wanting-look.html

    If anyone has a stock Droid Bionic/RAZR build.prop please share it. :cool:

    I hope this post helps others. :)
    12

    Well, I use it all the time :p
    I made a zip to install it in cwm. Copy to SDCard and reboot into cwm and install from zip, select zip, you know the drill... Once installed, you will need a terminal to run the script. I use Android Terminal Emulator, it's free in the market. You need to be rooted to use this.
    Open the terminal and type
    su
    to get root priviledge and then, to designate which build.prop you want, use the switch "3" for Droid 3 or "s" for Nexus S or "nt" for Nook Tablet stock. It's case sensitive, if you type the wrong thing it will let you know. So, for example
    cprop 3
    Will load the Droid 3 build.prop, or
    cprop s
    will load the Nexus S build prop,
    cprop nt
    will load the stock NT build.prop...
    I named it "cprop" as in 'c'hange build.'prop'
    If you have made any changes to your build.prop YOU WILL LOSE THEM! This does not add to the build.prop, it replaces it. Might want to make a backup first.
    This script will delete market data and REBOOT your device, so don't be scared. :)
    Use at your own risk!
    I claim no responsibilty if this crashes your device or causes your dog to run away, etc, etc...

    Have fun!

    (Sheesh! 10 downloads and not one thanks... tough crowd lol)
    2
    I successfully edited my build.prop file to spoof a Droid 3 on Android Market. I was able to see, purchase, install, and run GTA 3 and Asphalt 6 directly from the Market.

    Modern Combat 3 should run correctly too, but I won't know for sure until my 32gig SD card comes in the mail. 4gigs isn't enough space for many games. ;-)

    http://en.wikipedia.org/wiki/OMAP#OMAP_4
    Half the RAM aside, the Droid 3 is identical in CPU and GPU to the Nook Tablet so it seems like a superior choice to spoof from a compatibility standpoint.

    IMO, the BEST choice would be to spoof a Droid Bionic (or even a Droid RAZR) since it has the same CPU, GPU, and RAM. Unfortunately I wasn't able to find the build.prop to one of those to test.

    Spoofing the latter would probably overcome the "incompatible game, please request a refund screen" that I encountered when I attempted to install backed up .apks of Nova and 9mm from my Droid X onto my Nook Tablet.

    Directions (The standard disclaimer of doing this at your own risk applies.)

    I used Root Explorer to navigate to:
    Code:
    /system

    Made a copy of my factory build.prop file on my SD card (Root Explorer should make a backup itself, but two is one and one is none. ;-) )

    Pressed the
    Code:
    Mount R/W
    on the top so I could edit the build.prop file.

    Then I long pressed on build.prop and selected
    Code:
    Open in Text Editor
    .

    I then modified the build.prop file as follows:
    Code:
    Ro.product.device=cdma_solana
    Ro.product.model=DROID3
    Ro.product.brand=verizon
    Ro.product.name=solana_vzw
    Ro.product.board=solana
    Ro.product.manufacturer=motorola
    Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys

    After making the changes and saving them, I pressed the
    Code:
    Mount R/O
    button.

    Note: The original permissions of the build.prop
    Code:
    ---rwxr-x
    SHOULDN'T change if you simply edit the original file. If they somehow do change, simply remount the /system directory as R/W, long press build.prop, press permissions, and make the appropriate selections.

    After that I exited back to my app drawer and launched the Nook Hidden Settings app that I installed from the thread here on the NT development forum.

    Then I went to
    Code:
    Application Settings->Manage Applications->All->Market
    and clicked the
    Code:
    clear cache
    and
    Code:
    Clear data
    buttons.

    Finally, I rebooted, clicked on my market icon, accepted Google's terms, and then I was off to the races. :D

    Thanks go to Atrix_E for this helpful post:
    http://xdaforums.com/showpost.php?p=20219889&postcount=52

    And tcrews for posting the Droid 3 build.prop contents here:
    http://www.droidforums.net/forum/droid-3-hacks/159002-build-prop-those-wanting-look.html

    If anyone has a stock Droid Bionic/RAZR build.prop please share it. :cool:

    I hope this post helps others. :)

    So here is the build.prop for my bionic:

    # begin build properties
    # autogenerated by buildinfo.sh
    ro.build.id=5.5.1_84_DBN-62_MR-2
    ro.build.display.id=[K]IN3TX V1.0
    ro.build.version.incremental=111028
    ro.build.version.sdk=10
    ro.build.version.codename=REL
    ro.build.version.release=2.3.4
    ro.build.date=Fri Oct 28 17:35:07 CDT 2011
    ro.build.date.utc=1319841307
    ro.build.type=user
    ro.build.user=droidth3ory
    ro.build.host=ROMDestroy3r
    ro.build.tags=release-keys
    ro.product.model=DROID BIONIC
    ro.product.brand=verizon
    ro.product.name=targa_vzw
    ro.product.device=cdma_targa
    ro.product.board=targa
    ro.product.cpu.abi=armeabi-v7a
    ro.product.cpu.abi2=armeabi
    ro.product.manufacturer=motorola
    ro.product.locale.language=en
    ro.product.locale.region=US
    ro.wifi.channels=
    ro.board.platform=omap4
    # ro.build.product is obsolete; use ro.product.device
    ro.build.product=targa_vzw
    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=cdma_targa-user 2.3.4 5.5.1_84_DBN-62_MR-2 111108 release-keys
    ro.build.fingerprint=verizon/targa_vzw/cdma_targa:2.3.4/5.5.1_84_DBN-62_MR-2/111108:user/release-keys
    # end build properties
    #
    # system.prop for CDMA Droidwe
    #
    # rild.libpath=/system/lib/libril-moto-umts-1.so
    rild.libpath=/system/lib/libmoto_ril.so
    rild.libargs=-d /dev/ttyO0
    ro.sf.lcd_density=240
    ro.default_usb_mode=2
    ro.mot.ril.danlist=611,*611,#611
    persist.ril.ecclist=911,*911,#911
    persist.ril.modem.mode =1
    # This defines the max event window manager can
    # handle in 1 s. We may adjust this # for performance
    # reason later
    windowsmgr.max_events_per_sec=100

    # USB modes allowed for UI and switching
    ro.ngp_available=1
    ro.modem_available=0

    # Default network type.
    # 4 => CDMA/EVDO. To be used until Targa has LTE SFN
    # 7 => GLOBAL.
    ro.telephony.default_network=7
    ro.com.google.clientid=android-motorola
    ro.url.legal=http://www.google.com/intl/%s/mobile/android/basic/phone-legal.html
    ro.url.legal.android_privacy=http://www.google.com/intl/%s/mobile/android/basic/privacy.html
    ro.cdma.home.operator.numeric=310004
    ro.cdma.home.operator.alpha=Verizon
    ro.config.vc_call_vol_steps=7

    I cut out some of it, if you need it just pm me.
    I'll be honest and say I have no idea what to do with it. I'm just posting hoping someone can do something with it. I modded my tablet build.prop with the droid 3 like in your post and have Modern Combat 3 running great as well as Shadow Gun and Deep Space, but can't get Asphalt 6 past the intro screen with both the market version and a galaxy tab version. I may try the nexus build.prop next and see what that does.
    I can also verify that I was able to see a lot more apps and games in the market with the Droid 3 mod.
    2
    hi Bridge66

    at first my build.prop had been changed to spoof the Droid3:
    Ro.product.device=cdma_solana
    Ro.product.model=DROID3
    Ro.product.brand=verizon
    Ro.product.name=solana_vzw
    Ro.product.board=solana
    Ro.product.manufacturer=motorola
    Ro.build.fingerprint=verizon/solana_vzw/cdma_solana:2.3.4/5.5.1_84_D3G-20_TA-9/110613:user/release-keys

    then I followed the same link as you and changed just the first 3 lines to spoof a Nexus-S
    ro.product.model=Nexus S
    ro.product.manufacturer=samsung
    ro.build.fingerprint=google/soju/crespo:2.3.4/GRJ22/121341:user/release-keys

    .insafon.