Advanced ext.rom config - del or move files from cmd line - Upgrading, Modifying and Unlocking

Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo

I know copy and execute exe's but not delete or move, perhaps you could (if you program at all) write a very basic ppc app to move/delete the files and run that with extrom installation

I'm kind of a developper, but never tried myself to ppc world ^^
And.... I unfortunately miss time right now to learn that, so I would rather find a nice little .exe to do that for me
Thanks anyway !

lastnikita said:
Hi mates,
I'm currently modifying my ext.rom to install and configure every app I use, but also to configure windows itself. I managed to find a workaround for almost every issue I got, but I'm still stuck with one thing ^_^
Does anyone know a cmd-line tool to delete/move some files ?
So as I can include a batch in my extended rom installation, as I want my start menu re-organised.
Thank you for your answers !
niKo
Click to expand...
Click to collapse
After disassembling autorun.exe I found some interresting strings which would seem that besides the known commands:
Show
Exec
cab
copy1 and copy2 (copy&paste)
Lock
Reset
It could also delete, and some more usefull stuff:
Code:
(Ignore the "a"; its added by the disassembler)
aAutoruncfg 000160CC
aAutoruntype 00016618
aBkl1 000165F0
aCab 00016190 ; install Cab
aComm 000160E4
aComm_0 00016654
aCpy1 00016160 ;copy
aCpy2 00016154 ;paste
aDelete 0001601C
aDelloadvdiskfl 00016630
aDisabled 000162F0 ;Flag
aEnabled 000162E0 ;Flag
aExec 00016178 ; execute an EXE
aExtended_romAu 00016090
aForceremove 00016040
aHide 0001613C ;Hides installer, depends on enabled and Disabled
aLock 00016148 ;Lock unit during install, depends on enabled and Disabled
aNoremove 0001602C
aNouiS 00016288
aOpen 000162C8
aProgramFilesTo 000161A0
aReset 000162D4 ;flag trailing "RST"
aRst 0001616C ;reset command depends on "Reset"
aS 0001627C
aSLoadvdisk_lnk 00016528
aShow 00016184 ;show background image during install
aTurnradioflag 000165FC
aVal 00016058
XML:
Is another command, usage, unknown
Hope these strings help you building your perfect extended Rom.
You could Write a testfile eg.: test.txt and test2.txt to your extended rom of your device (because this file stays during hard reset), make a config.txt only containing the line:
Code:
Forceremove: \Extended_ROM\test.txt
Delete: \Extended_ROM\test2.txt
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2

the-equinoxe said:
After disassembling autorun.exe I found some interresting strings
Click to expand...
Click to collapse
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
the-equinoxe said:
Otherwise try:
Code:
Exec:\windows\DeleteFile.exe \Extended_ROM\test.txt ; <- this one most defenatly works!!!
TESTED on Faria's AKU 3.3 V2
Click to expand...
Click to collapse
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.

lastnikita said:
Very interesting indeed ! But unfortunately I couldn't manage to make them delete my files..... What I tried :
Forceremove:Enabled
Delete: \path\file
Forceremove: \path\file
None of that worked out.
THIS IS THE FILE I NEED !!!! It looks like it's not a standard OS file, I guess Faria had it integrated into a cooked rom, so..... PLEASE ! anyone having that rom could send it to me ?
Thanks for your answers, it's been very helpfull.
Click to expand...
Click to collapse
I have build you an installation Cab.
Good Luck!

Thanks a lot mate
If one day you need help with anything, just let me know.
Cheers

Glad to be at service.
That is what this forum is all about: spreading and sharing knowledge and helping eachother..
We are all a bunch of hippies
(well almost..)

Related

[On Hold] ◄ HyperCore Kitchen v2 ► MULTIDEVICE

