Search This thread

mrjs84day

Senior Member
Nov 1, 2011
177
28
40
Had some success, needed to sleep. It was 3 am...

Patchrom works, just need to fix a few things...

Thank you DH & Agrabren it's been really amazing to see your dedication to seeing this thing through. You've put forth an effort that is greatly appreciated and a positive attitude. This speaks greatly especially since don't consider yourself a developer. no matter what the definition of a developer truly is you are my developer. Now I'm going back to continue my routine refreshing of this thread...don't judge me

Sent from my PG86100 using XDA
 
  • Like
Reactions: Gene_Bailey

agrabren

Inactive Recognized Developer
Mar 28, 2011
1,451
9,516
Weld County, CO
Thank you DH & Agrabren it's been really amazing to see your dedication to seeing this thing through. You've put forth an effort that is greatly appreciated and a positive attitude. This speaks greatly especially since don't consider yourself a developer. no matter what the definition of a developer truly is you are my developer. Now I'm going back to continue my routine refreshing of this thread...don't judge me

Sent from my PG86100 using XDA

Oh, I totally consider myself a developer. And fortunately, so does my employer, who pays me to be not just a developer, but a software architect. I've been writing software for 32 years.

I'm making good progress on the CM9 base. It's been a bit tricky, but it's definitely getting close. Once it's up and running, I'll be helping DH with any gotchas in the MIUI patchroms to it (since I can fix the CM source to be better aligned with what they want).
 

NineInchNails

R.I.P. - We'll see you around, bud...
Jan 22, 2011
3,528
5,502
Minnesota
So, a little update for everybody, as I know I've been flapping my digital gums as of late...

I've been playing around with trying all kinds of methods to assemble a working ICS MIUI using both the leaked builds and stuff that Agrabren's been throwing at me.

Nothing wants to boot.

In looking at some of the other builds that are out there, I'm discovering a lot of things about how a ROM is made into an MIUI ROM, versus just stealing files from other people's builds. You know...because this stuff has to come from SOMEWHERE...it doesn't just magically appear.

Resultingly, I've been spending a lot of time looking at the actual code for MIUI in the patchrom system...and how it works. And through talking with Agrabren and Joelz, I've discovered that not all of the ROMS use CM as a base. Specifically, the sensation port.

Now, the sensation ICS/sense rom and 3VO ICS/sense rom are incredibly similar - as is the hardware. This is why we had the ICS previews in the first place.

This means that if we now have a working ICS rom for our devices, then we should be able to plug it into the MIUICS patchrom system, change a few things, and it should spit out a working MIUICS for us.

At least, that's how it sounds on paper.

Of course, I still have a fairly rudimentary idea of how all this stuff works. As I've pointed out numerous times...I'm not a developer. But, I'm starting to get my brain wrapped around this patchrom system. If I can get it working, it means that we will have the ability to build a real MIUI, versus having to port from another device and hope everything works.

Uh...so...I am doing stuff over here. I'm currently synching with the patchrom repo, then I'll be editing and trying to run this baby. If it yields success, you'll know. ;)

End ramble...


Edit: Holy ****...I think I've got the patchrom running...

Prepare workspace completed!


I've been using a version of Joelz rom that I modified some stuff on...



It's goooooiiiiiing!! I've got the default workspace setup (frameworks extracted), and it's in the process of doing the firstpatch process, where it's checking for errors in the build process. Provided this works - I should have it spitting out (what it thinks is) a completed ROM in a few minutes...

Code:
digitalhigh@digitalhigh-Precision-M90:~/PATCHROM3/sensation$ make fullota
>>> Install framework resources for apktool...
install framework-miui-res.apk
/home/digitalhigh/PATCHROM3/tools/apktool --quiet if /home/digitalhigh/PATCHROM3/miui/system/framework/framework-miui-res.apk
unzip >/dev/null sensation_3.32.zip "system/framework/*.apk" -d out
install out/system/framework/framework-res.apk
install out/system/framework/com.htc.resources.apk
> build out/framework-res.apk...
add miui overlay resources
/home/digitalhigh/PATCHROM3/tools/remove_redef.py >/dev/null out/framework-res
/home/digitalhigh/PATCHROM3/tools/apktool --quiet b out/framework-res out/framework-res.apk

