Android OS Forum banner
1 - 20 of 4254 Posts

· Premium Member
Joined
·
68 Posts


Warm TwoPointThree is currently in the development stages. We wanted to solicit some feedback and discussion so we can provide the best experience possible. Doing this will ensure our development goals and design decisions match what the community is wanting.

Status [08/28/2011]:

  • Updating to 2.08 base and redoing the mods that were affected by it.

Warm TwoPointThree Changelog [08/28/2011]

  • Base: Shooter_S_Sprint_WWE_1.13.651.7
  • DeOdexed
  • Added root permissions (superuser/su)
  • Added Busybox 1.18.4
  • Added init.d daemon (runparts)
  • Added CRT display off/on animations Thanks apatcas and TrevE)
  • Added GPU UI Acceleration (instead of CPU)
  • Added Custom Carrier Mod to Notifications and Lockscreen (Editable via /system/customize/lock_carrier.txt and carrier.txt) (Thanks JsChiSurf)
  • Added Additional Reboot options (Recovery, Bootloader, Hot Restart, Reboot) (NOTE: Hot Restart currently not working properly)
  • Added DSP Manager (Thanks cyanogen)
  • Added Unlimited Tabs To Browser
  • Added CRT TV shutdown animation
  • Added Juwe11's Ram Optimization Script
  • Updated Apps To The Latest OTA Fixes Phone Icon Issues
  • Sprint Mobile Wifi Hotspot unlocked so it is now free
  • Added Green OverScroll
  • Added HW Acceleration Tweak To Adreno_config
  • Raised available MMS size Limit to 5mb (Default is still 2mb)
  • Added SMS Backup/Restore
  • GPS Icon In Titlebar Now Only Visible When GPS Is Enabled
  • Added New Photo Lockscreen From Sensation
  • Added Tweak to increase sdcard read ahead buffer (Thanks Misfit)
  • Added 3D Home Screen (Toggable in Settings | Display)
  • Fixed Weather Lockscreen. Now supports 3 digits (100 Degree Temperature)
  • Added Native Screenshot Functionality (Press Home + Power at the same time)
  • Added Total Memory, Media Volume, Auto Brightness and Auto Rotation to Quick Settings
  • Changed WiFi Scan Interval To 180 seconds to further conserve battery
  • Added Tweak to persist home app in memory
  • Added mod to unlock Lock Screen with menu button
  • Added various battery tweaks
  • Speed up window animations
  • Added Google Talk with Video support
  • Added Rosie Settings support
  • Removed Sprint loaded bloatware apps available as optional installs in /sdcard/Warm-TwoPointThree-Optional/
  • Added Warm Fonts
  • Data coverage (3G/1X) Properly Reflected Instead Of Always Reporting 3G (Thanks SteelH)
  • Added Panorama/Scene/HDR To Camera
  • Removed Lockscreen Bubbles (Thanks JsChiSurf)
  • Added Music Widget Animation
  • Added Sip Calling Over 3G/4G/WIFI
  • Added Warm Wallpaper And Resized Them To EVO 3D Native Res And Set It As Default Wallpaper
  • Added Working Wireless Tether
  • Moved Swype.apk To /data/app For Easy Removal :)
  • Added Warm Themed Market (3.0.27)
  • Updated Google Maps/Nav to 5.8.0
  • Added Astro File Manager
  • Added Special Warm Apps Tab to Rosie Launcher
  • Added Percent Battery, Charge And Sync Titlebar Icon mod
  • Added CyanogenMOD Automatic Apps2SD (EXT4 support only on Stock HTC Kernel. Ziggy kernel should allow EXT2/3 off by default) (Thanks Treve)
  • Added EXT4 File I/O Performance Tweaks
  • Added Support For Additional ## Programming Codes (ex ##775#)
  • Enhanced GPS Lock Speed Fix (Thanks Team Synergy)
  • Added Transparency To Rosie Launcher
  • Upgraded to new base Shooter_S_Sprint_WWE_2.08.651.2 with latest kernel
  • Re-Added Sprint Mobile Wifi / USB Hotspot for 2.08 OTA update (Thanks Leoisright)
  • Re-Added CRT display off/on animations for 2.08 OTA Update (Thanks TMartin)
  • Re-Added Additional Reboot options (Recovery, Bootloader, Hot Restart, Reboot) (Hot Restart now working properly!) for 2.08 update (Thanks Virus)
  • Re-Added 3D Home Screen (Toggable in Settings | Display) for 2.08 update
  • Added 08/26/2011 HTC OTA App Updates
  • Added heavier weight Warm font to adapt to Sense 3.0
  • Removed HTC IQ
  • Re-Added Percent Battery, Charge And Sync Titlebar Icon mod for 2.08 update
  • Custom "Warm" signature added to emails
  • Re-Added SMS Backup/Restore to 2.08 update
  • Re-Raised available MMS size Limit to 5mb (Default is still 2mb) (2.08)
  • Added Secure block list to MMS
  • Added Screen Calibration to settings
  • Re-Added Unlimited Tabs To Browser (2.08)
  • Rosie launcher no longer paginates (Free scroll)
  • Enabled Beats Mode (Thanks Team Synergy)
  • Removed HTC Loggers
  • Removed APK Signature checks
  • Re-Added Music Widget Animation
  • Added HTC Flashlight
  • Re-Added Panorama/HDR To Camera (2.08)
 

