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
  #7291 (permalink)  
Old 08-26-2009, 04:24 AM
khoa_nhi's Avatar
N00b
Offline
Pocket PC: HTC Touch Diamond
Carrier: my friend
Location: Viet Nam
 
Join Date: Aug 2008
Posts: 25
Reputation: 5
khoa_nhi is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to khoa_nhi Send a message via Skype™ to khoa_nhi
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

I needing MSXIPKernel 21844 port for Diamond GSM! HElp!
Reply With Quote
  #7292 (permalink)  
Old 08-26-2009, 04:26 AM
bgill55's Avatar
Halfway to VIP Status
Offline
Pocket PC: omnia i910 Bgill55 Hybrid Rom!
Carrier: VZW
 
Join Date: Apr 2009
Posts: 573
Reputation: 948
bgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuffbgill55 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to bgill55
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

For those that have the Magnifier Disabled and have issues with the tap delay with the SIP and in Opera here is an easy fix, bring an app back from the past! Install Touch response it fixes all issues!!! So easy a cave man can do it!!!
Attached Files
File Type: cab TouchResponse_v0_3_2.CAB (310.5 KB, 8 views) Click for barcode!
__________________
Im not a Genius, but i would love a Guinness!!

If I Helped you in any way, a simple would be nice!

Visit Me Over at http://Omniarom.com And say Hello!
Reply With Quote
  #7293 (permalink)  
Old 08-26-2009, 05:05 AM
ankit360's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Gene
Carrier: BPL
 
Join Date: Jan 2009
Posts: 127
Reputation: 275
ankit360 is becoming a PPCGeeks regularankit360 is becoming a PPCGeeks regularankit360 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 khoa_nhi View Post
I needing MSXIPKernel 21844 port for Diamond GSM! HElp!
search before post http://forum.ppcgeeks.com/showpost.p...postcount=7272
Reply With Quote
  #7294 (permalink)  
Old 08-26-2009, 05:15 AM
bikeandestroyx's Avatar
Mobileunderground.info
Offline
Pocket PC: HD2
Carrier: T-Mobile
Location: Chico, Ca
 
Join Date: Jun 2008
Posts: 3,222
Reputation: 8328
bikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the communitybikeandestroyx is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to bikeandestroyx Send a message via MSN to bikeandestroyx
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by khoa_nhi View Post
I needing MSXIPKernel 21844 port for Diamond GSM! HElp!
the msxipkernal is universal, the oemxipkernel is device specific. Take the oemxipkernel from one of your working Rom folders and replace it with the one in the rom folder for 21844
__________________
Reply With Quote
  #7295 (permalink)  
Old 08-26-2009, 06:31 AM
humrod's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch xl & Diamond
Carrier: Movistar
Location: Madrid
 
Join Date: Sep 2007
Posts: 115
Reputation: 70
humrod is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Follow the instructions about the attributes, I made this inclusion on my createROM.bat:

