Available for a limited time only - £10 off a £20 spend at eXpansys! For more details visit this topic!

Please Log In or Register - it's FREE!

4 Pages V   1 2 3 > » 

jenya
Posted on: Apr 16 2008, 19:19


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Anyone? GPC?
  Forum: Smartphone Customisation - General Discussion · Post Preview: #889291 · Replies: 3 · Views: 819

jenya
Posted on: Apr 15 2008, 14:01


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


I also tried this:

<characteristic type="FileOperation">
<characteristic type="\Windows\start Menu" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete" />
</characteristic>
</characteristic>
</characteristic>


QUOTE(jenya @ Apr 15 2008, 09:39) *
Hi,

I was wondering if there was a way to delete a folder with in _setup.xml?

<characteristic type="FileOperation">
<characteristic type="\Windows\Start Menu" translation="install">
<characteristic type="RMDir" />
</characteristic>
</characteristic>
</characteristic>

Perhaps something along those lines? RMDir is probably not a recognized function?

  Forum: Smartphone Customisation - General Discussion · Post Preview: #889000 · Replies: 3 · Views: 819

jenya
Posted on: Apr 15 2008, 13:39


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

I was wondering if there was a way to delete a folder with in _setup.xml?

<characteristic type="FileOperation">
<characteristic type="\Windows\Start Menu" translation="install">
<characteristic type="RMDir" />
</characteristic>
</characteristic>
</characteristic>

Perhaps something along those lines? RMDir is probably not a recognized function?
  Forum: Smartphone Customisation - General Discussion · Post Preview: #888997 · Replies: 3 · Views: 819

jenya
Posted on: Feb 20 2008, 00:30


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


So you never got it to work either I suppose...
  Forum: Smartphone Customisation - General Discussion · Post Preview: #878977 · Replies: 3 · Views: 708

jenya
Posted on: Feb 19 2008, 15:23


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Anyone?
  Forum: Smartphone Customisation - General Discussion · Post Preview: #878856 · Replies: 3 · Views: 708

jenya
Posted on: Feb 18 2008, 06:57


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

Is there any way to rename the Start Key? I see where you can remap it, but i'm more interested in just changing the name...

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #878565 · Replies: 3 · Views: 708

jenya
Posted on: Jan 31 2008, 15:12


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

I was curious if anyone has ever tried removing icons from Start>Settings. I want to be able to hide some of the icons from my end users.

Thanks,
Jenya
  Forum: Pocket PC Customisation · Post Preview: #875136 · Replies: 3 · Views: 1,631

jenya
Posted on: Dec 18 2007, 00:09


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


DISREGARD... I FIGURED IT OUT...

[Engine Setup]
UsingGapi = 0 [Changed from 1 to 0]

Hi mikeeey,

I was curious if you could assist with getting this to work on Q9h. I have followed your guide to have the game load in portrait mode and I can hear the sound and my key configuration is set properly. My only problem is that when the game loads, it does not render properly on the device. The display is very distorted and in my opinion is very compressed because I see three rectangles with spaces between them.

Please advise...

Thanks,
Jenya
  Forum: Smartphone Software - Games · Post Preview: #864036 · Replies: 30 · Views: 11,446

jenya
Posted on: Nov 28 2007, 22:09


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi gpcarreon -

I'm hoping I can get more of your help smile.gif

Is there a way I can have the CAB file execute something. Here is the scenario:

I want to bundle a video in to the CAB and when the cab extracts the video, I want it to automatically launch the video.

Is this possible via INF or _setup.xml?

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #860049 · Replies: 69 · Views: 20,368

jenya
Posted on: Nov 27 2007, 15:14


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Nevermind, I figured it out smile.gif

Hi,

Here is my dilemma:

I have Opera and PIE loaded on my device and 99% of browsing I do, I prefer to do it with Opera. How ever, there is one specific thing I prefer browsing with PIE and that is any site that has any type of streaming media links (i.e. ASX). Is there any way to create a shortcut and have it launch that shortcut with PIE?

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #859746 · Replies: 0 · Views: 466

jenya
Posted on: Nov 26 2007, 16:35


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


DISREGARD... I just noticed you updated your post...

Thanks for the prompt response. Your suggestion does not help. I believe the reason for this is because in the below, there are quotes within the quoted value... If I remove the quotes around %1 and create the cab, it successfully installs on my device... Unfortunately without those quotes, the desired result does not work...

<parm name="" value="wmplayer.exe "%1"" datatype="string" />
  Forum: Smartphone Customisation - General Discussion · Post Preview: #859525 · Replies: 69 · Views: 20,368

jenya
Posted on: Nov 26 2007, 15:34


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


gpcarreon -

Hopefully you can help me out like you have in the past.

I created a cab file to change the default string value in a key, how ever the proper value has quotes in the value so when I make the cab and run it on the device it is unsuccessful. If I remove the quotes from the value, the cab runs successfully on the device...

Unsuccessful CAB
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCR\WMWebASXFile\Shell\Open\Command">
<parm name="Default" value="wmplayer.exe "%1"" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
  Forum: Smartphone Customisation - General Discussion · Post Preview: #859518 · Replies: 69 · Views: 20,368

jenya
Posted on: Sep 25 2007, 19:42


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


I added the four lines you posted initially in to my _setup.xml and it worked. I just specified the location and name of my cab file. Of course if the file is stored in a different location and or has a different name then im sure it would not work...

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #844469 · Replies: 4 · Views: 924

jenya
Posted on: Sep 25 2007, 12:55


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


QUOTE(gpcarreon (MVP) @ Sep 25 2007, 07:38) *
Hello