· Supporting Member
Joined
·
188 Posts
Updated with information. Please people, actually READ this so we stop getting asked the same questions time and again.

lowetax said:
to knock your socks off with Warm 2.3's latest ...
...
full updated ROM to be downloaded and flashed can be found at:
http://androidfilehost2.com/main/Developer/MYN/SVN Nightly/
(link in Neogenx's signature)
...
as for SVN ...
LiquidSolstice wrote an awesome guide for SVN :
http://forum.xda-developers.com/showthread.php?t=1211234
...
trunk link: http://warm-twopointthree-base.googlecode.com/svn/trunk/
...
List of latest commits/changes:
http://code.google.com/p/warm-twopointthree-base/source/list
...
and for updates only using ADB - post #2947
Post 2947 quoted below:

USSENTERNCC1701E said:
I figured out a really quick and easy way to update the ROM using adb on Windows.

Quite a few pages back someone detailed how to export only the changes to the SVN, I don't want to go back looking for it so I'll re-cap here for Tortois. Right click on the SVN folder and select TortoiseSVN -> Show log. Highlight the last revision you installed and all the revisions you wish to install, right click and select Compare revisions. In the new window highlight everything, right click select Export to. Create a new folder for this.

For adb sync to work properly you will need to create an Environment Variable. For Windows 7, and I believe Vista: Start -> right click Computer -> Properties -> Advanced system settings -> Environment variables -> New system variable. Variable name: ANDROID_PRODUCT_OUT Variable value: the directory you exported the SVN revisions to, I named mine C:\Android\3VO\Warm\Current

I also recommend adding adb to the PATH to do this, highlight Path in System Variables click edit, do NOT remove anything from Variable value, at the very end add
Code:
;C:\android\platform-tools\
Reboot your computer

After this to update you phone just delete the contents of the ANDROID_PRODUCT_OUT directory, export SVN revisions to the directory and execute adb sync and lastly reboot your phone.

Depending on the time since the last update the whole process can take just a couple minutes.
 

· Supporting Member
Joined
·
191 Posts
Mmmmmmmmmmmm...Warm 2.3..........CANNOT WAIT!!! Although I'm starting to really dig Synergy...

Now make one of these threads for Synergy, AND the version of 2.3, for the OG4G and we'll all be covered!!

:wink2:

(Love these smileys!!! And take note...we're all gonna be Android Beginners for a while).
 

· Supporting Member
Joined
·
40 Posts
as for ideas, I personally find some of the ROMs for the 3D overloaded with extras I don't really need or use, that's why I really like CleanROM, fast clean and stable. and easy to theme...ideally I would prefer a clean base and be able to add MODs, tweaks, and scripts later if I would like...have a base warm 2.3 with the usual warm goodness and the ability to mod and tweak it after flashing the base.
 

· Premium Member
Joined
·
68 Posts
Discussion Starter · #10 ·
jbermi said:
as for ideas, I personally find some of the ROMs for the 3D overloaded with extras I don't really need or use, that's why I really like CleanROM, fast clean and stable. and easy to theme...ideally I would prefer a clean base and be able to add MODs, tweaks, and scripts later if I would like...have a base warm 2.3 with the usual warm goodness and the ability to mod and tweak it after flashing the base.
The Warm roms even from the very beginning (Warm Donut) have always been around stability and speed while looking good doing it. We won't implement a feature unless it's justified and if it is, we'll provide options for folks to pull it out. And like you said, Lots and lots of mods :).
 

· Premium Member
Joined
·
68 Posts
Discussion Starter · #11 ·
If you guys could, I'm trying to get Warm Updater to work with TWRP recovery. Unfortunately TWRP currently doesn't support this feature. I've requested it to be added here: https://github.com/TeamWin/Team-Win-Recovery-Project/issues/14

If you guys could nudge them and see if we can get this implemented sooner then later. I'd prefer to have Warm Updater in their for RLS1 but if no recovery supports it, it will be a null point.

Thanks.
 

· Supporting Member
Joined
·
208 Posts
yo yo yo !
2.3 for the og evo, evo 3d, nook color and transformer - uniROM !
 

· Registered
Joined
·
537 Posts
Persnlmgr said:
Mmmmmmmmmmmm...Warm 2.3..........CANNOT WAIT!!! Although I'm starting to really dig Synergy...

Now make one of these threads for Synergy, AND the version of 2.3, for the OG4G and we'll all be covered!!

:wink2:

(Love these smileys!!! And take note...we're all gonna be Android Beginners for a while).
Hey Neil, does your mulitquote work? :tongue2::wink2:
 
1 - 20 of 4254 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top