Best xdandroid startup.txt modifications mods tricks tips disable battery warnings - Touch Pro, Fuze Android Development

hi,
Was wondering if anyone would share their startup.txt files? I know there are tricks to remove the battery warning that comes up and also overclocking tricks. what are some other cool mods or startup files you have for your xdandroid?
thanks

threads like this are very misleading , plz next time use the search fuction, most of the stuff you ask is there you just have to search for them.

duckxtales said:
hi,
Was wondering if anyone would share their startup.txt files? I know there are tricks to remove the battery warning that comes up and also overclocking tricks. what are some other cool mods or startup files you have for your xdandroid?
thanks
Click to expand...
Click to collapse
核心的问题 zImage roots···and so on····

already did a search on google for:
Keyword: xdandroid disable battery low notification startup
http://www.google.com/search?hl=en&...ification+startup&aq=f&aqi=&aql=&oq=&gs_rfai=
Nothing of sorts...

Also try searching main threads as most people will ask those questions in there
But here is the command
htc_battery_smem.fake=1

Related

A series of questions for the Experts

Hi guys,
first off let me give you props for having such a great site that is much help to newbies such as myself. I have a series of questions (just a few) that might be stupid but i'm curious to know if:
1) Is there any way to change the background of the text messaging screen? (i'm getting sick of looking at the white background)
2) Is it possible to change the default (system) font to something else? something, er... non traditional?
3) How do you set a background picture for the "slide to unlock" iphone simulator app? (the latter is a question from my forum-phobic brother)
I think that pretty much covers it, I hope I can get great minds to think (or at the very least make them chuckle)
1) no. and it is a good thing. i prefer my text readable )
2) it is. i saw cab files for that. search the modding and development forums
3) sure, it even includes a settings app. you have to put a wallpaper.jpg file somewhere in the s2u2 folder. you can also alter the corresponding registry key.
1) try this
2) it is, but I can't remember how...
3) Answered well above. There is a Customize S2U2 thread with lots of wallpapers, and other image files.
You may get better answers using the "Questions and answers" sticky in the development and hacking forum here.
hmm, thanx guys
sorry if i'm such a nuisance by the way. I appreciate the sugestions
2) Try this ;-)
hey SamuelTee, I downloaded your cab but it keeps saying there's an error and it needs to quit any suggestions? sorry if i'm annoying by the way. l3v5y, the program was awesome thanx all you guys your awesome.

What apps are safe to remove from Sense?

I thought at one time I found a list of Sense apps that were safe to remove and a list of others that shouldn't be messed with. Now that I actually have my Incredible I can't find it for the life on me by searching the forums. The only thing I know that's definitely ok to yank is CityID.
Anyone know of an active list of apps that cane safely be removed from Sense?
Any help would greatly be appreciated.
http://forum.xda-developers.com/showthread.php?t=710009
DOH! I must have just been searching the Dev Forum. Many thanks!

[SOLVED] Adding battery % thread removed?

I know there was a thread in Apps/Themes, but I have searched maually and with the "search forum" button and havent been able to find it. I even tried a google search to see if I could find the cached version... nada.
Does anyone have a link to the files/instructions for adding % to battery?
PS. Before anyone suggests it... I am aware there are roms that include it. I'm not interested in that solution. I want to add this to my current rom. Thanks.
jmlott said:
I know there was a thread in Apps/Themes, but I have searched maually and with the "search forum" button and havent been able to find it. I even tried a google search to see if I could find the cached version... nada.
Does anyone have a link to the files/instructions for adding % to battery?
PS. Before anyone suggests it... I am aware there are roms that include it. I'm not interested in that solution. I want to add this to my current rom. Thanks.
Click to expand...
Click to collapse
Practice your search skills, I found it very easily.....
[How-To] Battery % -> modified services.jar
Agreed. Apparently my search skills do need work. I fail at life.
I just saw it bumped up in the Dev section and was coming back here to revise/delete my thread.

Multitasking Limit Increase (Effects/Reg Entrys)