HyperCore
PUBLIC BETA​
The most complex KITCHEN a begginer cook may ever need.
Easy to use but also very complex, it can be usefull to anyone.
Why ask and wait for others to make the perfect ROM for you when you got the power to do it yourself ?
~. Base ROM .~​* NO BASE ROM ! but ANY ROM !
~. Best part .~​* IT USES TADZIO TOOLS
* YOU CAN OPTIMISE EXE's and DLL's, SO IF YOU WANT EVEN MORE SPACE, YOU'LL GET IT
* IT CAN BE USED ON ANY DEVICE WITH VERY LITTLE MODIFICATIONS !!!!!
* NO LONGER LIMITED BY ANYONE OR ANYTHING.
* YOU CAN COOK ANY ROM YOU LAY YOUR EYES ON VERY EASY
* IT HAS ADVANCED ERROR CHECK
~. It will install .~​Core folder on the system drive. Some tools and settings required.
HyperCore folder on the Desktop. There is your kitchen. You can move it wherever you want.
The place where you actually use it is HyperCore\Panel.
~. How To .~​- First of all edit the file named "Device.txt" located on the "Core\ACK\" folder located on systemdrive (mostly drive C:\)
Edit as following.
If you have a :
HTC Wizard : " set device=Wizard "
HTC Hermes : " set device=Hermes "
HTC Artemis : " set device=Artemis "
HTC Herald : " set device=Herald "
HTC Universal : " set device=Universal "
HTC Trinity : " set device=Trinity "
HTC Prophet : " set device=Prophet "
Click to expand...
Click to collapse
Save it and then you're good to go.
It's much similar to the old Core kitchen...so those of you who used it ...will feel comfortable with it. Regenerated batch scripts, better, and i hope bug free.
~. Guides .~​* Hermes Cookbook - THANKS to sambartle
* My Way of cooking
* How to ADD/REMOVE programs -THANKS to mfrazzz
~. Notes .~​Since this is still a public BETA, I await your problems/ideas/concepts.
If you spot a bug, i suggest to send me a PM as well as a post on the thread.
I suggest having a ROM to make a backup in case you do something wrong
I created and tested this tool for WindowsMobile 6 , but WM5 should work OK too.
~. Download .~​
RapidShare
Special thanks :
* Papamopps - for real support
* nandlal_mk - for answering questions and DSM editor
* mfrazzz - for being a calm, intelligent and helpful person
* mUn - for finding the time to answer some of my questions
* molski - for i started working on his tools and still used some of them
* Tadzio - for his tools and patience
* bepe - for his tools
* the-equinoxe - for his splash-screen tools
* naboleo - for his initflashfiles generator
* dutty - for his NBH Tool
few others that surely i forgot to mention Sorry..
Great, Thanks.
I'm going to test....
Sounds just the job.... great work, thanks
Hi,
Just downloaded from RapidShare and Sophos Antivirus shows this file contains Mal/Packer virus for the following file:
Hex Workshop 4.23\4.x.exe
Any ideas?
Thanks
Msuk
msuk said:
Hi,
Just downloaded from RapidShare and Sophos Antivirus shows this file contains Mal/Packer virus for the following file:
Hex Workshop 4.23\4.x.exe
Any ideas?
Thanks
Msuk
Click to expand...
Click to collapse
I've just installed and no Virus found with Symantec Corporate 11...
Perhaps a false possitive...
msuk said:
Hi,
Just downloaded from RapidShare and Sophos Antivirus shows this file contains Mal/Packer virus for the following file:
Hex Workshop 4.23\4.x.exe
Any ideas?
Thanks
Msuk
Click to expand...
Click to collapse
I have installed Zone Alarm and NOD 32 Antivirus...and i found nothing ...but you can delete that file
I should of deleted it but i forgot
msuk said:
Hi,
Just downloaded from RapidShare and Sophos Antivirus shows this file contains Mal/Packer virus for the following file:
Hex Workshop 4.23\4.x.exe
Any ideas?
Thanks
Msuk
Click to expand...
Click to collapse
I also scanned the download with Zonealarm Vista Beta but no virus detected
Am I right, that i now could use any rom and cook my own rom, also with my native language? Could i use the SYS and OEM Folder from bepe's ROM Kitchen "German" to have a german language ROM? Maybe you could write an tutorial for this ?!
There is a tutorial on how to use this kitchen in the Help folder
I read that, there's nothing mentioned about changing the language in the rom. I'm not into that stuff so deep, that i know WHAT i need to replace to have the language changed, so i asked.
Is there any way to change .nbh file once you have extracted the files from the rom you have downloaded?
D
djstegges said:
Is there any way to change .nbh file once you have extracted the files from the rom you have downloaded?
D
Click to expand...
Click to collapse
I don't think i understand what you mean
Well, a really nice Kitchen, even for a beginner like me, it's very easy to change things. The only real thing i would like to know is changing the language of the OS. This isn't covered in your Help file, but i guess this would be a nice guide to do.
anichillus said:
I don't think i understand what you mean
Click to expand...
Click to collapse
hello
from nbh. to nbf.?
we need to put in source folder the nbf. file!
when i ext i get nbh. file
This is great! thanks, I'll give it ago over the weekend
mordof said:
hello
from nbh. to nbf.?
we need to put in source folder the nbf. file!
when i ext i get nbh. file
Click to expand...
Click to collapse
what did you downloaded ?
Just put the .nbh in the source folder...mabe i missed typing the right question
edit : No, i did not missed the right question ... mabe you downloaded the HTC Wizard edition...
sorry delete
I created my first rom and didnot test yet. If i deleted all the unnecasary like the sound files,audiofiles,movie files,tsks and exe.s i dont need does it automatically make more free storage space? how do i make it big storage?
vbguru613 said:
I created my first rom and didnot test yet. If i deleted all the unnecasary like the sound files,audiofiles,movie files,tsks and exe.s i dont need does it automatically make more free storage space? how do i make it big storage?
Click to expand...
Click to collapse
I used tadzio's chain tools ...so basically ...you're done
thats to f-in easy

