[APP][RC3.1][24Oct09]TICS-Installer-install plg in all cpr's[RC-THREAD][6.5] - Windows Mobile Apps and Games

Hi,
ATPluginInstaller was a great idea-but we missed some things-and TICS can do it -especially installing a .plg in EACH .cpr!
TICS is short for Titanium Installator Controller Saver
TICS is upward-compatible to ATPluginInstaller in its Doing - but will do much more.
To introduce it, a little example to call TICS_installer, so you can already see, what's now possible:
TICS_installer.exe -addchange -plg:\\Internal Storage\\Sandbox\\default.plg -cpr:currentPortrait -silent
but also possible:
TICS_installer.exe -addchange -plg:\\Internal Storage\\Sandbox\\test.plg -cpr:\\Internal Storage\\Sandbox\\Titanium_480x640.cpr
and:
TICS_installer.exe -delete -plugin:Test -cpr:currentLandscape
Direct Download of TICS_installer - new RC3.1
Now, you have seen the "specials" of TICS - but the first question of te Plugin-Makers will be: "what about the setup.dll?"
And that's very easy: ATPluginInstaller installed or uninstalled only the default.plg in Titanium_<res>.cpr - so it was possible.
TICS has to much options for this - and so you need another interface -but you already have it:
The Setup.dll from Mortscript calls "install.mscr" after installing a cab - and "uninstall.mscr" before uninstalling a cab.
The only MUST is: the Mortscript.exe, TitaniumRefresh.exe and the both mscr-Files and TICS_installer.exe must be installed in your main Directory of your Plugin.
But so we can also be asure, that each Plugin has now its right MortScript-Version - and everybody of us has a simple-to-use interface.
I will post an example for an install.mscr in Post #2
But now the Syntax of TICS-installer(and 4 now it's changeable, after Release no more! It can only be expanded - but each Skinner, Themer, Plugin-Developer,... must rely on, that the Parameters from TICS_installer always be upward-compatible)
Usage:
Install/Change:
TICS_installer.exe -addchange -plg:<absolutePathToPlg> -cpr:currentPortrait|currentLandscape|<absolutePathToCpr> [-silent]
Uninstall:
TICS_installer.exe -delete -plugin:<PluginName> -cpr:currentPortrait|currentLandscape|<absolutePathToCpr> [-silent]
The Example in Post #2 will show the same thing as that was ATPluginInstaller did... almost... because "current" is the ative cpr - e.g. if you are using NeoTitanium - then TICS will install the .plg in NeoTitanium...
For whom it is needful to use TICS in future?
For the Users of course - no more problems to install Skins to whatever he uses in Titanium
For Developers of Plugins: their Plugins can now be used in each Titanium-Theme without adapting of the Theme-Makers - only depends from the ideas of the Skinners. Also they have a new interface after installing/before uninstalling a .cab - and Mortsript-knowledge would be enough
For Titanium-Theme-Makers: Now they can get help from the Skinners and the Plugin-Makers for a specific Plugin and no more for a whole cpr. Also the additional Parameters will help them, too
For Skinners: Much more possibilities to skin now Only by making that, what they can: Making great .plg's and Images!
TICS is free - like ATPluginInstaller - for each non-profit CHome-/Titanium-Plugin - so I'm only interested in enjoying this new possibilities of ech of you, too
Some important explanations:
- TICS_installer will only write in "ExtensibilityXML", "DefaultXML" and "Plugins" to CHome-Registry, if the Parameter for CPR is a "current..."-Parameter
- but then in "HKCU/Software/TICS" - with "newExtensibilityXML","new..."
- TICS uses "ExtensibilityXML" and "CPRFile" from CHome-Registry to identify the current CPR - it's automatically set by Windows-system because of ExtensibilityXML
- and you can use them by simple Registry-Copy in install.mscr or your Program like you need it for your Plugin
- You must set the <Position> in .plg - but if the Plugin already exists, then TICS ignores the Position in .plg - because it assumes, that the User has moved the Plugin to a better place for him (e.g. with CHome-Editor) - so it's more User-friendly
- TICS has definite Error-Messages and Number - which you can capture&handle while Installing a .plg - everything to find in "HKCU/Software/TICS"
- TICS recognizes your current resolution of your device - and only installs in the .cpr of this Resolution - no more in the other unused one
- Code optimization fast&small
- TICS makes a different between portrait and landscape in the .plg - so you have to call TICS twice if you want the same behaviour like ATPluginInstaller- but so you can also handle the different Sizes or can install different .plgs to Landscape and portrait... nice opportunity for Skinners
- it creates two temporary files direct in MainStorage "tempTitaniumLandscapeCpr.txt" and "tempTitaniumPortraitCpr.txt" which are the output files of - also a successful like a buggy call, too - of TICS - so you can handle it without need to copy something from Windows-Directory.
Of course will TICS change the current .cpr, too. And overwrite the temporary Files after next call of TICS
Everything else is already explained with ATPluginInstaller - but don't forget: CESetupDLL = "setup.dll" in TICS! :
http://forum.xda-developers.com/showthread.php?t=509492
Only a summary of the new advantages of TICS:
- fast - written in C with MSDN - nothing else! Needs only 20ms for a complete operation on a .cpr
- You can handle EACH .cpr now The most important of all
- .plg can be everywhere - you can also save the .plg in Internal Storage together with the Images to copy full Skins to your Plugins
- Post-Installation-Hook - you can handle everything which you need for yor Plugin now while installing the cab (install.mscr)
- Pre-Deinstallation-Hook - you can handle everything which you need for yor Plugin now before uninstalling the cab (uninstall.mscr)
- in pre- and post- un/installation you can handle everything also before calling TICS and also after calling TICS
-Detailed Error Messages and Numbers to handle them
- Special support-parameters for JMLToday & TitaniumRSS and some other Plugins
- Silent-Mode - TICS can suppress the Error-Messages and only write them to Registry - and you can handle them on your own
- Change View of Titanium to TitaniumListView or BronzeListView (disabled in Beta)
- Makes differences between portrait and landscape - and so the possibiity to have abolutely different Skins in this directions
- only installs in your Resolution - so it's fast and need less storage in your Windows-Directory
- User-friendly (e.g. Position - see above)
- Let you handle the both last calls of TICS by providing everything about them in Registry.
Download attached
Please: It's a RC: Before you try it - save your .cpr and the Values "ExtensibilityXML" and "Plugins" in Registry of CHome.
First File is Mortscript.exe (4.2-feel free to use,what you want) , TitaniumRefresh.exe, the setup.dll and an example for install.mscr and uninstall.mscr
Second File is TICS_installer.exe itself as zip
-------
last change 3.1:
- "-change" to TitaniumListView bugfix
*FULL CHANGELOG*
-------------
Thanx to Mort for providing the Setup.dll!!!
And AppStar for his great initial concept of ATPluginInstaller!!!
And I'm looking forward to new Themes & Skins, which are now much easier possible
Cheers & Thanxs
Micha
Like my work? For a new device to test, motivation, better developing environment and especially coffee - to spend much more nights, you can donate a cup of coffee for me.

Short Description: HowTo easily change your Plugin from ATPluginInstaller to TICS_installer (for Plugin-Developers) - needs only some minutes :
1. use the attached install.mscr and uninstall.mscr from Post #1 ("SetupDll_and_Mort.zip")
2. In install.mscr only put these Lines:
Code:
instPath = SystemPath( "ScriptPath" )
plgPath=instPath\"test.plg"
callParameter="-addchange -plg:"&plgPath&" -cpr:currentPortrait"
RunWait(instPath\"TICS_installer.exe", callParameter)
callParameter="-addchange -plg:"&plgPath&" -cpr:currentLandscape"
RunWait(instPath\"TICS_installer.exe", callParameter)
RunWait(instPath\"CHomeRefresh.exe","")
If you use another .plg - not default.plg - just change second line to the name of the .plg you want to install with .cab
3. In uninstall.mscr only put these Lines:
Code:
instPath = SystemPath( "ScriptPath" )
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:[I]YourPlugin[/I] -cpr:currentLandscape")
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:[I]YourPlugin[/I] -cpr:currentPortrait")
RunWait(instPath\"CHomeRefresh.exe","")
Only replace "YourPlugin" with the name of yourPlugin - e.g. "CNitrogen"
4. Put this install.mscr, uninstall.mscr, TICS_installer.exe, setup.dll, MortScript.exe (don't forget! use Version, you want) and CHomeRefresh.exe to your Main Directory of your Plugin. Delete "ATPluginInstaller.exe" and "CEsetupDLL.dll"
5. Add the new Files to your .inf-File
6. Change in [DefaultInstall]-Section of your inf the Line to: CESetupDLL = "setup.dll"
7. Cab your Plugin - ready - now your Plugin works with TICS - and therefore for all Themes
Longer Example MortScript:
Here's the Mortscript, what would almost do the same while installing a cab for a Titanium Pluing like ATPluginInstaller,
but with the difference: In the current (=active) CPR - it's also attached as example in Post #1 as download
Code:
### Sample: Installation for TICS - called by setup.dll
instPath = SystemPath( "ScriptPath" )
### Code before call of TICS_Installer ###
# empty
### TICS_Installer call portrait ###
plgPath=instPath\"test.plg"
callParameter="-addchange -plg:"&plgPath&" -cpr:currentPortrait"
message(callParameter)
RunWait(instPath\"TICS_installer.exe", callParameter)
### Handle here returned Error-Code: portrait ###
errorcode=RegRead("HKCU", "Software\TICS","ErrorNumber")
if (errorcode ne "0")
messagetext="Portrait Installation failed: "& RegRead("HKCU", "Software\TICS","ErrorDescription")
message(messagetext)
exit
endif
### TICS_Installer call landscape ###
plgPath=instPath\"test.plg"
callParameter="-addchange -plg:"&plgPath&" -cpr:currentLandscape"
RunWait(instPath\"TICS_installer.exe", callParameter)
### Handle here returned Error-Code: portrait ###
errorcode=RegRead("HKCU", "Software\TICS","ErrorNumber")
if (errorcode ne "0")
messagetext="Landscape Installation failed: "& RegRead("HKCU", "Software\TICS","ErrorDescription")
message(messagetext)
exit
endif
### Code after call of TICS_Installer ###
Sleep(500)
RunWait(instPath\"CHomeRefresh.exe","")
message("finished")
exit
An example for uninstallation (parly) - it will uninstall your Plugin with the Name "Test" - replace it with the Name of your Plugin and it will work
Code:
...
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:Test -cpr:currentLandscape")
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:Test -cpr:currentPortrait")
...
Some other possible calls - e.g. also from C-/C++/-C#-/Whatever-Program:
// LPCWSTR ganzPar= L"-addchange -plg:\\Interner Speicher\\Sandbox\\test.plg -cpr:\\Interner Speicher\\Sandbox\\Titanium_480x640.cpr" ;
// LPCWSTR ganzPar = L"-addchange -plg:\\Interner Speicher\\Sandbox\\test.plg -cpr:currentPortrait";
// LPCWSTR ganzPar = L"-addchange -plg:\\Interner Speicher\\Sandbox\\test.plg -cpr:currentLandscape -isTICSSystemCall";
// LPCWSTR ganzPar = L"-delete -plugin:JMLToday -cpr:\\Interner Speicher\\Sandbox\\Titanium2_480x640.cpr";
// LPCWSTR ganzPar = L"-delete -plugin:Test -cpr:currentPortrait";
// LPCWSTR ganzPar = L"-delete -plugin:Test -cpr:currentLandscape";
// LPCWSTR ganzPar = L"-delete -plugin:Testplugin -cpr:all";
// LPCWSTR ganzPar = L"-delete -plugin:Testplugin -cpr:\\Interner Speicher\\Sandbox\\Titanium_480x640.cpr";
And here the Listings of the Registry-Keys in HKCU/Software/TICS :
callAction: Last kind of Call, e.g. addchange
callCPR: full-qualified path of CPR which should be changed
callOrgDefaultXML/callOrgExtXML/callOrgPlugins: Saves the DefaultXML/ExtensibilityXML/Plugins before Changing
callOverall: All Parameters which were given to TICS_installer
callPLG: full-qualified path of PLG which should be injected
callTypeCPR: direct or current
ErrorDescription: Long description of Error Message
ErrorNumber: Number of the Error
last...: The same as above for the Call before
new...: The changes of TICS in Registry - with "current" also in your Titanium - otherwise only here, so you can copy it after installation e.g. in install.mscr
Nice day 4 U
Micha

Changelogs of former Versions:
changelog ReleaseCandidate 3.1:
- -change to TitaniumListView now works (not necessary to update from RC3.0 if you are a Plugin-Developers, who doesn't use "-change")
changelog ReleaseCandidate 3.0:
- Wrong Upload - therefore RC2.0 no more exists
- Bugfix: in seldom constallations other Plugins disappeared
- Added 2 more understandable Error Messages
changelog ReleaseCandidate 1.0
- added "ForbiddenList"
- added check of ExtensibilityXML to get the correct cpr-Name
- added possibility to change a cpr to TitaniumListView / BronzeListview
- increased speed - reduced filesize
Changelog Beta2:
- Made a Fix to Compiler-Options - in the optimization it made something wrong sometimes in .exe
- Some Bugfixes because of Feedback (now it's stable with changing the Windows-CPR)
- Implemented this to JMLToday-cab and tested it: All works - and if this works, so we can be very sure, that it works for all Plugins instead of ATPluginInstaller
- added Parameters:
-- The Version-Number of TICS will alway be transmitted to Registry HKCU/Software/TICS:Version
-- "-nochangechomereg" : Independent from -current..., TICS_installer won't change the Registry of CHome - only create the key in HKCU/Software/CHome, which you can copy or use afterwards.
-- "-nochangecpr" : Independent from -current..., TICS won't write back the cpr-File to the original and will only provide the temp-File, which you can use by your install-script
-- "-isTICSSystemCall": This will be a reserved Parameter for the whole TICS-System - and you can never rely on,what it does-so never use it - it's only for "C" and "S" of TICS - and can change its behaviour
- Some small optimizations in code
- Tested it very hard
-------

OK - I must go now for today - thanx for Feedback, how we can alltogether get it appropriate for each special wishes of the Themers, Skinners and Plugin-Developers.
Have Fun with TICS-Checking
Micha

Nice, now if someone wants a specific plugin for say my NeoTitanium or the Windows 7 Titanium or any other Titanium skin that uses custom named CPR's, the developer can make the layout or any skinner can make their own. Will make my job a lot easier, Thank you!!!
Enjoy your coffee, it's well earned.
Unique Transaction ID #4HH62607UX4580321

You have really outdone yourself Micha, that is great.
I am no skinner and also cannot program, but i will dig into this to understand it fully as it very interesting and opens a lot of possibilities.

Thank you! I'm looking forward to everything what the Skinners will do with your NeoTitanium
Thanx, too, Claus! You had so much effort increating and providing your cpr's for all resolutions and themes - I hope it's now much easier for you.
And hey - there's no need to programming - only using the Parameters
I hope some Plugins will test soon the changing of the files (setup.dll, TICS_installer.exe) - and the most of them can overtake almost blind (only changing the PluginName) the install.mscr and uninstall.mscr of the download (and shown in Post #2) - it would almost do the same as PluginInstaller before - but now for each Titanium-Theme - and I think that's interesting for all Plugin-Developers.
I will insert it also in JMLToday andsend it to JMHL afterwards - but there will be much more needed than only the Installation-Part.
The same later on with TitaniumRSS (because TitaniumRSS has already since the first Release TICS inside for changing to FullView and some more things- so I learned, what's important).
I want to explain some additional Parameters here - only to discuss, if they would be necessary for you:
- The Version-Number of TICS will alway be transmitted to Registry - better then a "-version"-Parameter - ok?
- There will be a "-change" - Parameter - e.g. then with "-cprchange:titaniumlistview|bronzelistview" - I don't think I have to explain, what it means
- Perhaps some Parameters there in "-change" which changes the Action-Areas and some more (proposals... we will see)
- "-nochangechomereg" : Independent from -current..., TICS_installer won't change the Registry of CHome - only create he key in HKCU/Software/CHome, which you can copy or use afterwards.
- "-nochangecpr" : Independent from -current..., TICS won't write back the cpr-File to the original and will only provide the temp-File, which you can use by your install-script
- "-isTICSSystemCall": This will be a reserved Parameter for the whole TICS-System - and you can never rely on,what it does-so never use it - it's only for "C" and "S" of TICS - and can change its behaviour
I didn't write this proposals of the Parameters to Post #1 (some of them are already implemented, but disabled in Beta) - not toconfuse to much - they would be seldom used - and the most important for Plugin-Developers,Skinners, Theme-Makers,... are in Post #1
But nevertheless: If you want something special of functionality for your Theme oder your Plugin or to help for skinning .plg's - it's the best now before Iwill open the Release-Thread of TICS.
Later on - I will add each Betas here - and the Releases with the official implemented and upward-compatible functionalities in the Release-Thread of the whole TICS-Suite.
Especially from Theme-Makers and Plugin-Developers: I hope you have a look at the Parameters of Post #1 - and can tell me, what you would like to have for your Plugin.
Cheers
Micha

Ok - thanx for the Feedbacks (better here in Thread as via PN - so I would see it much faster)
I have changed the things - and deleted Beta1 from Download and added Beta2 in Post #2
I have tested it hard - and I already integrated it in JMLToday.cab to see, if everything will work (JMLToday is very complex in installing and using .plg) - and it's stable with TICS Beta2 - so you can test it also with your Plugins.
Also I had to optimize the code a little bit and added some of the Parameters, I mentioned.
I only want to run it with some further informations - therefore the .exe is a little bit bigger now. But no bad effect on the speed.
I also have put each "Beta"-Status out of the Beta - no limitations and also no more messages and Silent-Mode is activated, if set.
The Message - if activated - are now also shown in Foreground
Works really stable to integrate it.
So - Beta2 is also Release Candidate 1
Please Feedback for wishes,...
Cheers
Micha

It would be nice to have a replacement for CHomeRefresh
After each CHomeRefresh, some keys I deleted from the registry get restored, amongst other things.
We could perhaps call it via:
TICS_Installer.exe -refresh

You now already have a replacement, adwin - because it's only called from the mortscripts
I did it on purpose So everybody can choose if he wants to handle the Return-Values before or make a Refresh.
So - TICS.exe will NEVER call a Refresh by itself - you can rely on
So you can use RedrawToday from Mortscript or RefreshToday.exe or nothing (or something else - there are some more programs). What's better for you (Therefore also the additional parameters, which only write to shadows)
Don't forget - now you have an Interface while installing/uninstalling the cab. So I had no reason to integrate the Refresh into the TICS-exe.
And because of the Restored Keys after Refresh - Beta2 also sets DefaultXML now - just uploaded some minutes before to Post #1
OK so?
Micha

mind realeasing the jmltoday version with this
n if possible have it take the red f the main clock in the bliss theme

Yes - but please: TICS is for all Plugins and Themes - and so please ask in the Plugins and Themes you use, if the could integrate TICS, so that everybody can enjoy each Plugin in each Theme.
I can only provide the Files - and it's simple to swap ATPluginInstaller.exe with TICS_installer.exe and also the cesetupdll.dll with setup.dll and add the 2 Scripts and only make a few simple modifications to them (which .plg - I set in Scripts still default.plg as example).
So each Plugin would automatically work with each themes - without anything more to do.
The Tests are fine - and ok - JMLToday - I'm involved and already made the new cab with TICS - but that must also be published according with JMHL. (and you were not the first who asked for JMLToday with TICS - I won't forget it, sure )
But it works for all Plugins & Themes - so please ask them also direct in their Thread.
OK?
Greetings
Micha

@Micha : You can publish your version of JMLToday5.4 with TICS (no problem).
I have lot of work (business-work, plugins in progress....) and i have not time to make all...
A++

OK - I've uploaded it meanwhile, until you have more Time:
JMLToday 5.4 installed by TICS as cab - Download-Post :
http://forum.xda-developers.com/showthread.php?p=4629986#post4629986
Then everybody can begin with making Skins for all the other Themes, like Bliss, NeoTitanium,...
Greetz
Micha

ok,thanx for the messages.I would only now need a feedback from somebody with QVGA or WQVGA-device. indifferent if you only inserts a single .plg or tried the link above from jmltoday.
But it's really an app for Developers,Theme-Makers to check it.
Like wished, I will add the "ForbiddenList" ((I will explain it) and then I will release TICS_installer as first app from the TICS-Suite.
Works fine so far
Micha

Thanx for the Feedbacks (I still don't understand, why you don't make it here in Thread...)
I added the wishes - I didn't changed the main features - so description is still the same to replace ATPluginInstaller with TICS_Installer - here are the adds of the First Release Candidate:
- added "ForbiddenList"
If you have a special .cpr - and you want to prevent it temporary from changes by Plugin-Installations - you only have to add the name of the cpr to /HKCU/Software/TICS -> "ForbiddenList" - enclosed with semicolons,
e.g. ForbiddenList=";TitaniumRSS;;Specialcpr;"
Then TICS would also if "currentPortrait" or "currentLandscape" is set for cpr - only make the temporary Files for this cpr and also the temporary Registry-Entries - but wouldn't change the Titanium system.
- added check of ExtensibilityXML to get the correct cpr-Name
TICS uses normally "CPRFile" in CHome to identify the current cpr - but now it also looks into ExtensibilityXML - and if there is another cpr-Name - then TICS uses this CPR-Name and also sets "CPRFile" this name (it's really better for TitaniumSystem- that both settings are switched, also if you think, that ExtensibilityXML would be enough)
- added possibility to change a cpr to TitaniumListView / BronzeListview
with
Code:
TICS_installer.exe -change -view:TitaniumListView -cpr:currentPortrait
the current protrait cpr would be change to TitaniumListView - so that e.g. JMLPanex would also work with Titanium7Project.
With:
Code:
TICS_installer.exe -change -view:BronzeListView -cpr:currentPortrait
it would be switched back
- increased speed - reduced filesize
you will see it .exe is now 35kb - and also for big cpr-Files very fast.
I don't want to add new functionalities for 1.0 now - but this Beta-Thread will remain also after Release - to add this things to next versions.
But the main-calls to -addchange and -delete, which are in 1.0 - will remain forever in each next update - so only expansions ae possible after Release.
So you can be sure, tht all Plugins, which are installed by TICS - remain upward-compatible for the future.
Please tell me, if you'd see any bug in RC1 - but it was good tested and has almost no differences to Beta2 in the MainStream (but faster &smaller) - so it's not necessary to wait too long until RC1 will be 1st Release.
Please report anything, what you see in trial.
Thanx & have fun with making your Plugins installable for all Titanium-Themes
Micha

BTW: If you need a further example how to use TICS RC1 - it's used inside this .cab :
http://forum.xda-developers.com/showpost.php?p=4683099&postcount=298
and still runs fine - otherwise just write it here (no more by PN please )
Micha

Thanx for the hint, Tb1502!
I wrote in Post #1 that:
CESetup.DLL = "setup.dll" should be the .inf-Entry for a Plugin, but it should be of course without the . :
CESetupDLL = "setup.dll"
in .inf to use the new setup.dll
Thanx again & Sorry
Micha

OK - after Feedback: RC1 is also first Release - all works fine.
I won't make a new Thread at the moment for the Release - think I will make this Thread after I have the most implemented "C" and "S" of TICS for the users.
I have added a short description to Post #2, how to change your Plugin from ATPluginInstaller to TICS_Installer. A few simple steps - takes only some minutes:
1. use the attached install.mscr and uninstall.mscr from Post #1 ("SetupDll_and_Mort.zip")
2. In install.mscr only put these Lines:
Code:
instPath = SystemPath( "ScriptPath" )
plgPath=instPath\"test.plg"
callParameter="-addchange -plg:"&plgPath&" -cpr:currentPortrait"
RunWait(instPath\"TICS_installer.exe", callParameter)
callParameter="-addchange -plg:"&plgPath&" -cpr:currentLandscape"
RunWait(instPath\"TICS_installer.exe", callParameter)
RunWait(instPath\"CHomeRefresh.exe","")
If you use another .plg - not default.plg - just change second line to the name of the .plg you want to install with .cab
3. In uninstall.mscr only put these Lines:
Code:
instPath = SystemPath( "ScriptPath" )
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:[I]YourPlugin[/I] -cpr:currentLandscape")
RunWait(instPath\"TICS_installer.exe", "-delete -plugin:[I]YourPlugin[/I] -cpr:currentPortrait")
RunWait(instPath\"CHomeRefresh.exe","")
Only replace "YourPlugin" with the name of yourPlugin - e.g. "CNitrogen"
4. Put this install.mscr, uninstall.mscr, TICS_installer.exe, setup.dll, MortScript.exe (don't forget! use Version, you want) and CHomeRefresh.exe to your Main Directory of your Plugin. Delete "ATPluginInstaller.exe" and "CEsetupDLL.dll"
5. Add the new Files to your .inf-File
6. Change in [DefaultInstall]-Section of your inf the Line to: CESetupDLL = "setup.dll"
7. Cab your Plugin - ready - now your Plugin works with TICS - and therefore for all Themes

OK - the Tests were all ok - some Plugins use it meandwhile - and hey.. you are using Beta2 - But RC1 is the new one!
It's running faster and is smaller - I think I will make sooner a Release Thread,than I wanted
But in Release - it will be the same as RC1 - so please use this (Just compare the changelog - the main functions are the same, but there's some differences between older Beta2 and RC1 - for special use - if you need it)
And Beta2 is good tested, but RC1 is better tested, because it's already running in some Pugins
Greetings
Micha

Related

HButton - maps more apps on HW buttons

NEW VERSION 2.3
*** this application is no longer developed. Last version (2.3) is attached to this post ***
I didn’t find freeware application for assign more applications to one HW button using hold-button, so I decided to write my own. Here is result.
Application HButton can be used to assign more applications to one HW button. If you press the button, the first application is run. If you hold button till device vibrate, second app is run. If you hold button till second vibrate, third app…. And so on, and so forth.
Usage:
* Install attached cab.
* Run HBSetup (Programs - HButton - HBSetup), setup up to 5 applications to Button1
* Start Setting – personal – Buttons and assign HButton1 to any HW button.
Now you can run all selected applications using this one HW button.
Any topics welcome.
Hundera
[18.5.2007] UPDATE
I uploaded new version 1.2.
Contains new options for starting applications
* vibrate
* beep
* display name on screen
[22.5.2007]
Version 1.3
* "unlimited" num of apps on one button
* <None> application
* option to cycle thru applications
* option to notify first application
[25.5.2007]
Version 1.5 - please uninstall previous version (not necessary on WM5, WM6)
* Fix: Bugs in installation and setup on devices with localized ROMs
* Fix: Unable to remove first app in list
* Fix: Not working for some buttons on Universal
* Could be installed on Storage Card (Only HBSetup.exe)
* <Clock> application
* Positioning of info box.
[2.6.2007]
Version 1.6
* <Today> application
* HButtonTask - task switcher like alt+tab. (first app is always today)
[6.6.2007]
Version 1.7 - fixed bugs with PHM keys
* Possibility to start application with params
* HBSetup search for links in linked directories
* HBSetup doesn't assign .lnk file, but parse it and assign exe with params
Vesion 1.8 - added some "applications"
* <Ok/Close> (minimize app)
* <Quit> (terminates app)
* <Start Menu>
[7.6.2007]
Vesion 1.8.1 - Fixed bug with param parsing
[30.9.2007]
Version 1.9.1
* <Back> - switch to previously opened application
* HButtonTask - first item in list could be Today or previously opened application
* Fixed: Device reboots when <QUIT> is used on "Programs"
[23.10.2007]
Version 2.0
* <Rotate Left>
* <Rotate Right>
* assignment to HW buttons could be done directly in HBSetup
* Label configuration - size, font size, colors
* Fixed: install dir in localized ROMs
[29.10.2007] Version 2.1
* <Toggle BT>
* <Toggle SIP>
* Fixed: refreshing top window after Rotate
[10.1.2008] Version 2.2
* <Toggle Sound (only WM5,WM6)>
* <Toggle WiFi>
* Fixed: list of applications on PPC2003
* Fixed: directory browsing in HBSetup
[15.5.2008] Version 2.3
* Import / Export of settings
* 2 more buttons (HButton6 & HButton7)
* Browse... select any file to be started by HButton
.NET2.0 necessary
One more remark.
.NET 2.0 is necessary to use HBSetup. If you want to use HButtons without .NET, you can install it from cab and setup it manually using registry editor.
For Notify and flags use sum of numbers for options you want. for example notify=5 means vibrate and display name
Code:
[HKEY_CURRENT_USER\Software\HButton]
Delay : DWORD [I]delay in ms between applications start. (Optional, Deafult 500)[/I]
Notify : DWORD [I]type of notification. 1 - vibrate, 2 - Beep, 4 - display name. (Optional, default 1)[/I]
[HKEY_CURRENT_USER\Software\HButton\Button1]
flags : DWORD [I]flags for this button. 1 for cycle thru apps, 2 for notify even first app, 4 custom delay. (Optional, default 0)[/I]
Delay : DWORD [I]delay in ms between for this button. Only when custom delay is set. (Optional)[/I]
NItems : DWORD [I]number of applications assigned to HButton1[/I]
Item0 : STRING [I]first application[/I]
Item0_name : STRING [I]displayed name of first application. (Optional)[/I]
Item0_param : STRING [I]Parameters of first application. (Optional)[/I]
Item1 : STRING [I]second application[/I]
Item1_name : STRING [I]displayed name of second application. (Optional)[/I]
Item1_param : STRING [I]Parameters of second application. (Optional)[/I]
…
[HKEY_CURRENT_USER\Software\HButton\Button2]
[I].. same for others buttons[/I]
[HKEY_CURRENT_USER\Software\HButton\ButtonT]
flags : DWORD [I]flags for task. same as other flags + 8 for show next application + 16 for first item is last opened application. (Optional, default 8)[/I]
Delay : DWORD [I]same as for buttons[/I]
Special applications:
#t - <Today> (i.e. Item0="#t" )
#o - <Ok/Close>
#q - <Quit>
#w - <Start Menu>
#c - <Clock> (*_name must be set to "<Clock>")
#b - <Back>
Cycling
Hello there.
Its a nice tool. Thanks for that.
What about to cycle through defined applications till the button is released? If I do miss the application which I want to launch - it launches the last defined application. I do think there should be the way how to "cancel" the launching at all or something like this.
Sincerely David
dmisek said:
What about to cycle through defined applications till the button is released? If I do miss the application which I want to launch - it launches the last defined application. I do think there should be the way how to "cancel" the launching at all or something like this.
Click to expand...
Click to collapse
Thanks for remark.
My idea was to start last application immediately, when there is no application left – if you have two applications assigned to one button, second will run exactly after 500ms(or delay you have set).
In your situation, there is necessary to release button in proper time.
But I think, that it could be added as possibility – so user can choose, if
- it will works like now
- it will cycle thru defined applications
- last application will be "CANCEL". (or combination with previous one)
It unfortunately fails to install on my smartphone (VOX).
Can you build a version for smartphone?
Thanks!
Smartphone
I can't promise anything, because I have no experiences with Smartphones.
But I will try to compile it.
I have found the problem of missing the app I want to be a nag as well. As dmisek said, if you have 5 apps assigned to a button and you miss the app you want, you have to take one of the following.
As a quick work around, I created a link to the today screen and added it to the last app of each button. So, the worst case there is that if I miss my intended app, I will at least go back to the today screen.
As a suggestion for a fix, I would probably say to have the apps loop over and over in the list. I would also suggest adding a "Cancel" like you said in the list.
jockyw2001 said:
It unfortunately fails to install on my smartphone (VOX).
Can you build a version for smartphone?
Thanks!
Click to expand...
Click to collapse
As I said before, I have no smartphone. There is some version, but not tested. Use it at your's own risk.
Vibration is not vorking - I used functions that doesn't exists on smartphones. If everythink else will work, I will try to find substitute for this functions.
hopes that help
Hundera
Hundera: Thanks for your time. Unfortunately it still doesn't install ("The installation file is not intended for this device").
The WM6 standard edition on my VOX smartphone doesn't have a button changer in the settings menu.
Does anyone know which executable is responsible for this on a PPC?
Alternatively can anyone provide me the registry keys?
Thx!
Maybe smartphone has no button to map.
On PocketPC it is store in HKLM\Software\Microsoft\Shell\Keys\.
There are keys 40Cx for buttons...
If you havn't these keys, app will not work...
I've got one regkey 40C1 (voice record button) and that's exactly the button I'd like to use with HButton.
Can you write down the steps to install your app manually?
(files and reg keys)
Oh btw, is it the ResetCmd value in 40C1 key I need to change?
Currently it's set to "\Windows\AppButtons\Record.lnk -b"
Hi,
there are two exe files.
HBSetup is for settings HButtons. If it doesn't work, see post with registry description.
Into reg key "Default" add path to HButton with param 1 (or what HButton you will set).
for example "\Program Files\HButton\HButton.exe 1"
ResetCmd is origin value. It's not neccessary to change it.
Bad luck. I can't start button.exe in any way. Not via the 40c1 hw key and neither from fexplore.
I manually created the HButton reg key and the made the change to the 40C1 reg key:
[HKEY_CURRENT_USER\Software\HButton]
"Delay"=dword:000001f4
[HKEY_CURRENT_USER\Software\HButton\Button1]
"Item0"=""\Storage Card\Tools\Fakecursor\Fakecursor.exe""
"NItems"=dword:00000001
=============================================
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C1]
@=""\Storage Card\Tools\HButton\Button.exe" 1"
"Flags"=dword:00000000
"Icon"="hotvoice.exe, 0"
"ResetCmd"=""\Windows\AppButtons\Record.lnk" -b"
=============================================
If I press the hw button it starts the voice tag recorder as usual.
Any clue?
Thx for your patience
Did you try HBSetup? works?
Settings in registry looks fine.
What Button.exe does, when you run it from fexplorer? Nothing, or throw some error?
Hundera said:
Did you try HBSetup? works?
Click to expand...
Click to collapse
unexpected error (NotSupportedException).
This is because I'm not running .NET 2.0
Settings in registry looks fine.
What Button.exe does, when you run it from fexplorer? Nothing, or throw some error?
Click to expand...
Click to collapse
nothing
This one will work... hopefully
Yes, it runs fine from fexplorer
But ... it doesn't start when pressing the voice record button
So close ...
Does HTC do something different with the HW keys on Smartphones
strange...
What voice record button does? Start recording as default or do nothing?
If start recording - try to rewrite another reg value in this registry key. Maybe ResetCmd?
If it do nothing - try to write only "\Storage Card\Tools\HButton\Button.exe" into "Default" key, without param 1.
Hundera said:
strange...
What voice record button does? Start recording as default or do nothing?
Click to expand...
Click to collapse
After pressing the button it beeps 3 times and first opens a window "Alert Speak after the audio prompt" followed for a short time by a window "Recognizing Voice Tag" where it says "there is no trained voice tag" and then exits. I never used this application and don't know yet how it works.
If start recording - try to rewrite another reg value in this registry key. Maybe ResetCmd?
If it do nothing - try to write only "\Storage Card\Tools\HButton\Button.exe" into "Default" key, without param 1.
Click to expand...
Click to collapse
Tried both, but to no avail
Perhaps I have to play around with reg keys like :MSVOICE or :MSHOTVOICE in HKLM\Software\Microsoft\Shell\Rai
No ideas :-(

[update 2009/11/19][FAQ] Porting new HTC packages from Mega to Iolite ROM.

update 2009/11/19 - Russian, as well as Italian, French, Dutch, German, Spanish, Danish, SVE, Norway, Portugal, Euro and Asian
Mega ROMs, release versions, are here. Just get nbh-file from install temp folder and extract packages.
update 2009/11/17 - How to fix Iolite Wheel
update 2009/11/16 - EzInput 2.1 My Words fix added, read 2nd post.
------------------
Hi, I want to start this new thread to share some information with other Iolite ROM developers.
I hope you will continue this list and we will get fully working WM65 ROMs with latest HTC gui for Iolite finally.
=)
CommManager
Package CommManager_2_9_F_1, file app.reg
1. bluetooth fix. use this value:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"BluetoothPlatformType"=dword:00000000
2. wi-fi fix. use this value:
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\WLAN]
"DeviceName"="{98C5250D-C29A-4985-AE5F-AFE5367E5006}\\TNETW12511"
Vibration in new PhoneCanvas and EzInput 2.1
Shared_Modules_1_01_19143331_01, file app.reg
use this value:
[HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
"UseService"=dword:00000001
BackLight
Problem - backlight settings doesn't work if you use new HTCUtil.dll
use BackLight.dll from Mega OemDrivers, it works fine with Mega HTCUtil_4_8_0_0.
EzInput and keyboard/language selection menu
1. use BioTouch.dll from Mega OemDrivers.
2. use touch.dll from Mega OemDrivers.
3. add these values to you rgu file in OemDrivers (check rgu file in Mega OemDrivers)
Code:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"MaxCalError"=dword:8
"CalibrationData"="491,508 787,177 788,839 191,836 190,174"
"AlignScreenNeeded"=dword:1 ;Set 0 to disable align screen page, set 1 to enable
"PassCalibration"=dword:00000000 ; Driver would set 1 if pass calibration"TouchDrawPri"=dword:0000006D
"TouchGLODebug"=dword:00000000
"SIPExpand"=dword:00000005
"OKWidth"=dword:00000019
"OKExpand"=dword:00000023
"PanGestureTimeOut"=dword:00000384
"PanGestureDistanceThreshold"=dword:0000000F
"FlickGestureDistanceThreshold"=dword:00000008
"PanGestureLinePixelCount"=dword:00000015
"VelocityFactor"=dword:0000000A
"FollowFinger"=dword:00000001
"ReportPointPeriod"=dword:00000320
"TouchDrawPeriod"=dword:00000032
"EnlargeScrollAnimateTime"=dword:0000000A
"EnlargeScrollHeight"=dword:00000020
"EnlargeScrollWidth"=dword:0000002B
"TouchDrawPri"=dword:0000006d
"MENUExpand"=dword:0000000F
"MENUHeight"=dword:0000001A
"ScrollBarExpandLeft"=dword:00000000
"ScrollBarExpandRight"=dword:00000000
"ScrollBarExpandDown"=dword:00000000
"ThumbExpandHeight"=dword:00000000
"GestureEnable"=dword:0000004A
"SIPMenuWidth"=dword:00000014
"HorizontalPanel"=dword:00000000
"SelectIndHeight"=dword:00000032
smarttouch - cool finger-friendly scrollbars
WARNING: this will break Iolite wheel.
1. add smarttouch.dll from Mega to OemDrivers
2. *thumb*.png from Mega to OemDrivers
3. add these values to you rgu file in OemDrivers (check rgu file in Mega OemDrivers)
Code:
[HKEY_LOCAL_MACHINE\System\GWE]
"cxHScr"=dword:00000000
"cyVScr"=dword:00000000
[HKEY_LOCAL_MACHINE\Drivers\TouchPanel]
"PressureThreshold"=dword:2710 ; initial value is 10000.
[HKEY_LOCAL_MACHINE\Services\SmartTouch]
"Prefix"="SMT"
"Dll"="smarttouch.dll"
"Index"=dword:1
"Order"=dword:9
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch]
"WheelCount"=dword:00000002
"OnlySupportRegisterApp"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch\Excel Mobile]
"WheelCount"=dword:0000000c
"ClassName"="BOOKWIN"
"EnableOneMessage"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch\Notes]
"WheelCount"=dword:0000000c
"ClassName"="Worker"
"EnableOneMessage"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch\Outlook Email]
"WheelCount"=dword:0000000c
"ClassName"="Inbox.MainWnd"
"EnableOneMessage"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch\Word Mobile]
"WheelCount"=dword:0000000c
"ClassName"="WordPad"
"EnableOneMessage"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\SmartTouch\Internet Explore]
"ClassName"="IEMobile"
"WheelCount"=dword:0000000c
"EnableOneMessage"=dword:00000000
Wheel
If you use mega smarttouch tweak you will lose Iolite wheel.
You need to use SmartTouch_1_1_32635_2 from Iolite packages if you want to have working wheel.
LongPressEndKey - lock device
Use LongPressEndKey_1_2_35861_5 from Iolite packages, it works fine.
Long_Press_End_Key_1_5_19182121_00 from Mega depends on keyboard driver and dosen't work on Iolite.
Album 3
Thanx to dancer_69:
HTC Album will work if you replace the files ha_skin_l.xml and ha_skin_p.xml in .........\OEM\Iolite_MEGA\0409\ExtraFilesPkg with these from manila album package(in building these from the above folder which are for iolite's album version ovewrite these from mega)
Or you can simple delete these files from ExtraFilesPkg.
Camera - Record video with audio fix
Package Camera_6_29_19183128_01, file app.reg
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Camera\Common]
"EnableAudioAAC"=dword:00000000
EzInput 2.1 My Words
If your EzInput 2.1 cannot remember custom words after soft reset, use IME_Engine_Western_2_1_19171325_00
in place of mega version IME_Engine_Western_2_1_19191429_00.
read more in this thread.
Download working IME Engine here.
Download working eT9MyWords.exe - words editor here.
Weather on the Home tab (under the clock)
wg5566 said:
The weather update function on home screen relies on location service. So first we need to enable the location service on the phone. Second, the operator and the TBS (Terminal Base Station, means the devices in the ntenna tower that connect the phone to the network) must support this service too. Most operators in my area support this, but not all TBS support the location service.
To verify this, go to google maps, with GPS off, see whether or not the phone can detect the correct current location.
Click to expand...
Click to collapse
Great thread. Sticky this.
Hey, serfer222...
I'll be posting my registry tweaks here aswell and I'll post a screenshot (and a brief description of which of those are from Mega) of all the drivers I have included in the OEMDrivers folder...
I'll keep editing this post...
I'm kind of in a hurry now, but I'll be constantly updating it...
Any tips, tricks or tweaks I can think of that I used, I'll explain them here...
Oh, but the way:
Kind Moderator, please sticky this thread... This is a great idea from serfer222.
Thanks in advance.
Best regards,
update 2009/11/17 - How to fix Iolite Wheel
update 2009/11/16 - EzInput 2.1 My Words fix added, read 2nd post.
EzInput and keyboard/language selection menu
1. use BioTouch.dll from Mega OemDrivers.
2. use touch.dll from Mega OemDrivers.
3. add these values to you rgu file in OemDrivers (check rgu file in Mega OemDrivers)
Code:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH]
"MaxCalError"=dword:8
"CalibrationData"="491,508 787,177 788,839 191,836 190,174"
"AlignScreenNeeded"=dword:1 ;Set 0 to disable align screen page, set 1 to enable
"PassCalibration"=dword:00000000 ; Driver would set 1 if pass calibration"TouchDrawPri"=dword:0000006D
"TouchGLODebug"=dword:00000000
"SIPExpand"=dword:00000005
"OKWidth"=dword:00000019
"OKExpand"=dword:00000023
"PanGestureTimeOut"=dword:00000384
"PanGestureDistanceThreshold"=dword:0000000F
"FlickGestureDistanceThreshold"=dword:00000008
"PanGestureLinePixelCount"=dword:00000015
"VelocityFactor"=dword:0000000A
"FollowFinger"=dword:00000001
"ReportPointPeriod"=dword:00000320
"TouchDrawPeriod"=dword:00000032
"EnlargeScrollAnimateTime"=dword:0000000A
"EnlargeScrollHeight"=dword:00000020
"EnlargeScrollWidth"=dword:0000002B
"TouchDrawPri"=dword:0000006d
"MENUExpand"=dword:0000000F
"MENUHeight"=dword:0000001A
"ScrollBarExpandLeft"=dword:00000000
"ScrollBarExpandRight"=dword:00000000
"ScrollBarExpandDown"=dword:00000000
"ThumbExpandHeight"=dword:00000000
"GestureEnable"=dword:0000004A
"SIPMenuWidth"=dword:00000014
"HorizontalPanel"=dword:00000000
"SelectIndHeight"=dword:00000032
Dear sir
Do you have touch.dll, biotouch.dll and biotouch.exe of mega packages!!
thx...
get it here
Can you display what smarttouch is?
I have no idea what it is and how it looks like.
I cannot post screenshot now, I removed this feature from my rom - it breaks wheel on my Iolite.
Install it and try to use scrollbar in explorer or other program.
You will see big animated gripper.
Download link
Pal,
What is the component that is responsible to show the black HTC black notification bar when pressing on top bar, that contain volume icon and battery icon, and others!
thx
Notification_Enhancement_3_0_1919_1125
Will post soon
Sorry for my absence, people.
I have been involved in a motorcycle accident and have been at the hospital 'till this day, so I haven't come around here to post anything.
I'll be posting my tips, tweaks and tricks here as soon as possible, which is today.
I'm glad to see the Moderators/Administrators have made this thread a sticky.
Best regards,
i will try it in the emulator later! =)
My tips, tweaks and tricks as promised
As promised, here is my list of tips, tweaks and tricks.
Almost every tweak I made are as follows:
Code:
[HKEY_LOCAL_MACHINE\System\GWE\Touch\Filter]
"MinimumTapTime"=dword:00000000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers]
"SleepOnNoData"=dword:00000064
"OutputBufferSize"=dword:00000100
"InputBufferSize"=dword:00000100
"RetryWaitOnError"=dword:000003e8
"CurrentDriver"="GPSOneDevice"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers\GPSOneDevice]
"PollInterval"=dword:00000064
"Version"=dword:00000002
"CommPort"="GPS0:"
"DriverName"="GPS Device Driver"
"FriendlyName"="QualComm GpsOne Card, version 0.0"
"InterfaceType"="POLL"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers\GPSOnePort]
"CommPort"="GPD10:"
"FriendlyName"="QualComm GpsOne Card, version 0.0"
"InterfaceType"="COMM"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Multiplexer]
"MaxBufferSize"=dword:00000100
"DriverInterface"="COM4:"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Multiplexer\ActiveDevice]
"Index"=dword:00000004
"Prefix"="COM"
"Context"=dword:12344160
"Flags"=dword:00000002
"Keep"=dword:00000001
"Dll"="GPSID_HTC.dll"
[HKEY_LOCAL_MACHINE\Services\NaviService]
"Context"=dword:00000000
"Order"=dword:00000010
"Flags"=dword:00000004
"Description"="NaviService"
"DisplayName"="NaviService"
"Dll"="NaviService.dll"
"Keep"=dword:00000001
"Prefix"="NPS"
"Index"=dword:00000000
[HKEY_LOCAL_MACHINE\System\GDI\Rotation]
"HideOrientationUI"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C1]
"BtnWnd"=dword:00000000
@="\"[URL="file://windows//TaskMgr.lnk/"]\\Windows\\TaskMgr.lnk\[/URL]""
"Flags"=dword:00000000
"Icon"="[URL="file://windows//HTCFootprint.exe"]\\windows\\HTCFootprint.exe[/URL], 0"
"Name"="Footprint"
"ResetCmd"="\"[URL="file://windows//HTCFootprint.exe/"]\\windows\\HTCFootprint.exe\[/URL]""
"WndCls"=""
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C2]
"BtnWnd"=dword:00000000
@="\"[URL="file://windows//Navipanel.lnk/"]\\Windows\\Navipanel.lnk\[/URL]""
"Flags"=dword:00000000
"Icon"="[URL="file://windows//QuickGPS.exe"]\\windows\\QuickGPS.exe[/URL], 0"
"Name"="Navigation"
"ResetCmd"="\"[URL="file://windows//NaviPanel.exe/"]\\windows\\NaviPanel.exe\[/URL]""
"WndCls"=""
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Keys\40C6]
"BtnWnd"=dword:00000000
@="\"[URL="file://windows//CommManager.exe/"]\\Windows\\CommManager.exe\[/URL]""
"Flags"=dword:00000000
"Icon"="[URL="file://windows//CVDSetting.exe"]\\windows\\CVDSetting.exe[/URL], 0"
"Name"="green Horn (long pressed)"
"ResetCmd"="\"[URL="file://windows//CVDSetting.exe/"]\\Windows\\CVDSetting.exe\[/URL]""
"WndCls"=""
[HKEY_LOCAL_MACHINE\Services\App]
"Context"=dword:00000000
"Description"="App Service"
"DisplayName"="App Service"
"Dll"="App_Service.dll"
"Index"=dword:00000000
"InitDelay"=dword:00004e20
"Keep"=dword:00000001
"Order"=dword:00000008
"Prefix"="APP"
[HKEY_CLASSES_ROOT\.rm]
@="rmfile"
"Content Type"="video/real"
[HKEY_CLASSES_ROOT\.rmvb]
@="rmfile"
"Content Type"="video/real"
[HKEY_CLASSES_ROOT\rmfile]
"EditFlags"=dword:00010000
[HKEY_CLASSES_ROOT\rmfile\Shell\Open\Command]
@="wmplayer.exe \"%1\""
[HKEY_CLASSES_ROOT\rmfile\DefaultIcon]
@="wmplayer.exe,-2001"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\.rm]
"Permissions"=dword:0000001F
"Runtime"=dword:00000007
[HKEY_LOCAL_MACHINE\Software\Microsoft\Multimedia\WMPlayer\Extensions\.rmvb]
"Permissions"=dword:0000001F
"Runtime"=dword:00000007
The packages I included have been these:
You should have these files under OEMDrivers:
You should also do this:
1. - Empty and LEAVE only the .dsm and .rgu on these folders:
ExtendedPkg;
ExtraFilesPkg;
FotaTestPkg;
2. - Replace initflashfiles.dat with the one from Mega in the folder OEM_Lang_XXXX
3. - Make sure you have these files under OperatorPkg folder:
There are some minor things you have to do, but it's too long of a story to be explaining them all here. Basically replace as much Iolite stuff as you can with Mega and open .rgu files with the notepad and edit away.
Hope this helps out some chefs.
I had to divide the post into two, 'cause it was too long... Check next post too.
serfer222, wanna give a combined ROM a go?
Best regards,
Continuation
Continuation of previous post:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\MLS\Extensions]
"rm"="video"
"rmvb"="video"
[HKEY_CLASSES_ROOT\Filter\{CFA7C1EC-BF35-4a48-8533-08046F18008D}]
@="Real Parser Filter"
[HKEY_CLASSES_ROOT\Media Type\Extensions\.rm]
"Source Filter"="{CFA7C1EC-BF35-4a48-8533-08046F18008D}"
[HKEY_CLASSES_ROOT\Media Type\Extensions\.rmvb]
"Source Filter"="{CFA7C1EC-BF35-4a48-8533-08046F18008D}"
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}]
@="Real Parser Filter"
"Merit"="8000001"
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\InprocServer32]
@="[URL="file://windows//RealParserFilter.dll"]\\Windows\\RealParserFilter.dll[/URL]"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Audio Output]
"Direction"="1"
"AllowedZero"="1"
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Audio Output\Types]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Audio Output\Types\{73647561-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Audio Output\Types\{73647561-0000-0010-8000-00AA00389B71}\{636F6F6B-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Audio Output\Types\{73647561-0000-0010-8000-00AA00389B71}\{72616163-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output]
"Direction"="1"
"AllowedZero"="1"
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output\Types]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output\Types\{73646976-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output\Types\{73646976-0000-0010-8000-00AA00389B71}\{52563330-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output\Types\{73646976-0000-0010-8000-00AA00389B71}\{52563430-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{CFA7C1EC-BF35-4a48-8533-08046F18008D}\Pins\Video Output\Types\{73646976-0000-0010-8000-00AA00389B71}\{54524F4D-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\Filter\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}]
@="Real Audio Decoder Filter"
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}]
@="Real Audio Decoder Filter"
"Merit"=dword:00800001
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\InprocServer32]
@="[URL="file://windows//RADecoderFilter.dll"]\\Windows\\RADecoderFilter.dll[/URL]"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Output]
"Direction" = dword:00000001
"IsRendered" = dword:00000000
"AllowedZero" = dword:00000000
"AllowedMany" = dword:00000000
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Output\Types]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Output\Types\{73647561-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Output\Types\{73647561-0000-0010-8000-00AA00389B71}\{00000001-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Input]
"Direction" = dword:00000000
"IsRendered" = dword:00000000
"AllowedZero" = dword:00000000
"AllowedMany" = dword:00000000
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Input\Types]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Input\Types\{73647561-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Input\Types\{73647561-0000-0010-8000-00AA00389B71}\{636F6F6B-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{cdf5d7d2-3884-4c88-b555-fe78edc0fd3d}\Pins\Input\Types\{73647561-0000-0010-8000-00AA00389B71}\{72616163-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\Filter\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}]
@="Real Video Decoder Filter"
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}]
@="Real Video Decoder Filter"
"Merit"=dword:00800001
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\InprocServer32]
@="[URL="file://windows//RVDecoderFilter.dll"]\\Windows\\RVDecoderFilter.dll[/URL]"
"ThreadingModel"="Both"
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Output]
"Direction" = dword:00000001
"IsRendered" = dword:00000000
"AllowedZero" = dword:00000000
"AllowedMany" = dword:00000000
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Output\Types]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Output\Types\{73646976-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Output\Types\{73646976-0000-0010-8000-00AA00389B71}\{31313259-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input]
"Direction" = dword:00000000
"IsRendered" = dword:00000000
"AllowedZero" = dword:00000000
"AllowedMany" = dword:00000000
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input\Types]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input\Types\{73646976-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input\Types\{73646976-0000-0010-8000-00AA00389B71}\{52563330-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input\Types\{73646976-0000-0010-8000-00AA00389B71}\{52563430-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{519143EC-2CBE-4d0d-920F-B5B15714B5AC}\Pins\Input\Types\{73646976-0000-0010-8000-00AA00389B71}\{54524F4D-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{F362189D-C4BB-408b-B5D7-80D0F21638E1}]
"Merit"=dword:00801000
@="ArcSoft Video Renderer"
[HKEY_CLASSES_ROOT\CLSID\{F362189D-C4BB-408b-B5D7-80D0F21638E1}\Pins\Input]
"IsRendered"=dword:00000001
[HKEY_CLASSES_ROOT\CLSID\{F362189D-C4BB-408b-B5D7-80D0F21638E1}\Pins\Input\Types\{73646976-0000-0010-8000-00AA00389B71}\{00000000-0000-0000-0000-000000000000}]
[HKEY_CLASSES_ROOT\CLSID\{F362189D-C4BB-408b-B5D7-80D0F21638E1}\InprocServer32]
"ThreadingModel"="Both"
@="amc_video_renderer.ax"
[HKEY_CLASSES_ROOT\Filter\{F362189D-C4BB-408b-B5D7-80D0F21638E1}]
@="ArcSoft Video Renderer"
[HKEY_LOCAL_MACHINE\SOFTWARE\ArcSoft\DirectShow\Display]
"DisplayMode"=dword:00000001
"FullscreenAngle"=dword:0000005A
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager\WLAN]
"DeviceName"="{98C5250D-C29A-4985-AE5F-AFE5367E5006}\\TNETW12511"
[HKEY_LOCAL_MACHINE\Software\HTC\CommManager]
"BluetoothPlatformType"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\HTC\HTCMenus]
"EnableManilaCheck"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\OEM\KeyState]
"UseService"=dword:00000001
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers\GPSOneEmulate]
"Filex"="\windows\GPSOneFileSimulation.txt"
"FriendlyName"="QualComm GpsOne File, version 0.0"
"InterfaceType"="File"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]
"4"=hex:FF,FF,FF,00
"5"=hex:00,00,00,00
"6"=hex:2C,2C,2C,00
"8"=hex:00,00,00,00
"9"=hex:FF,FF,FF,00
"13"=hex:80,80,80,00
"14"=hex:80,80,80,00
"25"=hex:80,80,80,00
"26"=hex:80,80,80,00
"33"=hex:2C,2C,2C,00
"34"=hex:03,4F,92,00
"35"=hex:FF,FF,FF,00
"39"=hex:FF,FF,FF,00
[HKEY_CURRENT_USER\Software\Microsoft\Today]
"DPI"=dword:000000c0
[HKEY_CURRENT_USER\Software\Microsoft\Today\HTC Black.tsk]
"Color_Highlight"=hex:03,4F,92,00
"Color_HighlightText"=hex:FF,FF,FF,00
"Color_SoftkeyFlat"=hex:01,0D,15,00
"Color_SoftkeyFlatCenter"=hex:01,0D,15,00
"Color_TitleFlat"=hex:01,0D,15,00
"Color_TitleFlatCenter"=hex:01,0D,15,00
"Color_CommandBar"=hex:01,0D,15,00
"Color_CommandBarText"=hex:FF,FF,FF,00
"Color_CommandBarText_Highlight"=hex:FF,FF,FF,00
"Color_NavBarText_Highlight"=hex:FF,FF,FF,00
"Color_CommandBar_Highlight"=hex:01,0D,15,00
"Color_NavBar_Highlight"=hex:01,0D,15,00
"Color_SoftkeyFlatCenter_Highlight"0x0000000301,0D,15,00
"Color_SoftkeyFlat_Highlight"=hex:01,0D,15,00
"Color_CommandBarSip_Highlight"=hex:01,0D,15,00
"Color_CaptionFlat"=hex:01,0D,15,00
"Color_SoftkeyBtnFace"=hex:01,0D,15,00
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:00000001
[HKEY_CURRENT_USER\ControlPanel\Sip]
"SuggAutoCorr"=dword:00000000
"SuggWords"=dword:00000000
[HKEY_CURRENT_USER\ControlPanel\Volume]
“Mute”=dword:00000007
[HKEY_CURRENT_USER\ControlPanel\Sounds\RingTone0]
“Script”=”av0pw3r”
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\P10]
“Enable”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\P6]
“Enable”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\P8]
“Enable”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\HTC\Camera\P9]
“Enable”=dword:00000001
[HKEY_CURRENT_USER\ControlPanel\SoundCategories\InCall]
“InitVol”=dword:00000006
[HKEY_CURRENT_USER\ControlPanel\Volume]
“Ringer”=dword:FFFFFFFF
“Volume”=dword:FFFFFFFF
[HKEY_LOCAL_MACHINE\Software\HTC\VolumeOverlay]
“Ringer”=dword:FFFFFFFF
[HKEY_CURRENT_USER\ControlPanel\Notifications\ShellOverrides]
“SavedInCallVolume”=dword:FFFFFFFF
“SavedRingerVolume”=dword:FFFFFFFF
“SavedVolume”=dword:FFFFFFFF
“Mode”=dword:00000000
[HKEY_LOCAL_MACHINE\System\ErrorReporting\DumpSettings]
“DumpEnabled”=dword:00000000
[HKEY_LOCAL_MACHINE\ControlPanel\Error Reporting]
“Hide”=dword:00000001
Best regards,
Continuation Part II
This also didn't fit on previous post:
Code:
[HKEY_LOCAL_MACHINE\ControlPanel\Customer Feedback]
“Redirect”=”ceipui.exe”
“Group”=dword:00000001
“Hide”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\UI\SizeLimit]
“Wap2SendLimit2?=dword:00096000
“Wap2SendLimit1?=dword:00064000
“Wap2RecvLimit3?=dword:00096000
“Wap2RecvLimit2?=dword:00096000
“Wap2RecvLimit1?=dword:00096000
“Wap1SendLimit3?=dword:002dff00
“Wap1SendLimit2?=dword:00096000
“Wap1SendLimit1?=dword:00064000
“Wap1RecvLimit3?=dword:00096000
“Wap1RecvLimit2?=dword:00096000
“Wap1RecvLimit1?=dword:00096000
“Wap2SendLimit3?=dword:002dff00
“Wap2SendCount”=dword:00000003
“Wap2RecvCount”=dword:00000003
“Wap1SendCount”=dword:00000003
“Wap1RecvCount”=dword:00000003
[HKEY_LOCAL_MACHINE\Software\HTC\AUDIOGAIN]
“AUDIO_DEBUG_FLAG”=dword:00000040
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\WaveDev]
“VocRecPath”=dword:00000002
[HKEY_LOCAL_MACHINE\System\AudioRecording]
“Enabled”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Voice]
“EnableCallRecordMenuItem”=dword:00000001
“AllowInCallRecording”=dword:00000001
[HKEY_CURRENT_USER\ControlPanel\Sounds\TTSAnnounce]
“Category”=”InCallFeedback”
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\AUDIOGAIN]
"EAC_GAIN_EMBEDDED"=dword:00000077
"EAC_GAIN_CARKIT"=dword:00000077
"EAC_GAIN_HEADSET"=dword:00000077
Best regards,
billabongstaff,
sorry, but I didn't get it.
how all your posts are connected to this thread?
what problems your "tweaks and tricks" should fix?
I see you use RealParserFilter.dll to play .rm and .rmvb files.
Why do you post it there? Mega ROM doesn't have RealParserFilter.dll.
There are syntax error in your reg files -
Code:
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\UI\SizeLimit]
“Wap2SendLimit2?=dword:00096000
“Wap2SendLimit1?=dword:00064000
“Wap2RecvLimit3?=dword:00096000
these lines will not work. there are wrong characters.
Are you kidding?...
Ungrateful
serfer222 said:
billabongstaff,
sorry, but I didn't get it.
how all your posts are connected to this thread?
what problems your "tweaks and tricks" should fix?
I see you use RealParserFilter.dll to play .rm and .rmvb files.
Why do you post it there? Mega ROM doesn't have RealParserFilter.dll.
There are syntax error in your reg files -
Code:
[HKEY_LOCAL_MACHINE\Software\Arcsoft\ArcSoft MMS UA\Config\UI\SizeLimit]
“Wap2SendLimit2?=dword:00096000
“Wap2SendLimit1?=dword:00064000
“Wap2RecvLimit3?=dword:00096000
these lines will not work. there are wrong characters.
Are you kidding?...
Click to expand...
Click to collapse
Am I kidding?
Well, that certaintly is ungrateful from your behalf.
I added every registry tweak I had, and as you can see, I have some Packages of my own, so files like RealParserFilter.dll and others are there.
To know what do all the tweaks do, just browse the Web a little bit.
Regarding the syntax error, it's not my fault, it's written with " and not with ? on my reg file, I don't know what happened.
Sorry, but you didn't shared anything helpful. You uploaded huge screenshots and regfiles full of errors.
You didn't upload real files, you don't want to tell us what all these posts for.
Do you think we should use Google to find out what did you mean?
This thread is about porting HTC Mega packages to Iolite device.
It's about problems with Mega packages and how to fix them.
I hope you'll understand me.
I want to share my tweak to make Internet Widget work when you add Opera 10 beta to your rom.
You should add the registry
[HKEY_LOCAL_MACHINE\Software\HTC\Manila2D\InternetWidget]
"OperaEXEFile"="\\Windows\\Opera Mobile 10\\Opera10-armv4i.exe"
Click to expand...
Click to collapse
in app.reg in Manila package
roo303oom said:
I want to share my tweak to make Internet Widget work when you add Opera 10 beta to your rom.
You should add the registry
in app.reg in Manila package
Click to expand...
Click to collapse
if you install Opera 10 beta from cab file, the path will be
Code:
[HKEY_LOCAL_MACHINE\Software\HTC\Manila2D\InternetWidget]
"OperaEXEFile"="\\Program Files\\Opera Mobile 10\\Opera10-armv4i.exe"

