ijustwantyourhalf
Newbie
cookies 1
Posts: 13
|
 |
« on: October 16, 2009, 10:38:41 PM » |
|
Hi,
I was wondering if anyone was working on the idle screen locked image issue. I have a couple of ideas but would like to avoid bricking this phone and so was thinking I might ask someone more knowledgeable than I before I try them. (especially if they are really stupid ideas that everyone has thought of and discounted already)
Anyone out there?
|
|
|
|
|
Logged
|
|
|
|
Quig
Non-tech, Anonymous
Administrator
Full Member
   
cookies 8
Posts: 242
"Peacekeeper" & "Greeter"
|
 |
« Reply #1 on: October 17, 2009, 08:58:12 AM » |
|
Hi, All I know is on eternity, & impression you can't change them. Mythic has a few differences, but I don't think thats 1 ? Sorry, tech guy will be along, but I don;t think you can,,, Quig
|
|
|
|
« Last Edit: October 19, 2009, 10:28:09 AM by Quig »
|
Logged
|
""""Please treat members as you would want to be treated!!""""
|
|
|
Agoattamer
Administrator
Hero Member
   
cookies 11
Posts: 694
Quig's Hero!!!
|
 |
« Reply #2 on: October 17, 2009, 12:12:12 PM » |
|
Cant change them. We all had many ideas. They are hidden somewhere. ENCRYPTED. They are not the same files you will find if you browse your phone with TKFE.
|
|
|
|
|
Logged
|
|
|
|
ijustwantyourhalf
Newbie
cookies 1
Posts: 13
|
 |
« Reply #3 on: October 17, 2009, 02:53:12 PM » |
|
have you guys tried this already?
Lines 630 and 631 of the file nv_default.ini are
NV_SI_SCREEN_IDLE_IMG_TYPE=0 NV_SI_SCREEN_IDLE_IMG_INDEX=-1
(note that they are not with the other lines that talk about the idle screen)
Not sure what the image type means but indexing might refer to an indexed sequence.
and then lines 924 through 928 seem to set "01 Sunrise Beach.bmp" as the base of the sequence( which btw is reset whenever the phone is powered off/on because sunrise beach is always the first lock screen picture.)
NV_SI_SCREEN_IDLE_IMG=/SystemFS/Media/Picture/01 Sunrise Beach.bmp NV_SI_SCREEN_IDLE_IMG_THEME= NV_SI_SCREEN_IDLE_IMG_PICTURE=/SystemFS/Media/Picture/01 Sunrise Beach.bmp NV_SI_SCREEN_IDLE_IMG_HOMESCREEN_BACKUP_PICTURE=/SystemFS/Media/Picture/01 Sunrise Beach.bmp NV_SI_SCREEN_IDLE_DEFAULT_IMG=/SystemFS/Media/Picture/01 Sunrise Beach.bmp
What if we set the default images in the 924-928 lines to a new single .bmp and then disabled the index command?
"-1" as a value might be an "execute" comand rather than a binary setting because it comes up most often in lines like:
NV_SI_SET_LOCAL_TIMEZONE=-1 NV_SI_SET_LOCAL_DAYLIGHT_SAVING=-1
which are automatically reset values.
In other commands it appears that the boolean is "0" for true/on and "1" for false/off
-So-
If we installed a 281k bitmap in /SystemFS/Media/Picture/ , changed lines 924-928 to reflect that new filename and then set line 631 to "1" instead of "-1".........?
let me sum up by saying that I am a huge chicken and can't really afford to brick this phone right now. Do you know what happens when this phone throws up an error? can we still connect vie TKFE and restore the file?
Let me know what you think
-Don
|
|
|
|
|
Logged
|
|
|
|
Agoattamer
Administrator
Hero Member
   
cookies 11
Posts: 694
Quig's Hero!!!
|
 |
« Reply #4 on: October 19, 2009, 09:28:46 AM » |
|
You may be on to something with changing the location. But I dont see what changing the -1 to 1 would do. Or why it would be necessary to change it.
|
|
|
|
|
Logged
|
|
|
|
ijustwantyourhalf
Newbie
cookies 1
Posts: 13
|
 |
