mortscript and silent cab install? HELP - Windows Mobile Development and Hacking General

I'm using this wonderfull app vip_fresh_install found here http://forum.xda-developers.com/showthread.php?t=351465 and everything runs smoothly.
But I'd like to specify another thing into the script.
Since I need this script to install, after the release of a new rom, the same apps, I already know the destination (sd or pda) of every single cab.
So, I'd like to have a silent install script that it knows where the app must be installed and, so, that is not asking anything.
I've tried to find something into the forum or into the manual, but I'm a tooooooooooooootally newbie in programmin/scripting.
I've tried to "modify" this part of the script, that seems to me the part I need, but dunno how...
Code:
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
softresetneeded = 0
message(backScript)
ForEach file in files (backScript \ "cab\*.cab")
ansinst = Question ("Installing " & file, "Install", "YesNo")
If (ansinst = 1)
RunWait (file)
EndIf
EndForEach
Can someone help me to have a silent and "pre setted destination" cab installation method?
THANKS IN ADVANCEEEEEEEEEEEEEEEEEEEEEEE!!!
ps: sorry for my terrible English

try this to avoid yesno question
leopardone said:
I'm using this wonderfull app vip_fresh_install found here http://forum.xda-developers.com/showthread.php?t=351465 and everything runs smoothly.
But I'd like to specify another thing into the script.
Since I need this script to install, after the release of a new rom, the same apps, I already know the destination (sd or pda) of every single cab.
So, I'd like to have a silent install script that it knows where the app must be installed and, so, that is not asking anything.
I've tried to find something into the forum or into the manual, but I'm a tooooooooooooootally newbie in programmin/scripting.
I've tried to "modify" this part of the script, that seems to me the part I need, but dunno how...
Code:
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
softresetneeded = 0
message(backScript)
ForEach file in files (backScript \ "cab\*.cab")
ansinst = Question ("Installing " & file, "Install", "YesNo")
If (ansinst = 1)
RunWait (file)
EndIf
EndForEach
Can someone help me to have a silent and "pre setted destination" cab installation method?
THANKS IN ADVANCEEEEEEEEEEEEEEEEEEEEEEE!!!
ps: sorry for my terrible English
Click to expand...
Click to collapse
Scriptname="Vip_FreshInstall.mscr"
backScript = SystemPath( "ScriptPath" )
scriptname = SystemPath("ScriptName")
ForEach file in files (backScript \ "cab\*.cab")
RunWait (file)
EndForEach

new version
Please see attahced new version. It will install slient cab's as well registry's

v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
That's pretty cool man!!

v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
what a wonderfullllllllllllllllllllllllllllll new!!!
thx a lot m8!!!
let me check!
ps: just a question... but... oki for the silent install , but where?

Some support !!!
v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Congratulations for this app. Its working perfect in my HTC Diamond.
Can you give me any hints on how to auto enter the user name and password after each cab installation ?
Can I implement silent procedure in installing cabs in the sd card (or internal storage in my Diamond)? What I mean is that from what I have tried when you copy the *.cab file in the cabs folder then they are auto installed in the main memory. How can we do the same thing with the sd card?
Thanks a lot in advance!

v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Just what i was looking for Thanks man!!

v3patel said:
Please see attahced new version. It will install slient cab's as well registry's
Click to expand...
Click to collapse
Great work THANKS!
HTC HD on the installation of the cab part well, but for every cab asks me if I want to install the cab and where I want I want to install. Is there a way to automate this?
the ROM version is 1.56.408.0 (43972) ITA Date 03/10/2009
excuse my English, I used the google translator
Italiano
Grande lavoro GRAZIE!
Su HTC HD l'installazione dei cab parte bene, però per ogni cab mi chiede se voglio installare il cab e dove lo voglio voglio installare. C'è un modo per automatizzare
anche questo?

how can i use to deploy 3 cabs and 1 registry silently on a pocket pc?
1) Putting cabs in "MYCAB"
2) Putting myreg in "MYREGISTRY
3) file for the root in "ROOT"
ok..
Then i have to copy these file on a sd? with exe in root position?
That's all?!
Thanks a lot people...really

