HOWTO: Edit registry files in Windows - Windows Phone 8 Q&A, Help & Troubleshooting

OK, this is a replay to this thread, but apparently I can't post in that forum yet.
http://forum.xda-developers.com/showthread.php?t=2393883
So, you've found registry file inside \Windows\System32\config, and this is the way to open and edit it.
No third-party tools needed, just use regedit.exe in your Windows system
1, run regedit.exe
2, click on any root key, like HKEY_LOCAL_MACHINE
3, open File menu, select Load Hive
4, select a file in your mounted ROM \Windows\System32\config, like SOFTWARE or SYSTEM, open it
5, in the dialog asking for a name, input any text, like WP8Software
6, registry is now loaded under HKEY_LOCAL_MACHINE\WP8Software, you can edit it.
7, open File menu, select Unload Hive, then its written back to disk.
reference: http://technet.microsoft.com/en-us/library/cc732157.aspx

WalkingCat said:
OK, this is a replay to this thread, but apparently I can't post in that forum yet.
http://forum.xda-developers.com/showthread.php?t=2393883
So, you've found registry file inside \Windows\System32\config, and this is the way to open and edit it.
No third-party tools needed, just use regedit.exe in your Windows system
1, run regedit.exe
2, click on any root key, like HKEY_LOCAL_MACHINE
3, open File menu, select Load Hive
4, select a file in your mounted ROM \Windows\System32\config, like SOFTWARE or SYSTEM, open it
5, in the dialog asking for a name, input any text, like WP8Software
6, registry is now loaded under HKEY_LOCAL_MACHINE\WP8Software, you can edit it.
7, open File menu, select Unload Hive, then its written back to disk.
reference: http://technet.microsoft.com/en-us/library/cc732157.aspx
Click to expand...
Click to collapse
AHH! THANKS, I was trying to figure out how the heck I was supposed to do that. I'll add your post to the OP.

Related

Auto install of applications, folder making & regcodes.

