If you're rooted, look in system/bin on the root directory and see if you have a file named gsiff.daemon (also do the same for qosmgr) If so, add .bak to the end of it.
this will kill the high android usage!
where i got the information from
http://forum.xda-developers.com/showthread.php?p=34189109
Sorry guys about the banner up top for my spelling mistake i cant change it opps.
Related
Hello, atlast after 3days of download and work i have made a custom Rom that has my name on it with HTC Desire HD stuff and updates but now what i need to ask is :
1) how can i put my name Rom name in the Notification like RCMix or the others?
2) any easy way to make boot screens or animations or so found but that i can edit or anything?
3) any way to make a custem theme there is only the online thing and sadly i dont knw how to use it or its limited, i want like AuraxTSense is it possible?
4) if i have a update.zip file that has in it an .apk can i take it and add it to the app section and it will work normaly?
that is it for now thanks a lot for all the help i get and links....
To add your own version number, open the build.prop file and add it to the end of the 'Software version' line
To build themes from scratch, I believe that you'd have to rip apart the res-framework.apk.
EddyOS said:
To add your own version number, open the build.prop file and add it to the end of the 'Software version' line
Click to expand...
Click to collapse
this part i solved it in the kitchen but i mean when u drag the notification bar from top to bottom u will get RCMix or any other name i want to cutemiz it to my name
eden2812 said:
To build themes from scratch, I believe that you'd have to rip apart the res-framework.apk.
Click to expand...
Click to collapse
mmm ill give this a try and see what i can reach but are there tools to change or its just rip and have fun
If you change the .apk to .rar you can extract and see some jpegs and whatnot in their folders. This should be the one to edit.
Then again, these are the things I've picked up from the chatter between the more senior and tech-savvy.
You might want to look at this? http://forum.xda-developers.com/showthread.php?t=729867
eden2812 said:
If you change the .apk to .rar you can extract and see some jpegs and whatnot in their folders. This should be the one to edit.
Then again, these are the things I've picked up from the chatter between the more senior and tech-savvy.
You might want to look at this? http://forum.xda-developers.com/showthread.php?t=729867
Click to expand...
Click to collapse
there is no jpegs only .png and not what i want and what u gave me doesnt have anything to do with themes i have no idea why its themepro.... anyways ill look more into it but if there is something starigh to the point or video im thankfull im still searching
SystemFS\User\MultiStage\Contents.xml
You could extract this file from *.FFS or grab from handset.
Maybe some tweaking possible...
S5PC110_EVT1_UM10.pdf
2D Graphic Engine
− BitBLT
− Supports maximum 8000x8000 image size
Click to expand...
Click to collapse
<FileFormat>
<JPG>
<MaxFileSize value="4096000"/>
<MaxWidth value="5000"/>
<MaxHeight value="5000"/>
<ThumbNail>
<MaxWidth value="1280"/>
<MaxHeight value="1024"/>
</ThumbNail>
</JPG>
There are more infos in this file...
<MaxInstallCount>
<NativeApp value="100"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
</AStore>
</Contents>
</SDP>
Check out, maybe interesting or helpfull.
Best Regards
I already tryed to increase the max. resolution to 8000x8000px for jpg a week ago but it didnt worked
This file exists 2 times and I flashed them correctly to the wave (tested with sTunes after flash), the limits seems to be set somewhere else...
The image sizelimit is also higher than 4096000 byte (or what it is) - about 10 mb.
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
SystemFS\User\MultiStage
User\MultiStage
@ st0rmi
Thanks.
Yes, via sTune this file is twice.
It seems writeprotected files are most in folder SystemFS... as Backup.
If you check via TriX Firmware files. Then Contents.xml is in *.FFS... maybe edit before flashing. Then changes in both files on handset.
Not tested yet...
@ rex4u
At the moment I have nothing changed in this file, so no idea what happens.
Maybe soon few tests...
Best Regards
@adfree: Yeah thats what I have done
I just used sTunes to copy the contents.xml back to my pc and view if the edited xlm are really on my phone because it didnt worked...
@adfree
No bro' I was offering my own suggestions to this configuration file.
It might allow us to install more than 100 apps in phone and show in Menu.
Second it might show Java apps icons in Menu.
My 2 cents
xml parser
please help me
a want to parser punker xml data base.
rex4u said:
I would have liked to tweak this setting to 200 or more and see but unfortunately there are not that many good apps to install.
<MaxInstallCount>
<NativeApp value="300"/>
<NativeWidget value="50"/>
<JavaApp value="-1"/>
</MaxInstallCount>
Btw, what does this Java value mean ? Could it be that it controls whether to show icon in Menu or not ?
Click to expand...
Click to collapse
it's into the 'app counter' field, '-1' may be means 'unlimited' number of java apps installable, but I haven't read yet the whole xml... anyway if it is editable it's an interesting thing..
I saw that file a while ago while looking for something inside my phone (very special thing that made me to copy the whole phone)
there is a lot of interesting things but i never tried tweaking it
Maybe if someone have enough knowledge to add few new extensions and test them
Also removing some stupid limits would be awsome
Sorry i've no time to test that with you guys but would appreciate results
Best Regards
You dont need modif ffs or other just use pfs file to modif what you want and in real time direct phone flash pfs file and not have write protect problem
Just says Thank
Example file : dont give attention of boot img cause i dont take time to do it in 800x480 but its 400x240 then its make bug but with pfs file you can upload anything you want to change !!!
Good hack !!!
Maybe with this you can create dual boot or i dont know what a pro smoker can do, you can also try to put her rc2 or rc1 directory i dont try it !!!
Download example, in this one you can see SystemFS and Registry directory, off course you can put her all directory you want to flash pfs, using trix to modified or wave remaker more faster :
https://rapidshare.com/files/809973956/Circle.pfs
An idea its like you can make your one firmware with personal Widget installed and other idea welcome....Just take file registry and Widget folder on phone and put it on PFS
i can not open new thread
i went to parser an xml file with structure like this.
<?xml version="1.0"?>
<node1>
<node2>
<node3>
<node4>
<node5>
text
</node5>
</node4>
</node3>
</node2>
</node1>
Click to expand...
Click to collapse
Hello,
I just bought an HTC One V and there's a really annoying down animation with the service provider logo I would like to change and I can't locate it. The two htc_downanimation.zip and hTC_bootup_one.zip files are in the customize folder, but these are both the ones with HTC logo, not the one I'm looking for.
I'm not too 'techy' so you've got to talk really slowly , but as a token of my goodwill I made a short animation and you're all welcome to grab it.
it's 480x800, 30fps
I can't post links as a newbie so you need to copy and paste (maybe someone with more posts could repost those links in some more user-friendly way):
bit 'dot' ly 'slash' QBie95
and for the gif preview
bit 'dot' ly 'slash' RlgSOX
edit:
I just want to add one thing. I read in one article that those boot and down animations are either in /data/local or /system/media. It was written over a year ago, so maybe that was for a different Android version, but my /data folder is empty. Not sure what to make of it. I also did a search for any zip files, or file with the name of my service provider and did not find the file.
Hi Folks,
I am really annoyed at the boot up music - an AT&T advertisement - yuck.
Found a thread that the sound is android_audio.mp3 that is supposed to be located in /data/local
Installed Root Browser Lite and that directory exists, but is empty. Anyone have any idea where this file is now located? Or can I not see it because this phone is not yet rooted?
Thank you in advance!
Flame Red said:
Hi Folks,
I am really annoyed at the boot up music - an AT&T advertisement - yuck.
Found a thread that the sound is android_audio.mp3 that is supposed to be located in /data/local
Installed Root Browser Lite and that directory exists, but is empty. Anyone have any idea where this file is now located? Or can I not see it because this phone is not yet rooted?
Thank you in advance!
Click to expand...
Click to collapse
This is a post from my boy wish777 give him tks!
http://forum.xda-developers.com/showthread.php?t=1983308
Hello,
anyone a good solution to bring into rooted HOX silent-sound (Notification)? Last week i updated to JellyBean and now to many sound
I have a file called "silent.mp3" to hear nothing and will use it as standard sound for notifications.i moved that file into system\media\audio\notification folder....but then:
my Silent.mp3 not listed in the Sounds-bar
rename existing "si.mp3" to si.mp3.bak" and then rename my "silent.mp3" to "si.mp3" --> also not listed longer
I think it's related an date from files (creation Date). I tried to change the file-properties at the same date as the original file but after save is it not changed. mysterious.
anyone a good idea, then i need really a silent sound :-S
Thanks for Ideas. Nice Xmas for all from you!