[ROM][07/02/2012] Shake N Bake [ICS 4.0.1][Sense 3.5] v1.2 alpha

Status
Not open for further replies.
Search This thread
S

shaky156

Guest
presentsssss.png

screenul.png
scaled.php

- Android Version: 4.0.1 (IceCream Sandwich)
- Based on: Sensation LE 3.25
- Sense Version: 3.5


Working:
Light sensor
Audio (not beats yet)
Phone calls/Sms/Mms
GPU acceleration (3D)
Keys/Key lights
Touchscreen
SD Card
GPU Acceleration (2D rendering UI)
Screenshot function
3D Games
Accelerometer
Flashlight
Compass
Mic

Not Working:
Wifi
Bluetooth
Mobile Network/3g
Camera
GPS
HW Accelerated Video playback
More things...



scaled.php

Code:
V1.2[FONT=Tahoma]

- [/FONT]More App Resizing
- Improved GPU Performance/ UI rendering smoother again :)
- Removed Loggers
- Latest Gapps
- Fixed some booting issues
- Accelerometer fixed
- Compass fixed
- Double checked mic and it works (voice recognition doesn't)
- Some other things can't remember :D

V1.1
- Fixed App Resizing [SIZE=1](Not Finished Yet, But Good Progress)[/SIZE]
- Removed Physical Memory Allocated to Carrier IQ
- Improved GPU Performance
- Added New Boot Animation
- Removed Sony Bravia Engine As It Has No Effect
- Fixed SD Card Mounts the Right Way [SIZE=1](No services.jar Hack)[/SIZE]
- Added Inspire & Telus Sound Support
- Added Support for Encryption/Decryption of SDcard/Phone Internal Memory [SIZE=1](Supported in 4.0.3 Sense 3.6)[/SIZE]
- Improved GPU 2D Core Rendering UI [SIZE=1](UI Smooth)[/SIZE]

V1.0
- Initial Release
scaled.php


Shake N Bake v1.2 :
Link1: http://hotfile.com/dl/145623949/49861c3/TEST2.zip.html
Link2: http://www.4shared.com/zip/iU7gd-sq/ShakeNBakeV12.html
Link3 (NO ADS):
http://www.liamstears-dhd.co.uk/shakenbake/TEST2.zip

Facebook page: https://www.facebook.com/SnB.ics
Blog: http://snbics.blogspot.com/
General discussion: http://xdaforums.com/showthread.php?t=1461958

Donations:
Thank you to all donators!! :)
If donating please donate equal amounts to developers Mikenf, Sbryan and QD2DC

Previous Donators:
jamie randall
zole2112 x2

Credits:

  • My team members SBryan/QD2DC/Mikenf
  • Simon_WM
  • Robocik
  • Lordclockan
  • Flow-wolf
  • Liamstears
  • Users/Beta testers
 
Last edited:
S

shaky156

Guest
[ROM][WIP] Ics Sense v1.0 alpha (Android 4.0.1 HTC Sense 3.5)

Reserved For OP
 
S

shaky156

Guest
[ROM][WIP] Ics Sense v1.0 alpha (Android 4.0.1 HTC Sense 3.5)

FAQ - Frequently Asked Questions


Q. ETA?
A. No ETA :D

 
Last edited:

Andy

Retired Forum Moderator
Jan 21, 2008
4,134
5,351
UK
Samsung Galaxy S21 Ultra
Lets get this out of the way early on.

No "Thanks" posts. - Hit the relevant users "Thanks" button.
No Off-Topic. - Post -->HERE<-- if you want to talk about unicorns.
No "Downloading now..." type posts - Just download it, we don't really care.

I'll delete anything other than relevant developer feedback & discussion. Then I'll infract you, then you'll get a ban. You the community can help, report anything that is not relevant.

Lets keep this one clean please.

Keep Calm and Carry On.
 
S

shaky156

Guest
Shaky, is there a media_profiles.xml in here? I think it may be linked to the camera issues

Sent from my ARCHOS 80G9 using xda premium

In the build in OP? nope dont see any media_profiles.xml there as there isnt a build in op yet lol as soon as I get this 1 thing fixed itll be up, camera is last on my list (Currently havent tested), and it isnt easy as media_profiles.xml
 

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,412
8,746
26
Salford, Greater Manchester, UK
quinny898.co.uk
In the build in OP? nope dont see any media_profiles.xml there as there isnt a build in op yet lol as soon as I get this 1 thing fixed itll be up, camera is last on my list (Currently havent tested), and it isnt easy as media_profiles.xml

That's for camcorder (or part of it) after you build camera into source

Sent from my ARCHOS 80G9 using xda premium
 
S

shaky156

Guest
That's for camcorder (or part of it) after you build camera into source

Sent from my ARCHOS 80G9 using xda premium

Are you on the right thread? (Cause you mentioned building camera into source) lol
last time I checked, media_profiles.xml contained image quality too, Someone e-mailed me on camera and showed me a logcat, they were going in the right direction, I'm curious as to who it was, anyone here?
 