ippoglosso said:
Great work THANKS!
HTC HD on the installation of the cab part well, but for every cab asks me if I want to install the cab and where I want I want to install. Is there a way to automate this?
the ROM version is 1.56.408.0 (43972) ITA Date 03/10/2009
excuse my English, I used the google translator
Italiano
Grande lavoro GRAZIE!
Su HTC HD l'installazione dei cab parte bene, però per ogni cab mi chiede se voglio installare il cab e dove lo voglio voglio installare. C'è un modo per automatizzare
anche questo?
Click to expand...
Click to collapse
Wincecab editor has a function in the cabnet tab under options, to not allow a user to select the destantion folder in short most if not all cabs are set to install to the onboard memory but if you change the settings as i stated above you can cut that part out and have the cab automatically install into the phone memory.

Related

Transcriber - phone pad rom Ita tim problem

Hy.
I have had to make a hardware reset.
Now,I do not have more the trascriber and if I install the phone pad international it does not work more.
I do not have more in the folder windows the file in order to make to leave the msn.
Please what can i do?
I've unlock external rom and i've only 3 files cab.
My rom is the last 11/28/06
1.20.408.1 (brand tim)
I've try to install calligrapher 8.3 too .. but.. it did not work
Thank's
pinele said:
Hy.
I have had to make a hardware reset.
Now,I do not have more the trascriber and if I install the phone pad international it does not work more.
I do not have more in the folder windows the file in order to make to leave the msn.
Please what can i do?
I've unlock external rom and i've only 3 files cab.
My rom is the last 11/28/06
1.20.408.1 (brand tim)
I've try to install calligrapher 8.3 too .. but.. it did not work
Thank's
Click to expand...
Click to collapse
Ok. i've found solution in another thread. i use now sipchange.exe and phone pad work correctly.
I'v installed windows live messenger mobile and work fine...
si vede che siamo italiani, inglese zero
energie said:
si vede che siamo italiani, inglese zero
Click to expand...
Click to collapse
ahahahahah we'll always recognize us...
energie said:
si vede che siamo italiani, inglese zero
Click to expand...
Click to collapse
Uaaaaahahahah
What's sipchange.exe? What does it change ?
sAnTeE said:
What's sipchange.exe? What does it change ?
Click to expand...
Click to collapse
It let´s you select the type of input you want in my case the phone pad didn´t work until i instal this wonderfull program.
Cheers
fluke said:
It let´s you select the type of input you want in my case the phone pad didn´t work until i instal this wonderfull program.
Cheers
Click to expand...
Click to collapse
Ok , I've changed some values in the registry.

ARTEMIS: Developement-Center of new SYS folders - food for the kitchen

