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 > Windows Mobile Software
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #7451 (permalink)  
Old 08-30-2009, 01:10 PM
krazy_about_technology's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC P3400i (Gene) (QVGA, OMAP 850 201 Mhz, 64 MB RAM, 128 MB ROM)
Carrier: Idea Cellular, India
Location: New Delhi, India
 
Join Date: Dec 2008
Posts: 154
Reputation: 205
krazy_about_technology is keeping up the good workkrazy_about_technology is keeping up the good workkrazy_about_technology is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to krazy_about_technology Send a message via Yahoo to krazy_about_technology
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Hey Joojoobee666, any new COM2 builds? I am inclined more towards these, as i am having a 200 Mhz, 64 MB RAM device, and these builds run a lot faster on these devices. It feels snappier almost like 6.1. Can you please keep people like us updated too, just a humble request. I am currently on 21844 and its running awesome, although 21840 is slightly better than this one.
__________________
ROM: Today its WM 6.5 build 23519
Blog: http://blog.sumitbhardwaj.co.in
Thanks to Da_G, Ankit360, joojoobee666 and many other friends for all the WM6.5 goodness i am getting and sharing
Reply With Quote
  #7452 (permalink)  
Old 08-30-2009, 01:11 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Ok, here's a clean provxml to get Activesync setup for exchange on boot. Just insert this into a provxml or make it one all by itself.

Code:
<wap-provisioningdoc>
   <!-- Mail2web Settings -->
   <characteristic type="Sync">
            <characteristic type="Connection">
            <parm name="Server" value="mail.xxxx.com"/>
            <parm name="AllowSSLOption" value="0"/>
            <parm name="User" value="username"/>
            <parm name="Domain" value="domainname"/>
            <parm name="Password" value="password"/>
            <parm name="SavePassword" value="1"/>
            </characteristic>
        <characteristic type="Settings">
            <parm name="PeakStartTime" value="0700"/>
            <parm name="PeakEndTime" value="2300"/>
            <parm name="PeakFrequency" value="15"/>
            <parm name="BodyTruncation" value="-1"/>
            <parm name="OffPeakFrequency" value="60"/>
            <parm name="PeakEndTime" value="2100"/>
            <parm name="PeakStartTime" value="0700"/>
            <parm name="SyncWhenRoaming" value="1"/>
              <characteristic type="PeakDays">
                            <parm name="Sun" value="1"/>
                            <parm name="Mon" value="1"/>
                            <parm name="Tue" value="1"/>
                            <parm name="Wed" value="1"/>
                            <parm name="Thr" value="1"/>
                            <parm name="Fri" value="1"/>
                            <parm name="Sat" value="1"/>
                          </characteristic>
        </characteristic>
        <characteristic type="Mail">
            <parm name="Enabled" value="1"/>
            <parm name="MailBodyTruncation" value="-1"/>
            <parm name="MailFileAttachments" value="25600"/>
        </characteristic>
        <characteristic type="Calendar">
                <parm name="CalendarAgeFilter" value="7"/>
            <parm name="Enabled" value="1"/>
        </characteristic>
        <characteristic type="Contacts">
            <parm name="Enabled" value="1"/>
        </characteristic>
     <characteristic type="Tasks">
       <parm name="Enabled" value="1"/>
     </characteristic>
   </characteristic>
</wap-provisioningdoc>
I have my certificate in with my provxml The utility that is used to get the cert is here ->http://blogs.msdn.com/windowsmobile/...-released.aspx Just grab Version 2. Run it with the mail server as option and it will create an xml file with the cert in it. Just copy the crap out of it and drop it into a provxml (just use the same one). Done
Reply With Quote
This post has been thanked 3 times.
  #7453 (permalink)  
Old 08-30-2009, 01:35 PM
blazingwolf's Avatar
VIP Member
Offline
Pocket PC: Samsung Omnia i910
Carrier: Verizon
 
Join Date: Dec 2006
Posts: 2,599
Reputation: 3495
blazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIPblazingwolf is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by joojoobee666 View Post
Ok, here's a clean provxml to get Activesync setup for exchange on boot. Just insert this into a provxml or make it one all by itself.

I have my certificate in with my provxml The utility that is used to get the cert is here ->http://blogs.msdn.com/windowsmobile/...-released.aspx Just grab Version 2. Run it with the mail server as option and it will create an xml file with the cert in it. Just copy the crap out of it and drop it into a provxml (just use the same one). Done
Fantastic!. Thanks.
__________________
Moto Droid
I make ROMs because I like to. If you want to buy me a Pepsi though: Donate