Sorry artsjedi but I'm taking your question/dev thread.
I'm trying to figure out if their is a reg entry for uping the multitasking limit from 5 apps to say like 10?
I really want to know how this would affect battery life and how it would affect the functions of the phone.
I've searched the entire WP forums for any info on this task and have came up with nothing.
If you have any place I should start please leave a comment below, right now I'll just be looking around the reg and looking for a place to start.
Thanks,
Andrew Pearson
Btw, Mods this is not a question.
This is a request for any prior info found before I start.
I will post the effects of the increase in number of tasks in this post.
Hello Andrew, I've searched the registry in some obvious keys, but got no luck.
I'll keep looking. But I think more experienced developers may have a better clue as where and how we can change this setting.
I dont think that more than 5 apps could affect battery life, cuz all the process are sleeping. Just more memory will be used.
andrew35133 said:
Btw, Mods this is not a question.
This is a request for any prior info found before I start.
I will post the effects of the increase in number of tasks in this post.
Click to expand...
Click to collapse
This is a question. Ask it in the correct place and post the results here when you have them.
Thread Closed

Rom Development / Modding How to get started?

Hey everybody,
I recently bought the galaxy nexus because I wanted to start getting into Rom Development.
I can programm Java and also programmed some simple apps..
But what I really wanted to do is to modify a Rom.
Can anybody tell me where to start? I read guides on how to compile from source and so on, but I don't know if that's what I need.
I want to add things like Notification bar quick settings to the rom.. Are there tutorials on how to develop these things?
Every help is appreciated, maybe you've got some great links for me, thanks!
00hero00 said:
Hey everybody,
I recently bought the galaxy nexus because I wanted to start getting into Rom Development.
I can programm Java and also programmed some simple apps..
But what I really wanted to do is to modify a Rom.
Can anybody tell me where to start? I read guides on how to compile from source and so on, but I don't know if that's what I need.
I want to add things like Notification bar quick settings to the rom.. Are there tutorials on how to develop these things?
Every help is appreciated, maybe you've got some great links for me, thanks!
Click to expand...
Click to collapse
start with decompiling apks (SystemUI.apk and framework-res.apk for example) , if u've wrote android apps before (and u said u did), then it shouldn't be that hard to look into the .xml and .jar files. when u finish, compile the .apk back. if u've worked with Eclipse then u probably know the android structure.
Edit: Here is an example of a "ROM modification" - just posting it to give u an example..
Well first thing is first. You need to have the bare basics of Android thoroughly understood obviously. Often overlooked as a first step in this process, just learning about(different than knowing about)the Android Open Source Project first will give you a specific sense of direction, purpose, as well as an identity in the community..
So again- I don't just mean knowing about it- I mean knowing exactlyhow the whole project is structured. Read about all the different types of contributions you/anyone can make to the Android ecosystem. Are you an aesthetics kind of person who would excel at UI designs for apps or whatever; Are you a person who has a good eye for problem solving? Maybe you should be scouring source code, trying to fix little-noticed "bugs" that "bug" the hell out of you. Once you know what you want to do, make sure you find out exactly how much Google provides for you, and what your own roles/responsibilities would be in the whole scheme of things.) This should give you a good idea of where you might fit in (with your current skill-set)and hopefully, it gives you some inspiration about the direction you might want to take it in the future.
Once you do this and "find your calling", post back here, and I'm sure that others qualified in that field will be more than happy to share how they got started.
There is no substitute to just jumping in and trying things though. Everybody makes their own journey differently, so do what comes naturally, and you can't go wrong.
Here ya go
http://forum.xda-developers.com/showthread.php?t=1661770
and maybe this as well?
http://www.xda-developers.com/andro...rs/ShsH+(xda-developers)&utm_content=FaceBook
Wow thank you every body for these great comments! I think I'll compile a Rom from source first and look through all the files..
Decompiling apks looks interesting too.
Thanks for the fast responses & links, you're awesome!
Okay so I've got another question..
One thing I always liked on some custom roms was the lockscreen flashlight..
If I would hold power for 3 seconds, the flashlight would turn on until I let go the power button.
I decompiled the framework-res.apk but didn't find anything there, just .xml files.
Where are the files where I can actually code / programm something for the lockscreen?
Try android.policy.jar
Usually the jar files contain the code, xml are for visual stuff.
But my question is, are u sure it is a lockscreen feature? (I mean the torch option) . Tbh this is the first time i hear of such a mod and i've been using android devices for over 2 yrs
Sent from my Galaxy Nexus using xda premium

Categories

Resources