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


Closed Thread
 
LinkBack Thread Tools Display Modes
  #2361 (permalink)  
Old 01-17-2010, 02:42 PM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by icon123 View Post
Does Calkulin's kitchens use any form of UC custimazation at the end? I need it to run a SDCONFIG.TXT file on my storage card at the end of the rom setup process. Anyone help?

Or does anyone know how to cook in Sashimi or get it to autorun after the rom is firs set up?
It does, you need to modify the lua file in System and use sdautrunuc



Here is how you can make SDAUTORUN compatible with RUNCC:

* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –

chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)

if chk == 1 then

runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)

end

* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:

LOCK:Enabled

CAB: \Storage Card\Cabs\Advancedv3.3.cab

CAB: \Storage Card\Cabs\Keyswop.CAB

Hopefully this will get you going

=)
Attached Files
File Type: zip SDAUTORUNUC2.0.zip (59.6 KB, 10 views) Click for barcode!
__________________
Two Evo's 3D's Running CleanROM 1.2 -8/12/11
BaseBand 0.97.10.0530 | PRI 1.16_003 | PRL 21080 |HWv002
Kernel 2.6.35.10-ck-gd351510dirtyziggy417@infectedrom
If I helped you, please hit the button.

Last edited by mikee4fun; 01-17-2010 at 02:45 PM.
This post has been thanked 1 times.
  #2362 (permalink)  
Old 01-17-2010, 03:02 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: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

How does everyone add their email settings?
__________________
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
  #2363 (permalink)  
Old 01-17-2010, 03:15 PM
a1d2catz's Avatar
PPCGeeks Regular
Offline
Pocket PC: htc pro 2
Carrier: Sprint
 
Join Date: Nov 2008
Posts: 176
Reputation: 885
a1d2catz knows their stuffa1d2catz knows their stuffa1d2catz knows their stuffa1d2catz knows their stuffa1d2catz knows their stuffa1d2catz knows their stuffa1d2catz knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Thankyou so much. I was killing myself trying to figure out what I was doing wrong. I have literally been trying to figure this out for days. I thought I was doing something wrong in porting or missing some instruction. Thanks again..

mikee4funRe: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch
Quote:
Originally Posted by a1d2catz
I have tried to load Da_gs sys/xip 28205 and others into this kitchen without any luck. It builds ok and then on loading in phone I receive a HTCLOG error when software is installing. I am aware that these builds are downloadable through Calkulin's site but I was trying to learn how to port these into the kitchen for future builds coming out. Is there a procedure out there that I am missing? I have read all the porting threads I could find from indagroove, Da_Gs and many other but I am still not getting it. Any help would be appreciated.

The reason you are having that issue is because you need to have Flamerise.tsk in the Base_Lang_0409_DPI_192_RESH_480_RESV_800 folder. Just replace the folder with the one I attached below and it will work.
  #2364 (permalink)  
Old 01-17-2010, 03:29 PM
icon123's Avatar
Regular 'Geeker
Offline
Pocket PC: TP2
Carrier: Verizon
 
Join Date: Oct 2009
Posts: 327
Reputation: 215
icon123 is keeping up the good workicon123 is keeping up the good workicon123 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by mikee4fun View Post
It does, you need to modify the lua file in System and use sdautrunuc



Here is how you can make SDAUTORUN compatible with RUNCC:

* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –

chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)

if chk == 1 then

runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)

end

* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:

LOCK:Enabled

CAB: \Storage Card\Cabs\Advancedv3.3.cab

CAB: \Storage Card\Cabs\Keyswop.CAB

Hopefully this will get you going

=)
Awesome, can't wait to try. Thanks for taking the time to understand what I needed.

Quote:
Originally Posted by corey1138 View Post
How does everyone add their email settings?
I use Sashimi to export some registry settings and my exchange mail settings, then once I install a new rom, I run Sashimi and it sets up my email, registry settings and installs cabs. The above is trying to help me get Sashimi to autorun after the rom sets up.
  #2365 (permalink)  
Old 01-17-2010, 03:39 PM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by a1d2catz View Post
Thankyou so much. I was killing myself trying to figure out what I was doing wrong. I have literally been trying to figure this out for days. I thought I was doing something wrong in porting or missing some instruction. Thanks again..