[FREE][APP] CONSOLE WP8 - Shell Dos For Windows Phone 8

CONSOLE WP8
UPDATE: 1.8 - 2014-12-23 03:10:00
I'm excited to announce today the 1.8 update "WP8 Console"
- Added new command: [shortcut] to create tiles (shortcut) on the home screen link to a file
- Added new command: [set] to create / edit environment variable
- Adds new command: [tree] To list all files in the current folder and displayed in a tree
- Added new command: [reload] update all files are added, deleted or updated from the phone storage
- Added support batch file (.bat, .bat, .command) can execute the batch file with 'shell' easy to see the available commands please check the Help menu in the application
- Add support and management of files from the phone storage, edit, delete, rename, copy, move the file
- Add new examples files with commands 'batch' in (c: \ scripts)
- Improve in landscape view
- Add the new control loop [for], allowing wonderful combinations for scripts
- Improved performance and fixed some bugs in the user interface (language), network, local control, etc ..
WATCH OUT ! Apparently there is a problem to change the culture of application language for the "lite" version of "WP8 Console" with 1 missing images on the window "Wizzard". Will be corrected in the evening today!
Execute "shell" commands from your Windows Phone, manage your files, automated actions created scripts, created tile shortcuts to files, etc. The only application "console" on the store!
Access to over 45 functions with the controls ("MS-DOS")
- View the contents of a directory
- Read the contents of a file
- Modify a file
- Move a file
- Copy a file
- Rename file
- Print a file and email
- Delete files / folders
- Get information about the network
- Scripts write and run the .bat file script, .wpbat
- Ping - Ipconfig - net view (network control jack)
- Start programm windows phone from the shell
- View / execute files from the shell (music, photos, videos, audio, html, etc.)
- Use the loop function with "for"
- Etc ..
Example - Sample code you can use
Example batch file script 1:
//Ask a number to the user and loop on it
@echo off
echo (Enter a number to count please)
set /p /a loopNumber=
for /l %%i in (1,1,%loopNumber%) do echo %%i
Example batch file script 2:
//Remove all the files with the .txt extension from the current directy
for %%i in (*.txt) del %%i
Example batch file script 3:
//Ask the user how many fake folder he wank make
@echo off
echo (How many fake folder do you want make ?)
set /p numberOfFakeFolder=
for /l %%i in (1,1,%numberOfFakeFolder%) md fakeFolder_%%i
Example batch file script 4:
//Ping on google , save the result into a file and send the content by email
@echo off
ping google.com > res.txt
print res.txt
Click to expand...
Click to collapse
App link:
Console WP8 : http://www.windowsphone.com/en-us/store/app/console-wp8/8da96293-ec71-e011-81d2-78e7d1fa76f8
Console WP8 Lite : http://www.windowsphone.com/en-us/store/app/console-wp8-lite/2d27a82d-ef71-e011-81d2-78e7d1fa76f8
Click on the pictures to see more :good:
Wow, nice. Download link?
GoodDayToDie said:
Wow, nice. Download link?
Click to expand...
Click to collapse
Hi, Thank you and sorry . I just added now the link for my application in the Windows Phone Store
Update: 1.8 - 2014-12-23 03:10:00
UPDATE: 1.8 - 2014-12-23 03:10:00
I'm excited to announce today the 1.8 update "WP8 Console"
- Added new command: [shortcut] to create tiles (shortcut) on the home screen link to a file
- Added new command: [set] to create / edit environment variable
- Adds new command: [tree] To list all files in the current folder and displayed in a tree
- Added new command: [reload] update all files are added, deleted or updated from the phone storage
- Added support batch file (.bat, .bat, .command) can execute the batch file with 'shell' easy to see the available commands please check the Help menu in the application
- Add support and management of files from the phone storage, edit, delete, rename, copy, move the file
- Add new examples files with commands 'batch' in (c: \ scripts)
- Improve in landscape view
- Add the new control loop [for], allowing wonderful combinations for scripts
- Improved performance and fixed some bugs in the user interface (language), network, local control, etc ..
For more information , please check the first page, i edited the content presentation.
Update last corrections as requested by email.
- Problem for set the language in the 'lite' version :Console WP8 Lite
- Pictures missing in the "wizard" popup . The first use
- Problem, help menu no change the language dynamically after set a new language
New versions:
Console WP8 1.8.0.1
Console WP8 Lite 1.8.0.1
Thanks to Microsoft who have release my update very quickly ! (1 day)
Can i ping something with this tool ?
Stefan Caromov said:
Can i ping something with this tool ?
Click to expand...
Click to collapse
Hi Stefan , yes off course you can ping on internet or local machines
Examples:
ping 8.8.8.8
ping 192.168.1.5
ping google.com
start command is not working .
can you show the syntax of that command .
irshad2809 said:
start command is not working .
can you show the syntax of that command .
Click to expand...
Click to collapse
Hi, which order are you talking about ?
for [Ping] command for example with google, you just need tape :
ping google.com
and then ,tape "enter" button.
For more information, you can click on the "Help" button
kingmiddle said:
Hi, which order are you talking about ?
for [Ping] command for example with google, you just need tape :
ping google.com
and then ,tape "enter" button.
For more information, you can click on the "Help" button
Click to expand...
Click to collapse
look i have attached screen shot . the START command .
its not working
Mh you mean this command . Ok sorry
you can use the (start) command for execute or start different program
Example
Open new html page on specific url
start http://www.google.ch/search?q=lol
Open Power menu
start ms-settings-power
and again ....
After you can combine this code with a script etc..
kingmiddle said:
Mh you mean this command . Ok sorry
you can use the (start) command for execute or start different program
Example
Open new html page on specific url
start http://www.google.com?d=blablabla
Open Power menu
start ms-settings-power
and again ....
After you can combine this code with a script etc..
Click to expand...
Click to collapse
can i use uri of apps to open them using this
ho, sorry . You mean the "Start" command .
Ok no problem. With "Start" command , you execute/open different programm
For example :
// open a website with arguments
start http://google.com/search?q=test
// open new email
start mailto:[email protected]
// open Bluetooth menu
start ms-settings-Bluetooth
After you can mix and make a 'batch' script file , or create a shortcut tile link to this script
Example :
Step 1 - write the code into a file with (echo) for open Bluetooth menu
echo start ms-settings-Bluetooth >> c:\data\test.bat
Step 2 - execute the (shortcut) command for create a tile to the home screen (.ink)
shortcut /n myTileTItle /t c:\data\test.bat
/n => shortcut name
/t => target file
/i => icon picture
you can check the sample scripts to "c:\scripts" and try to open the code with the type command.
Example :
//Read the code
Type mySampleFile.bat
//Execute the batch file
mySampleFile.bat
@irshad2809
this is a very interesting question !
I know you can start all of this command :
http://msdn.microsoft.com/en-us/library/windows/apps/jj662937(v=vs.105).aspx
I don't know before , we can start another app with a uri shema . For now , i use the code "Windows.System.Launcher.LaunchUriAsync" like on the picture i attach, i don't know if you can use it or not for open a installed app . Please if you try , can you come back give me the result ?
Maybe i can add this feature to the next update
kingmiddle said:
@irshad2809
this is a very interesting question !
I know you can start all of this command :
http://msdn.microsoft.com/en-us/library/windows/apps/jj662937(v=vs.105).aspx
I don't know before , we can start another app with a uri shema . For now , i use the code "Windows.System.Launcher.LaunchUriAsync" like on the picture i attach, i don't know if you can use it or not for open a installed app . Please if you try , can you come back give me the result ?
Maybe i can add this feature to the next update
Click to expand...
Click to collapse
this feature is already there in your app ,
like if you type " start zune " : xbox music will open
or start whatsapp : whatsapp opens .
there is list of uri for almost apps on nokia wiki website .
. but i was looking for , something like "Native Toast Launcher " . can you look into that ?
irshad2809 said:
this feature is already there in your app ,
like if you type " start zune " : xbox music will open
or start whatsapp : whatsapp opens .
there is list of uri for almost apps on nokia wiki website .
. but i was looking for , something like "Native Toast Launcher " . can you look into that ?
Click to expand...
Click to collapse
Ok, i got it now. I will work on this new feature, and implement it for the next update . Between the middle and the end of january I agree with you , this feature can be interesting .
Thank you very much
i mean can i see the sent and reciecved packages ? example : ping google.com -t -l 1024
Invalid URI: The hostname could not be parsed.
.
.
.
can you explain about this .
@Stefan Caromov , sorry for now , you can only use the [w] and [n] arguments for set the timeout or how many packet will be send . By the way you can not see the size of packet size. I take not now for implemant this new feature in the next update
@irshad2809 Do you can please , show me wich 'hostname' you used ?
ping Google.com => is ok
ping 8.8.8.8 => is ok
ping 192.168.1.1 => is ok
ping http://www.google.com => is not ok ! As the true cmd command line
good game, this app is very nice

