For data, are you on zvd baseband? i still think the zvj patch needs more ril and build.prop things turned on. Originally the p500 patch was for adding support old basebands and not the other way around.
You may have to manually add the APN for Revol and add their info to the build.prop.
Running any other scripts?
Things to try.
1. There's two instances of these lines in the build.prop, just delete the 2nd set. The reboot and test data.
Code:
# V6 SuperCharger settings
ro.ril.hsxpa=3
ro.ril.gprsclass=12
2.Remove the V6 supercharger lines in the build.prop. There's about 10 lines, just add a # infront of the lines, then reboot.
3. Turn on or off some lines in the build.prop.
Code:
ro.telephony.ril.v3=signalstrength,skipbrokendatacall,facilitylock,datacall,icccardstatus,1
#mobiledata.interfaces=rmnet0,rmnet1,rmnet2
to
Code:
#ro.telephony.ril.v3=signalstrength,skipbrokendatacall,facilitylock,datacall,icccardstatus,1
#mobiledata.interfaces=rmnet0,rmnet1,rmnet2