XDA Recognized Developer PureMotive released the tutorial, and it helps end users port both TouchWiz and AOSP-derived ROMs from one variant to the next. As the devices have strikingly similar hardware, porting ROMs requires only a few changes. As PureMotive outlines for TouchWiz ROMs:
In the ROM you want to port – delete /system/etc/apns-conf.xmlThat’s essentially all that it takes to make a ROM compatible with your device. These instructions were written specifically for porting to the Verizon variant of the Galaxy S III, but it can be used on other devices with very minor changes. Porting an AOSP-based ROM requires a little more work, but the idea is pretty much the same. Just make sure that the source ROM is from another US variant, and not from the International SGS3!
Replace the apns-conf.xml you just deleted with the one from the ROM for your carrier
Open up /system/build.prop in Notepad++
Locate every instance of d2att, d2tmo, or d2spr and replace it with d2vzw (Use CTRL+F if you have to)
Save the build.prop after all changes are made
No comments:
Post a Comment