« Reply #5 on: October 19, 2009, 11:58:20 AM » |
|
Hi,
It seems to me that the naming convention for the pre-set images suggests that the executable starts at the base image and has some sort of code that cycles randomly through images in that folder that start with 01 - 10 . I think that you need to disable the execution (by indicating "1" instead of "-1" ) so that you dont only replace "Sunrise Beach" and then get cycled through the rest of 02-10 of the pre-sets. I cant seem to write to the /SystemFS/Media/Picture/ dir so we cant even add "02 aaa.bmp" etc to see if the executable will find the highest named "02" file.
does that make sense?
-Don
|
|
|
|
|
Logged
|
|
|
|
Agoattamer
Administrator
Hero Member
   
cookies 11
Posts: 694
Quig's Hero!!!
|
 |
« Reply #6 on: October 19, 2009, 12:18:55 PM » |
|
Yes that directory is locked. but I havent tried to change the nv link to another folder which might work. I understand what you are saying with the -1. But wouldnt 1 just move in the opposite direction. That is if this is even what the -1 is for.
|
|
|
|
|
Logged
|
|
|
|
ijustwantyourhalf
Newbie
cookies 1
Posts: 13
|
 |
« Reply #7 on: October 19, 2009, 01:15:51 PM » |
|
In Samsung's programing environment I don't think that -1 is opposite of 1. "0" and "1" are opposites meaning on/true and off/false. I am pretty sure that -1 means execute but you may be right in the sense that we might try leaving the index command at "= <blank>" instead of changing it to "1". especially because the query might only accept "-1" or nothing not some other binary value. I'll do a little more research...
|
|
|
|
|
Logged
|
|
|
|
Dean
Newbie
cookies 0
Posts: 3
|
 |
« Reply #8 on: December 07, 2009, 01:13:32 AM » |
|
have yall ever tried using EFS so explore the file system of your phone no i do not have this phone but i am looking into getting this or a impression or a solstice but on my current phone which is a LG VU we use a program called EFS to browse our phones file system. this is just a shot in the dark at trying to help out if this is no help then sorry.
|
|
|
|
|
Logged
|
|
|
|
Agoattamer
Administrator
Hero Member
   
cookies 11
Posts: 694
Quig's Hero!!!
|
 |
« Reply #9 on: December 07, 2009, 08:38:33 AM » |
|
EFS is a part of QPST. Yes we have used it and it makes no difference. It can do no more than tkfe. Except it takes 10 minutes to load up the phone and when it crashes I get worried.
|
|
|
|
|
Logged
|
|
|
|
Dean
Newbie
cookies 0
Posts: 3
|
 |
« Reply #10 on: December 07, 2009, 09:37:34 PM » |
|
weird that it crashes. when i get one of the samsung touch screen phones i will be more than happy to play around with its files and settings.
|
|
|
|
|
Logged
|
|
|
|
Agoattamer
Administrator
Hero Member
   
cookies 11
Posts: 694
Quig's Hero!!!
|
 |
« Reply #11 on: December 07, 2009, 10:38:25 PM » |
|
It has only crashed once. I have used QPST many times. But still prefer TKFE.
|
|
|
|
|
Logged
|
|
|
|
Dean
Newbie
cookies 0
Posts: 3
|
 |
« Reply #12 on: December 07, 2009, 11:01:57 PM » |
|
is there anyway you could maybe let me see the phones file system i know im new and such but im leaning very much towards getting this phone and helping this forum anyway that i can.
|
|
|
|
|
Logged
|
|
|
|
IRBent
Global Moderator
Full Member
   
cookies 1
Posts: 115
I R Bent, but not broken.
|
 |
« Reply #13 on: December 09, 2009, 07:42:58 PM » |
|
is there anyway you could maybe let me see the phones file system i know im new and such but im leaning very much towards getting this phone and helping this forum anyway that i can.
If you need the attached pic of the file system expanded further, let me know which folder/s you want to see.
|
|
|
|
|
Logged
|
Who needs a smartphone when you have the Mythic?
|
|
|
|
assault14
|
 |
« Reply #14 on: April 07, 2010, 11:06:49 AM » |
|
i have also noticed a simular file like that in the quota folder
|
|
|
|
|
Logged
|
|
|
|
|