If you get anywhere with this its because of HackerMi. As any Dev I think he deserves the proper credit and he doesnt get much mention even in Sensation forums. Hes done everything with the Sensation to get Patchrom to build with it. Dont take this as a bash to you because its not. Just as toast is the reason we have CM at all.

The hard part is getting a pure Shooter build. I havent tried building yet with the ICS leak but GB is a pain and they dont support it anymore. GB builds needed CM as a base for them. Now they claim you need a stock rom for ICS. HackerMi used ICS sense like you mention and has gotten it where you should be building to, but be warned. There may be TONS of smali editing that needs to be done and support for Patchrom is a bit scarce. My first attempts led to hundreds of smali edits to be done by scratch that Patchrom couldn't "patch". F that. I knew ICS was around the corner and wasnt going to waste the time with a pure GB build since we had the ports already.
 
Last edited:
  • Like
Reactions: valdesr11

NineInchNails

R.I.P. - We'll see you around, bud...
Jan 22, 2011
3,528
5,502
Minnesota
Oh, I totally consider myself a developer. And fortunately, so does my employer, who pays me to be not just a developer, but a software architect. I've been writing software for 32 years.

I'm making good progress on the CM9 base. It's been a bit tricky, but it's definitely getting close. Once it's up and running, I'll be helping DH with any gotchas in the MIUI patchroms to it (since I can fix the CM source to be better aligned with what they want).

I dont think CM will work with Patchrom V4. As my previous post and DH mentioned MIUI states you now need a stock rom to "patch" instead of CM. How true this is I dont know. Just some fyi's. They could do a way better job and release true source but they wont. They cheated and put out Patchrom.
 

mrjs84day

Senior Member
Nov 1, 2011
177
28
40
Oh, I totally consider myself a developer. And fortunately, so does my employer, who pays me to be not just a developer, but a software architect. I've been writing software for 32 years.

I'm making good progress on the CM9 base. It's been a bit tricky, but it's definitely getting close. Once it's up and running, I'll be helping DH with any gotchas in the MIUI patchroms to it (since I can fix the CM source to be better aligned with what they want).

Yeah I'm still getting used to forum manners, didn't think about putting you in the non developer category, it was actually towards dh. But again I apologize if I disrespected your skills or your property recognition, good sir.

Sent from my PG86100 using XDA
 

NineInchNails

R.I.P. - We'll see you around, bud...
Jan 22, 2011
3,528
5,502
Minnesota
Oh, I totally consider myself a developer. And fortunately, so does my employer, who pays me to be not just a developer, but a software architect. I've been writing software for 32 years.

I'm making good progress on the CM9 base. It's been a bit tricky, but it's definitely getting close. Once it's up and running, I'll be helping DH with any gotchas in the MIUI patchroms to it (since I can fix the CM source to be better aligned with what they want).

One more important post and im done.

I want to publicly apologize to you for starting crap with you in chads thread. I speak way too soon in these forums and I was wrong.

DH my apologies also from scotts thread. I support anyone trying to learn more and misjudged you.

Good luck with patchrom guys. I hope its not as much of a pain as it was for me 2 months ago. Too much going on irl for me to try to develop anything at the moment and thought no one was even trying patchrom anymore.
 

agrabren

Inactive Recognized Developer
Mar 28, 2011
1,451
9,516
Weld County, CO
mrjs84day, MattCrystal: Don't worry about it. :) There's a lot that goes on "behind the scenes" in the android community, and it's hard to keep track of who is involved with what. To make matters worse, after I announced fre3vo, someone realized my real name was tied to my Twitter account, and started using that for credit instead of my handle. I had stopped posting things on XDA, and instead, was giving news bits to whichever forum was asking nicely that day. I'm involved in this thread, because I'm working with DH to get a stable ROM. The problem with Sense-based ROMs is that they're bloated and battery-hungry.
 