I am starting this thread as there seem to be a lot of smart people on this forum that have a lot more knowledge about the BlueAngle device than I do and I hope that they will be able to come up with a better solution to my problem.
Problem:
1) Every time I update my device I need to run a lot of setup.exe to reload all of my software.
2) I have to create new folders under "Programs"
3) As I don’t like the default location of the links, I have to move the links into my new folders
4) I have to enter registration codes on a number of applications.
I would like to be able to automat this were possible.
I would like to share with you my solution in the hope that it helps you
and I would like it to be inproved by anybody who has a better understanding of this than me.
I have had to break this up into 3 parts and post then each seperatly.
Part 1:
Auto Install of applications based on a config file
http://forum.xda-developers.com/viewtopic.php?p=83120#83120
Part 2:
Dos add-on that allows me to make folders, copy and delete links from a batch file
http://forum.xda-developers.com/viewtopic.php?p=83121#83121
Part 3
Macro to enter the Reg codes of software.
http://forum.xda-developers.com/viewtopic.php?p=83122#83122
I base all of these on an application called "Splashphoto" which is a demo version and can be found on www.handango.com
(the link was to long to copy as it messed up the view)
You can find the files under:
ftp://xda:[email protected]/BlueAngel/Tools
I hope I can also add them as downloads.
Comments, sugestions and better ideas are welcome.
edited 18/01/04 Finished part 3 Macros
Auto Install of applications based on a config file
Problem:
1) Every time I update my device I need to run a lot of setup.exe to reload all of my software.
Now this has got on my nerves and I would like to share the solution that I have found in the hope that somebody SMART can simplify it.
I base this example on the application "Splashphoto" in the combination of the autorun.exe found in the Extended_ROM.
You can modify the concept to your own liking by changing the install location, the number of install files
**Note** the supplied config.txt files is set to turn the touch screen off when you install.
Thus it will ONLY work if your cab file does NOT come up with a message that requires you to confirm it by hand on installation.
Such as "written for older version.." or "Is already installed reinstall?.." You can change that as written below.
Although you are able to install software from your desktop onto any location of your device I have not found a switch for this and am already way out of my depth. I would think that there has to be some command line that that the Cab file reacts to. I hope somebody SMART can Work this part out.
I have added all the needed files to: AutoInstall_Beta.rar and have tried to go into a deep explanation based my own limited understanding.
ftp://xda:[email protected]/BlueAngel/Tools/Autoinstall_Beta/AutoInstall_Beta.rar
Step 1
You will need to download this file, extract it and copy it to your storage.
This example uses "\Storage\Install"
Step 2
You will need to modify the following key to insure that autorun.exe points to the correct config.txt file.
HKEY_LOCAL_MACHINE\Comm\AutoRunCFG
Old value: \Exteneded_ROM\config.txt
New Value: \Storage\Install\config.txt
Step 3
Run \Storage\Install\Autorun.exe from your device.
This file will run the commands found in Config.txt
In this case
A) disable Touch screen (may be also the phone)
B) install SlashPhoto
C) Enable Touch screen (may be also the phone)
D) Reboot
AutoInstall_Beta.rar has the following files:
1: SplashPhoto.2577.CAB
Extracted cab file from demo version of SplashPhoto found under:
http://www.handango.com/
2: AutoRun.exe
Found on the Extended_Rom.
This file will run the commands found in Config.txt
3: Config.txt
Modified config.txt file with the only entry being SplashPhoto.2577.CAB
4: TPDisable.exe
Application to disable the touch screen (may be Phone function) while installing applications also found on the Extended_Rom
5: TPEnable.exe
Application to Enable the touch screen (may be Phone function) while installing applications also found on the Extended_Rom
6: Ruler.ARM.CAB
This is a freeware application that turns your display into a Ruler.
It has been added as it comes up with a message that you need to confirm.
**Note** if you add this to config.txt you will hang and need to reboot your device.
After reboot you will find the application under start\Ruler and it will work.
**UPdate** By removing the commands TPDisable.exe and TPEnable.exe from the config,txt
you are able to confim the install dialog as the touch remains active.
Understanding of Autorun.exe:
Based on the info I have picked up there seems to be 2 versions of autorun.exe, one uses a config.txt and one not. (this one does)
After a new upgrade of your device autorun is executed to install the software based on the carrier that you have all of whih is found under \Extened_ROM hidden folder.
I took this Idea modified the config.txt and ran autorun in a new folder on my device to find out that it installed all the software in the Exteneded_rom and NOT out of the folder I was in nor with the config file that I had.
This was not what I wanted and did not make me very happy.
So after some playing around with regedit I found
HKEY_LOCAL_MACHINE\Comm\AutoRunCFG with the value of \Exteneded_ROM\config.txt
This I changed to \Storage\Install\config.txt,
re ran the autorun and it worked thus giving me Proof of concept.
Understanding of Config.txt
EXEC:\Storage\install\TPDisable.exe
CAB: \Storage\install\SplashPhoto.2577.CAB
EXEC:\Storage\install\TPEnable.exe
RST: Reset
Click to expand...
Click to collapse
It seems that with the command EXEC you can execute a *.exe file such as turning the touch screen on and off
It seems that with the command CAB you can install an application.
It seems that RST reboots the device.
What would be nice is to work out if you can force the application to install in a different location (Storage Card)
Finding your cab files.
Most applications that are installed from your desktop will create a folder and deposit the cab files in it.
If your device is connected it will kick of the setup routine that will ask you for the install location and then execute the cab file.
It is recommended that your install the software this way first to see if you get a message on your device.
If the install falls under the clean versions then you can remove it with the stettings\remove Programs and modify your config.txt
In our SplashPhoto Case the default location is:
"C:\Program Files\SplashData\SplashPhoto for PocketPC\SplashPhoto.2577.CAB"
I have also found cab files under
"C:\Program Files\Microsoft ActiveSync\Name_of_Application"
Working out which CAB is the correct one.
The file names might be ???.mips.CAB, ???.arm.CAB, ???.sa.CAB, ???.sh3.CAB or ???.Cef.CAB
I am in luck as in our case there is no choice
Which is just as well as I have no Idea what they mean.
Hint: I use ARM as it seems to work and I its my cpu type.
So what is left?
1) Solving the problem of cabs that come up with a message such as Ruler.ARM.CAB
Solved:
TPDisable.exe ----> Seems to disable the touch screen
TPEnable.exe ----> Thus this would enable the touch screen.
So for the Ruler.ARM.CAB that asks gives us the "written for other version" the following will work with out a reset
Config.txt
CAB: \Storage\install\Ruler.ARM.CAB
Click to expand...
Click to collapse
2) finding a switch to set the location of the install to say "\Storage Card"
3) A little cab that turns config location on and off.
Does a regedit of our key with out having to change it by hand.
And has a drop down Browse function to for my "\Storage\Install" folder
Or a better solution than mine!!!!
Next thing I will try to cover is batch copy and del of links
Gee I hope this all was not a waste of your time reading it.
Edit 18/01/04 added Open 1 as solved
Corrected text about what TPDisable.exe, TPEnable.exe (which is turn Touch screnn on/off (may be the Phone funtion)
Updated the section on Ruler.ARM.CAB
Dos add-on to make folders, copy and delete on Device
Problem:
2) I have to create new folders under "Programs"
3) As I don’t like the default location of the links, I have to move the links into my new folders
I base this example on the application "Splashphoto" in the combination of the autorun.exe found in the Extended_ROM
as well as freeware version of RemoteCommand.x86_15_English
I would presume that you have installed the SplashPhoto as discribed in:
http://forum.xda-developers.com/viewtopic.php?p=83120#83120
You can modify the concept to your own liking by changing folder structure of your programs menu,
the number of new folder you would like to make or the number of links you want to move.
I have added all the needed files to: CopyLinks_Beta.rar
ftp://xda:[email protected]/BlueAngel/Tools/CopyLinks_Beta/CopyLinks_Beta.rar
I have tried to go into a deep explanation based my own limited understanding.
Step 1
You will need to download this file, extract it and copy it to your desktop.
This example uses "C:\Install"
Step 2
You will need to extract the RemoteCommand.x86_15_English.zip in a location of your choice.
Step 3
You will need to install RemoteCommand.x86_15_English on your desktop
The program is setup.msi and found in the zip file
Step 4
You need to be connected to your device and activesync needs to be running
Step 5
You will need to run the CopyLinks.bat in a dos box
Start menu -> Run -> Cmd ->Enter
In the dos box
C: [Enter]
Cd c:\install [Enter]
CopyLinks.bat [Enter]
The batch file will
1) Create a new folder under your Programs folder of your device called applications
\Windows\Start Menu\Programs\Applications
2) Copy the splashphoto.lnk to this folder
\Windows\Start Menu\Programs\Applications\SplashPhoto.lnk
3) Delete the old Link
\Windows\Start Menu\Programs\SplashPhoto.lnk
CopyLinks_beta.rar has the following files:
1: RemoteCommand.x86_15_English.zip
Download freeware desktop version of RemoteCommand from
http://www.freewareppc.com/utilities/remotecommand.shtml
2: CopyLinks.bat
Batch file to create a new folder, copy the link and then delete the original link.
Understanding of RemoteCommand:
The install of remoteCommand gives you a new file called Rcmd.exe which is like a Pocket PC version of dos.
It is not executed on your pocket Pc so don’t even try to look for programs\dos.
It is a command line add-on executed in a dos window that allows you functions like copy, del md
from your desktop onto your Pocket PC or from your Pocket PC to your Pocket PC.
It adds itself in the path statement and thus a batch file can be executed from anywhere.
** Note ** You have to be connected to your device and ActiveSync needs to be running.
Understanding of CopyLinks.bat:
Rem Make a folder under programs
rcmd md "\Windows\Start Menu\Programs\Applications"
Rem Copy Links into that folder
rcmd copy "\Windows\Start Menu\Programs\SplashPhoto.lnk" "\Windows\Start Menu\Programs\Applications\SplashPhoto.lnk"
Rem Delete the old Link
rcmd del "\Windows\Start Menu\Programs\SplashPhoto.lnk"
Click to expand...
Click to collapse
Gee I hope I don’t need to go into that.
So what is left?
1) Would be nice if one would check "on error" as the dos screen sort of zips past.
2) Think it would be nice to add a "CopyLinks.bat /Install" and "CopyLinks.bat /Uninstall" option.
As we are moving the links and creating new folders the "remove program" will not pick it up.
This way one could put the links back were they belong before removing the software with "Remove programs"
Or a better solution than mine!!!!
Next think I will try to cover is batch Entering of Registration codes.
As always I hope this all was not a waste of your time reading it
Macro to enter the Reg codes of software
Macro to enter the Reg codes of software.
Problem:
4) I have to enter registration codes on a number of applications.
I base this example on the application "Splashphoto" in the combination with the
demo version of Pocket Controller-Professional by SOTI Inc found on
http://www.handango.com/ (Link was to long to copy)
or
http://www.soti.net/default.asp?Cmd=Products&SubCmd=PCPro
I would presume that you have installed the SplashPhoto as discribed in:
http://forum.xda-developers.com/viewtopic.php?p=83120#83120
I would presume that you have copied the link as discribed in:
http://forum.xda-developers.com/viewtopic.php?p=83121#83121
You can modify the concept to your own liking by recording your own macros, cutting them into one file and running them.
I have added all the needed files to: Macro_Beta.rar
ftp://xda:[email protected]/BlueAngel/Tools/Macro_Beta/Macro_beta.rar
I have not added the Pocket Controller-Professional due to its size.
Step 1
Download Pocket Controller-Professional
Go to www.handango.com
Browse by Operating System -> Windows Mobile™ Smartphone
in search add -> Pocket Controller-Professional
The rest should be clear
*or*
http://www.soti.net/default.asp?Cmd=Products&SubCmd=PCPro
Hit the [try] button
Step 2
Insure phone is connected, activesync is running
install Pocket Controller-Professional on your desktop
Step 3
Run Pocket Controller-Professional and connect to device
File -> connect
you should see you device on your screnn.
Step 4
Download the Macro_Beta.rar
Unpack it to c:\install
Step 5
in Pocket Controller-Professional
in menu Tools -> Macro -> Play [mouse click]
Browse -> choose C:\install\SplashPhoto.cmd [OK]
This will run the macro that:
1) Starts SplashPhot
(Start -> Programs > Aplications > SplashPhoto)
2) In SplashPhoto goes to Preferences and opens the keyboard
(Tools > Preferences > Keyboard)
Not very flash I know
Understanding of Pocket Controller
This is a very useful piece of software that will allow you to use your device on your Desktop.
You can take snap shots or films of your devices display. Great to prove your point with support.
It has a dos box that in this version does not support Batch files.
It has a file explorer of both desktop and device.
And what I need for this Macro recording.
(Personal pick I admit to it )
Soti if you read this post:
Qestion Is there much point in having my device on desktop if I cant even copy a text out of notepad into it?
Macro_beta.rar has the following files:
SplashPhoto.cmd
Understanding SplashPhoto.cmd
This is a text file that records the mouse event on a X/Y postion as well as other actions
That is also its downfall as you links will move as they are sorted in your folder.
Add to this that the start menu might be of a different hight.
The itemes in the start menu might have changed order
SplashPhoto.cmd
MouseEvent 0x0 0x2444 0x800
SleepEx 0xc8
MouseEvent 0x1 0x2444 0x800
SleepEx 0xd48
MouseEvent 0x0 0x3777 0xe0cc
SleepEx 0xc8
...........
Click to expand...
Click to collapse
So what is left?
1) Work out if there is a option to input in a text mode
The help is not much help.
My thoughts would be along the line of
Menu "Start"
SleepEx 0xc8
Menu "Programs"
SleepEx 0xc8
.....
Click to expand...
Click to collapse
I will e-mail support.
As always I hope this all was not a waste of your time reading it
you might check this thread out :
http://forum.xda-developers.com/viewtopic.php?t=9333&highlight=restorator
Thanks M4io
Did and did I ever go swimming!!! Have sent PM to SP for help.
Solved Part 1: CAB that need Touch screen input on install
Solved Part 1: CAB that need Touch screen input on install
Edit 18/01/04
added Open 1 as solved
Corrected text about what TPDisable.exe, TPEnable.exe (which is turn Touch screnn on/off (may be the Phone funtion))
Updated the section on Ruler.ARM.CAB (by removing the TP* commands out of config.txt the screen is still active
thus you can confirm with ok
Updated post is the original
http://forum.xda-developers.com/viewtopic.php?p=83120#83120
MDAIIIUser said:
did I ever go swimming!!!
Click to expand...
Click to collapse
System error s0c4 : Unknown expression :lol:
M4io
Try Help->search> Unknown expression > Find > Swim*
Will return, System error s0c4. <Grin>
The Short of that is after reading that post I had more questions than answers.
Finished Part 3
Macro to enter the Reg codes of software.
http://forum.xda-developers.com/viewtopic.php?p=83122#83122
I think I would simply use backup intead
i would like to know which .cab files MUST be kept in there....
Well the extrom should have the resco cabs to be able to hack the reg. (or what ever reg application you want to use).
If you don't have that then you cant change the keys to point to the new auto run as well as the new config.txt
As you will be installing of a different location the unlock cab is not needed but would be nice to have.
My smart suggestion
Hi MDAIII user,
Gr8 thing to be posted, but I follow a bit smarter way....
I use SPB Clone to take the Cloning image of all the device and after updating or after say if device got hard reset, I just restore that clone image...it restores all the data including the call history SMS and the installed softs with registration codes....
It also restores the extended ROM if one has unlocked it and the storage data too!!!!!
I hope, this information will be useful for all
Would a clone of a 1.22 Rom which is restored on a device that you just upddated to a 1.40 rom not sort of mess it up??????
Hi Man,
Logically yes, but I hv not encountered yet......

noob qn...copy Kaisertweak XML to phone

noob question...i managed to copy the kaisertweak.exe to \My Documents\Personal by just browsing to it and doing a 'Save As'. However, this doesn't seem to work for the XML...it wants to display it in the browser. I've tried renaming the xml file with a .dat extension, an .exe extension and without an extension...but it won't let me download the file. What's the best way to get the xml file from the web (http://www.fxnexus.com/storage/kaiser/kaisertweak.xml) to my device?
(I don't want to use an intermediary PC to transfer files.)
thx, fxs.
fxsunny said:
noob question...i managed to copy the kaisertweak.exe to \My Documents\Personal by just browsing to it and doing a 'Save As'. However, this doesn't seem to work for the XML...it wants to display it in the browser. I've tried renaming the xml file with a .dat extension, an .exe extension and without an extension...but it won't let me download the file. What's the best way to get the xml file from the web (http://www.fxnexus.com/storage/kaiser/kaisertweak.xml) to my device?
(I don't want to use an intermediary PC to transfer files.)
thx, fxs.
Click to expand...
Click to collapse
all you got to do is in your browser hit FILE > save page as. select only save xml, not full page. if that dont work, then just go here and download the ZIP file that contains both the new kaisertweak exe and xml files.
http://www.jongma.org/KaiserTweak/KaiserTweak.zip
NguyenHuu said:
all you got to do is in your browser hit FILE > save page as. select only save xml, not full page. if that dont work, then just go here and download the ZIP file that contains both the new kaisertweak exe and xml files.
http://www.jongma.org/KaiserTweak/KaiserTweak.zip
Click to expand...
Click to collapse
On IE ...on my device?? I don't have a File Menu option!
Once I load the xml file within IE...all I have at the bottom is a 'Back' menu option, and a 'Menu' menu option. 'Menu' has Edit, View, Tools etc...but no 'File'.
I tried doing a Edit --> Select All --> Copy and then, went into Word Mobile to paste it all and save as text...but then, I'm left with a '.txt' file that I cannot rename to '.xml'.
fxsunny said:
On IE ...on my device?? I don't have a File Menu option!
Once I load the xml file within IE...all I have at the bottom is a 'Back' menu option, and a 'Menu' menu option. 'Menu' has Edit, View, Tools etc...but no 'File'.
I tried doing a Edit --> Select All --> Copy and then, went into Word Mobile to paste it all and save as text...but then, I'm left with a '.txt' file that I cannot rename to '.xml'.
Click to expand...
Click to collapse
do it on your PC not in the WM. if you insist on using your device to dl, then i suggest installing a unzipper. then you can just download that kaiser tweak zip file to your phone. unzip it on the phone and you got both the exe and xml right on the phone.
Can't install Kaisertweak on AT&T Tilt
I've tried installing this two ways:
1. On my PC: when I click the .exe file, I get the message: "KaiserTweak.exe is not a valid Win32 application."
2. On my Tilt: when I click on the .zip file, it shows KaiserTweak.exe and KaiserTweak.xml, but the latter file has the Opera browser icon next to it and the description "Unknown Type." When I tap on KaiserTweak.exe, I get the message: "Unable to open file \Windows\-IA Zip Temporary Files\KaiserTweak.xml". Press OK to ignore and risk data corruption. Press Cancel to kill the program." When I press OK, nothing happens: I'm brought back to the display of the .exe and .xml files.
I'm assuming the program is not installing, and that I'll know that the installation was successful when I see KaiserTweak when I select Start/Programs.
Thanks.
Joel

What brings up Memory on Tilt/TYTN II?

anyone know what command brings up the memory program in settings? meaning in windows folder java.exe brings up java, camera.exe brings up the camera, i can't find a memory.exe or storage.exe so i was hoping someone around here might know what it is and what folder it's in.
I have a "running programs.lnk" but I think this is a file that came with Slithers cube.
Having said that \windows\start menu\programs\shortcuts\task manager.lnk seems to do the job...
hmm, i don't have "shortcuts" i'm just using a stock tilt rom, so i'm not sure where it's at. i've looked everywere. it's probably called something that i don't recognize. under \windows\start menu\settings\ is empty but when i go on the device i see all the apps in settings. i'm assuming it's somewhere around there.
22#ctlpnl cplmain.cpl,4,2
is the link to open up the stock task/memory manager to the running programs tab, i've attached the lnk for your use
Just unzip and drop on your device where ever you desire....
_DrG_ said:
22#ctlpnl cplmain.cpl,4,2
is the link to open up the stock task/memory manager to the running programs tab, i've attached the lnk for your use
Just unzip and drop on your device where ever you desire....
Click to expand...
Click to collapse
thanks, that works, i don't suppose there's a way to get it to open up to the memory instead of tasks??
were is ctlpnl cplmain.cpl,4,2 located at? is it in the windows folder? i didn't see it, i did see ctlpnl.exe or what ever it was. i tried that one, but it didn't work.
22#ctlpnl cplmain.cpl,4,0
Sure just change the number 2 to 0 at the end of the link (this is the number of tab to open (zero based))
cplmain.cpl exists in the /windows directory, it will be there its part of Windows Mobile, maybe you need to unhide all file types (or system files/dlls etc) as they maybe hidden....
Hope this helps...
_DrG_ said:
22#ctlpnl cplmain.cpl,4,0
Sure just change the number 2 to 0 at the end of the link (this is the number of tab to open (zero based))
cplmain.cpl exists in the /windows directory, it will be there its part of Windows Mobile, maybe you need to unhide all file types (or system files/dlls etc) as they maybe hidden....
Hope this helps...
Click to expand...
Click to collapse
ok, were do i change the 2 to 0 at? on the zip file you gave me or on what the file in the widows directory? i didn't see were you can change on the zip you gave me.
The last digit of the string within the .lnk file thats in the zip file....
remebering to unzip the file and drop it onto your device (usually somewhere on the start menu/ today screen) i only zipped it up coz you cant upload .lnk files
Running Tasks
22#ctlpnl cplmain.cpl,4,2
Memory
22#ctlpnl cplmain.cpl,4,0
Anyhow heres the modified lnk attached to open memory for you...
Cheers,

[Question]How to make a link to a .exe

I have a question
I have the game "Worms" on my device. To specify it's on my storage card.
Today I made a hard reset.
Now I want to make a link to the .exe from Worms. Cause now I hae to go through file-explorer and I want it like it was before the hard reset. There was a link in my games folder before the hard reset under programs...
How can I do this again ?
resco file explorer is your friend
Sorry, but I don't unsterstand this....
It is being suggested you download and install Resco Explorer a pay-for app that does have a free trial. Resco allows you to Click/Hold an .exe file and Send To a StartMenu shortcut which are trying to do.
You can do it the hard way with Notepad but it is a pain.
http://www.resco.net/pocketpc/explorer/
Total Commander, I think will do it too, but I own Resco and am familiar with it. It is FREE.
Hi
If you use Resco File explorer you can create shortcut to any exe file.it wil be placed to your start menu.but you can do it manualy too.without useing Resco FE.
1. Open Notepad
2. Place the entire path to the file in the first line of the file, including the .exe file. You must use quotation marks if it resides in a directory with spaces, such as “\Program Files.”
3. Count the number of characters in the command line, including spaces and quotes, to get the length of the string.
4. In the .lnk file, the format for the line is
<length of string>#<command line>
5. Save the file and copy it to the "\Windows\Start Menu" directory on the Windows CE or Pocket PC device. This places the shortcut at the top level of the Start Menu.
You don't need a 3rd-party explorer or notepad. Creating shortcuts is very simple using the built-in file explorer.
Step 1: Start file explorer.
Step 2: Navigate to the folder the EXE is in.
Step 3: Highlight the EXE.
Step 4: Copy the EXE to the clipboard (Menu | Edit | Copy).
Step 5: Navigate to the start menu folder you want the shortcut in (typically \Windows\Start Menu\Programs).
Step 6: Paste a shortcut to the EXE (Menu | Edit | Paste Shortcut).
Step 7: Rename the shortcut if desired.
The shortcut will now be in start menu programs. You can now move it to and from the top-level start menu using Start | Settings | Menus.
V/R
Russell
First of all thanks to everyone for posting...
But I have one question....what do you mean with "highlight the EXE?"
I hope you can help me ^^
But I have one question....what do you mean with "highlight the EXE?"
Click to expand...
Click to collapse
When you navigate to a folder in File Explorer, the first file in the folder is highlighted (selected). Highlight the the executable file to which you need a start menu shortcut, either using d-pad down, or tap-n-hold with the stylus. This will be the file copied to the clipboard in step #4.
Note: I use the term "highlight" rather than "select" because selecting the file implies tapping on it, which will open the application. You don't want to start the application.
hammellose2 said:
First of all thanks to everyone for posting...
But I have one question....what do you mean with "highlight the EXE?"
I hope you can help me ^^
Click to expand...
Click to collapse
Do a search. There are many tutorials that can walk you through this.

A quick Q about transferring sms

I have my old nokia 5800 and I want to transfer all my SMS to galaxy s. I have synced 5800 with nokia pc suite and all the SMS and contacts are there too. I found this app "SMS migrator" for android that does the job but where in my pc can I find the file that has my SMS so I can put that to my galaxy sd-card and use the migrator?
Thanks for your help in advance!( yes I know how to "thank" ) Btw it's windows7..
Hi,
You need to download and install 2 programs:
1). h**p://www.simail.si/nokia2androidsms/
You install this on your PC, basically this will convert the Nokia file to an xml file and you transfer this file to your Android device after you have installed the second program.
2). h**p://android.riteshsahu.com/apps/sms-backup-restore/
You install this apk on your Android and it will create a backup and restore folder, you transfer the xml file from your PC to this folder.
3). Open the SMS BU restore program on your Android, select import and your done.
Hope this helps.
Regards, khan3.
I have tried that already, it doesn't find the file it is supposed to convert -.-
That's why I asked for the location of the file so I ca drag it to the Program so it converts it...
I also found this mobiledit phone copier but it requires paid version of the program to do the conversion to XML-format...
Thanks anyway, hope you could help me a lil more
Nevermind, I finally got it after struggling for couple of hours XD now I can finally start enjoying my SGS! I had too new version of OVI so the nokia2android program couldnt find the file, I had to delete the OVI and search for older OVI and it worked
Glad you are now sorted.
If it helps anyone else this is what I did:
I am running Windows 7, have Nokia OVI suite v3.0.0.290 installed and used OVI to create a backup.
I created a new folder on my D drive and called it N2A which contains the main Nokia2AndroidSMS.exe + sqlite2.dll, when you run the program it automatically finds the appropriate OVI file (.NBU), converts it to .xml format and places it in the same folder as Nokia2AndroidSMS (in my case N2A).
Actually you don't have to locate the nokia backup file or drag it. Nokia2Android does it automatically, you just select datastore1 from the drop down box and select your imei.
Then you connect your SGS to your computer, wait a few seconds and you will get the AutoPlayer window pop up with GT-I9000 shown, select open device to view files, double click on phone, double click on the folder SMSBackupRestore, then drag the xml file from your computer to this folder, Now press the SGS home key, then press the applications icon, navigate to and open the SMS Backup & Restore program and select the restore option, this will now import your messages, to exit the program just press the return key a few times to return to your home screen.
If you want to backup your messages, open the program and select the backup option, the file will be saved in the SMSBackupRestore folder in xml format.
In the program settings you can change the message date format - default is java date representation (including millisecond) - or time and date in readable format of the time when the message was sent/received, you can also change the naming convention for the saved xml file.
The xml file can be opened and edited!
Some of the xml file fields are:
type – Sent = 2, Received = 1
read – Read Message = 1, Unread Message = 0
status – None = -1, Complete = 0, Pending = 32, Failed = 64
For those interested in interpreting the java date representation you can check out epochconverter.com.
Hope this little contribution helps any one having the same problems.
Regards, khan3
Thanks for this useful thread
but I don't know why it's not working with me
I downloaded Ovi suite (the one I could found on Nokia site is v3.1.1.85, is it necessary to use v3.0.0.290?)
I used it for sync (& even making a backup) & all the messages are synchronized
I disconnected the mobile & closed the ovi suite from the notifications area
But when I use the nokia2android program I get a small xml file with no messages in it (count=0)
even when I drag the MDataStore.db3 file from:
C:\Users\*********\AppData\Local\Nokia\Nokia Data Store\DataBase
I get the same empty file!
any help please??
BTW, Sync Nokia N81.. & working on windows 7 too

Categories

Resources