• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[ROM] SensePrimo4.5 | Sense 4.+ | Jellybean | Alpha 3 | 2013-12-25

MameTozhio

Elite Member
Apr 27, 2013
2,457
1,365
0
21
SensePrimo4.5, Sense 4.+ for the HTC One V! Yay =D





ROM Info

  • Port of AceTify
  • Desire X 2.20.401.5
  • Android 4.1.1 Jelly Bean
  • Uses kernel from Sense 5 Source code
Credits

  • -SmOgER for porting to Desire HD and letting me port to One V
  • doga.ozkaraca for some files from Sense 5
  • szeso for kernel works
  • gilbert32 for kernel works
  • ckpv5 for Desire X dump, which I added missing files from
Bugs

  • Sensors
  • Camera
  • Audio
  • FM Radio
  • hwcomposer
Download

Kernel


BE SURE TO THANK -SmOgER HERE!

XDA:DevDB Information
[ROM] SensePrimo4.5 | Sense 4.+ | JellyBean | Alpha 3 | 2013-12-25, ROM for the HTC One V

Contributors
MameTozhio
ROM OS Version: 4.1.x Jelly Bean
ROM Kernel: Linux 3.0.x

Version Information
Status: Alpha

Created 2013-12-15
Last Updated 2014-11-02
 
Last edited:

yashkothari911

Senior Member
Mar 21, 2013
53
10
0
Awesome....more roms to play..!! And dis tym itz sense with JB.....goodjob mateas i love sense roms more than aosp
Hope to get stable version soon..!! :thumbup::D:p:)

Sent from my HTC One V using xda app-developers app
 

MameTozhio

Elite Member
Apr 27, 2013
2,457
1,365
0
21
hi!
i just wanted to help so here are some logcats from:
-the very first boot, right after flashing
- headphones are not reconised, maybe cause of fm-radio not working
-camera
-some gps sensor errors
Headphones aren't recognized due to audio bug.
Camera is listed in bug list already and I don't know how to fix it, might be really hard due to ION.
I don't know how to fix GPS either because if I use Desire 500 gps HW file (Which works for Sense 5) it will cause hot reboots on Sense 4.+

I'll take a look at the logcats though.

Edit - GPS thing is looking for something in /dev that doesn't exist. Maybe it could be fixed via hex edit? I'm not sure though, I don't know much about that
 
Last edited:

LQi

Senior Member
Apr 16, 2013
75
27
0
Headphones aren't recognized due to audio bug.
Camera is listed in bug list already and I don't know how to fix it, might be really hard due to ION.
I don't know how to fix GPS either because if I use Desire 500 gps HW file (Which works for Sense 5) it will cause hot reboots on Sense 4.+

I'll take a look at the logcats though.

Edit - GPS thing is looking for something in /dev that doesn't exist. Maybe it could be fixed via hex edit? I'm not sure though, I don't know much about that
I believe most things are related to kernel( sense 5 rom has the same issues)
I aint no kernel expert nor do i know how ION exactly Works, But i read somewhere that 1 of the frist errors regarding camera is an HAL module not loading properly during boot
 
Last edited:

MameTozhio

Elite Member
Apr 27, 2013
2,457
1,365
0
21
I believe most things are related to kernel( sense 5 rom has the same issues)
I aint no kernel expert nor do i know how ION exactly Works, But i read somewhere that 1 of the frist series regarding camera is an HAL module not loading properly during boot
audio can be fixed without kernel work, or with minimal kernel work. just we need audio libs that will work.

camera hal isn't loaded because of other libs and ion I think.
 

LQi

Senior Member
Apr 16, 2013
75
27
0
audio can be fixed without kernel work, or with minimal kernel work. just we need audio libs that will work.

camera hal isn't loaded because of other libs and ion I think.
Okay, do you know how we can get the right libs? Do we have to make them ourselves or can we port from other device?