J3STUR

Senior Member
Jun 5, 2010
455
38
38
Flint, Mi
Lol, I keep coming back to this thread to check the progress. I cant wait for ICS Miui. Thank you guys, hope its not too much of a pain to get this going.
 

digitalhigh

Inactive Recognized Developer
Dec 28, 2010
3,626
11,934
Milwaukee, WI
www.facebook.com
If you get anywhere with this its because of HackerMi. As any Dev I think he deserves the proper credit and he doesnt get much mention even in Sensation forums. Hes done everything with the Sensation to get Patchrom to build with it. Dont take this as a bash to you because its not. Just as toast is the reason we have CM at all.

The hard part is getting a pure Shooter build. I havent tried building yet with the ICS leak but GB is a pain and they dont support it anymore. GB builds needed CM as a base for them. Now they claim you need a stock rom for ICS. HackerMi used ICS sense like you mention and has gotten it where you should be building to, but be warned. There may be TONS of smali editing that needs to be done and support for Patchrom is a bit scarce. My first attempts led to hundreds of smali edits to be done by scratch that Patchrom couldn't "patch". F that. I knew ICS was around the corner and wasnt going to waste the time with a pure GB build since we had the ports already.

I have absolutely no problem giving credit where credit is due. I'd like to think I'm pretty good about making it clear that what I do is largely copy+paste work and following other peoples' tutorials. I know that whenever I get this booting, I'll have quite the list of people to give credit to. :D

As far as who said what about whom...don't sweat it. I got pissed the other night and ran my mouth in Chad's thread despite knowing better. I deliberately opened myself up for flaming, and so if you said something in response to that, I ain't mad atcha. Hell, TBH, I never even went to see the aftermath. I said my piece, then came back over here and haven't looked back.

But yeah...I can see that the patchrom is not quite as easy as I'd assumed. Getting all the pieces in place is just one part of it. However, I've got a number of examples to go off of, a great person to go to with my dummy questions, as well as the infinite majesty of the interweb. I think we should be able to get something out of this.
 
  • Like
Reactions: valdesr11

valdesr11

Senior Member
Apr 21, 2010
1,536
480
Miami, Florida
So how is this finally going to work? Are you guys going to team up and stick to this thread or is Agrabren going to take over Joelz thread and continue where he left off?
 

2ndComing

Senior Member
Mar 10, 2011
117
20
www.culltheheard.com
Bluetooth Please :)

Can we focus more on the important things like getting Bluetooth Media going :) I been wanting this rom for a while but I have to have my bluetooth media :) Keep up the good work and pm me and let me know when you got that going haahaa. ;)
 

jrun

Senior Member
Jun 17, 2010
358
39
Denver
Edit - Or I'll try a few more things first... ;)

I know how to copy + paste.. so if you need me to help you Ctrl-C or Ctrl-V anything, just give me a shout :)

But really, i do development at work, java and sql mostly.. i would like to get into android development so that i could give something back to the community, i just have a hard time figuring out where to start ha
 
Last edited:

Gene_Bailey

Senior Member
Sep 10, 2010
646
201
Temple
mrjs84day, MattCrystal: Don't worry about it. :) There's a lot that goes on "behind the scenes" in the android community, and it's hard to keep track of who is involved with what. To make matters worse, after I announced fre3vo, someone realized my real name was tied to my Twitter account, and started using that for credit instead of my handle. I had stopped posting things on XDA, and instead, was giving news bits to whichever forum was asking nicely that day. I'm involved in this thread, because I'm working with DH to get a stable ROM. The problem with Sense-based ROMs is that they're bloated and battery-hungry.

I have a question for you if you don't mind answering it.. Um, when you're comfortable with your CM9 work, is there any chance of you posting it or maybe just sharing it with this who would like to run it?

Sent from my PG86100 using Tapatalk 2
 