Would it be helpful and possibe that we post all our selfcooked SYS folders, which are successfully packed in form of zip files into this thread?
So everybody has to change to add those in the kitchen.
May be we do the description or declaration of the SYS Folder in the following form (to discuss):
DeviceType_Softwarename_Softwareversion_Language
For example: Artemis_HTC_Audiomanager_V.4711.007_WWE
I start with some helpful tools, which i had tested on my Artemis with WM6:
- 1-Calc (Multilanguage Calculator)
- BatterieStatus (tune your CPU - Turboloader)
- Pocket Screen Capture Tool (make screen shots)
- Total Commander 2 (powerful File Explorer)
Let´s start the Developement Center SYS!!!
If you find that it will be a good idea - make it sticky!!!
uliba said:
Would it be helpful and possibe that we post all our selfcooked SYS folders, which are successfully packed in form of zip files into this thread?
So everybody has to change to add those in the kitchen.
May be we do the description or declaration of the SYS Folder in the following form (to discuss):
DeviceType_Softwarename_Softwareversion_Language
For example: Artemis_HTC_Audiomanager_V.4711.007_WWE
I start with some helpful tools, which i had tested on my Artemis with WM6:
- 1-Calc (Multilanguage Calculator)
- BatterieStatus (tune your CPU - Turboloader)
- Pocket Screen Capture Tool (make screen shots)
- Total Commander 2 (powerful File Explorer)
Let´s start the Developement Center SYS!!!
If you find that it will be a good idea - make it sticky!!!
Click to expand...
Click to collapse
Thanks my friend..!
Great work..!
uliba said:
it will be a good idea !!!
Click to expand...
Click to collapse
For sure it is !
now I understand what you mean.. Packages..
SYS folder is 100+MB! I thought you were zipping up the whole thing and posting that.. that would have been a problem, packages are much smaller and go in the SYS or OEM folder.. makes much more sense
good start.. I have some hermes ones that I can try zipping, i'll get someone to test them on a Artemis first though.
sambartle said:
now I understand what you mean.. Packages..
SYS folder is 100+MB! I thought you were zipping up the whole thing and posting that.. that would have been a problem, packages are much smaller and go in the SYS or OEM folder.. makes much more sense
good start.. I have some hermes ones that I can try zipping, i'll get someone to test them on a Artemis first though.
Click to expand...
Click to collapse
Yes - so it is! You can directly integrate the Folders in your Core Kitchen environment. Or store them in your package area ;-).
More applications
Here:
http://forum.xda-developers.com/showthread.php?t=319828
HELP
uliba said:
Would it be helpful and possibe that we post all our selfcooked SYS folders, which are successfully packed in form of zip files into this thread?
So everybody has to change to add those in the kitchen.
May be we do the description or declaration of the SYS Folder in the following form (to discuss):
DeviceType_Softwarename_Softwareversion_Language
For example: Artemis_HTC_Audiomanager_V.4711.007_WWE
I start with some helpful tools, which i had tested on my Artemis with WM6:
- 1-Calc (Multilanguage Calculator)
- BatterieStatus (tune your CPU - Turboloader)
- Pocket Screen Capture Tool (make screen shots)
- Total Commander 2 (powerful File Explorer)
Let´s start the Developement Center SYS!!!
If you find that it will be a good idea - make it sticky!!!
Click to expand...
Click to collapse
TENGO UNA HTC ARTEMIS Y MI HERMANO POR ERROR SE PUSO A ACTUALIZARLE LA ROM SIN REALIZARLE CID UNLOCK Y PARA REMATAR CON UNA ROM DE HERMES Y AHORA LA PDA SOLO QUEDA EN BOOTLOADER

New Spanish ROM wm6.1 "Señores del Mal" by Dr. Moriarty

Here I leave with you for being my birthday my private Rom, which I use. This rom is the fastest I've tested so far
I have removed:
-- Cube
-- HTC Home
-- Welcome
-- Pictures and photos unserviceable
-- QuickGPS
I added:
-- Today LG
-- PHM Registry
-- Modaco no data
-- PDC clock
-- Clean up temporary
-- Pocket screamshot
-- Pimbackup
--...
Pd: leaves about 69mb of Ram free jejeje note that it is clean, ----------------69mb free programs--------131.22mbof storage
Obligatory Hardreset BEFORE FLASH.
Bug: knowledge of LG TODAY:
-- Does not work or direct access "games"
-- Bluetooth does not work the other by what is going fine
if you like my work can help me DONATE
LINK TO DOWNLOAD http://www.todopdas.es/showthread.php?p=98604&posted=1#post98604
Video in that you can see the rom HERE http://www.youtube.com/watch?v=12W5hloZM1s
sorry for my bad english if a word is "bad" sorry me, i use google traslate
reserved to answer quetions
GooDDay, Hola etc,
Did you know that the amount of Female Users has been growing?
Good Luck on Your Clean Rom.
Sorry for my lenguage but the google traslate failed. in next post i use other trasnlater and a dictionary
Put images of the podium today LG please.
Cheers
Sorry, had not seen the video link
Cheers
lol, if you want i can send you a lg.cab in spanish but this lgtoday in spanish haven't all bottons that lgtoday in english
Please post a miror to download this rom... thx
Por favor, un enlace para descargar la rom que no sea un foro que se tiene que registrar como usuario... muchas gracias de barcelona..
To: Jose Antonio
what do you think of this rom? Have you tried it. i'm also from Spain, and I'm actually using Khanx to me is the best so far for us. What do you think.
I'm asking you because you see quite an expert¡¡
Thanks, gracias,
planagan said:
what do you think of this rom? Have you tried it. i'm also from Spain, and I'm actually using Khanx to me is the best so far for us. What do you think.
I'm asking you because you see quite an expert¡¡
Thanks, gracias,
Click to expand...
Click to collapse
hi planagan you can use this rom is very very fast and this rom is clean but it has a lot of program, an example: phm registry, modaco nodata, gfinder, contactpm, cleam up temporaly, pocket scream shot... this rom has disable touch flo and thanks that it come to 69 mb ram and 131 of storage
try this rom

