Hello,
could well be because we like someone:
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Shell \ Rai \: MSMRULauncher
BKBitmapFile = \ Windows \ your Picture.bmp
Image into Windows, 240x320 pixels
changes the context of START - last used
---
HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Shell \ Rai \: MSStart
BKBitmapFile = \ Windows \ your Picture.bmp
Image into Windows, 240x320 pixels
changes the context of START - all programs
Greeting and fun
Andreas
Related
Is there a version that works for qtek 8500 WM 5.0? I tried different kinds some say they were outdated or not supported cause they only work with touchscreen.
thanks in advance
it will. in wm6.
Does that mean theres no workable live messenger for qtek 8500 with WM 5?
live for wm5
http://rapidshare.com/files/86533338/WindowsLive.v10.6.0033.0600.ENG.RUS.WM5.WM6-CAB.rar.html
I tried installing the cab file, but my phone said installation failed. I tried a few live installs but none of them seem to work
make a registry unlock
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001001
-> change value to 1
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001005
-> change value to 40
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001017
-> change value to 144
HKEY_LOCAL_MACHINE \ security \ policies \ policies
-> to add new key “0000101a”: Dword = 1 "
-> to add new key “0000101b”: Dword = 1 "
I tried this on my Cingular 3125 with no go, even with teh registry changes... any ideas?
Erofich said:
make a registry unlock
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001001
-> change value to 1
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001005
-> change value to 40
HKEY_LOCAL_MACHINE \ security \ policies \ policies \ 00001017
-> change value to 144
HKEY_LOCAL_MACHINE \ security \ policies \ policies
-> to add new key “0000101a”: Dword = 1 "
-> to add new key “0000101b”: Dword = 1 "
Click to expand...
Click to collapse
Live messenger is not installing on WM6.1 even with the above mentioned registry changes. Everytime I try to install live messenger, an error displays installation unsuccesful. I have used so many versions ending in WLM_10.6.0034.2500. Any clue?
samery
any one for wm 6.1 ?
Ghazall said:
any one for wm 6.1 ?
Click to expand...
Click to collapse
for wm 6.1 here
http://forum.xda-developers.com/showthread.php?t=408530&highlight=live
Hello,
there is a HTC startup animation
this can be changed very easily.
HKEY_LOCAL_MACHINE \ Software \ HTC \ Startup
Image = \ Windows \ your animation.gif
You need to do is "PhotoShop" and the "Microsoft GIF Animator"
the animator can be found on "Google" is free.
The whole is self-explanatory, just try.
An easy example I have attached.
Greeting and fun
Andreas
P.S. you can also change the sound
Can anyone help with the driver for this phone. It promts for "spx-5_3g" driver when I connect it to the laptop. Im trying to install flash player.
Looking good in a bit with the software that mounts the firmware in question as a hard drive I had a can around this rom Lumia Black was expected I found that in \ EFIESP \ Windows \ Logs \ OemCustomizationTool \ OemCustomization.xml there are plenty of small parameter as load mode turn off his smartphone. I think if were going to save the file you edit it beings save the firmware in question.
Hi,
I own a Galaxy A31 which I tried to root using Odin. After installing the AP file, AP_A315GDXU1ATCE_CL18205420_QB29839975_REV00_user_ low_ship_MULTI_CERT_meta_OS10.tar.md5, the app said that the download failed. Now, I'm stuck on this screen that says "Downloading... Do not turn off target." At the top of the screen, it also says this
<!>
Partitions tee1
Reason SAMSUNG tee1, A315GDXU1ATH3 , 33893817R
SAMSUNG vbmeta, A315GDXU1ATH3, 33893817R
Whenever I try to restart the phone, it just returns to that same page.
Did you ever find a fix for this?
I'm in the same boat, flashed (downgraded) a A41 from Android 12 to Android 10, getting the same "Partitions tee1" error no matter how ofter I re-flash all partitions...
Fixed it myself!
Download & compile heimdall2 from https://git.sr.ht/~grimler/Heimdall (I'm on Linux).
Get official firmware. Unzip, untar, unlz4 (gosh, that's a lot of unnecessary compression).
Flash like this (for an A41, that is, double check your partitions are named like this!):
Bash:
~/heimdall2/bin/heimdall flash \
--super super.img \
--bootloader preloader.img \
--uh uh.bin \
--lk lk-verified.img \
--up_param up_param.bin \
--efuse efuse.img \
--boot boot.img \
--recovery recovery.img \
--vbmeta_samsung vbmeta_samsung.img \
--md1img md1img.img \
--cache cache.img \
--prism prism.img \
--optics optics.img \
--vbmeta vbmeta.img \
--gz1 gz-verified.img \
--dtbo dtbo.img \
--spmfw spmfw-verified.img \
--scp1 scp-verified.img \
--sspm_1 sspm-verified.img \
--tee1 tee-verified.img \
--userdata userdata.img \
--md_udc md_udc.img \
--omr omr.img \
--param param.bin \
--verbose
Regardless of which USB (2/3) port or cable I use, I have to start heimdall within a second after pushing the volume down button to actually start download mode. I don't know if this is by design. Otherwise I only get
Code:
ERROR: Protocol initialisation failed!
or other (timeout) errors (-7).
Additionally, I can only issue one single command. Even using
Code:
--resume
does not work after the first command.
Heimdall 1.4.2 ran into timeouts in larger uploads (super.img) or the phone saying only official binaries are allowed.
Hope this helps someone. Took me hours to find out.