Top Liked Posts

  • There are no posts matching your filters.
  • 112

    Team CrashOverride Is Proud To Present
    MIUI v4 3.2.22 FINAL For HTC 3VO

    MiuiSS.jpg


    This is most likely the final release of this ROM, as MIUI is discontinuing builds for v4/ICS devices. I may release bugfixes or "addon" updates, but unless I can port from JB to ICS, this will be the end of updates from China. Please see my JB version of MIUI for the latest release.

    Downloads
    Download the full ROM
    Modded HTCFMRadio.apk (for theme)
    Modded SystemUI (fixes cutoff close button in notification bar)

    Installation Instructions

    1. Download the ROM.
    2. Open in Recovery.
    3. Select wipe settings (uncheck 'data' for dirty flash).
    4. Select Carrier.
    5. Select installation mode. Minimal installs ROM only. Max installs everything. Custom lets you select options.
    6. Profit.

    Notes:
    This works with all Hboot versions, no need to upgrade/downgrade.

    Features
    Working MMS/VVM for Virgin Mobile Users
    Aroma-based installer with customized theme & Custom Wipe options
    Based on OFFICIAL X515 build - This is not a port
    Working 3D Camera/Gallery/Games
    All working hardware except for 4G
    MAC Sense Kernel 3.5 with Overclock to 1.7ghz, Linaro Optimizations,
    USB Host Mode, Zram Compression, Sweep2Wake, and lots more
    Coolz Cam Mod with super HD Video, HDR, and panoramic mode
    Custom MIUI Control Panel for Center Clock/Custom Banner
    Custom MIUI Keyboard
    MIUI EQualizer
    4-in-1 Reboot Menu
    Custom init.d scripts for performance
    Adreno_Config Mods for video performance
    3G/Data Speed Mods for optimized signal
    GPS/AGPS mods for faster GPS fixing
    Updated HOSTS file for Ad blocking
    FULLY WORKING Google Now/Search
    Integrated Gapps
    HTC Car Dock application
    Goo.IM updater application

    Optional Apps/Features:
    MIUI V5 Iced Theme - Theme made specifically for this ROM, features MIUI v5 resources and look - with an ice blue touch. Features a number of modifications specific for HTC-based MIUI, including camera and FM Radio.
    Ultimate Custom Clock Widget + US MIUI 4x2 Clock Widget Clone Skin
    Playstation Certification
    Flv Player
    Moavi Flv Player
    TrevE Wifi Tether
    Gmail
    Maps
    Chrome Beta
    JB 4.2 Camera/Gallery
    JB 4.2 Emojii Keyboard
    9S Weather
    MIUI Game Center
    MIui Video
    Goo.im ROM updater
    Online Nandroid Backup
    Youtube

    Not Working
    4G

    Changelog

    Code:
    [URL="http://en.miui.com/thread-1960-1-1.html"]CLICK HERE FOR WEEKLY MIUI CHANGELOG (OFFICIAL)[/URL]
    
    2.25.13
    
    Updated to latest MIUI version (3.2.22)
    Updated theme to MIUI v5 Iced.  
    Updated Kernel to MAC 3.7
    Added a host of new tweaks courtesy of JRummy16
    Fixed installer-script causing issues breaking ability to back up data via nandroid
    Custom modification to MIUISystemUI and framework-res for JB styled notification area, as well as mod to FMRadio.apk to match MIUI theme in MIUI v5 Iced
    
    2.11.13
    
    Updated Coolspace Deluxe theme to 2.2, added theme elements for custom apps
    Extra tweaks in build.prop, hope to increase sound quality, image quality, data speeds
    Added option to installer for JB Keyboard and Camera
    Removed function of installer where MIUI Browser is deleted if Chrome is installed
    Updated Kernel Tuner and UCCW to latest versions
    
    2.4.13 (contains changes from 1.29.13):
    
    Added Aroma installer. All "custom" options now install as designed.
    
    Not sure if I mentioned it last week, but I updated the MIUIHome's default layout to take "Talk" out of that stupid "recommended" folder and just put it on the desktop. Also took and put "themes" and "settings" into the "tools" folder on the main page and changed the layout so that they're all in the same row. In the future, I plan on switching the MIUI search widget with the google one...just haven't gotten there yet.
    
    Coolspace Deluxe theme is included by default, but not installed. Updated to 2.1 to fix various issues with missing app themes and framework-res 9pings being screwed. Installer will copy it to /SDCard, where you can then import it from Theme manager.
    
    MIUI 2x4 Widget is included as an .apk...not 100pct if it will show up properly if UCCW has been installed before. Please test and let me know.
    Moved Gmail, Maps, Kernel Tuner, Gamecenter, MiuiVideo, and Goo.im to the "optional" category as well, and set their install location to /data/app instead of /system/app to allow for removal if desired.
    
    Wipe menu - for future use, you can choose to leave data sections untouched and do a dirty flash. 
    
    Added 9S weather, 2 different FLV players, TrevE's wifi tether app, Playstation certification, and Online Nandroid backup app as optional installs (in addition to others mentioned).
    
    Updated to 3.3 MAC kernel. 
    
    Fixed boot animation sometimes causes OOM issues due to size by deleting half the frames used.
    
    Modified goo setting in build.prop to hopefully fix the issue where it always shows an old update in current.
    
    Attempted MMS fix for Virgin users may/may not work - will be fixed "fo sho" next week.
    
    
    1.29.13 (not officially released):
    
    Updated to latest MIUI version.
    Added Aroma installer (Thanks CMB!)
    Created Custom Aroma Installer skin/gfx
    Added aroma feature for Virgin Mobile users.  Please report on effect.
    Updated Coolspace Theme to 2.0.  Fixes framework glitches, updates icons, etc.
    Included MIUI Weather 2x4 widget skin for UCCW.
    Modified MiuiHome.apk to change default layout.  Theme manager and settings are now in the tools folder.
    Added optional online nandroid updater.
    Moved several apk's to data/app instead of system, hope to retain settings between flashes.
    
    
    1.18.13:
    
    Updated to latest MIUI version.
    Updated latest MIUI Control panel version.
    Re-added Coolz camera mod.
    Added download option for dirty flash/update.zip
    Added experimental MMS fix for Virgin Mobile users.
    
    1.11.13:
    
    Updated to 1.11.13
    Missed the rotation addition to MMS this week...will put it back next.
    That's all.  It's nice when you don't have anything to fix.  :D
    
    12.24.12:  
    
    Updated to 2.12.21 from Xiaomi
    Fixed APN in framework-res, should automagically add Sprint APN now.  (Virgin WIP)
    Removed a few extra unneeded files
    Updated Kernel installation method to alleviate possible weirdness with reboots and wifi.  (oooh, pretty lights)
    Fixed MIUI Equalizer (used Awesomebeats libs)
    
    
    2.12.7:
    
    Added MIUI Keyboard.
    Added MIUI Control Panel.
    Added MIUI EQ (Actual EQ Portion causes f/c.  Use for adjusting bass levels.)
    Fixed Bootloop issues.
    Fixed wonky crash in previous upload.
    Added HTC Car Panel.  What the hell, right?  :D
    Camera *should* have Panorama/HDR re-implemented.  
    Reverted Kernel to previous MAC build to fix wifi issues.
    Added AGPS/GPS tweaks again.
    Added data mods in build.prop.
    Adjusted media_profiles.xml to improve recording bitrates.
    Release of [URL="http://goo.im/devs/digitalhigh/Coolspace_Deluxe_1.6.mtz"]Coolspace Deluxe Theme[/URL] with specific 3VO mods for camera and Google Now.
    Added landscape mode to MMS/messaging app.
    
    11.27.12:
    
    Updated to 2.11.23 build.
    Updated kernel to MAC 3.0 Sense
    Updated Kernel Tuner.apk to latest version.
    
    09/21/12:
    
    Switched from DC script to Kernel Tuner - installed latest version
    Fixed MMS issue.  
    Updated to 2.9.21 from MIUI Git.
    
    09/16/12:
    
    Fixed Google Now issue.
    Updated to V7 of MikeyXDA's app, added offline voice searching (explains the increase in filesize)
    Fixed Audio.
    Beats notification wooooorks.
    Added custom translated version of GameCenter.
    Re-added DC Control script (caution, may be dragons).
    Updated DC script to control sweep2wake.
    Added Virtuous OC.
    Added Self-updating HOSTS file - disableable via DC.
    Added notification sounds from CM7.
    Added extra MIUI wallpapers.
    A few extra goodies are there too.  ;)
    
    08/31:
    
    First public release built straight from PatchROM!!!!  Go CMB go!!
    Switched (back) to AwesomeBeats DSP manager.  Thanks to ...Awesome...!
    Included MikeC's new "unnamed" kernel.  Thanks to Mike and team!
    Should see an improvement in signal strength.
    Fixed issues with Permission Manager not working on requests.
    
    08/10:
    
    Fixed MMS.
    Fixed 3d in boot animation.  
    Added Google Now w. voice.
    Fixed "About Phone" menu.
    Fixed Superuser issues, removed supersu.
    Added "improved" Evo 3d Camera (panorama, HDR, improved video quality, etc.).
    Added Bravia Engine & Xloud.  (Thanks Patcha!!)
    Put EXT4 mounting back into boot.img.
    
    08/03:
    
    Using Official GSM port as starting point.
    Merged files from Official OTA ICS from Sprint.
    Included SuperSU as a temp fix for permissions app.
    User Feedback app now sends error reports directly to me.
    Removed shutter sound from camera app.
    Implemented 4g menu - not fully working yet.
    Updated to 2.8.3.
    [url]https://plus.google.com/108531052526575991056/posts/baQviEGpoZm[/url]
    
    07/13:
    Fixed issues from the ill-fated 7/6 build.
    Updated base to Devil Toast 6.1.  Should fix wifi speed issues, hopefully battery drain.
    Updated to 2.7.13 MIUI-side. [url]https://plus.google.com/108531052526575991056/posts/51Z1VkAQqfa[/url]
    Re-added ghost VM fix.
    
    06/29:
    
    Added AwesomeBeats DSP manager app - uses Beats libs from Sense.  Thanks ...Awesome...!
    
    Added SpareParts app from Myn2.34 - Thanks to MikeC84 for the find!
    
    Added modified DroidSansFallback font to include missing emoji.
    
    Integrated phone ghost VM fix into phone.apk.  :D
    
    Updated Gapps - should fix market issues and FFC.
    
    Included Bravia and Xloud engines.
    
    Removed MIUI.us Update.apk due to FC issue.  Goo updater still included.
    
    Switched to 30dhultra tuning script in init.d instead of ViperRom.  
    
    Modified framework-res.apk to use brighter auto-backlight values in bright lighting conditions.  
    
    Updated MIUI-side to 2.7.13 version.  [URL="https://plus.google.com/108531052526575991056/posts/51Z1VkAQqfa"]Full changelog here.[/URL]


    Thanks
    CMBaughman, Agrabren, Team Nega for the aroma-installer I used as a guide, Blind, Scott from MIUI.us, Valdesr11, all of team MIUI.us, MiuiAndroid, MiuiAustralia, Xiaomi, the folks at goo.im and dev-host for providing us a free way to distribute our work, freeza, viperboy, il duce, vanessam, and all the staff at XDA for helping make this such a great community...all the people who's work I've borrowed code, images, or even inspiration from - if credit is omitted, it is not deliberate or intentional. Anybody else I missed. You guys rock.
    36
    How to report a bug the right way

    Allright...

    Been getting a lot of bug reports lately, and the vast majority of them don't have any kind of system information included whatsoever. People just blurt out stuff like "Camera ain't workin'", and expect me to go "Oooooooh. Your camera don't work. Please, allow me to customize you a script to fix it based on that thorough explanation of the issues."

    To be fair, there are some issues that may be simple to replicate and don't require a lot of information to track down. Stuff like "This program is missing" or "the cap button backlights misbehave from time to time".

    For all the other stuff...there is a right way and a wrong way to ask for help.

    The wrong way involves complaining about the issue while providing as little info as possible. Degrading the ROM itself is a nice touch. You know, like "This POS won't boot."

    That, my friends, will get you one reply...which will be me telling you you'd probably be better off using a ROM that doesn't require common sense to run.

    The RIGHT way to ask for help involves the following:

    1. Provide as much information about your system as possible. This includes, but is not limited to, the following pieces of information:

    a. What Hboot version you are using.
    b. Your S-off status.
    c. What recovery you're using.
    d. What firmware you're using.
    e. A detailed description of the issue. When it happens, the frequency, anything that you do that causes it to happen...tell me what I need to do to make it happen on my phone.


    Additionally, for issues related to hardware (camera, data, screen, wifi) - and hell, for any issue, it is more often than not a good idea to include a logcat.

    A logcat is like a system log...it runs as soon as your phone starts up, and it tells me when something goes wrong so I can try to figure out why. A logcat will make the difference between me yelling at you, and me being very grateful for your thoughtful and well-constructed request for assistance.

    Now, for some odd reason, it seems that every time I ask someone for a logcat, they make a face like this at me, :eek:, and then vanish off the face of the planet.

    Contrary to what you may think...bugs bother me. A lot. The majority of nights end with me lying in bed thinking about the first thing I'm going to attempt to fix tomorrow.

    SO, when you post saying something doesn't work, and then I say "get me a logcat, please", and you switch to a Sense ROM and don't look back...it helps nobody.


    With all that said...below is a link to some very simple instructions for how to install Android SDK and do a logcat. It's pretty damned simple. If you can follow instructions for flashing a ROM, then you should be able to do this.

    http://www.shahz.net/android/adb-installation-and-how-to-logcat.html

    If THAT is too daunting for you, then the next step would be to get Alogcat from the market.

    https://play.google.com/store/apps/details?id=org.jtb.alogcat&hl=en

    Alogcat is even easier. Something crappy happens...you open alogcat, save the output, and send it to me.

    Can we do that? Please? I'm so tired of asking for a logcat around every turn. Help me help you.
    20
    My 3.0 kernel builds with camera now... Still a few kinks to make it take a picture still, but that's huge progress.
    20
    BAH GAWD!!!

    Shot From My HTC Shooter In The 3rd Dimension Powered By Virgin... FML

    You can say that again!!!!

    So, here's the skinny:

    I can now say, 100%, that we have been able to build a working MIUI port on top of Agrabren's CM9 work.

    I also want to specify, that by "we", I mean CmBaughman. While I've been running around in circles beating my head against the wall, he's been doing smali magic and all kinds of joy to get this thing going...and succeeded.

    So first and foremost, everybody should give him a big thank you. All I did was explained a few things I'd been trying, and he ran with it.

    Now, obviously, Agrabren's side of things isn't quite ready yet. BUT, the fact that I am currently running a port of MIUI that has working camera, wifi, data, phone, bluetooth, and rear camera...well...it assures me that when Agrabren's got his stuff where he wants it, we will have no problem building on it in the future.

    Again...working rear camera and bluetooth. Hell, I'll post a screenshot here just as soon as I'm done restoring my data. ;)

    So, I'll be talking with Cmbaughman & Agrabren tonight to make sure everybody is fine with it...but I anticipate having a 2.6.1 release for you guys tomorrow.

    And again...maaaaaad thanks to both these guys for their incredible work.
    19
    For those using the CM nightlies from Eyeballer, he just posted a quick update with GPS working.

    For those wondering what order I'm doing things:

    1. Camera clocking issue (gives 2D camera and camcorder)
    2. Bluetooth Phone audio
    3. Wakelock/Battery life issues (latest builds have *awful* battery life)
    4. -- Alpha Build --
    5. 3D Framework support
    6. 3D Camera/Camcorder/Gallery support
    7. 3D YouTube support
    8. Any critical issues from Alpha
    9. -- Beta Build --
    10. MHL / HDMI mirroring / video output
    11. MHL / HDMI 3D Video out
    12. Any critical issues from Beta
    13. -- Release Candidate --
    14. Bugfix only
    15. -- Official "CM9 Devil Toast" release

    Obviously, this list may change as things are discovered.