[Q] Bluetooth Headset 'Disconnected' Notification (Annoyance)

I'm not sure if this is ROM specific or WM6.5 related (noticed on latest EnergyROM) but every time I lose the signal of my BlueAnt ST3 unit (BT Handsfree) my phone insists on notifying me that "Your Bluetooth headset has disconnected. Please place the phone to your ear." even when I'm not in a call.
This is really starting to bug me and I figure there's a registry setting somewhere that will put it to an end... any ideas?
It never happened in WM6.1 so I guess it's a new 'feature'... ho hum.
i am also seeking a fix for this
hmmm me too...
Windza said:
I'm not sure if this is ROM specific or WM6.5 related (noticed on latest EnergyROM) but every time I lose the signal of my BlueAnt ST3 unit (BT Handsfree) my phone insists on notifying me that "Your Bluetooth headset has disconnected. Please place the phone to your ear." even when I'm not in a call.
This is really starting to bug me and I figure there's a registry setting somewhere that will put it to an end... any ideas?
It never happened in WM6.1 so I guess it's a new 'feature'... ho hum.
Click to expand...
Click to collapse
Same problem. I have a Parrot Mki9200 and switch off the vehicle is displayed. It is very annoying.
Can anyone help?
Thank you
I thought it was a 'feature' of Manila 2.1?
I am not familiar with EnergyROM, so I don't know which manila (if any) it has.
Afaik this problem was first noticed on Duttys 3.4 (wm6.1), with Manila 2.1.
It was 'fixed' in 3.7 and 3.8...
brgds
Royan
Same problem on Miri's v17 ROM...
¿Any solution?
Entrare nel registro in
HKCU\ControlPanel\Notifications\
CREARE la chiave
{607CDEA2-E44A-4528-A2C3-A7DC6B6D824D}
in questa chiave AGGIUNGERE:
valore DWORD con il nome AvailableOptions e attribuirgli il valore 9
creare una stringa con il nome Default e con il valore descrittivo "Bluetooth warning"
Ora potete andare nelle impostazioni del telefono alla voce "Suoni e notifiche" e cambiare il settaggio di Bluetooth warning disabilitandolo...
Entrare nel registro in
HKCU\ControlPanel\Notifications\
CREARE la chiave
{607CDEA2-E44A-4528-A2C3-A7DC6B6D824D}
in questa chiave AGGIUNGERE:
valore DWORD con il nome AvailableOptions e attribuirgli il valore 9
creare una stringa con il nome Default e con il valore descrittivo "Bluetooth warning"
Ora potete andare nelle impostazioni del telefono alla voce "Suoni e notifiche" e cambiare il settaggio di Bluetooth warning disabilitandolo...
^ translated in to english:
Enter in the register
HKCU \ ControlPanel \ Notifications \
CREATE key
(607CDEA2-E44A-4528-A2C3-A7DC6B6D824D)
in this key ADDED:
DWORD value with the name AvailableOptions and give the value 9
create a string with the name Default, and the descriptive "Bluetooth warning"
Now you can go into phone settings under "Sounds and Notifications" and change the settings for Bluetooth warning disabling ...
courtesy of Google translator
spectralcally said:
^ translated in to english:
Enter in the register
HKCU \ ControlPanel \ Notifications \
CREATE key
(607CDEA2-E44A-4528-A2C3-A7DC6B6D824D)
in this key ADDED:
DWORD value with the name AvailableOptions and give the value 9
create a string with the name Default, and the descriptive "Bluetooth warning"
Now you can go into phone settings under "Sounds and Notifications" and change the settings for Bluetooth warning disabling ...
courtesy of Google translator
Click to expand...
Click to collapse
I did all this and it does list now in Sounds and Notifications hoeever it shows to be disabled and I still get the warning.
I think this cab works.
Rimuove pop-up Bluetooth
Digin said:
I think this cab works.
Rimuove pop-up Bluetooth
Click to expand...
Click to collapse
Confirmed to work
It adds a couple of more regkeys.
Digin said:
I think this cab works.
Rimuove pop-up Bluetooth
Click to expand...
Click to collapse
Still get a notification but it no longer wakes the phone up or beeps. Much better than before. Thanks
Digin said:
I think this cab works.
Rimuove pop-up Bluetooth
Click to expand...
Click to collapse
I make this cab for italian user,but it's function for all language.
You can change:
HKCU\ControlPanel\Notifications\{607CDEA2-E44A-4528-A2C3-A7DC6B6D824D}
@="Notifica Bluetooth"
in other language with registry editor,so in events settings you have an option not in italian.
This Regkey trick is working fine. thanks!
texture said:
I make this cab for italian user,but it's function for all language.
You can change:
HKCU\ControlPanel\Notifications\{607CDEA2-E44A-4528-A2C3-A7DC6B6D824D}
@="Notifica Bluetooth"
in other language with registry editor,so in events settings you have an option not in italian.
Click to expand...
Click to collapse
I do not have this regkey in my device (Miri v18) and the cab file seems to be offline!
Or do I have to create the regkey? I think not..
Can someone upload a WWE cab file that will fix this? Better attach the file to the post so we can be sure the file is available for all registred users.
Thanks!
I'll recreate CAB soon...but these are the registry mods:
Code:
[HKEY_CURRENT_USER\ControlPanel\Notifications\{607CDEA2-E44A-4528-A2C3-A7DC6B6D824D}]
@="Bluetooth Notif." ;or another text that you like.
"AvailableOptions"=dword:00000011
"Options"=dword:00000000
"Duration"=dword:00000000
"Wave"=""
In this way you create a new option in Notification&Sounds menu and can remove the pop-up,or choose another configuration.
Ity works so far, no notification when connectet but still a notification when disconnected
This will do the trick