[PRJ]Start Kit. Kitchen. Based at official stable release (479.3WWE). UC Ready.

Just start kit. For further cooking.
Based at official release (and stable, I hope,- don't like to be beta-tester for HTC "in the dark").
It's new way for me (just began to use WinMob by Diamond), so don't bite me too much
Don't forget about Hard-SPL!
Few cosmetic changes & a little tweaked. UC ready.
In OEM left TouchFlo only.
In SYS out: OneNote, PowerPoint, WindowsLive, Help & other rubbish.
In "Install" folder - example only. You can change it to your own provider (look to OEM\CONNECTIONSETUPDB - password I found at XDA) or just use ConnectionSetup.
The most tweaks - in OEM\xxxconfig
Be careful to finish.xml - it's important file!
(return to "Internal Storage". Manila start including in this file too. You can customise it up to you. Same as *.rgu in this folder)
To find the bugs&errors better together, I think
Ideas&remarks - welcome!
It's OPEN PROJECT.
Kitchen: http://rapidshare.com/files/143594363/WWE_1.93.479.3_kitchen.zip
Example ROM (with pass for provision.zip):
http://rapidshare.com/files/143600258/1.93.19965.Light.rar
For make the same - just press !COOK.CMD in the kitchen.
Lighted packages:
http://rapidshare.com/files/144298572/PACKAGE_Diamond_PhoneCanvas.RAR
http://rapidshare.com/files/144138802/PACKAGE_Diamond_QuickGPS.RAR
The trick - in change heavy bmp files to compressed/indexed png.
And patched dll/exe, for use another files.
Not sure about using system resources in this way - up to you. Try.
Changes: http://rapidshare.com/files/144298443/changes_to_kitchen.rar
(Corrected ROM container: 19965 now. Was 20273 - just mistake. And help engine)
can I just install your rom on my Diamond?
Would like to try it, but dont want to fool around with the Kichen stuff
Been reading much on cooking the last days. This looks like a good start!
Thanks for sharing. Hope I can create my own Diamond ROM from here. If it's good enough for some of my friends I will share it on XDA as well
teddyen66 said:
can I just install your rom on my Diamond?
Click to expand...
Click to collapse
Not see the reason - only base functions.
You are right, but it's the fastest ROM I've ever tried
But like you said, it's very basic. Camera is not working, so you need to add all these yourself.
Now watching the kitchen files.. .."WinRAR gives the following message: Invalid or corrupt authenticity information"
It does seem to extract just normal. Is the RAR file save?
update: You might even remove the Office part from the light ROM??
mccune said:
Now watching the kitchen files.. .."WinRAR gives the following message: Invalid or corrupt authenticity information"
Click to expand...
Click to collapse
Hm. "Top" level - zip. Inside - rar. Going to try download back. May be corrupted...
No, everything OK to archive.
I use rar v.3.71
mccune said:
You might even remove the Office part from the light ROM??
Click to expand...
Click to collapse
Word & Excel till alive
mccune said:
You are right, but it's the fastest ROM I've ever tried
Now watching the kitchen files.. .."WinRAR gives the following message: Invalid or corrupt authenticity information"
It does seem to extract just normal. Is the RAR file save?
Click to expand...
Click to collapse
Its 7-Zip i think extracts ok
I will give this a try, other kitchens didn't work out for me very well.
Thanks man ...
Help system
I think idea to remove the help system absolutely is not the best.
Sometimes apps need it for normal work. May keep help engine alive?
Any opinions?
Please tell me one usefull hint that's provided to you because of the Help function?
For me it's wasted space on every device I've owned. If I encounter any problem they go beyond the help files
Looks pretty complicated with no real guide, will look into other kitchens!
I talk about engine (hwhelp) only. The most help files - "dead cargo", of course.
After try to push "help" button at some apps - error, could make system unstable.
P.S. made two "light" packages. ( see in the first post).
It use a little less memory, I hope.
Congratulations for this new project! If you need any help about a multilanguage (Italian) version... I'm ready!
sev7en said:
Congratulations for this new project! If you need any help about a multilanguage (Italian) version... I'm ready!
Click to expand...
Click to collapse
Thanks for support
I think, change the locale - it's only change the *.mui & may be other files in folders *_0409. Change to Italian locale - _0***, don't know exactly.
Could you try it?
Found the mistake - "alien" rom container (from 20273) in the kitchen.
Just accident.
May be it's nothing, but...
- in the first post + hwhelp.exe: changes_to_kitchen.rar
Tricks
Stop unused services (functional don't loose) - will start on demand:
[HKEY_LOCAL_MACHINE\Services\BTAGSVC]
"Flags"=dword:00000004
[HKEY_LOCAL_MACHINE\Services\BthAsPlugin]
"Flags"=dword:00000004
[HKEY_LOCAL_MACHINE\Services\BTHIDSVC]
"Flags"=dword:00000004
[HKEY_LOCAL_MACHINE\Services\OBEX]
"Flags"=dword:00000004
[HKEY_LOCAL_MACHINE\Services\QuickGPS]
"Flags"=dword:00000004
[HKEY_LOCAL_MACHINE\Services\WirelessService]
"Flags"=dword:00000004
It's THE SAMPLE. (but I use it)
May stop any more? Biotouch, for example?
------------------------------------------------------------------------
Start HTCVolumeControl.dll without taskmanager, or if you use another TM:
[-HKEY_CURRENT_USER\Software\HTC\BootLauncher\Services\HTCVOLUME]
[HKEY_LOCAL_MACHINE\Services\HTCVOLUME]
"Dll"="HTCVolumeControl.dll"
"Order"=dword:0000000c
"Index"=dword:00000000
"Info"=dword:00000000
"Prefix"="VOL"
Tested on Raphael VolumeControl
------------------------------------------------------------------------
Somebody can explain how to (EXACTLY! step by step) change OS, XIP, SYS in this kitchen? I've read a lot of tutorial but I didn't understand how...
In example, I've got:
1) this kitchen and this "base" rom
2) another diamond rom with 20748 xip build.
If I would to update OS, XIP and SYS to newer, what I have to do?!
GriFolle said:
Somebody can explain how to (EXACTLY! step by step) change OS, XIP, SYS in this kitchen? I've read a lot of tutorial but I didn't understand how...
In example, I've got:
1) this kitchen and this "base" rom
Click to expand...
Click to collapse
You don't neet "base" rom (or what you mean?) it's example only.
If you talk about rom\os.nb in the kitchen - it's just container for rom, which is empty.
GriFolle said:
2) another diamond rom with 20748 xip build.
If I would to update OS, XIP and SYS to newer, what I have to do?!
Click to expand...
Click to collapse
Just delete oem, rom, sys & make you own "tree"
Thanks for your very QUICK reply Modilv!
So, I have just to take the parts of (maybe more) diamond romS that I need (including OS.nb??) and put theme in your kitchen..?
So simple?!
PS: no "porting" xip or something like that?
TIA
It't not "my" kitchen (just add bepe's utility to final step)
I made the "tree" only.
You can do the same.

