- Oct 11, 2009
- 5,577
- 2,816
- 113
System dump and recovery image (118MB):
Multiupload.com - upload your files to multiple file hosting sites!
fixed build.prop (1K):
Multiupload.com - upload your files to multiple file hosting sites!
System dump is engineering build -- that means it's all deodexed and has shell root. Since it has shell root, we can fix the Android Market.
download and unzip the build.prop above
plug the NOVO7 in
pull the old build.prop (for safe keeping):
Push the new build.prop:
reboot
Enjoy a much larger Market. You still don't get everything, because the devices is ID'd as a tablet with an 800x480 resolution and not a lot works. But you now have access to 10's of thousands of apps vs hundreds of apps like before.
Multiupload.com - upload your files to multiple file hosting sites!
fixed build.prop (1K):
Multiupload.com - upload your files to multiple file hosting sites!
System dump is engineering build -- that means it's all deodexed and has shell root. Since it has shell root, we can fix the Android Market.
download and unzip the build.prop above
plug the NOVO7 in
pull the old build.prop (for safe keeping):
Code:
adb pull /system/build.prop
Push the new build.prop:
Code:
adb push path\to\build.prop\on-your-computer /system/
Enjoy a much larger Market. You still don't get everything, because the devices is ID'd as a tablet with an 800x480 resolution and not a lot works. But you now have access to 10's of thousands of apps vs hundreds of apps like before.