mikee4funRe: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch
Quote:
Originally Posted by a1d2catz
I have tried to load Da_gs sys/xip 28205 and others into this kitchen without any luck. It builds ok and then on loading in phone I receive a HTCLOG error when software is installing. I am aware that these builds are downloadable through Calkulin's site but I was trying to learn how to port these into the kitchen for future builds coming out. Is there a procedure out there that I am missing? I have read all the porting threads I could find from indagroove, Da_Gs and many other but I am still not getting it. Any help would be appreciated.

The reason you are having that issue is because you need to have Flamerise.tsk in the Base_Lang_0409_DPI_192_RESH_480_RESV_800 folder. Just replace the folder with the one I attached below and it will work.
No problem, give me a thanks on the button! =)
This post has been thanked 2 times.
  #2366 (permalink)  
Old 01-17-2010, 03:59 PM
mswlogo's Avatar
VIP Member
Offline
Pocket PC: EVO 4G
Carrier: Sprint SERO Premium
Location: MA, USA
 
Join Date: Jun 2007
Posts: 1,330
Reputation: 970
mswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuffmswlogo knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by mikee4fun View Post
That is weird you are having exchange issues on V1.4. I am running exchange 2003 and using 23518. Did you go back to the old kernel or are you using the new kernel win the v1.33 kitchen?
Every time I use V1.4:

Exchange does work but it just quits in the middle of first sync and I hit sync again and it picks up where it left off with no error. I have about 500 contacts it syncs. After first sync it syncs normally. It's acts as if it has a quota or something.

Battery gets eaten with blue tooth on at boot.

Headset doesn't like to pair but eventually does.

Bluetooth/VoiceCommand is a little laggy (but very usable).

Lots of other little quirks that magically go away when I use V1.33

Using the same 23518 SYS from V1.4 on V1.33 and the same .ERV file all those problems go away.

I've gone back and forth 1/2 dozen times.

I also tried updating the OEMXIPDrivers (from those posted) in 23518 in V1.4 and that made no difference at all.

I'm back on V1.33 and I have a very solid ROM. I left Battery Monitor on while it went to sleep. Woke it up and it was using 21ma with bluetooth and data on !!! Whoo hooo, love it.

I'll wait to see what Calkulin comes up with on the next release.
__________________
EVO 4G, Stock Sprint ROM, ProClip in Car, Sony HBH-300.
  #2367 (permalink)  
Old 01-17-2010, 04:15 PM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by mswlogo View Post
Every time I use V1.4:

Exchange does work but it just quits in the middle of first sync and I hit sync again and it picks up where it left off with no error. I have about 500 contacts it syncs. After first sync it syncs normally. It's acts as if it has a quota or something.

Battery gets eaten with blue tooth on at boot.

Headset doesn't like to pair but eventually does.

Bluetooth/VoiceCommand is a little laggy (but very usable).

Lots of other little quirks that magically go away when I use V1.33

Using the same 23518 SYS from V1.4 on V1.33 and the same .ERV file all those problems go away.

I've gone back and forth 1/2 dozen times.

I also tried updating the OEMXIPDrivers (from those posted) in 23518 in V1.4 and that made no difference at all.

I'm back on V1.33 and I have a very solid ROM. I left Battery Monitor on while it went to sleep. Woke it up and it was using 21ma with bluetooth and data on !!! Whoo hooo, love it.

I'll wait to see what Calkulin comes up with on the next release.

Ahh, well, I do not sync exchange contacts. I don't have any other issues but have not seen that low of a current discharge. Going to play around some more with the older kitchen. =)
  #2368 (permalink)  
Old 01-17-2010, 06:02 PM
icon123's Avatar
Regular 'Geeker
Offline
Pocket PC: TP2
Carrier: Verizon
 
Join Date: Oct 2009
Posts: 327
Reputation: 215
icon123 is keeping up the good workicon123 is keeping up the good workicon123 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Quote:
Originally Posted by mikee4fun View Post
It does, you need to modify the lua file in System and use sdautrunuc



Here is how you can make SDAUTORUN compatible with RUNCC:

* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –

chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)

if chk == 1 then

runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)

end

* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:

LOCK:Enabled

