{developer only}[if you are a user looking for cool rom go away] {do not post}

Search This thread

-viperboy-

Inactive Recognized Developer
Jun 24, 2007
7,836
12,992
PA
DSC00076.jpg
DSC00079.jpg
DSC00080.jpg
DSC00081.jpg


DSC00082.jpg
DSC00083.jpg
DSC00084.jpg
DSC00085.jpg


DSC00086.jpg
DSC00087.jpg
DSC00088.jpg
DSC00090.jpg


DSC00091.jpg



Rules of the thread: Click Me!

I have started a Sense 5 port for the EVO 4G LTE based on the latest available M7 base. I have set this up on Google Code so that anyone that wants to contribute to it can do so. I don't have all the answers when it comes to porting and I think this would be a great project for the community to work on together.

Users - I will not explain how to get this, I will not provide a flashable zip at this point. If you know how get to it, please keep it to yourself. I'd like this to be more of a development thread then a user thread right now. There is a thread for general, non-dev discussion located here

Devs - if you would like to collaborate on this, please let me know and I will get you added to the project so you can commit changes. When everything is done uploading to Google Code, please take a look at the 3 text files in /trunk. This should tell you everything you need to know about this build. You are NOT AUTHORIZED to use this as a base until we say so.

One thing I will say about this is that it's FAST. Very smooth, definitely faster than Sense 4+. Didn't notice any stutter or slowness when using it :)

Working
Data (3G/4G)
Calls/SMS/MMS
Wifi
Camera
Audio
Speakerphone
Earpiece

Not Working
Check Known Issues
Gallery
Bluetooth
Sense 5 keyboard, in call, and incoming call sized wrong
Assume any other major features not listed in "working" are non-functional.​


 
Last edited:

-viperboy-

Inactive Recognized Developer
Jun 24, 2007
7,836
12,992
PA
Info:
Getting Logcats
Option 1 - aLogcat

I used an init script to allow aLogcat to read all logs (starting in JB, default behavior is that an app can only read it's own logs, other apps can't) Do this:
  • Download aLogcat from Google Play
  • Go to Menu > Preferences > Level > Error
  • Open and click on the top X to clear out the log
  • Hit the "Play" icon so the log starts again
  • Reproduce the FC
  • Click the "Pause" icon
  • Go to Menu > Save and post the logcat
Error level should be sufficient (FC messages are going to be error level) but sometimes, you need more info. Verbose is EVERYTHING, including warnings, info, and debugging.

Option 2 - adb

I would recommend logging to a file, so do this:
  • Open a command prompt in your platform-tools folder and type "adb logcat *:E > log.txt" (without the quotes). This will log all errors to the log.txt file.
  • For a more verbose log, substitute "E" with "W" (for warning), "I" (for information), and remove "*:E" completely for verbose
 
Last edited:

avwheeler

Senior Member
May 28, 2010
742
598
Scottsdale
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

Excitement building... :beer:
Love messing with the new stuff where everything does not work.... Lol.
But really I do, challenge = good :D

Sent from Taptalk on EVO LTE soff on some awesome custom Rom!
 

mulhiny

Senior Member
Nov 15, 2008
1,023
275
Update NY
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

Thank you for the efforts. Looking forward to seeing what you guys can come up with.

Sent from my EVO using Tapatalk 2
 

gmoe65

Senior Member
Jun 22, 2011
793
92
Charlotte
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

Sweet!!:thumbup::D

Sent from my EVO using xda premium
 

Rocklee99

Senior Member
Jul 13, 2010
2,284
140
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

Yeahhh, as soon as everything's working, definitely gonna flash :D

Sent from my EVO using xda app-developers app
 

rdannar

Senior Member
Sep 3, 2009
1,456
979
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

How much image resizing did you have to do?

Sent from my HTC One X using Tapatalk 2
 

alexnaoumi

Senior Member
Jun 24, 2010
1,878
187
Detroit
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

You are the f***ing man!

Sent from my EVO 4G LTE using Tapatalk 2
 

scataldo721

Senior Member
Dec 30, 2010
908
136
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

This is amazing not only is he a part of a team that has the have best sense rom out there (viper4g imo) but is the first to port sense 5...great job viper

Sent from my EVO using xda premium
 

ssojyeti2

Senior Member
Jan 27, 2011
3,374
2,945
Miami
Re: [ROM][DEV][WIP]EVO 4G LTE Sense 5 Port || Updated 3.11.13 @ 6:30AM EST ||

Do all the images need resizing?

Sent from my EVO using Tapatalk 2
 
  • Like
Reactions: rdannar

Top Liked Posts

  • There are no posts matching your filters.
  • 173
    DSC00076.jpg
    DSC00079.jpg
    DSC00080.jpg
    DSC00081.jpg


    DSC00082.jpg
    DSC00083.jpg
    DSC00084.jpg
    DSC00085.jpg


    DSC00086.jpg
    DSC00087.jpg
    DSC00088.jpg
    DSC00090.jpg


    DSC00091.jpg



    Rules of the thread: Click Me!

    I have started a Sense 5 port for the EVO 4G LTE based on the latest available M7 base. I have set this up on Google Code so that anyone that wants to contribute to it can do so. I don't have all the answers when it comes to porting and I think this would be a great project for the community to work on together.

    Users - I will not explain how to get this, I will not provide a flashable zip at this point. If you know how get to it, please keep it to yourself. I'd like this to be more of a development thread then a user thread right now. There is a thread for general, non-dev discussion located here

    Devs - if you would like to collaborate on this, please let me know and I will get you added to the project so you can commit changes. When everything is done uploading to Google Code, please take a look at the 3 text files in /trunk. This should tell you everything you need to know about this build. You are NOT AUTHORIZED to use this as a base until we say so.

    One thing I will say about this is that it's FAST. Very smooth, definitely faster than Sense 4+. Didn't notice any stutter or slowness when using it :)

    Working
    Data (3G/4G)
    Calls/SMS/MMS
    Wifi
    Camera
    Audio
    Speakerphone
    Earpiece

    Not Working
    Check Known Issues
    Gallery
    Bluetooth
    Sense 5 keyboard, in call, and incoming call sized wrong
    Assume any other major features not listed in "working" are non-functional.​


    69
    Annnddd


    April fools.


    Thanks for playing.
    68
    Guys just to clear thing up this is a callabo between myself and and all other Devs on this project no just one person did everything. Let stop with the bashing on twitter.

    Just to clear thing up Viperboy got the rom to boot I worked on the other stuff like Data, GPS ect.. other are working on other fixes. No one in the callabo is being a glory hog so let move on and finish this project.

    Credit is given where credit is due no one in the callabo is being a glory hog so let move on and finish this project.

    Thanks Chubbz
    67
    Ohh my what is that 3G....

    device-2013-03-22-144631_zpsa928b4ad.png
    device-2013-03-22-144524_zpscd78af35.png
    54
    i swear this is the most illiterate forum on XDA atm.

    IS THE THREAD TITLE GOOD ENOUGH FOR EVERYONE??????????????????????????!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    DOES IT MAKE THE POINT that apparently reading the OP misses???????

    good thing I'm at work. or nuclear I would go.:cyclops: