PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > CDMA TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #4891 (permalink)  
Old 12-22-2009, 08:52 PM
Blackcircle's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo 4G
Carrier: Sprint
Location: No.Virginia
 
Join Date: Aug 2009
Posts: 57
Reputation: 35
Blackcircle is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Hi everyone...can someone help show me how to have a wallpaper in all tabs please? I believe I have seen something here or xda about it, I just cant remember where. Thanks.
__________________
EnergyROM 23559 April 18, 2010, Cookie 1.7.1, Sense 2.5....=D>

HTC Evo 4G

Reply With Quote
  #4892 (permalink)  
Old 12-22-2009, 09:29 PM
Blackcircle's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Evo 4G
Carrier: Sprint
Location: No.Virginia
 
Join Date: Aug 2009
Posts: 57
Reputation: 35
Blackcircle is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Quote:
Originally Posted by steveholtam View Post
I am having the exact same problem. Stuck on the Touch Pro 2 screen. I even waited for 30 minutes for somethign to happen, but nothing did. Anyone have any thoughts? I would like to try this rom out.

Just for confirmation, this is how I am flashing
1) I have flash the rom via my sd card
2) I get the sucsseful update message
3) reset or hard-reset (vol. down, end, reset)
3) TouchPro 2 screen forever...

This is with all three of the 21885 versions from Hotfile.
Don't know if this is your case....I do know the same exact thing happened to me after installing GSM rom instead of CDMA. Freaked me out!
Reply With Quote
  #4893 (permalink)  
Old 12-22-2009, 11:58 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Thought I would contribute a few regestry settings that have helped my battery life with this ROM.

I do turn OBEX file transfer off with these settings (if you use it).

Cab included below.

Thanks appreciated.

Code:
  <characteristic type="Registry">
    <characteristic type="HKLM\Comm\Irsir1\Parms">
      <parm name="DisablePowerManagement" value="0" datatype="integer" />
    </characteristic>    
    <characteristic type="HKLM\Comm\PPTP1\Parms">
      <parm name="DisablePowerManagement" value="0" datatype="integer" />
    </characteristic>
    <characteristic type="HKLM\Comm\AsyncMac1\Parms">
      <parm name="DisablePowerManagement" value="0" datatype="integer" />
    </characteristic>
    <characteristic type="HKLM\Comm\Irsir1\Parms">
      <parm name="DisablePowerManagement" value="0" datatype="integer" />
    </characteristic>
    <characteristic type="HKLM\Comm\L2TP1\Parms">
      <parm name="DisablePowerManagement" value="0" datatype="integer" />
    </characteristic>
    <characteristic type="HKLM\Software\Microsoft\Obex">
      <parm name="IsEnabled" value="0" datatype="integer" />
    </characteristic>
    <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\MMC_Class">
      <parm name="DisablePowerManagement" datatype="integer" value="0" />
    </characteristic>
    <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\NAND_Class">
      <parm name="DisablePowerManagement" datatype="integer" value="0" />
    </characteristic>
    <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class">
      <parm name="DisablePowerManagement" datatype="integer" value="1" />
    </characteristic>
    <characteristic type="HKLM\Drivers\SDCARD\ClientDrivers\Class\SIM_Class">
      <parm name="DisablePowerManagement" datatype="integer" value="0" />
    </characteristic>
  </characteristic>
Attached Files
File Type: cab Ninja Duck Power Settings.1.0.cab (473 Bytes, 75 views) Click for barcode!
Reply With Quote
This post has been thanked 3 times.
  #4894 (permalink)  
Old 12-23-2009, 12:01 AM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Here are some registry settings to enable more network selection options in this ROM. Just thought I would share.

Cab below.

Thanks appreciated.



Code:
  <characteristic type="Registry">
    <characteristic type="HKLM\SOFTWARE\OEM\InitProv\PhoneSetting">
      <parm name="ItemCount" datatype="integer" value="5" />
      <parm name="ItemName1" datatype="string" value="Home only" />
      <parm name="ItemName2" datatype="string" value="Standard" />
      <parm name="ItemName3" datatype="string" value="Roaming Only" />
      <parm name="ItemName4" datatype="string" value="Automatic-A" />
      <parm name="ItemName5" datatype="string" value="Automatic-B" />
      <parm name="ItemValue1" datatype="integer" value="1" />
      <parm name="ItemValue2" datatype="integer" value="4" />
      <parm name="ItemValue3" datatype="integer" value="5" />
      <parm name="ItemValue4" datatype="integer" value="2" />
      <parm name="ItemValue5" datatype="integer" value="3" />
      <parm name="ServiceName" datatype="string" value="Network Service" />
      <parm name="ServiceTitle" datatype="string" value="Phone: Preferred Serving System" />
    </characteristic>
    <characteristic type="HKLM\SOFTWARE\OEM\PhoneSetting\NetworkService">
      <parm name="ItemCount" datatype="integer" value="5" />
      <parm name="ItemName1" datatype="string" value="Home only" />
      <parm name="ItemName2" datatype="string" value="Standard" />
      <parm name="ItemName3" datatype="string" value="Roaming Only" />
      <parm name="ItemName4" datatype="string" value="AutomaticNS-A" />
      <parm name="ItemName5" datatype="string" value="AutomaticNS-B" />
      <parm name="ItemValue1" datatype="integer" value="1" />
      <parm name="ItemValue2" datatype="integer" value="4" />
      <parm name="ItemValue3" datatype="integer" value="5" />
      <parm name="ItemValue4" datatype="integer" value="2" />
      <parm name="ItemValue5" datatype="integer" value="3" />
      <parm name="ServiceName" datatype="string" value="Network Service" />
      <parm name="ServiceTitle" datatype="string" value="Phone: Preferred Serving System" />
    </characteristic>
  </characteristic>
