View Single Post
  #577 (permalink)  
Old 04-22-2010, 12:50 AM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: update build-prop

Quote:
Originally Posted by mallard729 View Post
I need to update my build-prop which lives inside the data.img file that resides on your sd card,
root>system>build-prop
i'm trying to download verizon nfl mobile from the marketplace but i can't because the line in the build-prop
ro.com.google.clientidbase=android-tmobile
i think if i can get that file updated to read
ro.com.google.clientidbase=android-verizon

I should be able to dl the app from the marketplace. right now i don't see it, i can dl other apps just fine
I was able to get a copy of the app, but the videos neverwork, wonder if that is related to the
ro.com.google.clientidbase=android

tried using winimage to edit the img file but no dice
There is a great article on Xda somewhere on how to unsquash the system.sqsh. Dont bother making changes on the data.img. Its just not the right approach. You can also see if you can make the changes on the rootfs.img. There is a directory in there init.etc that has a file called default.prop. You can try making your changes there. Hope that helps.