Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
h8rift
Old
(Last edited by h8rift; 24th March 2013 at 08:23 PM.)
#1  
h8rift's Avatar
Recognized Developer - OP
Thanks Meter 7018
Posts: 1,613
Join Date: Jun 2010

 
DONATE TO ME
Default [ROM][4.2.2][NIGHTLIES] CyanogenMod 10.1 for HTC One XL

CyanogenMod 10 is a free, community built distribution of Android 4.2.2 (Jelly Bean) which greatly extends the capabilities of your phone.

This is the official Nightly Build of CM10.1 for the AT&T HTC One X / HTC One XL.

To hear about the latest updates and changes to CyanogenMod as a whole, please follow +CyanogenMod on Google+!
Code:
#include 
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */
If you have 2.14 hboot, follow the steps in my signature on how to downgrade your touch panel's firmware so you can enjoy AOSP Roms too

Temporary Builds until everything is back to normal:
20130324

Installation Instructions
  1. Go to http://get.cm/?device=evita and download the latest CM10.1 nightly.
  2. Locate 4.2.2 Gapps via a quick Google search.
  3. Fully wipe your device from Recovery if you are not coming from CM10.1 already.
  4. Reboot into recovery and install.

Changelog
Huge thanks:
intervigil, xkonni, toastcfh, deck and rohan32 - Great team to work with for the HTC MSM8960 device family.
If you like my work or if I've helped you, please consider the "Thanks" button.


AT&T HTC One - AT&T HTC One CyanogenMod 10.1 | T-Mobile HTC One CyanogenMod 10.1
AT&T HTC One X - CyanogenMod 10.1 | CyanogenMod 10 | CyanogenMod 9 | Chat and support at #cyanogenmod-evita on freenode!
Downgrade your Evita's touch panel firmware
AT&T HTC Vivid - CyanogenMod 10
Data needed to troubleshoot CM issues

Previous Work:
AT&T Galaxy S II - h8s2 ROM | AT&T Infuse 4G - Refuse ROM
The Following 158 Users Say Thank You to h8rift For This Useful Post: [ Click to Expand ]
 
h8rift
Old
(Last edited by h8rift; 28th February 2013 at 09:01 PM.)
#2  
h8rift's Avatar
Recognized Developer - OP
Thanks Meter 7018
Posts: 1,613
Join Date: Jun 2010

 
DONATE TO ME
Known Issues:
  • Refresh Rate line during scrolling (reduced, but not removed.)
  • HDMI Out does not work

Issue Reporting
  • Report device specific bugs to the Issues List. Please make sure to mark the issue with the Label "Milestone-CM10.1" so we can keep versions of CM issues separate.
  • Report CyanogenMod specific bugs to CyanogenMod's Jira Tracker.

NOTE:
Do not expect support if you have issues after you:
  • Use applications like CyanDelta
  • Restore data from Titanium Backup
  • Flash custom kernels
  • Use random flashable mods on top of CyanogenMod (except Google Apps)
Those things alter cyanogenmod and no one can expect me to support add-ons / random apps / etc. along with keeping our device maintained. Please keep this in mind. If you have an issue, remove all mods, remove all custom kernels, flash the kernel that comes with the cm.zip. At that point, please reply with issues.

FAQs:
* Q: Why don't i have Reboot -> Recovery/Bootloader any more?
* A: Read this

* Q: I'm having Google Play Music Issues! What do I do?
* A: Go to Settings -> Apps -> All. Disable Apollo, reboot your device, and then clear app data in Play Music. See this issue for details.

If you like my work or if I've helped you, please consider the "Thanks" button.


AT&T HTC One - AT&T HTC One CyanogenMod 10.1 | T-Mobile HTC One CyanogenMod 10.1
AT&T HTC One X - CyanogenMod 10.1 | CyanogenMod 10 | CyanogenMod 9 | Chat and support at #cyanogenmod-evita on freenode!
Downgrade your Evita's touch panel firmware
AT&T HTC Vivid - CyanogenMod 10
Data needed to troubleshoot CM issues

Previous Work:
AT&T Galaxy S II - h8s2 ROM | AT&T Infuse 4G - Refuse ROM
The Following 42 Users Say Thank You to h8rift For This Useful Post: [ Click to Expand ]
 
h8rift
Old
(Last edited by h8rift; 7th February 2013 at 01:52 PM.)
#3  
h8rift's Avatar
Recognized Developer - OP
Thanks Meter 7018
Posts: 1,613
Join Date: Jun 2010

 
DONATE TO ME
Default How to gather helpful data for troubleshooting

Pre-requisites:
  • ADB setup and minor knowledge on how to use it. (See here if you do not have such knowledge)
  • Have an open command prompt or terminal window.

How to obtain a full logcat
Code:
adb shell
su
logcat > /sdcard/logcat.txt
exit
exit
adb pull /sdcard/logcat.txt
How to obtain a targeted logcat for a particular issue
Code:
adb logcat > logcat.txt
  1. Immediately reproduce the issue
  2. CTRL + C out of the running logcat.