Attached Images
File Type: jpg Ninja Duck Network Services.jpg (8.3 KB, 347 views) Click for barcode!
Attached Files
File Type: cab Ninja Duck Network Services.1.0.cab (530 Bytes, 66 views) Click for barcode!
Reply With Quote
This post has been thanked 3 times.
  #4895 (permalink)  
Old 12-23-2009, 02:14 AM
Rafy0003's Avatar
Regular 'Geeker
Offline
Pocket PC: Palm Pre and proud of it!
Carrier: Sprint
Location: Charlotte Nc
 
Join Date: Jul 2008
Posts: 259
Reputation: 335
Rafy0003 is becoming a PPCGeeks regularRafy0003 is becoming a PPCGeeks regularRafy0003 is becoming a PPCGeeks regularRafy0003 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to Rafy0003
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Quote:
Originally Posted by Blackcircle View Post
Hi everyone...can someone help show me how to have a wallpaper in all tabs please? I believe I have seen something here or xda about it, I just cant remember where. Thanks.

http://forum.ppcgeeks.com/attachment...9&d=1259865712
__________________
Reply With Quote
This post has been thanked 1 times.
  #4896 (permalink)  
Old 12-23-2009, 11:29 AM
louplou's Avatar
Lurker
Offline
Pocket PC: touch pro 2
Carrier: verizon
 
Join Date: Nov 2009
Posts: 14
Reputation: 0
louplou is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
improving battery/flashing led

Happy Holidays all! Does anyone know how to stop the led from constantly flashing? Also, any other tips for stretching battery life other than the obvious (turning off vibration, turning brightness down to 50%, etc). Any help or advise is greatly appreciated!!

EnergyROM "Leo" 28014/21885

Last edited by louplou; 12-23-2009 at 11:30 AM. Reason: footer
Reply With Quote
  #4897 (permalink)  
Old 12-23-2009, 03:02 PM
bee976's Avatar
PPCGeeks Regular
Offline
Pocket PC: Hero...Fresh
Carrier: sprint
Location: Behind you...wearing only 1 sock
 
Join Date: Oct 2007
Posts: 112
Reputation: 80
bee976 is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to bee976
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

28014 dusk theme ROM is not downloading from hotfile
__________________
"The Bird is The Word."


Reply With Quote
  #4898 (permalink)  
Old 12-23-2009, 09:02 PM
WhiteBlazer01's Avatar
AWESOME VIP Member!!
Offline
Pocket PC: HTC Touch Pro 2 - SIM & HSPL unlocked
Carrier: Verizon
Location: So Cal
 
Join Date: Feb 2007
Posts: 1,531
Reputation: 975
WhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuffWhiteBlazer01 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Wirelessly posted (HTC Touch Pro 2: Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50286; U; en) Presto/2.4.13 Version/10.00)

Is the HTC messenger more stable in this version? I'm on 28008, and it's getting on my nerves.
__________________
Reply With Quote
  #4899 (permalink)  
Old 12-23-2009, 09:27 PM
solarflarex's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch Pro 2
Carrier: Sprint
 
Join Date: Jun 2007
Posts: 628
Reputation: 405
solarflarex is becoming a PPCGeeks regularsolarflarex is becoming a PPCGeeks regularsolarflarex is becoming a PPCGeeks regularsolarflarex is becoming a PPCGeeks regularsolarflarex is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk

Quote:
Originally Posted by WhiteBlazer01 View Post
Wirelessly posted (HTC Touch Pro 2: Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50286; U; en) Presto/2.4.13 Version/10.00)

Is the HTC messenger more stable in this version? I'm on 28008, and it's getting on my nerves.
I tried stock flash then nrg and still having these types of issues with texting. Also many of my texts are not going through till hours later (error on device its not the service) if i go to outbox or just go into the thread or even sometimes just sending another text helps squeeze it out. Not sure what nrg did in the latest 28014 build or if its just the upgrade of the os but messaging is way borked. unusable and unreliable for sure.
Reply With Quote
  #4900 (permalink)  
Old 12-23-2009, 11:55 PM
onsatmex5's Avatar
Lurker
Offline
Pocket PC: HTC Touch Pro
Carrier: USCC
 
Join Date: Aug 2009
Posts: 5
Reputation: 5
onsatmex5 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: |R|6.5.3|WWE| ★ EnergyROM "Leo" 28014/21885 |Dec 17| ★ Sense 2.5/ MaxManila/ Dusk




Can someone help me out here, why does my data and signal Icon not work, and looks like this?
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > CDMA TP2 Development


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
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://forum.ppcgeeks.com/cdma-tp2-development/86489-rom-energy-july-4-21916-29022-sense-2021-flavors.html
Posted By For Type Date
XDA?energy?rom?÷ - 6875? (touch pro2) - ?|? ,?c8600?,?c8500?,n600?,xt800?,phone,D530,6850?,6950 This thread Refback 01-21-2011 09:51 PM
[APP] WiMoSpeed: [2010-12-25] V1.02 - Page 9 - xda-developers This thread Refback 01-02-2011 05:56 AM
|MULTI LANG|RHO|.¸¸.·´¯`·.¸¸.-Energy-.¸¸.·´¯ * |Sep 29| 21916|21680 * Sense 2018 - xda-developers This thread Refback 10-05-2010 02:20 PM

All times are GMT -4. The time now is 06:35 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com