[ROM][RK3066/RK3188][SD/HD] Malaysk ROMs Android 4.4.4 for any yet known MTCB-Device

FOR RK3066
How to get to reсovery if you touch buttons - http://forum.xda-developers.com/showpost.php?p=65891188&postcount=2225​Special message for beginners now !! Before experimenting with firmware, Check to make first of all that you can to the factory firmware to get into reсovery standard methods described in the header or in the main posts that lined firmware and if something goes wrong, you will be able to return to their firmware.
Installing and configuring modules Xposed in pictures
Instructions for firmware the device RK3066 and RK3188 - View attachment 3828521 Thank @Oldpapa49
How to work the program TomTom Go - http://forum.xda-developers.com/and...lution-tomtom-connection-to-internet-t3368026
Screensaver with MPH speedometer - http://forum.xda-developers.com/showpost.php?p=66618696&postcount=3611
How to connect the program Easy Connected - http://forum.xda-developers.com/showpost.php?p=66305928&postcount=2978
How to Change the Ringtone - http://forum.xda-developers.com/showpost.php?p=66344944&postcount=3012
All of the latest firmware on the server http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20/KK%204.4.4%20Malaysk%20Custom%20ROMS%20/​
++++++++++++++++++++++++++++++++++++++++++++++++++++
If you like my firmware and think that I'm wasting a lot of time to improve the firmware, then click on the "Donate to Me"
++++++++++++++++++++++++++++++++++++++++++++++++++++
I'm sorry, translated Google
What is added, changed remotely:
1. In the embedded firmware ROOT, busybox.
2. After installing the firmware time zone 3 (Moscow), you can put third-party applications.
3. Section for systems with 1 GB of programs increased to 8 or 16 GB
4. Added an application for Internet radio PCRadio
5. Added a new section in the Settings-Screen, where you can set the screen saver, such as clock and when you click the Enable button in the panel Screensaver you have the entire screen is highlighted and will be visible only large clock, clicking anywhere on the screen will return to the desktop.
6. Completely reworked the button Reset in the status bar. Now the module is not needed.
Reboot menu has its own settings, and you can completely change it (color, language, what items will be displayed, etc.)
7. Added File Manager ES File Explorer
8. Added File Manager Root Explorer
9. Added Titanium Backup
10. Added ® Xposed. You will need to enter the program and activate Xposed framework (be sure to reboot the device)
11. Remade shutter notifications. Now music programs notification is displayed correctly.
12. A new item in Settings - Display -Change font. You can change the system font and its size.
The first font - the standard of the firmware (you can always come back to it)
13. The new boot logo (the very first - that appears when you download a few seconds)
14. The latest version of Google Play and Google Play Services
15. The latest version of voice search Google NOW
16. Added xposed module mtcradio (from MVG-V70) - When switched off, RDS RDS messages is displayed instead of the name of the radio station, which is taken from the configuration file mtc-radio.ini.
Also, the name is displayed on the buttons of your saved stations.
File must be located on the inner card catalog mts-radio. Utf-8 encoding without bom.
In Settings - Factory Settings - Other - disable RDS!!!
example file:
[controls]
title=true
buttons=true
# To display the names of the stations in the RDS information
[title]
90.80=Relax FM
101.70=Nashe Radio
88.30=Retro FM
# Short names for display stations in buttons
[buttons]
90.80=Relax
101.70=Nashe
88.30=Retro
Click to expand...
Click to collapse
17. Added to Settings - System - Manage traffic. Where you can enable, disable, change the color display in the curtain traffic notifications.
18. Added to Settings-System-density screen. Where you will be able to establish a suitable density of your screen.
19. Added to the Settings- System - Startup.
20. Changed the style and design of the system
21. Added a button in the notification curtain to reboot, reboot into recovery.
22. New launcher (Settings - Desktop) - KGL, KLD, JY, Next Launcher
23. Added converted widget RADIO
24. Added brightness adjustment in shutter notifications
25. Added panel programs curtain notifications. Configure or disable it in the settings-system-Quick Access Toolbar.
26. Changed the style and layout settings.
27. Added animation keystrokes.
28. Hours are enlarged and shifted next to the button is turned off.
29. Changed switches.
30. The OEM.apk application added to the application:
Car-Launcher
EasyConnected
MacroDroid
mtcsound_v16_7floor - who reworked the sound of the machine from a 7floor
MX Player
PPP Widget
Torque_v1.8.81(881)
Total_Commander-2.72
YouTube-11.07.59
31. Added a new section in the Settings-Data, where you can view all the traffic and the use of set limit its use.
32. When you first load a curtain notifications will be no clock. If you want them to go there appeared to Settings-System-style setting clock and date and there can enable-disable-change the color, location, size, font style, add the date, date format, and so on.
You can set your date format, an example of writing
dd / MM / yy
MM / dd / yy
yyyy-MM-dd
yyyy-dd-MM
dd-MM-yyyy
MM-dd-yyyy
MMM dd
MMMM dd, yyyy - will appear as February 1, 2015
MMMM dd, yyyy
EEE
EEE dd
EEE dd / MM
EEE MM / dd
EEE dd MMM
EEE MMM dd
EEE MMMM dd - will be displayed as the sun FEBRUARY 01
EEEE MMMM dd - will appear as Sunday February 01
EEEE dd / MM
EEEE MM / dd
Click to expand...
Click to collapse
That is how you want to change the letters in writing, and will display the date. Customize the date format in the format user-JAVA
33. Added gradient Status Bar (Settings - System)
34. A new panel ext. programs and recently run (Settings - System)
35. Added new tab in Preferences - Advanced Settings screen (think there will understand)
36. The equalizer settings completely redesigned
37. Added xposed module to retract full-screen keyboard - xposed.disablefullscreenkeyboard_v1_53
38. The Settings altered the whole point - Accessibility (there were services and other items)
39. Reworked almost all full-time program under all permits including programs such as
Launcher
MTCATV
MTCAVIN
MTCBackView
MTCBlueTooth
MTCCanbus
MTCDVD
MTCMovie
MTCMusic
MTCRadio
MTCTravel
MTCWeather
Setting.
40. Added to Settings-System-Remote system applications (now possible without having to install additional software to delete system applications directly from Settings)
41. Added to Settings-Decoration-Animation pop-up notifications. Look on Youtube https://www.youtube.com/watch?v=EV5nrC0HHSA
42. ​​Added to Settings - Decoration - Management gestures. Now you can draw anywhere gesture on the screen (which you have set in the settings) and run, what you have specified. You can run almost everything ... even hidden in the system, applications, shortcuts, everything from Tasker, etc. More clearly look at the Youtube https://www.youtube.com/watch?v=m0uom2WXw-4
43. subtracting twice the regular volume control and made him taking away almost immediately after the increase or decrease the volume.
44. Posted in Settings - Modem settings and the APN
45. Added change the font size settings
46. Change the whole style and design popups
47. Added button in the screensaver shutter notifications
48. Changed call when an incoming call bluetooth connection. The call can be listened here - https://yadi.sk/d/5r0idzg1kt6ic
49. Reworked the entire section in the Settings responsible for WiFi. For best performance, WiFi recommend to go to Settings-WiFi-Advanced Settings and disable the optimization WiFi.
50. Fixed a graphical interface system (the color in some programs were displayed incorrectly)
51. In Settings - Restore and Reset - appears - Recovery mode (restart in Recovery)
52. Added to Settings-System-Modification Buld.prof (for experienced users only !!!)
53. Added to Settings-Information section, where you can immediately see how much is left of free space, the size of all partitions in the system (System, Data, SD card and USB drive)
54. Added to Settings-Decoration-scrolling animation.
55. Added to the Settings section for developers.
56. included in the firmware program MTC Service
57. NEW True Contacts for calls via Bluetooth. if you have a phone on Android, we do import your contacts to the memory card, then transferred to our State this file to the internal memory, go to True Contacts and do already export contacts.
58. Added Xposed module Malaysk StatusBar Mod (Thanks agentdr8 [/ b]) which does the following:
1. Clean up / add to the status bar icon skrinsevera - hours - which in the past was painted as the moon
2. Clean up / add to the status bar icon menu, reset (which in the upper right corner)
3. You can disconnect from the reset button - Short press, ie It will work only 3-5 seconds of pressing the button and the call menu only.
59. Added a module for Xposed from MVG-V70 with Russian Forum (I thank him very much for the good job) mtc-keys, which allows action to remap the buttons radio.
60. Added to Settings-System-Ad Blocking.
61. Changed the status bar and notification blind.
62. Completely reworked the button Reset in the status bar. Now the module is not needed. Reboot menu has its own settings, and you can completely change it (color, language, what items will be displayed, etc.) [/COLOR]
Watch screenshots :
http://forum.xda-developers.com/showpost.php?p=65871908&postcount=2179
63. Remade shutter notifications. Now music programs notification is displayed correctly.
64. For a screen resolution of 800X480 redesigned program internet radio - PCRadio
65. A new item in Settings - Display -Change font. You can change the system font and its size. The first font - the standard of the firmware (you can always come back to it)
66. Added new launcher from the android 5.1.1 - changes and modified by me (showing the vehicle speed) - it is possible to choose in the Settings - Desktop.
67. Added new module for Xposed gps-mtc-launcher , you must activate it in Xposed. Be sure to copy the mtc-launcher folder on GPS - card (available in the archive)
68. Changed all sound output and added special ViperFX.
http://forum.xda-developers.com/showthread.php?p=66972918#post66972918
69. Press the button on the moon in the status bar, you can always run skrinsever.
70. The OEM application added to skrinsever's and one theme .
71. The OEM application added a program to change the serial number - Phone Id Changer
Do not forget: After firmware - activate Xposed, modules for Xposed and the copy settings to the SD card (gps card).
If someone does not like launching skrinsever in other applications, it can stop an skrinsever in other applications in the settings - external_sd/mtc-manager/settings.ini
screenClock = true change on screenClock = false
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VIDEO
VIDEO
VIDEO
VIDEO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
New from August 15, 2017 for RK3066 800X480
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
New from July 22, 2018 for RK3066 800X480
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
______________
Firmware archive on the server
http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For 1024X600​++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Only for 1024X600 , programs of the firmware on June 9, JY --- for all resolutions dpi - http://forum.xda-developers.com/showpost.php?p=61576319&postcount=15104
Only for 1024X600 , program in red tones --- for all resolutions dpi - http://forum.xda-developers.com/showpost.php?p=61599827&postcount=15195
The default is the density of the screen 230 dpi
Do not put the screen density of 240 dpi !!!
____________________________________________________________
New from 19 July 2020 from RK3066 800X480 - https://forum.xda-developers.com/showpost.php?p=83114239&postcount=9047
======================================================================================
Video Faq Tuning NEXT Launcher in Russian
Part 1 http://www.youtube.com/watch?v=jftK_lnmP20
Part 2 http://www.youtube.com/watch?v=Hdn2csJYerU
A small video latest firmware update_4_4_4_800X480_RK3066_19_MAL_NEXT_LAUNCHER_11_05_2015
https://www.youtube.com/watch?v=Xb7pjkaTQSc
----------------------------------------------------------------------------------------------------------------------------------------
RK3188
This firmware is NOT compatible with devices MTCD android 5.1.1 - http://forum.xda-developers.com/android-auto/mtcd-discussion-questions-development
FOR RK3188
How to get to recovery if you touch buttons - http://forum.xda-developers.com/showpost.php?p=65891188&postcount=2225​Special message for beginners now !! Before experimenting with firmware, Check to make first of all that you can to the factory firmware to get into recovery standard methods described in the header or in the main posts that lined firmware and if something goes wrong, you will be able to return to their firmware.
Installing and configuring modules Xposed in pictures
Instructions for firmware the device RK3066 and RK3188 - View attachment 3828522 Thank @Oldpapa49
How to work the program TomTom Go - http://forum.xda-developers.com/and...lution-tomtom-connection-to-internet-t3368026
Screensaver with MPH speedometer - http://forum.xda-developers.com/showpost.php?p=66618696&postcount=3611
How to connect the program Easy Connected - http://forum.xda-developers.com/showpost.php?p=66305928&postcount=2978
How to Change the Ringtone - http://forum.xda-developers.com/showpost.php?p=66344944&postcount=3012​All of the latest firmware on the server http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20/KK%204.4.4%20Malaysk%20Custom%20ROMS%20/​
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If you like my firmware and think that I'm wasting a lot of time to improve the firmware, then click on the "Donate to Me"
++++++++++++++++++++++++++++++++++++++++++++++++++++
In this post, I will lay out firmware RK3188​I'm sorry, translated Google
What is added, changed remotely:
1. In the embedded firmware ROOT, busybox.
2. After installing the firmware time zone 3 (Moscow), you can put third-party applications.
3. Section for systems with 1 GB of programs increased to 8 or 16 GB
4. Added an application for Internet radio PCRadio
5. Added a new section in the Settings-Screen, where you can set the screen saver, such as clock and when you click the Enable button in the panel Screensaver you have the entire screen is highlighted and will be visible only large clock, clicking anywhere on the screen will return to the desktop.
6. Completely reworked the button Reset in the status bar. Now the module is not needed.
Reboot menu has its own settings, and you can completely change it (color, language, what items will be displayed, etc.)
7. Added File Manager ES File Explorer
8. Added File Manager Root Explorer
9. Added Titanium Backup
10. Added ® Xposed. You will need to enter the program and activate Xposed framework (be sure to reboot the device)
11. Remade shutter notifications. Now music programs notification is displayed correctly.
12. A new item in Settings - Display -Change font. You can change the system font and its size.
The first font - the standard of the firmware (you can always come back to it)
13. The new boot logo (the very first - that appears when you download a few seconds)
14. The latest version of Google Play and Google Play Services
15. The latest version of voice search Google NOW
16. Added xposed module mtcradio (from MVG-V70) - When switched off, RDS RDS messages is displayed instead of the name of the radio station, which is taken from the configuration file mtc-radio.ini.
Also, the name is displayed on the buttons of your saved stations.
File must be located on the inner card catalog mts-radio. Utf-8 encoding without bom.
In Settings - Factory Settings - Other - disable RDS!!!
example file:
[controls]
title=true
buttons=true
# To display the names of the stations in the RDS information
[title]
90.80=Relax FM
101.70=Nashe Radio
88.30=Retro FM
# Short names for display stations in buttons
[buttons]
90.80=Relax
101.70=Nashe
88.30=Retro
Click to expand...
Click to collapse
17. Added to Settings - System - Manage traffic. Where you can enable, disable, change the color display in the curtain traffic notifications.
18. Added to Settings-System-density screen. Where you will be able to establish a suitable density of your screen.
19. Added to the Settings- System - Startup.
20. Changed the style and design of the system
21. Added a button in the notification curtain to reboot, reboot into recovery.
22. New launcher (Settings - Desktop) - KGL, KLD, JY, Next Launcher
23. Added converted widget RADIO
24. Added brightness adjustment in shutter notifications
25. Added panel programs curtain notifications. Configure or disable it in the settings-system-Quick Access Toolbar.
26. Changed the style and layout settings.
27. Added animation keystrokes.
28. Hours are enlarged and shifted next to the button is turned off.
29. Changed switches.
30. The OEM.apk application added to the application:
Car-Launcher
EasyConnected
MacroDroid
mtcsound_v16_7floor - who reworked the sound of the machine from a 7floor
MX Player
PPP Widget
Torque_v1.8.81(881)
Total_Commander-2.72
YouTube-11.07.59
31. Added a new section in the Settings-Data, where you can view all the traffic and the use of set limit its use.
32. When you first load a curtain notifications will be no clock. If you want them to go there appeared to Settings-System-style setting clock and date and there can enable-disable-change the color, location, size, font style, add the date, date format, and so on.
You can set your date format, an example of writing
dd / MM / yy
MM / dd / yy
yyyy-MM-dd
yyyy-dd-MM
dd-MM-yyyy
MM-dd-yyyy
MMM dd
MMMM dd, yyyy - will appear as February 1, 2015
MMMM dd, yyyy
EEE
EEE dd
EEE dd / MM
EEE MM / dd
EEE dd MMM
EEE MMM dd
EEE MMMM dd - will be displayed as the sun FEBRUARY 01
EEEE MMMM dd - will appear as Sunday February 01
EEEE dd / MM
EEEE MM / dd
Click to expand...
Click to collapse
That is how you want to change the letters in writing, and will display the date. Customize the date format in the format user-JAVA
33. Added gradient Status Bar (Settings - System)
34. A new panel ext. programs and recently run (Settings - System)
35. Added new tab in Preferences - Advanced Settings screen (think there will understand)
36. The equalizer settings completely redesigned
37. Added xposed module to retract full-screen keyboard - xposed.disablefullscreenkeyboard_v1_53
38. The Settings altered the whole point - Accessibility (there were services and other items)
39. Reworked almost all full-time program under all permits including programs such as
Launcher
MTCATV
MTCAVIN
MTCBackView
MTCBlueTooth
MTCCanbus
MTCDVD
MTCMovie
MTCMusic
MTCRadio
MTCTravel
MTCWeather
Setting.
40. Added to Settings-System-Remote system applications (now possible without having to install additional software to delete system applications directly from Settings)
41. Added to Settings-Decoration-Animation pop-up notifications. Look on Youtube https://www.youtube.com/watch?v=EV5nrC0HHSA
42. ​​Added to Settings - Decoration - Management gestures. Now you can draw anywhere gesture on the screen (which you have set in the settings) and run, what you have specified. You can run almost everything ... even hidden in the system, applications, shortcuts, everything from Tasker, etc. More clearly look at the Youtube https://www.youtube.com/watch?v=m0uom2WXw-4
43. subtracting twice the regular volume control and made him taking away almost immediately after the increase or decrease the volume.
44. Posted in Settings - Modem settings and the APN
45. Added change the font size settings
46. Change the whole style and design popups
47. Added button in the screensaver shutter notifications
48. Changed call when an incoming call bluetooth connection. The call can be listened here - https://yadi.sk/d/5r0idzg1kt6ic
49. Reworked the entire section in the Settings responsible for WiFi. For best performance, WiFi recommend to go to Settings-WiFi-Advanced Settings and disable the optimization WiFi.
50. Fixed a graphical interface system (the color in some programs were displayed incorrectly)
51. In Settings - Restore and Reset - appears - Recovery mode (restart in Recovery)
52. Added to Settings-System-Modification Buld.prof (for experienced users only !!!)
53. Added to Settings-Information section, where you can immediately see how much is left of free space, the size of all partitions in the system (System, Data, SD card and USB drive)
54. Added to Settings-Decoration-scrolling animation.
55. Added to the Settings section for developers.
56. included in the firmware program MTC Service
57. NEW True Contacts for calls via Bluetooth. if you have a phone on Android, we do import your contacts to the memory card, then transferred to our State this file to the internal memory, go to True Contacts and do already export contacts.
58. Added Xposed module Malaysk StatusBar Mod (Thanks agentdr8 [/ b]) which does the following:
1. Clean up / add to the status bar icon skrinsevera - hours - which in the past was painted as the moon
2. Clean up / add to the status bar icon menu, reset (which in the upper right corner)
3. You can disconnect from the reset button - Short press, ie It will work only 3-5 seconds of pressing the button and the call menu only.
59. Added a module for Xposed from MVG-V70 with Russian Forum (I thank him very much for the good job) mtc-keys, which allows action to remap the buttons radio.
60. Added to Settings-System-Ad Blocking.
61. Changed the status bar and notification blind.
62. Completely reworked the button Reset in the status bar. Now the module is not needed. Reboot menu has its own settings, and you can completely change it (color, language, what items will be displayed, etc.) [/COLOR]
Watch screenshots :
http://forum.xda-developers.com/showpost.php?p=65871908&postcount=2179
63. Remade shutter notifications. Now music programs notification is displayed correctly.
64. For a screen resolution of 800X480 redesigned program internet radio - PCRadio
65. A new item in Settings - Display -Change font. You can change the system font and its size. The first font - the standard of the firmware (you can always come back to it)
66. Added new launcher from the android 5.1.1 - changes and modified by me (showing the vehicle speed) - it is possible to choose in the Settings - Desktop.
67. Added new module for Xposed gps-mtc-launcher , you must activate it in Xposed. Be sure to copy the mtc-launcher folder on GPS - card (available in the archive)
68. Changed all sound output and added special ViperFX.
http://forum.xda-developers.com/showthread.php?p=66972918#post66972918
69. Press the button on the moon in the status bar, you can always run skrinsever.
70. The OEM application added to skrinsever's and one theme .
71. The OEM application added a program to change the serial number - Phone Id Changer
Do not forget: After firmware - activate Xposed, modules for Xposed and the copy settings to the SD card (gps card).
If someone does not like launching skrinsever in other applications, it can stop an skrinsever in other applications in the settings - external_sd/mtc-manager/settings.ini
screenClock = true change on screenClock = false
++++++++++++++++++++++++++++++++++++++++++++++++++
VIDEO
VIDEO
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For 800X480​+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEW on June 12, 2016
Only for RK3188 800X480
http://forum.xda-developers.com/showthread.php?p=67280169#post67280169
______________
New from October 11, 2016 for RK3188 800X480 (18 version)
Strongly recommend to do after installation recovery Wipe Data (penultimate paragraph) because it has changed the location of the system software in the partition is not the system (now all the additional applications and launchers safely removed from the Settings -. Applications if you do not need)
1. Updated Bluetooth program - you can now search for contact names in any language. In the settings you can enter any name is now OBD. All Bluetooth app with a different color scheme in the updated application OEM.
2. All additional programs and launchers can now be removed by standard methods in Settings - Applications.
3. Updated all Google services
4. Module for Xposed MalayskStatusBar removed.
5. Xposed Run now in the Settings - Xposed.
6. Added new module for Xposed - mtc-statusbar (do not forget to activate it in the Xposed). Settings are in his mtc-statusbar folder and are called status_bar.ini.
This folder must be copied to the SD card sd_external (GPS sd card). The folder is included in the archive. Here are his settings that you can configure:
status_bar.ini
# Show/Hide entire the StatusBar
# Показать/Скрыть весь статусбар
# true - Hide : false - Show
# true - Скрыть : false - Показать
status_bar=false
#--------------------------------------------------
# Show/Hide Home button
# Показать/Скрыть кнопку Домой
# true - Hide : false - Show
# true - Скрыть : false - Показать
home=true
#--------------------------------------------------
# Show/Hide app
# Показать/Скрыть приложения
# true - Hide : false - Show
# true - Скрыть : false - Показать
app=false
#--------------------------------------------------
# Show/Hide screenshot button
# Показать/Скрыть кнопку Скриншота
# true - Hide : false - Show
# true - Скрыть : false - Показать
screenshot=false
#--------------------------------------------------
# Show/Hide Back button
# Показать/Скрыть кнопку Назад
# true - Hide : false - Show
# true - Скрыть : false - Показать
back=true
#--------------------------------------------------
# Show/Hide volume panel
# Показать/Скрыть иконку громкости
# true - Hide : false - Show
# true - Скрыть : false - Показать
volume=true
#--------------------------------------------------
# Show/Hide eject DVD icon
# Показать/Скрыть иконку выдвижения DVD диска
# true - Hide : false - Show
# true - Скрыть : false - Показать
eject=true
#--------------------------------------------------
# Show/Hide screen brightness icon in statusbar
# Показать/Скрыть иконку затемнения экрана
# true - Hide : false - Show
# true - Скрыть : false - Показать
screenbrightness=true
#--------------------------------------------------
# Power icon
# Иконка Перезагрузки
# true - Hide : false - Show
# true - Скрыть : false - Показать
syslock=false
#--------------------------------------------------
# Show/Hide screensaver button
# Показать/Скрыть иконку Заставки (Луна) в СтатусБаре
# true - Hide : false - Show
# true - Скрыть : false - Показать
deskclock=false
#--------------------------------------------------
# Show/Hide name of the running program
# Показать/Скрыть название запущенной программы
# true - Hide : false - Show
# true - Скрыть : false - Показать
notification_lights_out=false
#--------------------------------------------------
# Show/Hide icons running services in statusbar
# Показать/Скрыть иконки запущенных сервисов
# true - Hide : false - Show
# true - Скрыть : false - Показать
notificationIcons=false
#--------------------------------------------------
# Show/Hide system icons (eg WiFi, GPS, 3G and other)
# Показать/Скрыть системные иконки ( например WiFi, GPS, 3G и других )
# true - Hide : false - Show
# true - Скрыть : false - Показать
system_icon_area=false
#--------------------------------------------------
7. New: Settings - Sidebar
8. New: Added the latest version ViPER FX (launch Settings - ViPER FX)
9. launchers updated to the latest versions.
10. Added the latest jetAudio peredelany me completely. (Can be removed in the Settings - Applications)
11. Removed hidden Root access and have the latest SuperSU (some programs incorrectly worked with hidden as root)
12. Fixed replacing the system font in Settings - System - Select the font.
13. Fixed setup notifications in Settings - Display.
14. Updated and added app to the OEM - App
15. Other.
Download: https://yadi.sk/d/mUpkLVZPwdHA2
____________________________________________________________
New from January 21th, 2017 for RK3188 800X480 (20 version)
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
______________
Firmware archive on the server
http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
For 1024X600​+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEW on June 12, 2016
Only for RK3188 1024X600
http://forum.xda-developers.com/showthread.php?p=67280169#post67280169
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
New from October 11, 2016 for RK3188 1024X600 (20 version)
Strongly recommend to do after installation recovery Wipe Data (penultimate paragraph) because it has changed the location of the system software in the partition is not the system (now all the additional applications and launchers safely removed from the Settings -. Applications if you do not need)
1. Updated Bluetooth program - you can now search for contact names in any language. In the settings you can enter any name is now OBD. All Bluetooth app with a different color scheme in the updated application OEM.
2. All additional programs and launchers can now be removed by standard methods in Settings - Applications.
3. Updated all Google services
4. Module for Xposed MalayskStatusBar removed.
5. Xposed Run now in the Settings - Xposed.
6. Added new module for Xposed - mtc-statusbar (do not forget to activate it in the Xposed). Settings are in his mtc-statusbar folder and are called status_bar.ini.
This folder must be copied to the SD card sd_external (GPS sd card). The folder is included in the archive. Here are his settings that you can configure:
status_bar.ini
# Show/Hide entire the StatusBar
# Показать/Скрыть весь статусбар
# true - Hide : false - Show
# true - Скрыть : false - Показать
status_bar=false
#--------------------------------------------------
# Show/Hide Home button
# Показать/Скрыть кнопку Домой
# true - Hide : false - Show
# true - Скрыть : false - Показать
home=true
#--------------------------------------------------
# Show/Hide app
# Показать/Скрыть приложения
# true - Hide : false - Show
# true - Скрыть : false - Показать
app=false
#--------------------------------------------------
# Show/Hide screenshot button
# Показать/Скрыть кнопку Скриншота
# true - Hide : false - Show
# true - Скрыть : false - Показать
screenshot=false
#--------------------------------------------------
# Show/Hide Back button
# Показать/Скрыть кнопку Назад
# true - Hide : false - Show
# true - Скрыть : false - Показать
back=true
#--------------------------------------------------
# Show/Hide volume panel
# Показать/Скрыть иконку громкости
# true - Hide : false - Show
# true - Скрыть : false - Показать
volume=true
#--------------------------------------------------
# Show/Hide eject DVD icon
# Показать/Скрыть иконку выдвижения DVD диска
# true - Hide : false - Show
# true - Скрыть : false - Показать
eject=true
#--------------------------------------------------
# Show/Hide screen brightness icon in statusbar
# Показать/Скрыть иконку затемнения экрана
# true - Hide : false - Show
# true - Скрыть : false - Показать
screenbrightness=true
#--------------------------------------------------
# Power icon
# Иконка Перезагрузки
# true - Hide : false - Show
# true - Скрыть : false - Показать
syslock=false
#--------------------------------------------------
# Show/Hide screensaver button
# Показать/Скрыть иконку Заставки (Луна) в СтатусБаре
# true - Hide : false - Show
# true - Скрыть : false - Показать
deskclock=false
#--------------------------------------------------
# Show/Hide name of the running program
# Показать/Скрыть название запущенной программы
# true - Hide : false - Show
# true - Скрыть : false - Показать
notification_lights_out=false
#--------------------------------------------------
# Show/Hide icons running services in statusbar
# Показать/Скрыть иконки запущенных сервисов
# true - Hide : false - Show
# true - Скрыть : false - Показать
notificationIcons=false
#--------------------------------------------------
# Show/Hide system icons (eg WiFi, GPS, 3G and other)
# Показать/Скрыть системные иконки ( например WiFi, GPS, 3G и других )
# true - Hide : false - Show
# true - Скрыть : false - Показать
system_icon_area=false
#--------------------------------------------------
7. New: Settings - Sidebar
8. New: Added the latest version ViPER FX (launch Settings - ViPER FX)
9. launchers updated to the latest versions.
10. Added the latest jetAudio peredelany me completely. (Can be removed in the Settings - Applications)
11. Removed hidden Root access and have the latest SuperSU (some programs incorrectly worked with hidden as root)
12. Fixed replacing the system font in Settings - System - Select the font.
13. Fixed setup notifications in Settings - Display.
14. Updated and added app to the OEM - App
15. Other.
The default is the density of the screen 200 dpi
Do not put the screen density of 240 dpi !!!
Download: https://yadi.sk/d/R-5e8eSxwdH9n
____________________________________________________________
New from January 21th, 2017 for RK3188 1024X600 (21 version)
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
New from February 18, 2017 for RK3188 1024X600 (23 version)
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
New from August 15, 2017 for RK3188 1024X600 (24 version)
https://forum.xda-developers.com/showpost.php?p=70647239&postcount=6748
______________
Firmware archive on the server
[URL="http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20/KK%204.4.4%20Malaysk%20Custom%20ROMS%20/"]http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20/KK%204.4.4%20Malaysk%20Custom%20ROMS%20/
++++++++++++++++++++++++++++++++++++++++++++++++
Screensavers
NEW screensavers a speed determination by GPS on May 5, 2016 HERE - http://forum.xda-developers.com/showpost.php?p=66708599&postcount=3754
NEW Analog screensavers HERE - http://forum.xda-developers.com/showpost.php?p=64848760&postcount=873
NEW Digital screensavers HERE - http://forum.xda-developers.com/showpost.php?p=64866454&postcount=886
Screensavers for DUK​Included in the "Settings / Display / Time-out" setting the time delay. Triggered when working full-time applications, Radio, Music, Handsfree Settings. Also on the desktop in a normal launcher. The next-launcher on the desktop is not included, as it believes its third-party applications.
Installed by replacing the system file in the folder MTCScreenClock.apk system/app program RootExplorer, with setting the appropriate rights.
Remove the names of the letters W-R-G-B
______________________________________________
View attachment MTCScreenClockB.apk
______________________________________________
View attachment MTCScreenClockG.apk
______________________________________________
View attachment MTCScreenClockR.apk
______________________________________________
View attachment MTCScreenClockW.apk
______________________________________________
Remove the names of the letters 3-4
View attachment MTCScreenClock3.apk
_____________________________________________
View attachment MTCScreenClock4.apk
_____________________________________________
Remove the names of the letters W1-R1-G1-B1
View attachment MTCScreenClockW1.apk
_____________________________________________
View attachment MTCScreenClockR1.apk
_____________________________________________
View attachment MTCScreenClockG1.apk
_____________________________________________
View attachment 3561223
View attachment MTCScreenClockB1.apk
Applications in different color themes and design
The new launcher from JY (Android 5.1.1) April 30, 2016​1. Changed the full name of the launcher, you can now simply copy the folder System/Priv-app or set as a normal application.
2. Removed garbage - now the application takes 11 MB (was 95 mb)
3. Layncher modified to allow 800X480 (1024 was all good)
4. Added the weather on the main screen.
5. Other corrections and additions.
http://forum.xda-developers.com/showpost.php?p=66620979&postcount=3612
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application New from April 30, 2016
Rufous​Screenshots and download here​
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application New from April 14, 2016
Blue​Screenshots and download here​
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application New from April 15, 2016
Red​Screenshots and download here​
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
who use the music player jetAudio Plus
Completely redesigned and adapted the program for our devices, including all the widgets (about 20-s) and color scheme for their latest firmware.
This was done and tested at a resolution of 800X480.
View attachment jetAudio_Plus_v6.5.1.apk
The new version 7.0 - http://forum.xda-developers.com/showpost.php?p=65906614&postcount=2275
++++++++++++++++++++++++++++++++++++
Applications and Launcher of the latest firmware KLD in red colors.
for 1024X600 and 800X480
All redone for all screen resolutions.
Remove the old version ( MTCBlueTooth, MTCDVD, MTCMovie, MTCMusic and MTCRadio) and copy files program Root Explorer in folder System/app
MTCBlueTooth,
MTCDVD,
MTCMovie,
MTCMusic,
MTCRadio
The launcher replace folder System/Priv-app !!!
Download: http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/Native%20app/RED%20KLD/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application of firmware JY red-black.
FOR 1024x600 and 800X480​Thanks Duk for their work and assistance.
Download: http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/Native%20app/RED%20JY/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application of firmware JY Blue-Beautiful.
FOR 1024x600 and 800X480​
Download: http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/Native%20app/BLUE%20JY/Beautiful/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Modified regular application of firmware JY Blue-Strict.
FOR 1024x600 and 800X480​
Download: http://huifei.fs-fileserver.de/content/firmware/KK%204.4.4%20Custom%20ROMS%20Malaysk/Native%20app/BLUE%20JY/The%20strict/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This might be my unit, but it seems like i have to press the home button twice in order to get to the home screen. Is there something that I need to do to fix this?
am i stupid or there doesnt exist old thread where was more then 2100 site of replys?
Yes it's closed and we now have this dedicated forum.
Installation Instructions
Hi, I've searched but cannot find the instructions on how to install the Malaysk ROM. Should I follow the steps used to update the OEM firmware using the stock Recovery? Do I need to select the "...clear all" menu option? I recently purchased the Joying Quad Core, 1024X600 RK3188 unit but all my attempts to update the stock firmware have failed. I keep getting the message: "E:\ Can't open /mnt/external_sd/update.img. Can not found firmware image or invalid image...". I've tried different micro SD cards and I've attempted to use the USB update method. All have failed in the same manner. I grabbed the various different versions of the firmware from carjoying.com, all have failed in the same way also. Any help would be greatly appreciated.
Update: I just realized there is a second MicroSD slot on the unit. The included 8GB MicroSD was pre-installed and so with the lighting on my workbench, I didn't see the second slot. So, using that slot, updating works fine.
Yes, it's in the idiot's guide. I boot into recovery and update from the sd card.
---------- Post added at 05:39 PM ---------- Previous post was at 05:35 PM ----------
Hey, when will the latest rom be on the server? It looks like the last rom on the server is from August.
As a poster with over 500 posts to your name.. What's a golden rule on XDA?...
Let me remind you....
Never, never ask a developer for a ETA of an update... And if you do...
Don't you think... Hey.. When is... A bit rude?
As at the moment we only have Malaysk as a ROM developer/ tweaker, don't go pissing him off demanding ETA's..
When a chief bakes... He bakes.. Until then just eat the cookies already available or start baking yourself...
Sent from my TF300T using Tapatalk
Hi. The app easy connect install on the phone the Other app yijia but when starts ask for update and then crash
Someone has 1.5.22 apk?
Inviato dal mio SM-G920F utilizzando Tapatalk
Oktober rom seems to be gone from the webserver, http://huifei.fs-fileserver.de/content/firmware/KK 4.4.4 Custom ROMS Malaysk/
huifei RK3188 android 4.4.4 radio audi a4 2002
if i only play the navigation, it’s no problem.
if i only play the radio, it’s no problem
if i play the radio and the navigation together, the radio stopts about 10 minutes. the navigation still working.
if i play radio, navigition and dash cam, the dash cam stopts after one minute.
it seems like the radio, nav and dash cam not working together.
what can i do??
treech said:
Oktober rom seems to be gone from the webserver, http://huifei.fs-fileserver.de/content/firmware/KK 4.4.4 Custom ROMS Malaysk/
Click to expand...
Click to collapse
Still available from Mega, see post #2
http://forum.xda-developers.com/showpost.php?p=60591423&postcount=2
Hi, I just picked up a single-DIN RK3188 Android. Lots of questions
My system info is:
http://www.amazon.com/gp/product/B014J88PDM
Am I correct in presuming that the Sept 20 build is slightly newer than what I have?
Also, since my MCU is pretty new, I assume I don't have to update it?
New to the whole head unit thing. Any gotchas I should know about with flashing?
Also, not related to flashing. The radio doesn't have hardware home or back buttons. This is a problem when apps go full screen, it can be VERY frustrating trying to pull from the top to get the status bar to appear just to go to the home screen. Is there a simple way to program the DVD button or NAVI button as home/back buttons?
You could look at setting up LMK pie.. I have it for that reason.. Just gives me a bit more access.. But I think it might need the rom to be rooted..which if you read through the wiki and FAQs you should find the codes for it..
update_4_4_4_1024X600_7_RK3188_MAL_NEXT_LAUNCHER_0 9_09_2015
Hello
* the ram with the skin? Picture # 10
bigbadwolf88 said:
Hi, I've searched but cannot find the instructions on how to install the Malaysk ROM. Should I follow the steps used to update the OEM firmware using the stock Recovery? Do I need to select the "...clear all" menu option? I recently purchased the Joying Quad Core, 1024X600 RK3188 unit but all my attempts to update the stock firmware have failed. I keep getting the message: "E:\ Can't open /mnt/external_sd/update.img. Can not found firmware image or invalid image...". I've tried different micro SD cards and I've attempted to use the USB update method. All have failed in the same manner. I grabbed the various different versions of the firmware from carjoying.com, all have failed in the same way also. Any help would be greatly appreciated.
Update: I just realized there is a second MicroSD slot on the unit. The included 8GB MicroSD was pre-installed and so with the lighting on my workbench, I didn't see the second slot. So, using that slot, updating works fine.
Click to expand...
Click to collapse
Can you post model number and a picture of your HU ? I'm in the market for a new unit with the quad core 1024*600 and I really want to get an unit that it is known that can be rooted / modded.
Also trying to find a unit in which the sub-woofer level can be adjusted on the screen.
Thanks
Is something wrong with the server? It looks like the last roms are from August
kruuth said:
Is something wrong with the server? It looks like the last roms are from August
Click to expand...
Click to collapse
Seems to be on Mega?
See post #2
http://forum.xda-developers.com/showpost.php?p=60591423&postcount=2
Don't use the link at the top of the post use the link specific for your unit.