How to obtain a dmesg (helpful for catching kernel issues on a running build)
Code:
adb shell
su
dmesg > /sdcard/dmesg.txt
exit
exit
adb pull /sdcard/dmesg.txt
How to obtain a last_kmsg (helpful for catching kernel issues from last kernel boot-up such as bootloops)
Code:
adb shell
su
cat /proc/last_kmsg > /sdcard/last_kmsg.txt
exit
exit
adb pull /sdcard/last_kmsg.txt
If you like my work or if I've helped you, please consider the "Thanks" button.


AT&T HTC One - AT&T HTC One CyanogenMod 10.1 | T-Mobile HTC One CyanogenMod 10.1
AT&T HTC One X - CyanogenMod 10.1 | CyanogenMod 10 | CyanogenMod 9 | Chat and support at #cyanogenmod-evita on freenode!
Downgrade your Evita's touch panel firmware
AT&T HTC Vivid - CyanogenMod 10
Data needed to troubleshoot CM issues

Previous Work:
AT&T Galaxy S II - h8s2 ROM | AT&T Infuse 4G - Refuse ROM
The Following 26 Users Say Thank You to h8rift For This Useful Post: [ Click to Expand ]
 
PUfelix85
Old
#4  
PUfelix85's Avatar
Member
Thanks Meter 15
Posts: 74
Join Date: Jul 2012
Location: Cincinnati, OH
Default Re: [ROM][4.2.2][NIGHTLIES] CyanogenMod 10.1 for HTC One XL

Quote:
Originally Posted by h8rift View Post
Pre-requisites:
  • ADB setup and minor knowledge on how to use it. (See here if you do not have such knowledge)
  • Have an open command prompt or terminal window.

How to obtain a last_kmsg (helpful for catching kernel issues from last kernel boot-up such as bootloops)
Code:
adb shell
su
cat /proc/last_kmsg > /sdcard/last_kmsg.txt
exit
exit
adb pull /sdcard/last_kmsg.txt
Can this be done from the phone? Or do I need to do this just after the failed boot? Also if I restore and reboot will that over write the kmsg that I am looking for? Sorry for the dumb questions just looking to get you a kmsg to help solve my boot issue on the most recent nightly.

Sent from my One X using xda app-developers app
AT&T HTC One X(L)
 
h8rift
Old
#5  
h8rift's Avatar
Recognized Developer - OP
Thanks Meter 7018
Posts: 1,613
Join Date: Jun 2010

 
DONATE TO ME
Quote:
Originally Posted by PUfelix85 View Post
Can this be done from the phone? Or do I need to do this just after the failed boot? Also if I restore and reboot will that over write the kmsg that I am looking for? Sorry for the dumb questions just looking to get you a kmsg to help solve my boot issue on the most recent nightly.

Sent from my One X using xda app-developers app
you can do it from the phone but its much more of a hassle. last_kmsg is the kernel log from the last time kernel booted. make sure that the last kernel that was booted was the one that bootlooped.
If you like my work or if I've helped you, please consider the "Thanks" button.


AT&T HTC One - AT&T HTC One CyanogenMod 10.1 | T-Mobile HTC One CyanogenMod 10.1
AT&T HTC One X - CyanogenMod 10.1 | CyanogenMod 10 | CyanogenMod 9 | Chat and support at #cyanogenmod-evita on freenode!
Downgrade your Evita's touch panel firmware
AT&T HTC Vivid - CyanogenMod 10
Data needed to troubleshoot CM issues

Previous Work:
AT&T Galaxy S II - h8s2 ROM | AT&T Infuse 4G - Refuse ROM
 
PUfelix85
Old
#6  
PUfelix85's Avatar
Member
Thanks Meter 15
Posts: 74
Join Date: Jul 2012
Location: Cincinnati, OH
Default Re: [ROM][4.2.2][NIGHTLIES] CyanogenMod 10.1 for HTC One XL

Quote:
Originally Posted by h8rift View Post
you can do it from the phone but its much more of a hassle. last_kmsg is the kernel log from the last time kernel booted. make sure that the last kernel that was booted was the one that bootlooped.
Okay I will try to update then restore, grab kmsg and send it to you. Thanks for your hard work and help.

Sent from my One X using xda app-developers app
AT&T HTC One X(L)
 
dustinhayes93
Old
#7  
Senior Member
Thanks Meter 183
Posts: 616
Join Date: Nov 2010
Christmas Time =DDDDDD

Sent from my HTC One XL using xda app-developers app
 
inphamous36
Old
#8  
inphamous36's Avatar
Senior Member
Thanks Meter 66
Posts: 389
Join Date: Aug 2012
Have been using CM10.1 on my Galaxy Tab 2 and it's been awesome. Can't wait to try this out

Sent from my faster than Chuck Norris, One XL
Sent from my faster than Chuck Norris One Ex El
 
ps3kev
Old
#9  
Member
Thanks Meter 4
Posts: 66
Join Date: Apr 2012
it wont boot on mine. hboot 1.14 flashed boot.img after full wipe . ideas?
The Following User Says Thank You to ps3kev For This Useful Post: [ Click to Expand ]
 
Cryosx
Old
#10  
Senior Member
Thanks Meter 45
Posts: 376
Join Date: Jul 2010
Location: Lihue
Same, doesn't boot on my one x with 1.09
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...