Problem: Re-cooking personal ROM (saving sounds and volume control)

I've been reading an gathering information for weeks now to build my own personal ROM. Since I'm unable (at the moment) to build one from scratch
Somehow it doesn't seem to work for me and I could not find an answer to my problems. I really hope some ROM Guru is willingly to help me out here.
I've used the Diamond Kitchen to extract the NBH files. And like it should it creates the OEM and SYS folders when you don't use protected ROM's like Dutty's, Swtos or Bepe's.
I've tried multiple ROM's to rebuild for my personal needs. And here are the most common problems I've encountered:
- Diamond (or Raphael) Volume Control does work. Even when it's included correct in the ROM. Reinstalling Volume Control after flasing using a CAB does work strange enough.
- The sound settings panel won't close after changing sounds.
ROM's I've tried to personalize:
- Panosha
- TOR (SubZero)
- SwiftBL
- VIC Lite
- And probably a few other ROM's I managed to extract (using the kitchen).
I've read some threads about the same problems but they seem to be part of a ROM thread instead of a specific "cooking thread". That's why I started it here.
Do you experience the same problems or do you have some good ideas than please let the rest of us know
I have the same problem
Everything seems OK, except the damned sound configuration.
If someone has an answer, we would appreciate it very much.
Thanks in advance...
Thanks for you reaction. Concerning the Volume Control, there is a way to get this to work. Just add a CAB that you call using the config.txt.
It's not ideal but it should work.
Unfortunately this procedure can't be repeated for the sound setting panel
I played with it a lot and even if I do nothing with the ROM, this sound config problem occurs. I extract the ROM and then rebuild it without modifying anything. This looks like a kitchen problem I thought.
I use Surface Kitchen v1.01. You another one, so this is a little confusing
Edit:
Maybe we can do the same without using those settings but direct in the registry?
Someone knows those keys?
Been using Kitchen 1.0.1 for a couple of days now as well. Updated the programs that were out of date. Did not help.
I also get always this error, could it be the cause?
iXiR said:
I also get always this error, could it be the cause?
Click to expand...
Click to collapse
HI iXiR
I also get the same error every time. I can not even cook the packages made with package creator. Some times I succeed but at the end it saye User.hv / custom.hv not found. Any idea?
thanks
tararura said:
HI iXiR
I also get the same error every time. I can not even cook the packages made with package creator. Some times I succeed but at the end it saye User.hv / custom.hv not found. Any idea?
thanks
Click to expand...
Click to collapse
Well, most of the times this fault is there, its a mistake with your new or edited rgu file like \\ or forgotten empty last row.
regards
Anja31
I recommend you guys try cooking the 1.93 official ROM .., i cooked a personal one for me .. no problems at all
iXiR said:
I also get always this error, could it be the cause?
Click to expand...
Click to collapse
this error is because you also have xip directory already listed in ur kitchen, so when the operation reaches that part of extracting the xip it dumps the xip and .dsm a.rgus, so basically a duplicate I dont use this kitchen but you can always press y to overite all
- The sound settings panel won't close after changing sounds.
Click to expand...
Click to collapse
Try adding this one to your registery:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\LSOMACORE]
"Dll"="LsOmaCore.dll"
"Prefix"="DRM"
"Index"=dword:00000001
reset and you will be able to change the ringtone/press ok on your sound settings
To make it work while cooking, just place this in a RGU file so it will be implemented in the ROM
Thanks will try that one as soon as I can.
Had one crazy thought. Since there are some replies from some real cookers here I was wondering about the next thing.
At the moment I always select option "1" in my kitchen. So I don't rebuild it (option "2"). It shouldn't but is it possible to have more success when using option "2"?
I tried all variants....
select 1 (yes) -> Access denied
select 2 (no) -> the message will appear for a lot of files... even when you always select 2 the ringtone panel won´t work
select 3 (all) -> access denied
So IMO it has no impact, which option you take...
I choose "1". I just want to cook the ROM.
Ah.. now I understand what you mean... the question at the beginning...
of course you have to select "1"...
I talked about the overwriting question (screenshots in post before)
First of all: thanks for this thread...I was going crazy with this issue..!
Has anyone tryied the reg.key posted before?
PS: @maccune...did you tryied to recook swiftbl?! How?! Is it not a protected rom??
Might be wrong about SwiftBL. Tried so many that I could be mixing them up
Tried so many because I hoped there would be one that would work just fine.
If it was up to me I'd use TOR v5 since it's basic and still a Diamond build.
Also the cooker told he didn't mind if people would use his ROM as a base ROM for your kitchen
duttythroy said:
this error is because you also have xip directory already listed in ur kitchen, so when the operation reaches that part of extracting the xip it dumps the xip and .dsm a.rgus, so basically a duplicate I dont use this kitchen but you can always press y to overite all
Click to expand...
Click to collapse
Hi dutty, what do you use to cook and protect your rom ? a made home version ?
Sorry, wrong thread...
Caspertje19 said:
Try adding this one to your registery:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\LSOMACORE]
"Dll"="LsOmaCore.dll"
"Prefix"="DRM"
"Index"=dword:00000001
reset and you will be able to change the ringtone/press ok on your sound settings
To make it work while cooking, just place this in a RGU file so it will be implemented in the ROM
Click to expand...
Click to collapse
Wohoooooooo!
It works... really great... perfect...
I also was going crazy to this issue....
now its solved.....
thx a lot.....
BUT: Another question: How can I add this as RGU File to ROM?