Samsung ativ s with cortana italian lang

I follow the guide to install Windows 10 Phone tp with no luck.
But after a restart and searching For normal updates i find a new one and gave after update italian Cortana.
No bug of loop restarting
May someone want to try with other languages and confirm that
Now my Phone is identified as a Nokia lol
***UPDATE***
now i can see and install lumia apps
installed and working:
city lens
gestures
non working:
lumia camera
lumia selfie
You are lucky you didn't have the 2424.14.9.3 firmware.
If you had, you would be boot looping now.
dragonide said:
You are lucky you didn't have the 2424.14.9.3 firmware.
If you had, you would be boot looping now.
Click to expand...
Click to collapse
I had the boot loop when first update to cortana comes out.
I flash back to gdr3 then updated again but without cortana.
Now i tried again
tyler200298 said:
I had the boot loop when first update to cortana comes out.
I flash back to gdr3 then updated again but without cortana.
Now i tried again
Click to expand...
Click to collapse
Then you probably HAD the 2424.14.9.3 firmware.
When you flashed gdr3 back you reverted to some older firmware and you didn't receive the update to 2424.14.9.3 anymore.
I had the same "issue", I had to revert to gdr2 to get the 2424.14.9.3 firmware update again, yet I can't update to Cortana if I don't want to boot loop.
Still the 2424.14.9.3 firmware is the official one for WP8.1 Update 1, you are missing the new icons on the top bar
Thanks a lot
I think if we share all informations we can became better than android peoples
tyler200298 said:
Thanks a lot
I think if we share all informations we can became better than android peoples
Click to expand...
Click to collapse
Di nulla
Italian too?
Anche tu con l'ativ?! Non sai quanto mi rodesse che consigliavo a tutti wp e giusto io non ricevevo le updates
***
ativ user too? you didn't know how i hate to advice each other for wp and still stay without any updates for myself
tyler200298 said:
Italian too?
Anche tu con l'ativ?! Non sai quanto mi rodesse che consigliavo a tutti wp e giusto io non ricevevo le updates
Click to expand...
Click to collapse
Si, ho l'Ativ. Non mi pento mai di WP però di certo la storia del loop boot non è stata bellissima. / Yes, I do am Italian and I do have an Ativ. I do not regret picking WP but for sure I didn't appreciate the boot loop accident.
dragonide said:
Si, ho l'Ativ. Non mi pento mai di WP però di certo la storia del loop boot non è stata bellissima. / Yes, I do am Italian and I do have an Ativ. I do not regret picking WP but for sure I didn't appreciate the boot loop accident.
Click to expand...
Click to collapse
Domani vi posto la guida per aggiornare all'ultima Preview For Developers, senza bootloop e con ultimo firmware
Intanto scaricate questi file
https://www.mediafire.com/?5alhewa553gbgao
Mattemoller90 said:
Domani vi posto la guida per aggiornare all'ultima Preview For Developers, senza bootloop e con ultimo firmware
Intanto scaricate questi file
https://www.mediafire.com/?5alhewa553gbgao
Click to expand...
Click to collapse
that's great!
waiting for your news
I managed to instal the last preview for developer (Italian Cortana) on last Samsung firmware using the patched files you linked and regstry editor
dragonide said:
I managed to instal the last preview for developer (Italian Cortana) on last Samsung firmware using the patched files you linked and regstry editor
Click to expand...
Click to collapse
Follow the guide in the immage
That's exactly what I did, it worked but that code is for Lumia 1520 (6") and now I see everything a little too small ...
for example the icons in the top bar or I can't choose to have only 2 columns anymore
dragonide said:
That's exactly what I did, it worked but that code is for Lumia 1520 (6") and now I see everything a little too small ...
for example the icons in the top bar or I can't choose to have only 2 columns anymore
Click to expand...
Click to collapse
After the update revert the registry key to the original value and reboot your Ativ S and all retutn normally
Default values are:
HKLM \ SOFTWARE\Microsoft\MTP
"DataStore" = C:\Data\Users\PUBLIC
HKLM\SYSTEM\Platform\DeviceTargetingInfo
"PhoneManufacturer" = SAMSUNG
HKLM\SYSTEM\Platform\DeviceTargetingInfo
PhoneManufacturerModelName = GT-I8750
Mattemoller90 said:
After the update revert the registry key to the original value and reboot your Ativ S and all retutn normally
Default values are:
HKLM \ SOFTWARE\Microsoft\MTP
"DataStore" = C:\Data\Users\PUBLIC
HKLM\SYSTEM\Platform\DeviceTargetingInfo
"PhoneManufacturer" = SAMSUNG
HKLM\SYSTEM\Platform\DeviceTargetingInfo
PhoneManufacturerModelName = GT-I8750
Click to expand...
Click to collapse
THank you, this was already what I was trying to do ... but modded Developer Preview disappeared from the list so I have to start all over to edit registry ._.
I'll let you know if it works
Do you have suggestions about how to force the new Samsung Firmware ? He has Cortana but not the fw ...
dragonide said:
THank you, this was already what I was trying to do ... but modded Developer Preview disappeared from the list so I have to start all over to edit registry ._.
I'll let you know if it works
Do you have suggestions about how to force the new Samsung Firmware ? He has Cortana but not the fw ...
Click to expand...
Click to collapse
I don't Know in My situation before I have last Samsung firmware and with this trik I have last PFD
In My opinion you must to follow this iter:
Have interop unlock on Your Ativ S
Unblock Your RPC (put Non-production Error.txt on Your documents folder on Your phone (is a empty txt file with that name))
Update until the last Samsung firmware
Update until the last PFD before Cortana in Italian (before bootloop)
Use Marass82 trik
Update Your Ativ S
Revert to the original registry key
Sorry I think I missed a topic regarding this some times ago :
"Unblock Your RPC (put Non-production Error.txt on Your documents folder on Your phone (is a empty txt file with that name))"
What does this exactly do ? I fixed my situation without doing this
Anyway the only way I saw so far to trigger the last Samsung Ativ S FW update is to rollback to GDR2 and then update ...
Mattemoller90 said:
Follow the guide in the immage
Click to expand...
Click to collapse
amazing!!!
i'm back from work right now i'll try later and let you know what will happen

Categories

Resources