I don't know if this is the exact answer you are after. Consider this example:
CODE
<characteristic type="FileOperation">
<characteristic type="\Path\to\Target File.ext" translation="install">
<characteristic type="Delete">
<parm name="ForceDelete"/>


Thanks gpcarreon! I actually use your website as a resource for when I attempt to write any cabs.

So would I need to predict where the cab file would be copied to before it is installed? I guess the safe bet would be to put:
<characteristic type="\My Documents\targetfile.cab" translation="install">
  Forum: Smartphone Customisation - General Discussion · Post Preview: #844398 · Replies: 4 · Views: 924

jenya
Posted on: Sep 24 2007, 21:45


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

Is it possible to add a command in to the _setup.xml which will remove the CAB file off of the device after it has been run? If so can someone please send me the syntax...

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #844292 · Replies: 4 · Views: 924

jenya
Posted on: Sep 24 2007, 21:43


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


QUOTE(gpcarreon (MVP) @ Sep 22 2007, 08:36) *
A simple 'password-protected CAB installation' can also be achieved using MortScript. smile.gif


Hi,

I actually came up with a good solution. Basically I imported my own CA Cert in to the SPC store and removed all of the default ones. So only CAB files signed by me can be installed...
  Forum: Smartphone Customisation - General Discussion · Post Preview: #844289 · Replies: 6 · Views: 681

jenya
Posted on: Aug 29 2007, 19:23


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

Would you be able to provide me a link to this app?

Thanks,
Eugene

QUOTE(chucky.egg @ Aug 29 2007, 15:15) *
Yeah, the easy way is to change the registry association (which is probably something like "cabfile" in HKCR)

Paul actually wrote an app for my company which re-associates CAB files with his app, and then prompts for a PIN when one is run. That means that CABs can still be installed, but it stops the casual meddler from screwing things up

  Forum: Smartphone Customisation - General Discussion · Post Preview: #839218 · Replies: 6 · Views: 681

jenya
Posted on: Aug 29 2007, 16:57


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hi,

I am interested in finding out if there are any methods to disabling CAB installations?

The two methods I have thought about in theory are:

1. Make CAB files an unknown file type via registry so they can not be used for installations
2. Only allow CAB's signed by certain cert to be allowed to install

Of course I don't know if either is possible and would not even know where to start to look so hoping someone here could help me out...

Thanks,
Jenya
  Forum: Smartphone Customisation - General Discussion · Post Preview: #839203 · Replies: 6 · Views: 681

jenya
Posted on: Sep 26 2006, 10:30


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


have you thought about downgrading your rom back to the previous version (radio fix version)?
  Forum: Tornado / Faraday & Variants - Tornado.MoDa... · Post Preview: #773602 · Replies: 3 · Views: 501

jenya
Posted on: Sep 25 2006, 19:45


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


All,

I know this is an old topic, but I am just curious what some of you have done to work around it?

Thanks,
Jenya
  Forum: Tornado / Faraday & Variants - Tornado.MoDa... · Post Preview: #773453 · Replies: 3 · Views: 501

jenya
Posted on: May 23 2006, 21:15


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


You can use the SP5 or SP5m update on your 2125. You just need to use the spv unlock tool first...
Instructions should be on this forum or hofo...Good Luck


-Jenya
  Forum: Tornado / Faraday & Variants - Tornado.MoDa... · Post Preview: #740271 · Replies: 1 · Views: 1,538

jenya
Posted on: Apr 18 2006, 17:39


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


I also have the stowaway BT keyboard and you're totally right. When I need to compose long emails i'll pull out the keyboard, otherwise i can type a paragraph or two using t9.
  Forum: Smartphone General Discussion · Post Preview: #732620 · Replies: 1 · Views: 267

jenya
Posted on: Apr 18 2006, 13:07


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


anyone???
  Forum: Smartphone Customisation - General Discussion · Post Preview: #732560 · Replies: 1 · Views: 270

jenya
Posted on: Apr 14 2006, 13:29


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


In case anyone wants more xml config details I found some good stuff on MSDN..

http://msdn.microsoft.com/library/default....ngmsprovdtd.asp
  Forum: Smartphone Customisation - General Discussion · Post Preview: #731873 · Replies: 34 · Views: 2,495

jenya
Posted on: Apr 14 2006, 12:09


Regular
Group Icon

Group: Posters
Posts: 94
Joined: 2nd May 2005
Member No.: 127,083


Hey one more question... I'm curious if you can rename files using the _setup.xml ? I want to change the name of a shortcut...
  Forum: Smartphone Customisation - General Discussion · Post Preview: #731855 · Replies: 34 · Views: 2,495

4 Pages V   1 2 3 > » 

New Posts  New Replies
No New Posts  No New Replies
Hot topic  Hot Topic (New)
No new  Hot Topic (No New)
Poll  Poll (New)
No new votes  Poll (No New)
Closed  Locked Topic
Moved  Moved Topic
 

RSS hit counter Lo-Fi Version Time is now: 29th August 2008 - 21:36


Please visit our 'Plus Partners' - these companies support MoDaCo through 'MoDaCo Plus' - Click Here for more details!

VITO Technology | Slipstream Solutions | Aiko Solutions | PDAMill | Inesoft | SBSH | LingvoSoft | Ruttensoft | Astraware | MadBeetle | Sprite Software

Opera | Westtek | TetraEdge | Z4Soft | KBM Systems | Conduits | Mini Lyrics Magic | Proporta | Semsons | SyncData | Active Kitten | Binaryfish | Textr

SPB Software House | Omega One | OmniSoft | Resco | eSoft Interactive | TenGo | ATEKsoft | imei-check | GpsGate | SplashData | DeveloperOne | monocube

WebIS, home of Pocket Informant, FlexMail and Note2Self

Would your company like to become a 'Plus Partner'? Click Here to contact us!