Samsung SGH-i780 (and any other WM device for that matter!): Learn how to cook ROMS

Hi guys,
I decided to open a blog which explains how to cook roms for the i780. There are very few chefs, and cooking is a really hard science to learn without help! So, I decided that I take the time and write posts so that everyone could learn the process in a methodical manner and cook roms in the future!
I'd slowly write posts explaining each step of the process in detail, so that we can have more people learning how to cook and make the i780 community more happening
Head over to this URL to check out the first few posts -
http://i780romdev.blogspot.com
Update:
Attached core kitchen tools that you'll need to use! Enjoy!
cheers
San
I never was a fan of this forum, not sure why, maybe because I use a ASUS P527 and there are not proper instructions on how to create a custom ROM, I appreciate your taking the initiative
I think its good fun to try and figure out things on your own
Non-HTC devices do have a very small fan base unfortunately....and ironically, HTC makes the crappiest devices imo (highly crash prone, buggy, lousy drivers, useless qualcomm processor)!
You can apply the same tools and techniques even to cook asus roms....its not all that different
cheers
wooooooow thanks a lot buddy finally we have it also !!!
when will u release part 3? and also can u give the links of programs? like pkgtools_? coz i tried to download it from somewhere else and it had virus
benveq said:
when will u release part 3? and also can u give the links of programs? like pkgtools_? coz i tried to download it from somewhere else and it had virus
Click to expand...
Click to collapse
hi m8!
i'll try and upload the set of tools shortly. You can get it in any of the kitchens posted for the i780 here. I'll however consolidate them and add it in this post as an attachment!
Part 3 - very soon
cheers!
You guy thanks for sharing your experience at cook ROMS,I whink I need this for my SmartPhone.
Hey guys, just dropped the next part of the series on the blog. Check out http://i780romdev.blogspot.com
Of course, the same theory, tools and understanding goes to cook for any other device too
cheers
kitchen tools attached in the first post.
enjoy
dreamtheater39 said:
Hey guys, just dropped the next part of the series on the blog. Check out http://i780romdev.blogspot.com
Of course, the same theory, tools and understanding goes to cook for any other device too
cheers
Click to expand...
Click to collapse
yeah, now i am reading part 3 and u really teach very well! i think i will cook my own room soon with ur help i wanna ask a question if i dont want ms office and internet explorer in my rom which folders should i delete? i wanna add different office program
benveq said:
yeah, now i am reading part 3 and u really teach very well! i think i will cook my own room soon with ur help i wanna ask a question if i dont want ms office and internet explorer in my rom which folders should i delete? i wanna add different office program
Click to expand...
Click to collapse
To remove a package, you can get rid of the corresponding folders in your SYS folder. But its not recommended that you knock off office/ie as they might be referenced within other apps. You can always take it off, build a rom and see if everything works fine
For example, to remove IE, just delete your Browsing, Browsing_DPI_xx and Browsing_Lang_XXXX, BROWSINGCORE, browsingie, browsingie_LANG_XXXX folders. That should get rid of IE for you! Then you need to recreate your bin!
cheers
thanks a lot for kitchen tools and ur explanations! i read ur blog all the time great work!!
The next post is up
cheers
dreamtheater39 said:
The next post is up
cheers
Click to expand...
Click to collapse
yes i read it, and u r teaching with examples it is great
i have two problems while i am using ervius pkgtools
1. when i open dumo folder it shows
[Missing Manifests]
(Maybe):\ROM\XIP\45116509-e364-4775-9098-c25f0b1fbac2.dsm
(Maybe):\ROM\XIP\d92a4f0a-378a-4482-8fd3-bd127a05e4de.dsm
(Maybe):\ROM\XIP\723fb954-d931-4348-b672-82a188e587b5.dsm
(Maybe):\ROM\XIP\1a22bb67-d4c4-7bb4-c5d2-75cb3a85c45b.dsm
(Maybe):\ROM\XIP\449da4ef-e9c1-5cb4-2ec5-fb9b4c27a865.dsm
are these important dsm files?
2. when i press build packages it gives this error:
not found: select .os file to extract XIP
and i extract xip file using osbntool as xip.bin
any solutions for both of these?
benveq said:
i have two problems while i am using ervius pkgtools
1. when i open dumo folder it shows
[Missing Manifests]
(Maybe):\ROM\XIP\45116509-e364-4775-9098-c25f0b1fbac2.dsm
(Maybe):\ROM\XIP\d92a4f0a-378a-4482-8fd3-bd127a05e4de.dsm
(Maybe):\ROM\XIP\723fb954-d931-4348-b672-82a188e587b5.dsm
(Maybe):\ROM\XIP\1a22bb67-d4c4-7bb4-c5d2-75cb3a85c45b.dsm
(Maybe):\ROM\XIP\449da4ef-e9c1-5cb4-2ec5-fb9b4c27a865.dsm
are these important dsm files?
Click to expand...
Click to collapse
This is not important....ignore them, its normal
benveq said:
2. when i press build packages it gives this error:
not found: select .os file to extract XIP
and i extract xip file using osbntool as xip.bin
any solutions for both of these?
Click to expand...
Click to collapse
When you start, it asks if you would like to run build xip.bat.....just hit NO for that....
trojan reported in the attachment
Win32/TrojanDownloader.Zlob.NBP
false alarm?
well last night i finished my own wm6.1 build 20270 128dpi pdxib1 according to your guide i wanna tell what i did to complete it ;
1.i exctracted my rom using i780 kitchen and i got dump folder and i also added some extra tools like ervius buildos,osnbtool etc...then i used pkgbuildos to seperate folders into oem and sys
2. i used oem part from krizky82's kitchen and i add some extra packages using ervius package creator 2.7 and add them with oem_blahblah to oem folder.
3. i deleted windows live and msn messenger from sys folder and copied netcf 3.5 and flashlite v3.1 from krizky82 kitchen. i also used his initflash and rgu file coz i had same structure almost(oem totally same and sys programs also)
4.i looked at both efn's kitchen and krizky82 kitchen and i saw that they have this structure oem,sys and rom and in rom there is xip folder. when i looked at inside xip folder i saw that there is only coredll.dll folder and others are dsm rgu and boot files so my next step
5. i used osbn tool to exract xip.bin and after i got that xipkitchen_beta6 and i choosed the same donor and original and after extracting i got original xip files and i ordered in same structure like efn's kitchen
6.then i used pgkbuildos and let the process starti had some dsm duplicate errors and i delete duplicated ones and later i didnt start xip extract bat and flashable bin bat so after process again i had temp/dump folder
7. during buildos there wasnt any error and i was happy about it
8. using inputTXTFileMaker ( thanks to u dreamtheather93) i got input text and after that using these commands;
mgfsfromdump imgfs_raw_data.bin new_imgfs.bin
del imgfs_raw_data.bin
ren new_imgfs.bin imgfs_raw_data.bin
make_imgfs i780.nb0.payload.body -nosplit
merge i780.nb0.payload.header i780.nb0.payload.body i780.nb0.payload
nbmerge -data 2048 -extra 8 i780.nb0 -conservative
and conv3 input.txt > conv3_output.txt
ren i780.nb0.b000ff !!i780_flashable_bin.bin
i got my flashable bin file yupiiiii i controlled the size of flashable bin and it is 86.2 mb and the size of dump folder almost 125 mb i hope it is ok
now i will flash my phone but is there any possibility that my phone can be bricked ?
thanks a lot for ur guide again!!!
note: i already used i780.bin as 12mb page pool size i did it before kitchen using osbn tool
good job m8
You cant really brick your i780 because of this I've done way crazier stuff....like trying out omnia's xip, drivers of omnia on i780....and nothing's given way
However, i'm hoping you've ported your XIP accurately, and i'm unsure how've you've built your SYS folder.
but, go ahead and flash and see if it boots nothing to be paranoid if it doesnt boot/hangs at startup/throws an error and fails etc. etc. If any of this happens, then we could troubleshoot it together
cheers & good luck
Great job!
Nice start San!
Not even some days left from your first successful cooking and you already best gid on it!
Keep on do it. And we wait for new mods for our best touchphone!
I think now anyone is able to break Eagles wings =P