Quote:
@echo off
REM ================================================== =========================================
echo.
echo.Copying OS.nb.payload...
copy ..\ROM\OS.nb.payload OS.nb.payload > nul
if not "%errorlevel%"=="0" goto error
REM ================================================== =========================================
REM Disabling sign/cert checking by patching xip.bin with cmonex's autopatcher
echo.
..\TOOLS\mytools\autopatcher_v1_cli.exe -cert xip.bin
REM ================================================== =========================================
REM Inserting xip.bin in OS.nb.payload(our device's rom template)
REM implantxip.exe doesn't work if ULDR partition has been TOTALY removed from the OS.nb.payload , so we use msflshtool.exe to do the job
REM If you use an OS.nb.payload with ULDR partition then implantxip.exe will work , so you could use that by moving the REM from the beginning of the "implantxip" cmd line to the "msflshtool" cmd line .
REM echo.
REM ..\TOOLS\implantxip.exe xip.bin OS.nb.payload
REM if not "%errorlevel%"=="0" goto error
echo.
..\TOOLS\msflshtool.exe OS.nb.payload -r xip.bin -p 0
if not "%errorlevel%"=="0" goto error
REM
REM ================================================== =========================================
REM Using imgfs tools to build the *.nb:
REM OS.nb.payload ---[ImgfsFromNb(extracts ONLY the IMGFS part from OS.nb.payload and writes it to imgfs.bin)]---> imgfs.bin
echo.
..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin
if not "%errorlevel%"=="0" goto error
REM 'dump' directory ---[ImgfsFromDump(creates imgfs-new.bin from the 'dump' subdirectory using the imgfs.bin to read the IMGFS header to be used in the imgfs-new.bin)]---> imgfs-new.bin
echo.
..\TOOLS\IMGFS\ImgfsFromDump.exe imgfs.bin imgfs-new.bin
if not "%errorlevel%"=="0" goto error
REM imgfs-new.bin ---[ImgfsToNb(copies all data except the IMGFS partition from OS.nb.payload to OS-new.nb, then adds the IMGFS partition from imgfs-new.bin)]---> OS-new.nb
echo.
..\TOOLS\IMGFS\ImgfsToNb.exe imgfs-new.bin OS.nb.payload OS-new.nb -bigstoragemove
if not "%errorlevel%"=="0" goto error
REM ================================================== ==========================================
attrib S00? +H /S
rem attrib *.* +A -S -H -R
attrib/temp/dump/*.dll +S +H +R
attrib/temp/dump/*.exe +S +H +R
attrib/temp/dump/*.lnk -S -H -R
attrib/temp/dump/*.csv +S +H +R
attrib/temp/dump/*.htm +S +H +R
attrib/temp/dump/*.mui +S +H +R
attrib/temp/dump/*.doc +S +H +R
attrib/temp/dump/*.dat +S +H +R
attrib/temp/dump/*.provxml +S +H +R
attrib/temp/dump/*.xls +S +H +R
attrib/temp/dump/*.xml +S +R
attrib/temp/dump/*_manila +H
attrib/temp/dump/*manil* +H
attrib/temp/dump/*.mid +S +R
attrib/temp/dump/*.vol +S +R
attrib/temp/dump/*.txt +S +R
attrib/temp/dump/*.wav +S +R
attrib/temp/dump/*.wma +S +R
attrib/temp/dump/*.png +H
attrib/temp/dump/*.brn +H
attrib/temp/dump/*.gif +S +R
attrib/temp/dump/*.jpg +S +R
attrib/temp/dump/*.bmp +S +R +H
REM Fix for smartskey.inf
attrib/temp/dump/*.inf -S -R -H
attrib/temp/dump/+A +R +H +S *.provxml
attrib/temp/dump/-H -S -R *.jpg
attrib/temp/dump/-H -S -R *.bmp
ECHO. Fixing Attributes
REM ================================================== =========================================
REM Optional patching the PagePool Size in OS-new.nb
REM This will ONLY work if you patch the S000 of nk.exe module in OEMXIPKERNEL inside \ROM\XIP - Check *ReadMe.txt for info about this section .
REM Find and set the offset responsible for the PagePool Size, select your favorite PagePool Size and remove the REM from the beginning of the cmd line .
REM If you don't, then you could change the PagePool Size after building the ROM by using PagePoolChanger v2.21 .
REM set offset=0x0EAB60
REM echo.PagePool SIze patching (0MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x00,0x00
REM echo.PagePool SIze patching (2MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x20,0x00
REM echo.PagePool SIze patching (4MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x40,0x00
REM echo.PagePool SIze patching (6MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x60,0x00
REM echo.PagePool SIze patching (8MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x80,0x00
REM echo.PagePool SIze patching (10MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0xA0,0x00
REM echo.PagePool SIze patching (12MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0xC0,0x00
REM echo.PagePool SIze patching (14MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0xE0,0x00
REM echo.PagePool SIze patching (16MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x00,0x01
REM echo.PagePool SIze patching (18MB)...
REM ..\TOOLS\mytools\hexalter.exe OS-new.nb %offset%=0x00,0x00,0x20,0x01
REM ================================================== =========================================
echo.
echo.Cleaning Junk...
ren OS-new.nb OS.nb > nul
del imgfs-new.bin > nul
del imgfs.bin > nul
del OS.nb.payload > nul
REM ================================================== =========================================
exit 0
:error
echo.
echo.ERROR! (errorlevel: %errorlevel%)
echo.
pause
exit 1
But still not work. Can someone give a see, and tell me if is wrong?
Thanks in advance
Reply With Quote
  #7296 (permalink)  
Old 08-26-2009, 06:59 AM
twistedconnection's Avatar
N00b
Offline
Pocket PC: XDA II, TyTN II, Xperia X1i, Touch Pro 2
Carrier: Smart, Etisalat
Location: Philippines, UAE
 
Join Date: Mar 2008
Posts: 36
Reputation: 130
twistedconnection is keeping up the good worktwistedconnection is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to twistedconnection Send a message via Yahoo to twistedconnection
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by humrod View Post
Follow the instructions about the attributes, I made this inclusion on my createROM.bat:



But still not work. Can someone give a see, and tell me if is wrong?
Thanks in advance
hi,
if you're using latest bepe kitchen, you should place the attributes after the line tools\platformrebuilder.exe as shown below
Code:
TOOLS\platformrebuilder.exe > build-log.txt
if not "%errorlevel%"=="0" goto error
cd temp\dump
attrib S00? +H /S
rem attrib *.* +A -S -H -R
attrib *.dll +S +H +R
attrib *.exe +S +H +R
attrib *.lnk -S -H -R
attrib *.csv +S +H +R
attrib *.htm +S +H +R
attrib *.mui +S +H +R
attrib *.doc +S +H +R
attrib *.dat +S +H +R
attrib *.provxml +A +S +H +R
attrib *.xls +S +H +R
attrib *.xml +S +R
attrib *_manila +H
attrib *manil* +H
attrib *.mid +S +R
attrib *.vol +S +R
attrib *.txt +S +R
attrib *.wav +S +R
attrib *.wma +S +R
attrib *.png +H
attrib *.brn +H
attrib *.gif +S +R
REM Fix for smartskey.inf
attrib *.inf -S -R -H
attrib +A +R +H +S *.provxml 
attrib -H -S -R *.jpg
attrib -H -S -R *.bmp
ECHO. Fixing Attributes
cd..
cd..

copy tools\kaiser.htcrtproj temp\kaiser.htcrtproj
REM ===========================================================================================
start "Creating ROM..." /D temp /WAIT "%~d0%~p0TOOLS\CreateROM.bat"
if not "%errorlevel%"=="0" goto error
REM ===========================================================================================
regards,

twisted
__________________
..."this is it, we're finally gonna score"...
Reply With Quote
This post has been thanked 2 times.
  #7297 (permalink)  
Old 08-26-2009, 07:34 AM
twistedconnection's Avatar
N00b
Offline
Pocket PC: XDA II, TyTN II, Xperia X1i, Touch Pro 2
Carrier: Smart, Etisalat
Location: Philippines, UAE
 
Join Date: Mar 2008
Posts: 36
Reputation: 130
twistedconnection is keeping up the good worktwistedconnection is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to twistedconnection Send a message via Yahoo to twistedconnection
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

hi,
build 23036 VGA posted in XDA link
also, we'll be anticipating build 21847 link

regards,

twisted
Reply With Quote
  #7298 (permalink)  
Old 08-26-2009, 07:47 AM
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

Me waiting for 21847, i have got a hang of COM2 branch, 230xx is too messy right now, dont have the time to spend ironing out bugs in this one. 21844 currently working great on ma phone
__________________
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

Last edited by krazy_about_technology; 08-26-2009 at 07:50 AM.
Reply With Quote
  #7299 (permalink)  
Old 08-26-2009, 08:13 AM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

what where the GUI changes in 23016\17, neone?? maybe i'm too used to it, building a 21844 to remind myself what "old" looks like.
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid....
Reply With Quote
  #7300 (permalink)  
Old 08-26-2009, 08:21 AM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by MassStash View Post
oh my jeez, i think i'm in love haha differences from 23016/17 brotha? (thaaank you for fast response) Also, you know if 23034 can hold X to close yet, or still dysfunctional like it has been since the new bottom bar thingy??
Yes you can use the hold X function to close down programs still with 23034.
Just tap where the old X used to be.
__________________
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 09:46 AM.


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