[WP 8.1/10][FREE/IN-APP] VideoGames Quiz

VideoGames Quiz​
DESCRIPTION :
### What is that ? ###
It's a quiz about videogames, soberly named "VideoGames Quiz"
The goal is simple : one screenshot from a game, 4 answers, you have to find the correct one and to make the best score (the app is scoring oriented).
You can make up to 3 errors, the 4th one leads to a Game Over. There is also a countdown to answer each question, in order to reduce cheating
### Version 1 contains : ###
7 packs of levels (free and paid), which represents 1450 levels.
New packs will be available with next updates. Games are of all types and all generations.
Free packs contain 20 to 40 levels, paid ones contain 200 to 300 levels.
145 achievements to unlock.
The app is also playable on devices with little screens. It is possible to play in landscape view, and to quickly zoom in the image by tapping it.
Finally, there's a help page to learn some useful tips about the app.
### Languages : ###
The app is available in these languages :
fr-FR
en-US
de-DE
More languages will be coming with updates :
es-ES
pr-PR
it-IT
ru-RU
### Why ? ###
I wanted to develop this application because apps that are currently on the Store offer to directly type the name of the game, or to put back in order letters of an anagram.
I've also started to work on a "TV Shows & Animes" version, and a Windows Store version.
Don't hesitate to provide your feedback !
SCREENSHOTS :
Logo : img15.hostingpics.net/pics/592027001logo1.png
Examples of screens : img15.hostingpics.net/pics/479883002exemples.png
Packs of levels (v1) : img15.hostingpics.net/pics/402865003levels.png
145 Achievements : img15.hostingpics.net/pics/143739004achievements.png
Orientation & Zoom : img15.hostingpics.net/pics/994287005disposition.png
Help page : img15.hostingpics.net/pics/668333006help.png
QR Code to download the app : img4.hostingpics.net/pics/919086QRCode01.png
CHANGELOG :
1.1.5.0 :
FIX : changed the updates display.
1.1.4.0 :
FIX : statistic #6.
FIX : updated the contact e-mail address.
1.1.3.0 :
FIX : design of buttons in popups.
1.1.2.0 :
FIX : improved the saving system.
1.1.1.0 :
FIX : behavior of some labels.
FIX : design of some buttons.
1.1.0.0 :
Added Langage de-DE.
1.0.0.0 :
Added Pack "Demo 1".
Added Pack "SNES 1".
Added Pack "N64 1".
Added Pack "GBA 1".
Added Pack "Megadrive 1".
Added Pack "PS1 1".
Added Pack "PS2 1".
Added 145 Achievements.
Added Langage fr-FR.
Added Langage en-US.
DOWNLOAD :
The application is currently available for Windows Phone 8.1 & Mobile 10.
You can download it here : microsoft.com/en-us/store/p/videogames-quiz/9nblggh2nhrl
If you are interested in VideoGames Quiz, i've created a Facebook page in order to follow the work in progress and news : facebook.com/VGQapp/
There's also a Twitter account : twitter.com/VGQapp

Categories

Resources