[Help ]Uninstalling a cab with WceLoad. How to ?

Hello my friends,
I know how using WceLoad in order to installing a cab, but i don't know how using it in order to uninstalling a cab.
Code:
The Wceload tool (Wceload.exe) runs on your target device. You use this tool to [B]install [/B]or [B]uninstall [/B]the cab file from a location that you specify. If you do not specify a location, the cab file will be installed or uninstalled in the default location, which is the Program Files directory on your target device.
Anyone have a tips for this ?
Thanks a lot,
regards,
Nixeus
Nixeus said:
Hello my friends,
I know how using WceLoad in order to installing a cab, but i don't know how using it in order to uninstalling a cab.
Code:
The Wceload tool (Wceload.exe) runs on your target device. You use this tool to [B]install [/B]or [B]uninstall [/B]the cab file from a location that you specify. If you do not specify a location, the cab file will be installed or uninstalled in the default location, which is the Program Files directory on your target device.
Anyone have a tips for this ?
Thanks a lot,
regards,
Nixeus
Click to expand...
Click to collapse
I don't know if it can be done using WCELoad, so I've done through an XML provisioning. Take a look:
Code:
// Uninstall the *.cab
XmlDocument configDoc = new XmlDocument();
configDoc.LoadXml(
"<wap-provisioningdoc>" +
"<characteristic type=\"UnInstall\">" +
"<characteristic type=\"[B][U][I]YOUR APP HERE[/I][/U][/B]\">" +
"<parm name=\"uninstall\" value=\"1\"/>" +
"</characteristic>" +
"</characteristic>" +
"</wap-provisioningdoc>"
);
ConfigurationManager.ProcessConfiguration(configDoc, false);
In the code above, you need to insert the name of your app EXACTLY as it appears in the "Remove Programs" list.
It's been a while since I wrote this, so I don't remember all of the sources I checked to find it, but it works great for me!
Hope that helps!!!
Heyy thanks a lot for this tip!! I will try and report you !
Thanks
Hello,
I have tested your tips, and all is ok
Thanks a lot my friend,
Nixeus
Nixeus said:
Hello,
I have tested your tips, and all is ok
Thanks a lot my friend,
Nixeus
Click to expand...
Click to collapse
Awesome! Glad I was able to help!
With wceload when you install a newer version of a program it tells you it must first remove the previous version. After it does that it asks if you want to install to the device or storage. If you cancel at this point, the program is removed and you do not have the newer one installed.
If you are trying to do it without interaction, I have read where you create a cab with the exact name that has nothing in it. So in silent mode the original is removed and the new empty one is installed.
I like this other way since there will not be the name in the remove list that is an empty program.
Have to remember this for the future.

Categories

Resources