Last edited:

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,412
8,746
26
Salford, Greater Manchester, UK
quinny898.co.uk
Are you on the right thread? lol
last time I checked, media_profiles.xml contained image quality too, Someone e-mailed me on camera and showed me a logcat, they were going in the right direction, I'm curious as to who it was, anyone here?

It's being investigated on the other one, I was wondering if HTC included one as stock

This is the bit that is interesting: (it's long, but tapatalk fails with xmls)
This is from my tablet
Code:
<MediaSettings>
    <!-- Each camcorder profile defines a set of predefined configuration parameters -->
    <CamcorderProfiles cameraId="0">

        <EncoderProfile quality="high" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="low" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="cif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <ImageEncoding quality="90" />
        <ImageEncoding quality="80" />
        <ImageEncoding quality="70" />
        <ImageDecoding memCap="20000000" />

        <Camera previewFrameRate="0" />

    </CamcorderProfiles>

    <CamcorderProfiles cameraId="1">

        <EncoderProfile quality="high" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="low" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="cif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <ImageEncoding quality="90" />
        <ImageEncoding quality="80" />
        <ImageEncoding quality="70" />
        <ImageDecoding memCap="20000000" />

        <Camera previewFrameRate="0" />

    </CamcorderProfiles>


    <EncoderOutputFileFormat name="3gp" />
    <EncoderOutputFileFormat name="mp4" />

    <!--
         If a codec is not enabled, it is invisible to the applications
         In other words, the applications won't be able to use the codec
         or query the capabilities of the codec at all if it is disabled
    -->
    <VideoEncoderCap name="h264" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <VideoEncoderCap name="h263" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <VideoEncoderCap name="m4v" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <AudioEncoderCap name="amrnb" enabled="true"
        minBitRate="1" maxBitRate="320000"
        minSampleRate="8000" maxSampleRate="8000"
        minChannels="1" maxChannels="1" />

    <AudioEncoderCap name="amrwb" enabled="true"
        minBitRate="1" maxBitRate="320000"
        minSampleRate="16000" maxSampleRate="16000"
        minChannels="1" maxChannels="1" />

    <AudioEncoderCap name="aac" enabled="true"
        minBitRate="8000" maxBitRate="64000"
        minSampleRate="8000" maxSampleRate="96000"
        minChannels="1" maxChannels="2" />

    <VideoDecoderCap name="wmv" enabled="true" />
    <AudioDecoderCap name="wma" enabled="true" />

</MediaSettings>




Sent from my ARCHOS 80G9 using xda premium
 
S

shaky156

Guest
It's being investigated on the other one, I was wondering if HTC included one as stock

This is the bit that is interesting: (it's long, but tapatalk fails with xmls)
This is from my tablet
Code:
<MediaSettings>
    <!-- Each camcorder profile defines a set of predefined configuration parameters -->
    <CamcorderProfiles cameraId="0">

        <EncoderProfile quality="high" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="low" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="cif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <ImageEncoding quality="90" />
        <ImageEncoding quality="80" />
        <ImageEncoding quality="70" />
        <ImageDecoding memCap="20000000" />

        <Camera previewFrameRate="0" />

    </CamcorderProfiles>

    <CamcorderProfiles cameraId="1">

        <EncoderProfile quality="high" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="low" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="cif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsehigh" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapselow" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60">
            <Video codec="h264"
                   bitRate="6000000"
                   width="1280"
                   height="720"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30">
            <Video codec="h264"
                   bitRate="1000000"
                   width="352"
                   height="288"
                   frameRate="30" />

            <Audio codec="aac"
                   bitRate="64000"
                   sampleRate="48000"
                   channels="1" />
        </EncoderProfile>

        <ImageEncoding quality="90" />
        <ImageEncoding quality="80" />
        <ImageEncoding quality="70" />
        <ImageDecoding memCap="20000000" />

        <Camera previewFrameRate="0" />

    </CamcorderProfiles>


    <EncoderOutputFileFormat name="3gp" />
    <EncoderOutputFileFormat name="mp4" />

    <!--
         If a codec is not enabled, it is invisible to the applications
         In other words, the applications won't be able to use the codec
         or query the capabilities of the codec at all if it is disabled
    -->
    <VideoEncoderCap name="h264" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <VideoEncoderCap name="h263" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <VideoEncoderCap name="m4v" enabled="true"
        minBitRate="64000" maxBitRate="20000000"
        minFrameWidth="96" maxFrameWidth="1920"
        minFrameHeight="96" maxFrameHeight="1280"
        minFrameRate="5" maxFrameRate="33" />

    <AudioEncoderCap name="amrnb" enabled="true"
        minBitRate="1" maxBitRate="320000"
        minSampleRate="8000" maxSampleRate="8000"
        minChannels="1" maxChannels="1" />

    <AudioEncoderCap name="amrwb" enabled="true"
        minBitRate="1" maxBitRate="320000"
        minSampleRate="16000" maxSampleRate="16000"
        minChannels="1" maxChannels="1" />

    <AudioEncoderCap name="aac" enabled="true"
        minBitRate="8000" maxBitRate="64000"
        minSampleRate="8000" maxSampleRate="96000"
        minChannels="1" maxChannels="2" />

    <VideoDecoderCap name="wmv" enabled="true" />
    <AudioDecoderCap name="wma" enabled="true" />

</MediaSettings>


Sent from my ARCHOS 80G9 using xda premium

What's interesting about this?
 

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,412
8,746
26
Salford, Greater Manchester, UK
quinny898.co.uk
What's interesting about this?

The fact that it was missing. It seems to control the encoding and decoding of the video. When I added it, the camera stopped force closing on video but wouldn't start. lgcamera started recording, but wrote only to 0 bytes files

Sent from my HTC Desire HD using xda premium
 
S

shaky156

Guest
The fact that it was missing. It seems to control the encoding and decoding of the video. When I added it, the camera stopped force closing on video but wouldn't start. lgcamera started recording, but wrote only to 0 bytes files

Sent from my HTC Desire HD using xda premium

ahhhh okies I see, so you have been looking into camera, I thought you were joking lol, I understand whats the problem, some of the encoding decoding isnt supported atm, also camera drivers arent ready, but its good to know lgcamera make video come up, so it writes 0 byte files, which build is that? android 4.0.1 sense 3.5? or an aosp build?
 

djolebih

Senior Member
Dec 25, 2011
831
315
You da man shaky. Can't wait to get it running. Let me know if ya need testers for these early builds.

Sent from my Desire HD using XDA App
 

Quinny899

Recognized Developer / Recognized Contributor
Jan 26, 2011
9,412
8,746
26
Salford, Greater Manchester, UK
quinny898.co.uk
ahhhh okies I see, so you have been looking into camera, I thought you were joking lol, I understand whats the problem, some of the encoding decoding isnt supported atm, also camera drivers arent ready, but its good to know lgcamera make video come up, so it writes 0 byte files, which build is that? android 4.0.1 sense 3.5? or an aosp build?

I'm using lord's 1.0 beta4

Sent from my ARCHOS 80G9 using xda premium
 
  • Like
Reactions: cingolat
S

shaky156

Guest
I felt sorry for the people that missed out on alpha 1.0, so it's back up on op to download :D, As soon as the thing gets done on Android4.0.3 Sense3.6, itll be up in op for you guys :), remember alpha 1.0 is not a daily build, but it works not bad :p
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 28
    I'm going to close this thread. Not because of user request or community request, but because its going no where. You & I can see that.

    Let this thread be warning for what can happen when there is a shift in the way a community works.
    24
    Lets get this out of the way early on.

    No "Thanks" posts. - Hit the relevant users "Thanks" button.
    No Off-Topic. - Post -->HERE<-- if you want to talk about unicorns.
    No "Downloading now..." type posts - Just download it, we don't really care.

    I'll delete anything other than relevant developer feedback & discussion. Then I'll infract you, then you'll get a ban. You the community can help, report anything that is not relevant.

    Lets keep this one clean please.

    Keep Calm and Carry On.
    10
    I'm closing this thread for now. It should be open again soon.
    9
    Another note: Reason why I dont post much information about ROM, e.g. I stated Ill be deving on sense 4.0, team kang stated it after me, I stated Ill work on wifi first team kang tried wifi, my team mate came out with a ROM name, already kanged, kanging gone to a whole new level lol

    WiFi never worked on either ROM. Fixing something is not a "kangable" idea. If you want to patent "fixing" thing you should work for Apple.

    What's this about kanging a ROM name?
    Shake & Bake v.s Smartbeat Supremacy
    I'm no developer here but it does not take an MD5 Checksum to see that they are very different.

    If you still have a problem with "team kang" PM me, PM a Senior Moderator, report posts, do something other than coming across as paranoid.
    9
    Im not paranoid, Im stating why I havent really answered the people asking about the status of ROM
    what I'm saying is true and i wasnt talking about team name shake n bake lol n not smartbeat, ofcourse they arent the same name LOL, I dont have a problem with them IF I did I would embarass the whole team, I just call them team kang now thats all. :)

    EDIT: My thread is clearly being watched, hence why zfreak posted then put "delete this post" or something similar, I did catch onto what zfreak said before he edited the post, like I said IF I was pissed off I wouldve replied to zfreak but I'm not :)

    Don't backtrack on the ROM Name. You posted "already kanged" show me where & by who. You state your theory now back it up.

    I doubt any team would be embarrassed. Now here's your chance, call "team kang" out. Let XDA & the world know.

    Frankly I'm sick of this, and I bet 99% of XDA users are too. If "we" as in the community cannot work together, is this a community after all? XDA might as well become a ROM link aggregator.