Is there any way to get the market to show the NC as maybe Galaxy Tab? Or something other than LogicPD Zoom2? Certain apps or games are showing as not compatible with it.
Originally Posted by animepadweb
Annoying, but if you change the device Fingerprint, stop the Services Framework and the Market Framework and clear the cache, then reboot, you can see the Apps.
I confirmed this works.
using adb grab the build.prop from /system on the device, replacing it with an appropriate device string (google for one you'd liek to use..the one below is for a droid.
$ adb pull /system/build.prop
Open the file with a Linux friendly editor (Notepad++ for the Windows users). Find the line starting with ro.build.fingerprint and change the whole line to
ro.build.fingerprint=verizon/voles/sholes/sholes:2.2.1/FRG83D/75603:user/release-keys
$ adb shell mount -o remount,rw /dev/block/mmcblk1p2 /system
$ adb push build.prop system/
$ adb shell mount -o remount,ro /dev/block/mmcblk1p2 /system
Now clear the Market cache and reboot.
Settings -> Manage Applications -> All -> Market
Clear Cache then Force Stop -- DO NOT clear data
Settings -> Manage Applications -> All -> Google Services Framework
Clear data then Force Stop
Reboot