CAB: \Storage Card\Cabs\Advancedv3.3.cab

CAB: \Storage Card\Cabs\Keyswop.CAB

Hopefully this will get you going

=)
After I make the above additions, I keep getting an 'error loading script file' and it doesn't go away. It also doesn't run or finish running the runcc script since I can tell not everything is finalized. Was I suppose to do something with that attachment?
  #2369 (permalink)  
Old 01-17-2010, 06:06 PM
mikee4fun's Avatar
VIP Member
Offline
Pocket PC: Touch Pro 2/8525 Unlocked Hermes
Carrier: Sprint/T-Mobile
Location: SF Bay Area, California
 
Join Date: Dec 2006
Posts: 1,445
Reputation: 3384
mikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIPmikee4fun is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via ICQ to mikee4fun Send a message via AIM to mikee4fun Send a message via MSN to mikee4fun Send a message via Yahoo to mikee4fun Send a message via Skype™ to mikee4fun
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

Found an easier way to do UC on Calkulin's kitchen using RunCC. There are a couple of ways this can be done. Now you can only install cabs and you cannot use the copy command to copy over files. But hey, its a start. =P

Go into your config_operator.txt file located in \Calkulin's Visual WVGA Kitchen v1.xx\EXT\Touch_Pro2\Common\Packages\

When you open the file you will see

LOCK:Enabled
CFG: \Windows\Manila.txt
CFG: \Windows\Config.txt
CAB: \Windows\Calkulins_Touch_Pro2_Tweaks.cab
XML: \Windows\Start_Menu.xml
LOCK: Disabled

You can then modify it like the following and it will install the apps. Take note, I put a space between the LOCK: Disabled on this post other wise I get Do not put a space between these. =)

LOCK:Enabled
CFG: \Windows\Manila.txt
CFG: \Windows\Config.txt
CAB: \Windows\Calkulins_Touch_Pro2_Tweaks.cab
CAB: \Storage Card\Cabs\Fart Machine V2.cab
CAB: \Storage Card\Cabs\HYP2010_OPERA_TWEAKS.cab
CAB: \Storage Card\Cabs\MiniV9b2.cab
CAB: \Storage Card\Cabs\palringo_v2_1.CAB
CAB: \Storage Card\Cabs\RSASecurID.cab
CAB: \Storage Card\Cabs\GoogleMaps.cab
CAB: \Storage Card\Cabs\DinarSoftHandySwitcher_Demo.cab
XML: \Windows\Start_Menu.xml
LOCK: Disabled

READ BELOW

*******The above works but word of warning, set your cab directory as read only after you have it set up, otherwise your cabs get deleted!*********

Last edited by mikee4fun; 01-17-2010 at 06:17 PM.
  #2370 (permalink)  
Old 01-17-2010, 06:08 PM
MightyMike's Avatar
Retired Staff
Offline
Pocket PC: HTC Desire
Carrier: Telus Mobility
 
Join Date: Aug 2008
Posts: 6,519
Reputation: 78921
MightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation levelMightyMike can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [ Kitchen ][ 1-11 ][ v1.4 ][ 23518 / 21888 / 21056 ] Calkulin's Visual WVGA Kitch

this command should be runcustomer, as if default it doesn't find the .txt its going to error out if i'm not mistaken.



Quote:
Originally Posted by mikee4fun View Post
It does, you need to modify the lua file in System and use sdautrunuc



Here is how you can make SDAUTORUN compatible with RUNCC:

* Open RUNCC Package and open Runcc.lua in Notepad and add the below code at the end –

chk = oem.checkfileexist(“\\Storage Card\\Sdconfig.txt”)

if chk == 1 then

runcc.addrun(“RunDefault”, “run”, “\\Storage Card\\SDconfig.txt”)

end

* Now Remove the Reset command from the end of SDCONFIG.txt as the reset is controlled by RUNCC registry. Here is how the SDCONFIG.txt can be like:

LOCK:Enabled

CAB: \Storage Card\Cabs\Advancedv3.3.cab

CAB: \Storage Card\Cabs\Keyswop.CAB

Hopefully this will get you going

=)
__________________
Closed Thread

  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


All times are GMT -4. The time now is 08:03 AM.


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