Samsung Rom Port For PrimoC?

Search This thread

Exbruce

Senior Member
Sep 4, 2012
236
44
Philadelphia
I really love the samsung galaxy setup and i recently saw a rom for PrimoU and I would love to see if it was possible for PrimoC
 

MameTozhio

Senior Member
Apr 27, 2013
2,456
1,365
24
If someone took it upon themselves to port it (with doga's permission of course) then yes it would be possible to have it on Primo C.
 

600914

Senior Member
Feb 10, 2011
75
18
jrodriguez5.protecturl.info
since the devices are pretty much the same. you can get notepad ++ and open the build.prop then find these lines (usually at the top)
ro.product.model=
ro.product.brand=
ro.product.name=
ro.product.device=
ro.product.board=

and replace with these
ro.product.model=One V
ro.product.brand=HTC
ro.product.name=htc_primoc
ro.product.device=primoc
ro.product.board=primoc

then
change ro.telephony.default_network=0 to
ro.telephony.default_network=4

then go to the /system/lib/hw folder and rename the sensors.primou.so to sensors.primoc.so
that should be enough to get you phone and data
if you're on virgin mobile then mms won't work without being patched.
it's pretty easy to do actually.
 
  • Like
Reactions: Exbruce

Exbruce

Senior Member
Sep 4, 2012
236
44
Philadelphia
since the devices are pretty much the same. you can get notepad ++ and open the build.prop then find these lines (usually at the top)
ro.product.model=
ro.product.brand=
ro.product.name=
ro.product.device=
ro.product.board=

and replace with these
ro.product.model=One V
ro.product.brand=HTC
ro.product.name=htc_primoc
ro.product.device=primoc
ro.product.board=primoc

then
change ro.telephony.default_network=0 to
ro.telephony.default_network=4

then go to the /system/lib/hw folder and rename the sensors.primou.so to sensors.primoc.so
that should be enough to get you phone and data
if you're on virgin mobile then mms won't work without being patched.
it's pretty easy to do actually.

Thanks a lot and I'm gonna try it later on to see if it works

Sent from my One V using xda app-developers app
 

Gryff302

Senior Member
Jan 13, 2013
62
25
You will also need a kernel for primoc that is built for cm10 and that works with the radio you have. I dont think a titanium kiss kernel will work lol.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    since the devices are pretty much the same. you can get notepad ++ and open the build.prop then find these lines (usually at the top)
    ro.product.model=
    ro.product.brand=
    ro.product.name=
    ro.product.device=
    ro.product.board=

    and replace with these
    ro.product.model=One V
    ro.product.brand=HTC
    ro.product.name=htc_primoc
    ro.product.device=primoc
    ro.product.board=primoc

    then
    change ro.telephony.default_network=0 to
    ro.telephony.default_network=4

    then go to the /system/lib/hw folder and rename the sensors.primou.so to sensors.primoc.so
    that should be enough to get you phone and data
    if you're on virgin mobile then mms won't work without being patched.
    it's pretty easy to do actually.