Hello All,
I decided to start a my own thread for this script because I had an update for it.
I wrote this script some time ago and I've been using it for a while now. I thought I was the only one who wanted random gifs, guess not
Below is a MortScript I wrote, it will choose a random file in a directory of your choosing and set it to the S2U2 background every 2 hours.
Installation:
Download the attachment and extract the S2U2_Wallpaper.mscr file and copy it to your device in your \My Documents\ folder.
Then just run it and it will do the rest.
(*) It puts its next run in the "Notification Queue", so it should remain there even after a Soft-Reset. It does on my device anyways. MortScript is great!
Customization:
To change the directory: edit Line 7
To change how often you want the images changed: edit Line 9
Make sure you copy this to your My Documents folder on the device mem and run it. Then it'll change randomly for you.
Currently I have it set up to choose gifs and jpegs, but you can change that in Line 7, in theory
Enjoy and pass it on to others!
- chis
UPDATE:
I noticed that if my script runs to change the wallpaper for S2U2 AND I have S2P running, both programs freak out. So, I added a check to "postpone" the wallpaper change if S2P is runnng.
Thanks!! I've been looking for this my whole life !! (well actually when I started using S2U)
salahnajm said:
Thanks!! I've been looking for this my whole life !! (well actually when I started using S2U)
Click to expand...
Click to collapse
You're welcome, buddy! Enjoy!
need help with s2u2 walkpaper
hey, i know this thread is kinda old but if some can help program my s2u2 to randomly change my wallpaper that would great...
godson408 said:
hey, i know this thread is kinda old but if some can help program my s2u2 to randomly change my wallpaper that would great...
Click to expand...
Click to collapse
Just copy the zip attachment and extract the file inside to your device in the "My Documents" folder and run it. Thats all
@All - I uploaded the file here, the upload issue on the forum looks to be resolved! Yay!
Hey I've been using it for a while; sometimes it works smts it gives an error (see image below). I tried reproducing the problem but it seems to be VERY random. ... sometimes it goes through 3-4 cycles max and changes the wallpaper and then gives the error, sometimes after attempting first cycle it gives the error.
I have a t-mo Wing running WM6 , any suggestions?
thanks
Error should be fixed
Hi salahnajm,
I've uploaded a new script with hopefully a fix. I changed with way the script is inserted into the notification queue to run.
Let me know if this helps. Thanks for the report!
salahnajm said:
Hey I've been using it for a while; sometimes it works smts it gives an error (see image below). I tried reproducing the problem but it seems to be VERY random. ... sometimes it goes through 3-4 cycles max and changes the wallpaper and then gives the error, sometimes after attempting first cycle it gives the error.
I have a t-mo Wing running WM6 , any suggestions?
thanks
Click to expand...
Click to collapse
salahnajm said:
Hey I've been using it for a while; sometimes it works smts it gives an error (see image below). I tried reproducing the problem but it seems to be VERY random. ... sometimes it goes through 3-4 cycles max and changes the wallpaper and then gives the error, sometimes after attempting first cycle it gives the error.
I have a t-mo Wing running WM6 , any suggestions?
thanks
Click to expand...
Click to collapse
Hmm, I'm sorry this error occurs. I havent seen it on my device (also a Wing WM6). I tried changing the way its inserted into the Notification Queue, but that was having a problem and it wasn't loading right. I changed it back to the original way it was working and I'm going to work on this issue and see if it happens to me.
hey chris.wilcox..i dont think your zip work is there another link..thank
chris.wilcox said:
Hmm, I'm sorry this error occurs. I havent seen it on my device (also a Wing WM6). I tried changing the way its inserted into the Notification Queue, but that was having a problem and it wasn't loading right. I changed it back to the original way it was working and I'm going to work on this issue and see if it happens to me.
Click to expand...
Click to collapse
any news?
thanks
godson408 said:
hey chris.wilcox..i dont think your zip work is there another link..thank
Click to expand...
Click to collapse
I just tried to download it and it worked just fine. Is anyone else having that problem? I'll reupload it just to be safe.
salahnajm said:
any news?
thanks
Click to expand...
Click to collapse
How often do you have it changing your wallpaper? I have mine set to every 4 hours, i ran it for about a day with it changing every 30 min, I've never seen that error. do you have the latest MortScript? I'm running v4.1. Do you have MortScript installed to your device memory?
yes I have mortscript version 4.1 on my device memmory. is there a way to know if and which script is running? ill try it again and see if it works and what happens (i have a feeling im clicking on the script several times, could that b the reason?)
chris.wilcox said:
I just tried to download it and it worked just fine. Is anyone else having that problem? I'll reupload it just to be safe.
Click to expand...
Click to collapse
i tired downloading it and it said that it a wrong file... it said i have to run it first sorry man..for the inconvenienced..if you can have a mirror of different link it would awesome thank
salahnajm said:
yes I have mortscript version 4.1 on my device memmory. is there a way to know if and which script is running? ill try it again and see if it works and what happens (i have a feeling im clicking on the script several times, could that b the reason?)
Click to expand...
Click to collapse
That could definitely be the problem. The script could take a while to run depending on the number of files in the folder you have. the script runs in the background and doesn't have any notifications pop up cause its supposed to change the wallpaper by itself.
You could check if its running by making another quick script with:
Code:
If(ScriptProcExists("S2Us_Wallpaper.mscr" eq TRUE)
Message("Script its running")
EndIf
godson408 said:
i tired downloading it and it said that it a wrong file... it said i have to run it first sorry man..for the inconvenienced..if you can have a mirror of different link it would awesome thank
Click to expand...
Click to collapse
I just tried it again and it seems to be working fine. Can you download other files in this forum? I don't have any places to mirror the file.
chris.wilcox said:
I just tried it again and it seems to be working fine. Can you download other files in this forum? I don't have any places to mirror the file.
Click to expand...
Click to collapse
yo chirs...maybe a dumb question..on the zip is there this description on that file...there nothing on the zip but this page...is that it or is there like some thing i can download...like a mortscript ... i really new to this...i have the slide 2unlock pro...it work find like it better then the A_C s2u2...
# MortScript by chis to
# randomly choose a wallpaper for S2U2
# from the a folder
Removenotifications("\My Documents\S2U2_Wallpaper.mscr")
Path = "\Storage Card\My Documents\pics\*"
#time to wait in minutes
ChangeTime = 240
If(ProcExists("s2p.exe") eq False)
i=1
ForEach picturefile in files {Path}
array=picturefile
i=i+1
EndForEach
n=MaxIndex(array)
x=timestamp()
tp=substr(x,9,2)
z=substr(tp,2,1) & substr(tp,1,1)
r=z*n/100
y=part (r,".",1)+1
randompic = array[y]
x=timestamp()
tp=substr(x,9,2)
z=substr(tp,2,1)
r=z*n/100
y=part (r,".",1)+1
randompicL = array[y]
RegWriteString("HKCU", "\Software\A_C\S2U2\", "Wallpaper", randompic)
RegWriteString("HKCU", "\Software\A_C\S2U2\", "WallpaperL", randompicL)
Run("\Program Files\S2U2\iLock2.exe","-refresh")
#Message(randompic&"^NL^^NL^"&randompicL)
#Wait for at time with a few extra seconds for next randomization
RunAt(timestamp() + 60*ChangeTime + y,"\My Documents\S2U2_Wallpaper.mscr")
Else
RunAt(timestamp() + 60*ChangeTime + y,"\My Documents\S2U2_Wallpaper.mscr")
EndIf
Exit
godson408 said:
yo chirs...maybe a dumb question..on the zip is there this description on that file...there nothing on the zip but this page...is that it or is there like some thing i can download...like a mortscript ... i really new to this...i have the slide 2unlock pro...it work find like it better then the A_C s2u2...
Click to expand...
Click to collapse
The MSCR file that you opened and copied the code from is the MortScript. You have to have MortScript installed in order for it to run, though it won't help you much, its designed to work for S2U2 by A_C, not the other one.
Could anyone tell me if a script like this one could work for changing the wallpaper of the home screen as well? I am new to the MortScript world but it seems like it would just need a few adjustments to the code but I can't get it to work.
Any help?
Installation error ..MortScript to change the S2U gif Picture
hi frnds...can u help me out ...
Ihv got Atom Life Wm6 ....installed mortscript 4.1.
copied the file s2u2_Wallpaper.mscr to my documents ....
then as clicked the file ..an error came ..up .....cudnt understand...
.. ihv attached the error ...pls ..let me ....
ii realy need tis utility .....am waitin
tc
Related
I just downloaded UL and i love it, but all the menu's are in German. anyone know of an English version?
There you go...
MM
do you know where i can get a icon package for this program. extension *.ico
It uses standard windows icons...
You can find *.ico files all over internet for windows, aslong as you use 32x32 and 48x48 for animated icon then its easy.
Tabs must be big enough for icons..
MM
hi, could someone upload a .cab installer for this?
Cheers
mugglesquop said:
hi, could someone upload a .cab installer for this?
Cheers
Click to expand...
Click to collapse
Hi,
the .cab installer is available at the moment only in deutch language...
BYE, Bobo
it would be nice to be able to use icon .dll files. currently i have an icons.dll that has a bunch of icons inside that i used for cLaunch. This program will only see the first icon. is there a way to make it use any of the other icons in the file?
Bobo Xni said:
Hi,
the .cab installer is available at the moment only in deutch language...
Click to expand...
Click to collapse
No..
@mugglesquop
1. go to site http://pocketland.de/product.php?prod_id=39534
2. download the .zip Archive
3. there you will find the english cab
Guy! Is this v1.2 or?
I've used some of this icons from this website.
http://www.iconarchive.com/category/application-icons.html
Anyone having a problem with it freezing when it starts up? It happens to me when I have a voicemail. The active sync would open and then I can't do anything. I ended up hard reseting my phone to be able to run my phone again. I like this program. I just don't want to keeping hard reseting my phone everytime I get a voicemail and soft reseting before I clear it.
this is one sweet app.
anyone know how to enable the Task and Schedule today plugins to work in the tabs?
Anyone buy the full version yet? I tried this program and loved it, so I bought it from Handango.com. The registration seemed to work, but at some point I got "not activated" all over the screen. I went back into the configure program, and the registration code went back to all 0's. I've since been flashing a few different rom's (trying to find the best 6.1 for my 8525) so I haven't reloaded it yet. Hopefully it was a freak thing, and it'll work once I reload it.
1magine said:
this is one sweet app.
anyone know how to enable the Task and Schedule today plugins to work in the tabs?
Click to expand...
Click to collapse
If your talking about the stock plug ins then they aren't really plug ins. I have yet to find a 3rd party software that hey can be used with.
blazingwolf said:
If your talking about the stock plug ins then they aren't really plug ins. I have yet to find a 3rd party software that hey can be used with.
Click to expand...
Click to collapse
I guess he wanted to say if it was possible to chose Calendar and Tasks as a tab. I really don't know this isn't possible - it simply doesn't show in the plugins list
Visoredge said:
No..
@mugglesquop
1. go to site http://pocketland.de/product.php?prod_id=39534
2. download the .zip Archive
3. there you will find the english cab
Click to expand...
Click to collapse
Hi,
maybe i'm wrong but in the zip file you can find the .exe file... but the .cab where is it???
BYE, Bobo
Open the .zip File
You will find the Folder "Cabs".
I think this is the current version?
See Attachments
MaxMotus said:
There you go...
MM
Click to expand...
Click to collapse
thanx a ton max
i'm wondering how the titlebar and softkeybar are made semitransparent ... that looks really sick. anyone an idea?
Visoredge said:
Open the .zip File
You will find the Folder "Cabs".
I think this is the current version?
See Attachments
Click to expand...
Click to collapse
Hi,
I never used the .zip file only .exe or .cab. Thank's so much for your help! It's correct it's the latest version.... Wery well!!!
BYE, Bobo
pacmantom said:
I've used some of this icons from this website.
http://www.iconarchive.com/category/application-icons.html
Anyone having a problem with it freezing when it starts up? It happens to me when I have a voicemail. The active sync would open and then I can't do anything. I ended up hard reseting my phone to be able to run my phone again. I like this program. I just don't want to keeping hard reseting my phone everytime I get a voicemail and soft reseting before I clear it.
Click to expand...
Click to collapse
I had the same problem when i first installed it, phone freezes then activesync opens and the phone stops to respond, had to hard reset too .
I made sure that all active today plugins are not dsiplayed ( settings,today, uncheck them ) then installed ultimatelauncher, loaded those plugins into seperate ultimatelauncher tabs. been working fine so far, I had no problems ,been two days now .
For the *.ico files, i converted few *.tga icons to *.ico , ultimatelauncher would see them but won't load them .. so i figured it could be the size of the icon, a bit big for ultimatelauncher ( 40 X 40 ) .. will try with smaller icons later .
Edit : tried with ( 16 X 16 ) icons and still ultimatelauncher won't load them
Hi,
Here a new version of SCLPC++ Configurator.
With this version you can:
- Modify graphically each page of cube (showing directly the selected page)
- For each button you can visually (pressing on the button) view the actual link and/or modify the link browsing on file system
- Make a backup (and restore) of yours configuration files. Configuration files will be zipped in a single file
- Change the labels of main and music buttons (and its positions)
- Preview the modification before save changes
Downloading now. Will report back ASAP
Utility or info to create special links..
Is there a utility or can you tell me how to:
Create a link to the bluetooth device app.
Create a link to toggle the wifi on and off.
Thanks,
Barry
bsw11 said:
Is there a utility or can you tell me how to:
Create a link to the bluetooth device app.
Create a link to toggle the wifi on and off.
Thanks,
Barry
Click to expand...
Click to collapse
This is an utility to "only" modify a link without use a PC but directly from PDA.
Before save you can edit the file to add your "special" link.
Working OK on my Blue Angel, and much easier to use than the old configurator. Kudos on a nice utility. I just hope that it will also work on Slither's newer version, soon to come. The only thing even better would be if it could also rebuild the icons to match the programs that then run.
I get error message if i try to load program - Pic 1
Also can not save anything - Pic 2
Grammar correction
Erro = Error
rading = reading
fisac71 said:
This is an utility to "only" modify a link without use a PC but directly from PDA.
Before save you can edit the file to add your "special" link.
Click to expand...
Click to collapse
I understand that I can edit the file - the problem is I don't know what to put in the file to make those functions actually work - that is what I was asking.
Your new version worked fine for me.
AnnaW said:
I get error message if i try to load program - Pic 1
Also can not save anything - Pic 2
Grammar correction
Erro = Error
rading = reading
Click to expand...
Click to collapse
Not tried this configurator yet, but if it's anything like the previous one, you need to make sure the cube is closed, and not just minimised, before changing the coonfig files.
deedee said:
Not tried this configurator yet, but if it's anything like the previous one, you need to make sure the cube is closed, and not just minimised, before changing the coonfig files.
Click to expand...
Click to collapse
I used the configurator while the cube was minimized and it worked OK, saving the new configuration. It doesn't kick in though until you restart the cube. I restart it with Task Manager by killing the process and restarting it.
Hi fisac71,
Thankyou for your new version! Keep up the great work!!!
Bugs & Stuff
Nice job on the config tool, when I first started it, the label for Music2 had Music3 X/Y Position and Music3 X/Y was blank. Once I made the adjustments it held the values, so possible it was my config file.
Backup program errors out, ATT Tilt ROM 1.62.00.00 (minus the bloatware), maybe I'm missing some software? (I have MortScript installed)
Error creating backupfile An error message cannot be displayed because an optional resource assebly containing it cannot be found
Click to expand...
Click to collapse
Suggestion: On the images used for setting up, can you pull from the actual SCLPC directory, that way any skin/theme being used is displayed? (Though its not that difficult to change them yourself)
Thanks for building these tools, it does make SCLPC a little more idiot friendly
AnnaW said:
I get error message if i try to load program - Pic 1
Also can not save anything - Pic 2
Grammar correction
Erro = Error
rading = reading
Click to expand...
Click to collapse
You must have SCLPC++ installed
This error is shown when the configurator try to load the .ini files (in /application Data/SCLPC++/Data/Ini Files)
are you sure to have installed SCLPC++ correctly ?
motisu said:
I used the configurator while the cube was minimized and it worked OK, saving the new configuration. It doesn't kick in though until you restart the cube. I restart it with Task Manager by killing the process and restarting it.
Click to expand...
Click to collapse
It's right. After modification you need to restart the cube
to do that, you can simply hold the OK button (the cube will fade out) and re-launch it (note. When the cube starts will show the edgeLib evaluation message).
If you don't see the edge lib message then the cube is not re-started and you will not see you changes.
Good but...
Hi,
i am trying configurator but... the graphics that i see are not actual
They are the originals.
I guess that displaying actual graphics will be cool
perettigiuliano said:
Hi,
i am trying configurator but... the graphics that i see are not actual
They are the originals.
I guess that displaying actual graphics will be cool
Click to expand...
Click to collapse
In the next release the configurator will use the actual images.
I am waiting the SCLPC++ 0.052 to modify the configurator.
By
fisac71 said:
In the next release the configurator will use the actual images.
I am waiting the SCLPC++ 0.052 to modify the configurator.
By
Click to expand...
Click to collapse
Good one!
Thanx in advance...
P.S.: if you interested i have customized all the graphics with "Buuf Icons", you can find them at http://mattahan.deviantart.com
thanks so much for the config app. you have truly made it great and easy to use!!!
Tanks, downloading rrright away.
Thanks... keep up the great job .
german version
hi
is there a possibility to make the configurater work with a german phone?
i don't have the folder \windows\startmenu. in german it is \windows\start menü
with this path, the configurator don't works.
thanks
emanuel
I'm getting crazy over here...
from one moment my G'reloc does give me errors when applying.
It says:
Can not open file C:\Kitchen\SYS\***\***
*** = a different map/file each time
I tried different G'Reloc.exe files and used different SYS-folders (even ones that worked before without any problems)
Can not cook roms anymore because they will not boot somehow...
Please help me with this weird error..
What are the files it's trying to access?
Also check out the IRC room they have, if it's still up at least.
TheChampJT said:
What are the files it's trying to access?
Also check out the IRC room they have, if it's still up at least.
Click to expand...
Click to collapse
It's a different file each time....beats me...
But often it is one of the bluetooth related files....
Maybe the files you downloaded were corrupted. Try manually replacing the files, or just uninstall and reinstall the kitchen.
TheChampJT said:
Maybe the files you downloaded were corrupted. Try manually replacing the files, or just uninstall and reinstall the kitchen.
Click to expand...
Click to collapse
Ok I know a little bit more...:
I formatted my laptop and did a clean install of windows...
After that g'reloc worked again.
I installed all programs I always use on my pc again.
And today when I used G'reloc again I get the same error each time. Even if I use different locations or diffirent SYS folders (also ones I know they work!)
Which program or setting interacts with G'reloc???
Merten i don't use that program because i don't know what it does.
But i tryed to open it but i think i got the same error as you got.
Is it something like this: cannot open file (root\dir\imageinfo.bin).
And then you only have one option to click the ok button (this will exit the program)?
Know i tryed some other g'reloc programs what i got and the all gived me the same error pointing to the imageinfo.bin and then give me one option to click the ok button.
But there was one g'reloc program what did work and gived me no error.
I send a email to you with g'reloc.exe so it could be that it will give your virusscan some trouble because it is a .exe file I hope it will work for you.
I will back in some hours so i can't respons to your questions so fast.
menomenic said:
Merten i don't use that program because i don't know what it does.
But i tryed to open it but i think i got the same error as you got.
Is it something like this: cannot open file (root\dir\imageinfo.bin).
And then you only have one option to click the ok button (this will exit the program)?
Know i tryed some other g'reloc programs what i got and the all gived me the same error pointing to the imageinfo.bin and then give me one option to click the ok button.
But there was one g'reloc program what did work and gived me no error.
I send a email to you with g'reloc.exe so it could be that it will give your virusscan some trouble because it is a .exe file I hope it will work for you.
I will back in some hours so i can't respons to your questions so fast.
Click to expand...
Click to collapse
Thanx man for the effort. But I did not receive a thing... did you mail to:
[email protected]?
If your back maybe you can upload to rapidshare?
Thanx anyway!!
Well, I came across two things in PPCGeeks forum. People reported errors when they were running G'reloc on FAT32 en fixed it by changing to NTFS.
The other thing was that people reported a fix by just disabling their antivirus program. This might explain why it worked before you started installing all your programs on a clean windows install. I hope it works for you as well because I really like your roms
Maart84 said:
Well, I came across two things in PPCGeeks forum. People reported errors when they were running G'reloc on FAT32 en fixed it by changing to NTFS.
The other thing was that people reported a fix by just disabling their antivirus program. This might explain why it worked before you started installing all your programs on a clean windows install. I hope it works for you as well because I really like your roms
Click to expand...
Click to collapse
WOOHOOOO!!!! the Virusscanner was the problem!!!! I use kaspersky for a year but probably since a recent update it messes up g'reloc....
I will be cooking again.....!!!!
Thanks for the great tip!!!!!
Next time, please post questions in the Q&A section.
thank you
I would like to add Galway(Ireland) to AccuWeather but I am finding difficult to add the Code for Galway! Found a thread that explains it for another htc model but I can not get round doing it on the Touch 3G!
Any suggestions?
Many thanks Woodie
Woodie464 said:
I would like to add Galway(Ireland) to AccuWeather but I am finding difficult to add the Code for Galway! Found a thread that explains it for another htc model but I can not get round doing it on the Touch 3G!
Any suggestions? Many thanks Woodie
Click to expand...
Click to collapse
You may have to edit this file in \windows : HH_0409_WeatherCities.xml
0409 (english) is your language code, other languages have different codes.
Ensure that your city (and corresponding codes, available from accuweather website) is in the list.
Hi,
As this topic is here, let me ask my trouble here;
I have WM6.5 w/ Manila2D, I have lost my selected cities from weather widget in Manila.
I can not add any city, even if all city lists exists and I am able to select. But it does not display weather widget screen..
This also happened before when I have had another Rom and Softreset is not useful at all..
Anyone has such trouble?
Anyone has resolution?
sas_sas said:
Hi,
I have WM6.5 w/ Manila2D, I have lost my selected cities from weather widget in Manila.
I can not add any city, even if all city lists exists and I am able to select. But it does not display weather widget screen.. This also happened before when I have had another Rom and Softreset is not useful at all..
Click to expand...
Click to collapse
Try this.. rename file \windows\HH_0409_WeatherCities.xml to HH_0199_WeatherCities.xml. (keep a copy of the original file somewhere)
azahidi said:
Try this.. rename file \windows\HH_0409_WeatherCities.xml to HH_0199_WeatherCities.xml. (keep a copy of the original file somewhere)
Click to expand...
Click to collapse
Ths azahidi..
Unfortunatelly, dealing (renaming, deleting, moving) with such file is impossible although while TFlo is not active..
Tried w/ Resco and extended File explorer (not seeing/showing), Total commander sees but not executes any command except copying..
Doing thru laptop with vista also sucks due to not showing windows files..
sas_sas said:
Unfortunatelly, dealing (renaming, deleting, moving) with such file is impossible although while TFlo is not active..
Tried w/ Resco and extended File explorer (not seeing/showing), Total commander sees but not executes any command except copying..
Doing thru laptop with vista also sucks due to not showing windows files..
Click to expand...
Click to collapse
I'm not sure why.. but I have renamed mine. The file should not be protected. It's not in ROM.
Try this.. disable TF ->> use TC, properties - uncheck "system" - rename.
It is Rom file..
Not possible to uncheck any box overthere..
Not possible to handle..
Hi all
Same problem here!
Here is what I have done so far
1. Copied HH_409 bla bla file to pc.
2. Edited file with correct data from accuweather.
3. Using total comander removed the read only state from the original file in /windows directory.
4. replaced standard 409 with my version.
5. soft reset
and........ I can choose the cities from the list now but they will not update.
So now I am stuck
if any of you (azahidi ;-) have managed to crack this problem please help me get further.
If you want to try one of my cities to ensure that it is not me doing it wrong here is the line from the xml for one city
Code:
<city name="Newquay, UK" loca="EUR|UK|UK125|Newquay" land="United Kingdom"/>
kranor said:
and........ I can choose the cities from the list now but they will not update. So now I am stuck
if any of you (azahidi ;-) have managed to crack this problem please help me get further.
If you want to try one of my cities to ensure that it is not me doing it wrong here is the line from the xml for one city
Code:
<city name="Newquay, UK" loca="EUR|UK|UK125|Newquay" land="United Kingdom"/>
Click to expand...
Click to collapse
I am not sure why, but I can add and update any city in the list, including many in the UK (e.g. Newbury, newport, newham, newcastle-under-lyme but unfortunately newquay is not). I'll try to add newquay in xml file and see what happens.. I'll post the result later.
btw can you try and do item #8 of first post and see.
This thread here may also be useful http://forum.xda-developers.com/showthread.php?t=476167&highlight=weather&page=2
Tried item 8 and lost control of most of the phone took 1 hour to dig my way back out.
kranor said:
Tried item 8 and lost control of most of the phone took 1 hour to dig my way back out.
Click to expand...
Click to collapse
Sorry for that. it was straightforward when I did it, and also for the other weather issues posted in this thread.
I rest my case.
No problem. Sorry for late reply been camping for a week in....newquay!!! really could ave done with those weather reports lol.
i cant even find the correct codes for my area if they even exist! lol
DJHicks said:
i cant even find the correct codes for my area if they even exist! lol
Click to expand...
Click to collapse
Cannot ? Even in http://www.accuweather.com ? Search for your city/town in "world" link
If found, the code is like this: http://www..... traveler=0&loccode=ASI|MY|MY004|LABUAN
Sorry if I'm telling the obvious.
hello chef central
i have two problems with rebuilding my kitchen
the first problem is when i go to file explorer and choose a page where you could scroll down and reached the lowest point it went a little further and then bounced back to the end(hope you get what i mean as i cant phrase it better)
i lost my kitchen due to a faulty hard drive so i am rebuilding it and now i lost that option:S
im using the same tweaks as i had a backup of my regtweaks so that aint the problem
im also using the same htcscroll package as the rom where it worked so that aint the problem either i think
does some one know where to look or what to change to make this happen again
the second problem is automated time and date
when i cook a clean rom(with all tweaks in it) i get oobe and when thats finished it gets me to the homescreen
within a minute it downloads the date/time and weather data
when i cook a full with visual mods it doesnt work anymore:s
so im guessing its a manilla file that is holding back on it
how is it possible that a manilla file prevents to download date/time settings? and does some one has a idea wich file it could be?
edit: and the last question
when i create a dutch full rom it says it has 645 modules and when i make the same packages in wwe it says 636 modules:S
there arent any modules hidden in language packs right?
edit2: found the difference in modules
in the syslanguages the wwe has less files then the nld
someone know a explenation why its this way as everything works like it should in wwe and you wouldnt think it would if things are missing:s
you are just excellent...you provided answer for your own question!
Seriously, I am glad you solved it though..
ai6908 said:
you are just excellent...you provided answer for your own question!
Seriously, I am glad you solved it though..
Click to expand...
Click to collapse
new questions on first post
bumperdiebump
miniterror said:
hello chef central
the second problem is automated time and date
when i cook a clean rom(with all tweaks in it) i get oobe and when thats finished it gets me to the homescreen
within a minute it downloads the date/time and weather data
when i cook a full with visual mods it doesnt work anymore:s
so im guessing its a manilla file that is holding back on it
how is it possible that a manilla file prevents to download date/time settings? and does some one has a idea wich file it could be?
Click to expand...
Click to collapse
I am also interested in the answer of this problem..
c_shekhar said:
I am also interested in the answer of this problem..
Click to expand...
Click to collapse
to come back to my own question i think for the date/time thing i whas to quickcause i have seen it working now a couple of times on my full rom:-o
so i think a manilla file wont stop it
i thought it whas kinda starnge as timezonefix package dont have manilla files in it
i thought it maybe whas a manilla file as i have transparancies for date and calander things on the homescreen and thats why i thought that maybe whas the problem
i still havent found the problem for th bouncing at the end of a list when scrolling in the fle explorer
i do noticed that when i hold a sec and then try it i have the bounceing thingie:S
probably a reg setting not good
can someone tell me wich package is for file explorer?
i search in the kitchen directory for file explorer doesnt give any results
hmmm nobody can tell me wich package is for file explorer?
still busy with the bounce when reaching the end of a list in file explorer
i have it everywhere except there