Follow me on mytabletlife.com
Reply With Quote
This post has been thanked 1 times.
  #7454 (permalink)  
Old 08-30-2009, 02:08 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by humrod View Post
About 23405: I have the start button on the up left corner, instead down left corner as usual in last builds. Is this in this way on this build?
+1 I wanted the bottom buttons and start for finger friendly... start didn't happen
Reply With Quote
  #7455 (permalink)  
Old 08-30-2009, 03:10 PM
swampy395's Avatar
PPCGeeks Regular
Offline
Pocket PC: GSM Diamond BlueAngel Himalaya Charmer
Carrier: orange uk
 
Join Date: Nov 2008
Posts: 90
Reputation: 275
swampy395 is becoming a PPCGeeks regularswampy395 is becoming a PPCGeeks regularswampy395 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Hi guys
some time back there was a problem with screenlock the button was at the bottom of the screen?
can anybody tell me what the fix is please,
my button is at the top, but hotspot is at the bottom
thanks in advance
regards
swampy395
__________________
Reply With Quote
This post has been thanked 1 times.
  #7456 (permalink)  
Old 08-30-2009, 03:26 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by swampy395 View Post
Hi guys
some time back there was a problem with screenlock the button was at the bottom of the screen?
can anybody tell me what the fix is please,
my button is at the top, but hotspot is at the bottom
thanks in advance
regards
swampy395
Try these ->http://forum.xda-developers.com/show...67#post4397167

drkfngthdragnlrd fixed these up for something, but I don't know what. Either way, it's just modifying the LS_LockScene_XXXxYYY.cpr files.
Reply With Quote
This post has been thanked 2 times.
  #7457 (permalink)  
Old 08-30-2009, 03:40 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by MassStash View Post
have you checked this out? http://forum.xda-developers.com/showthread.php?t=530710, what's your take on it?
a lil over my head with the setup in the xip i think, as of now, but the concept seems pretty sweet
Ok, just got to looking at it today. I'm sure I can get you Titan XIP with the Extendir stuff added in. Just have to do some manual work on the XIP, but thats no problem. I, myself am not going to play around with it, but if you want to, be my guest. Just let me know if you need a XIP or not
Reply With Quote
This post has been thanked 2 times.
  #7458 (permalink)  
Old 08-30-2009, 04:42 PM
corey1138's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
 
Join Date: Dec 2007
Posts: 175
Reputation: 195
corey1138 is keeping up the good workcorey1138 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to corey1138 Send a message via Yahoo to corey1138
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by joojoobee666 View Post
Ok, just got to looking at it today. I'm sure I can get you Titan XIP with the Extendir stuff added in. Just have to do some manual work on the XIP, but thats no problem. I, myself am not going to play around with it, but if you want to, be my guest. Just let me know if you need a XIP or not
I would be interested in trying it on the titan. Anything to increase performance and battery life since the titian is not likely to get a decent video driver or native 6.5 kernel. Would it work with 23037?
__________________
VZW TP2 WM6.5.x...HTC Sense 2.x... , 8gb SD Card

ipaq2200 - ipaq4100 - ipaqhx2110(wm6.5) - dell axim v3 - motoQ - i760 - xv6800 PPCK 23081

Last edited by corey1138; 08-30-2009 at 04:44 PM.
Reply With Quote
  #7459 (permalink)  
Old 08-30-2009, 05:04 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by corey1138 View Post
I would be interested in trying it on the titan. Anything to increase performance and battery life since the titian is not likely to get a decent video driver or native 6.5 kernel. Would it work with 23037?
Yeah, it should work, but realize, that you will lose even MORE ram using this. There are different levels of cache, but I'll do the 2MB version. It goes all the way up to 16MB.

Gimme me a bit and I'll post a 23037 XIP. No promises on anything though
Reply With Quote
This post has been thanked 1 times.
  #7460 (permalink)  
Old 08-30-2009, 06:23 PM
joojoobee666's Avatar
PPCKitchen Crew
Offline
Pocket PC: Touch Pro 2
Carrier: VZW
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Ok, heres the Titan XIP with Extendir. I can't test, so....

Anyhow, there are 2 XIPs, one without WinCE.NLS, and one with it in case the one without doesn't boot. Hell, they both may not boot....

Also, you will need to replace the boot.rgu in the Titan_Core.rar\ROM\XIP with the one attached here. Make sure you save the original
Attached Files
File Type: rar Titan Extendir XIPs.rar (1.81 MB, 3 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
Reply

  PPCGeeks > Windows Mobile > Windows Mobile Software


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


All times are GMT -4. The time now is 04:51 PM.


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