[DEV] [Testers Needed] Prevent Full Charge Notification (Stops 3am wake-up call =D) - Galaxy S II Themes and Apps

Update. This has been tested and found to work by people with the phone to test with...
So , as many of you found out, when you get a Galaxy S phone, you get this...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Alas, I have something to test. I'm not about much today, and I don't have a GS II, so it comes untested, and unwarranted. If this causes a large explosion near you, not my problem. Likewise (and somewhat more likely), if this causes it to wake you up constantly, or to not boot, then just push the old file back via ADB, or re-ODIN back to stock.
This should remove the annoying "OMFG OMFG guess what?", that your phone presents to you at approximately 3am each morning. It should then remain quiet, merely content that it is fully charged, without having to alert the universe to that fact.
So, if you wanna try it, fire away. Rename /system/app/SystemUI.apk and /system/app/SystemUI.odex to have the ".old" extension added on the end, and then copy in this new APK to that same folder. Then reboot your phone, and cross your fingers for good luck And if it all boots up OK, then you can try popping it back on the charger and see if the neighbourhood gets woken up now...
If it works, please post. If it doesn't, please post that too I don't usually release things without testing on my own phone first, but o2 seem to want to infuriate you guys with this noise while my order sits around somewhere in a pile.
Tl;dr?
Pop this into /system/app, rename the old ones, so you have backup. Reboot, see what happens and if the alert disappears. If not, use ADB shell to remove the new file and rename the old ones. I would suggest using adb to push the apk like so...
<remount filesystem etc>
adb shell
cd /system/app
mv SystemUI.apk SystemUI.apk.old
mv SystemUI.odex SystemUI.odex.old
exit
<back to the windows prompt now>
adb push SystemUI.apk /system/app/SystemUI.apk
<remount it read only, and reboot with fingers crossed>
Reverse the rename, and delete this NEW apk to undo.
The file is at this page so that if it causes trouble, someone else can pull the download while I'm not around

as soon as I renamed systemui.apk to the .old extension I started getting crazy FC popups, had to play with it a while just to rename it back to systemui.apk.. so I wasn't able to get far enough to install the modded version
note this was with root explorer, don't have access to a comp atm
Sent from my GT-I9100 using XDA App

soraxd said:
as soon as I renamed systemui.apk to the .old extension I started getting crazy FC popups, had to play with it a while just to rename it back to systemui.apk.. so I wasn't able to get far enough to install the modded version
note this was with root explorer, don't have access to a comp atm
Sent from my GT-I9100 using XDA App
Click to expand...
Click to collapse
Yeah, you will need to use ADB to push the file in I'm afraid. Forgot to mention that. SystemUI.apk is constantly called.

haha just wanted to post appreciation for the awesome comic strip you put up there LOL
Although to be honest - it doesnt bother me at all both the vibration and the light, so meh.
But I can see how it would get annoying to some and I definitely appreciate the comic, because when it lights up during the day I always think i'm getting a phone call.

nickbarbs said:
haha just wanted to post appreciation for the awesome comic strip you put up there LOL
Although to be honest - it doesnt bother me at all both the vibration and the light, so meh.
But I can see how it would get annoying to some and I definitely appreciate the comic, because when it lights up during the day I always think i'm getting a phone call.
Click to expand...
Click to collapse
Haha not sure where it's from - someone sent me the link at some point.

Not sure why but I've not experienced a full charge notification. Is it because I've got Audible Selection unticked??

That comic is just hilarious.

Rytkonen said:
That comic is just hilarious.
Click to expand...
Click to collapse
Really is!
I would test it, but I'm using the 'CRT Off' SystemUI.apk atm :/

Does anyone know if it works then?
Yes it's a lovely comic strip, whoever made it, but given o2's fail quotient right now is in triple figures, I'm stuck relying on people testing these tweaks. I'm aiming to fix one of the failings of stock software each day though... But pretty hard without a phone to test on

LOL welcome to the SGS world
this issue is a well known issue since the old SGS i9000, this was like the very first [REQ] from people to turn off that infernal alert "i'm fully chaged" in middle of the night

KLoNe1 said:
Really is!
I would test it, but I'm using the 'CRT Off' SystemUI.apk atm :/
Click to expand...
Click to collapse
Same position here except I am using one that makes signal icons go green on Google connect.
Tempted to delve into the code myself and get a more universal method of modifying different systemui apks.
Sent from my GT-I9100 using XDA Premium App

Tried this - appears to work - there was no audible notification that it reached 100% charge, no notification dropdown message and no popup either.
Going back to previous UI modified version of SystemUI.apk when I get home, but haven't had any problems with this one.

Uvaavu said:
Tried this - appears to work - there was no audible notification that it reached 100% charge, no notification dropdown message and no popup either.
Going back to previous UI modified version of SystemUI.apk when I get home, but haven't had any problems with this one.
Click to expand...
Click to collapse
Excellent thanks Seems it worked.

pulser_g2 said:
I'm aiming to fix one of the failings of stock software each day though... But pretty hard without a phone to test on
Click to expand...
Click to collapse
Keep em coming, we'll get em tested!

Uvaavu said:
Keep em coming, we'll get em tested!
Click to expand...
Click to collapse
I was about to say I didn't feel like much more just now due to O2 UK, but I've changed my mind. As of tomorrow evening, I aim to start the "one fix per day" to fix something Samsung broke, regardless of their FAIL quotient...
But there is only one rule... And that's that nobody in this thread mentions O2
I'm going to just forget about the idiots until the phone appears, and focus on fixing the niggles that Samsung did...
Also, to whoever PMd me for the details of this fix - I've not forgotten you, but I don't have the stuff handy for a day or so Sorry. I'll try and get the details to you at some point.

Please, no humor in the developmental fora

12aon said:
Please, no humor in the developmental fora
Click to expand...
Click to collapse
xD
* adjusts the code to make even more noise and calamity at 3am in 12's house *

Will it be possible to make a APK file to do all this for me?

Northern-Loop said:
Will it be possible to make a APK file to do all this for me?
Click to expand...
Click to collapse
I am looking at this possibility

pulser_g2 said:
I am looking at this possibility
Click to expand...
Click to collapse
Thank you kind sir, last night was the 1st time it woke me up

Related

[SKN] 5% Progressive Battery Icon

Ok Here is the newest update to my battery icon!!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Let me know what you think.
Haha nice. Im a fan.
Hah, COOL I like it verry much Is it possible ot implement this battery icons to my theme?
pagubg said:
Hah, COOL I like it verry much Is it possible ot implement this battery icons to my theme?
Click to expand...
Click to collapse
Umm as far as I have seen no or at least I don't know how to install other than a full update using (update.zip) So if anyone knows a good way let me know also this icon is using a different progression / deplition ratio than the standard android icon.
Soon as I figure it out I will let post somethin lol.
nice job i would rock that.
As far as I know, currently the battery icon only goes by percentage in this order...10, 20, 40, 60, 80, 100. You probably need to do some xml mumbo jumbo to get it to work in increments of 5.
Yeah I know that's the depletion on the reg build of androidd... I was working on this for stericson and its depletion for him is a 5% rate.
I actually have that same icon for the standard build also
would you mind sharing please?
LOL! Looks great! Not a fan of the Android logo and never will be but this is pretty cool still. I really like the prospect of increments of 5%
Smokuevo said:
would you mind sharing please?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=511219
This shows the other Icons I've done that are for the standard jf1.42rc33 build.
It would be great to use this as a battery icon or a widget i hope someone finds out how keep up the good work
xile6 said:
It would be great to use this as a battery icon or a widget i hope someone finds out how keep up the good work
Click to expand...
Click to collapse
Here is a link to download the .png files if you want to use the battery icon, Edge network Icons, or the HTC slider Icons. You just have to put the icons in the appropriate folders
http://forum.xda-developers.com/showthread.php?t=511219&page=2
So how to I get the battery notifications to display 5% increments instead of the normal 10%?
maxdamage2122 said:
So how to I get the battery notifications to display 5% increments instead of the normal 10%?
Click to expand...
Click to collapse
That part I don't know you have to edit the xml and java files I think but im not sure how to do that This was something I've been working on for someone.
I really like! My only suggestion is to maybe have more colors, like a gradient... red -> orange -> yellow -> green -> super green (if possible).
Keep up the great work!
eleme said:
I really like! My only suggestion is to maybe have more colors, like a gradient... red -> orange -> yellow -> green -> super green (if possible).
Keep up the great work!
Click to expand...
Click to collapse
Thats a great Idea im gonna be working on some new tweaks for the icon I will post em soon as im done.
It is weird with me. I have a thing for the Android logo. I absolutely love it and really would like to be able to put your icon to use.
And for those of you who are wondering: No, I do not have a strange Android fetish. Just putting that out there.
androidd said:
Umm as far as I have seen no or at least I don't know how to install other than a full update using (update.zip) So if anyone knows a good way let me know also this icon is using a different progression / deplition ratio than the standard android icon.
Soon as I figure it out I will let post somethin lol.
Click to expand...
Click to collapse
I did it without loosing data or useing an update zip (well i did but not in the normal way. )
I followed this tutorial here but did things in my own way.
http://www.modmygphone.com/forums/showthread.php?p=16871#post16871
I downloaded this to make the signing easier thanks to Dave Da illest 1
http://www.mediafire.com/download.php?uwzjjydnm2r
I then hooked my phone upto the pc and used adb to pull the content of the system/app folder
"adb pull system/app C:\android\modding"
then replaced the apks in the update.zip thats included in daves package. with my own of my phone.
then used adb to pull down the /system/framework/framework-res.apk file
changed the images i wanted to and then saved it and inserted that in the update.zip
signed it useing daves batch file
extracted the update.zip and used adb to upload the files to my phone
adb push C:\android\modding\app system/app
adb push C:\android\modding\framework\framework-res.apk system/framework
rebooted the phone and then put my home icons back on.
disclaimer :if you break your phone by following this then its not my fault. make sure you understand what you are doing before doing it
warrmr said:
I did it without loosing data or useing an update zip (well i did but not in the normal way. )
I followed this tutorial here but did things in my own way.
http://www.modmygphone.com/forums/showthread.php?p=16871#post16871
I downloaded this to make the signing easier thanks to Dave Da illest 1
http://www.mediafire.com/download.php?uwzjjydnm2r
I then hooked my phone upto the pc and used adb to pull the content of the system/app folder
"adb pull system/app C:\android\modding"
then replaced the apks in the update.zip thats included in daves package. with my own of my phone.
then used adb to pull down the /system/framework/framework-res.apk file
changed the images i wanted to and then saved it and inserted that in the update.zip
signed it useing daves batch file
extracted the update.zip and used adb to upload the files to my phone
adb push C:\android\modding\app system/app
adb push C:\android\modding\framework\framework-res.apk system/framework
rebooted the phone and then put my home icons back on.
disclaimer :if you break your phone by following this then its not my fault. make sure you understand what you are doing before doing it
Click to expand...
Click to collapse
Yeah I have just been unpacking the update.zip file and then repacking it and doing a system update seems to be quick n easy but I'm gonna try that method see if it can bring some order to my chaotic world lol
Ok so Stericson has done a great job in creating a customer lock screen and white clock... The 5% battery meter was for him I've just been waiting for his release to say anything
Check it out here http://forum.xda-developers.com/showthread.php?t=511474

[wip] hero evolution theme for hero

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
removed the attachments to end the confusion...they were of an earlier attempt at this theme.....this theme will be released shortly guys...leaving the icons for those of u who want to use them for ur programs tho.
Reserved.......
Screenshots:
more screenshots
Nobody able to create the update.zip for me?
in the meantime...next project is taking the curve out of rosie so it is uniform with the rest of the screens.
Look awsome
Hey man dont know how to sign zip files but keep working on it your doing a great job....Excited to see the finishing touches
Idea: maybe you could pm Drake and see if you could put it in his rom it would look badass
Hey man i would help out if i could with signing or even drawables if you wanted but my pc's power supply was fried about a week ago during a thunder & lightning storm. If im up and running again soon and swing by to help if its still needed.
I'm willing to help. What rom is this for? Any Hero rom?
flat rosie screenshots
thank you i will pm u soon.
think im going to keep the regular icons but modify a few of them instead of the black gloss button icons...they look a little small on the phone
CC CEO said:
thank you i will pm u soon.
Click to expand...
Click to collapse
im digging the flat rosie. sometimes a flat woman isnt so bad after all...
palosjr said:
im digging the flat rosie. sometimes a flat woman isnt so bad after all...
Click to expand...
Click to collapse
lol ... this is coming along well cant wait to see it finished
does anybody have any idea how 2 remove "Phone" from the button on rosie? its so lame and its annoying...i want to replace it with a image.
Flat rosie complete
Almost ready for release!
FLAT ROSIE finished...
up and down arrow changed to touchflo/programs....
to do:
modify dialer buttons slightly so pound sign and "star" are same size and voicemail button isnt upside down anymore
CC CEO said:
Almost ready for release!
FLAT ROSIE finished...
up and down arrow changed to touchflo/programs....
to do:
modify dialer buttons slightly so pound sign and "star" are same size and voicemail button isnt upside down anymore
Click to expand...
Click to collapse
Awsome cant wait and thanks
more screens...
CC CEO said:
does anybody have any idea how 2 remove "Phone" from the button on rosie? its so lame and its annoying...i want to replace it with a image.
Click to expand...
Click to collapse
Great minds really do think alike . Check the bottom of my post lol
http://forum.xda-developers.com/showpost.php?p=4320489&postcount=1
Anyway ive spent countless hours going through .xml's trying to find where it would be located. I thought i came close a couple of times but i would only get stuck in a bootloop. Its either located in an .xml somewhere or it can only be changed from the source(which would suck). There arent many of us who have taken on the task of theming the Hero so we may be alone in our efforts. There is also the "remove" and "select" that would have to be taken out possibly from seperate .xmls otherwise it would overlap the image.
Good thing is that if it is an .xml mod, then there is a simple solution. We just have to find the darn .xmls that control it.
If you wanted to try something temporary, you could replace the middle tab with the image you wanted and modify it with borders and shadows etc to give it a sort of flushed look. Like if it sits within the tab. I tried it with a few images and it came out nice. Worth a try. Anyway great work. Looking forward to your finished theme
IamLugo said:
Great minds really do think alike . Check the bottom of my post lol
http://forum.xda-developers.com/showpost.php?p=4320489&postcount=1
Anyway ive spent countless hours going through .xml's trying to find where it would be located. I thought i came close a couple of times but i would only get stuck in a bootloop. Its either located in an .xml somewhere or it can only be changed from the source(which would suck). There arent many of us who have taken on the task of theming the Hero so we may be alone in our efforts. There is also the "remove" and "select" that would have to be taken out possibly from seperate .xmls otherwise it would overlap the image.
Good thing is that if it is an .xml mod, then there is a simple solution. We just have to find the darn .xmls that control it.
If you wanted to try something temporary, you could replace the middle tab with the image you wanted and modify it with borders and shadows etc to give it a sort of flushed look. Like if it sits within the tab. I tried it with a few images and it came out nice. Worth a try. Anyway great work. Looking forward to your finished theme
Click to expand...
Click to collapse
dont know anything about xml...ive only got a weeks worth of gimp/photoshop in me lol....my start was trying to edit the google icon...and OCD took over and i got addicted so im teaching myself as i go.
as far as my finished theme...i think im ready for its initial launch....i just need to create the update.zip now with the modified rosie.apk, htccontacts.apk and phone.apk...care to do some file signing for me?
CC CEO said:
dont know anything about xml...ive only got a weeks worth of gimp/photoshop in me lol....my start was trying to edit the google icon...and OCD took over and i got addicted so im teaching myself as i go.
as far as my finished theme...i think im ready for its initial launch....i just need to create the update.zip now with the modified rosie.apk, htccontacts.apk and phone.apk...care to do some file signing for me?
Click to expand...
Click to collapse
oh yeah...since u are familiar with xml....i removed the slider above rosie because i didnt know how to take the curve out....is that a xml edit so i can place that back in?
Lol i know what you mean. Im the same way. I would help with the signing but my pc is down atm. I should have a new desktop in a few days so i can help then. My own projects are at a stand still because of my crashed pc. Sucks. If you put the slider back in it will re-appear with the curve. Easiest thing to do is make it transparent. Itll still be there but it wont be visible.
IamLugo said:
Lol i know what you mean. Im the same way. I would help with the signing but my pc is down atm. I should have a new desktop in a few days so i can help then. My own projects are at a stand still because of my crashed pc. Sucks. If you put the slider back in it will re-appear with the curve. Easiest thing to do is make it transparent. Itll still be there but it wont be visible.
Click to expand...
Click to collapse
yeah thats how i have it now.....so it doesnt show...but id love for the slider to go straight across...i was hoping it was an xml thing and u had a solution...no worries...cant wait to get this done....
im thinking instead of just making a transparent lockscreen im going to do some stuff there too....
my question is...do i need to make mods to all the programs that use the lockscreen i.e. music,phone,etc.?
1000+ views and still noone to help get this thing zipped up and ready to go?!?!?!

Windows Phone 7 Final RTW Build 7003 Unlocked Emulator

Here's the updated emulator build (thanks to pirozhki for unlocking it). There's no options to add data sources to sync/connect with. Now that we have the final build, hopefully we can get it working better than some of the beta builds.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To run it, just like the previous ones...
"C:\Program Files\Microsoft XDE\1.0\XDE.exe" "C:\Users\YOU\Desktop\WM70C1.en-US.unlocked.bin" /VMID {E575DA31-FC47-4766-853F-018D823B9EE6}
Or you can place the file in "C:\Program Files\Microsoft SDKs\Windows Phone\v7.0\Emulation\Images" with the name "WM70C1.en-US.bin" and debug with visual studio and it will launch. I believe this still does NOT work with https connections which is probably causing lots of things to not work. Hopefully we can get that figured out so we have a fully working build.
So here's the download!
-----------------original post---------------------------------
http://windowsteamblog.com/windows_.../windows-phone-developer-tools-are-final.aspx
I believe the emulator is still 'locked'. Anyone want to get crackin on fixing that? Here's the instructions I wrote up a while back for the previous build. I doubt they changed anything. I'll work on it when I get home from work if noone beats me to it
RustyGrom said:
http://windowsteamblog.com/windows_.../windows-phone-developer-tools-are-final.aspx
I believe the emulator is still 'locked'. Anyone want to get crackin on fixing that? Here's the instructions I wrote up a while back for the previous build. I doubt they changed anything. I'll work on it when I get home from work if noone beats me to it
Click to expand...
Click to collapse
anyone unlock?
No-one unlocked this yet...
Barring any unforeseen issues, it'll be done in a few hours. Hold tight.
Any chance you could enable the task manager ans shortcuts while you're at it? Will save me having to redo the unlock when I get back to the office.
uploading my unlocked image right now.
RustyGrom,
Thanks a bunch for doing this!
A couple of comments from a developer who's intensively used the unlocked ROM for the last couple of months:
1. The "Task Manager" and "Shourtcuts" (File System Explorer) programs were missing from the last unlocked ROM. Any chance we can have those back?
I've got samples of how those apps looked like in the original unlocked rom @
justinangel.net/WindowsPhone7UnlockedRoms
2. HTTPs was disabled on the last unlocked ROM, which makes using this ROM for development of real world apps pretty hard. See more on this issue @
imaginativeuniversal.com/blog/post/2010/08/01/WP7-Tip-done28099t-use-the-unlocked-ROM-for-development.aspx
3. If you can ship a dump of the ROM as well as the unlocked eumator - that'll be awesome.
Again, thanks a bunch for doing this. You're definitely contributing to WP7 development efforts.
This ought to do the trick. Add Account and whatnot is still broken though =/
pirocast.net/WM70C1.en-US.unlocked.bin
edit: sorry, board won't let me link it straight-up since i've never posted before. copy/paste the url to get it. scan it with an AV if you're paranoid. enjoy =)
Thanks, downloading
Never mind i figured it out
JustinAngel said:
RustyGrom,
Thanks a bunch for doing this!
A couple of comments from a developer who's intensively used the unlocked ROM for the last couple of months:
1. The "Task Manager" and "Shourtcuts" (File System Explorer) programs were missing from the last unlocked ROM. Any chance we can have those back?
I've got samples of how those apps looked like in the original unlocked rom @
justinangel.net/WindowsPhone7UnlockedRoms
2. HTTPs was disabled on the last unlocked ROM, which makes using this ROM for development of real world apps pretty hard. See more on this issue @
imaginativeuniversal.com/blog/post/2010/08/01/WP7-Tip-done28099t-use-the-unlocked-ROM-for-development.aspx
3. If you can ship a dump of the ROM as well as the unlocked eumator - that'll be awesome.
Again, thanks a bunch for doing this. You're definitely contributing to WP7 development efforts.
Click to expand...
Click to collapse
1. I plan on trying to get those back. I don't think it would be too hard. Just need to find the binaries and figure out how to get them into the BIN (I've never added files but it shouldn't be too bad).
2. This one is super tricky. I did some testing on it and once you made ANY sort of material change, it stopped working. It was EXTREMELY annoying. It's almost as if they have some sort of checksum action going on that nukes the certificate checking if you mod the OS.
3. Will do.
It just frustrates me that Microsoft won't release it this way. CLearly if we can unlock it, so can they. They're just making the gap between the "haves" (those with devices) and the "have nots" that much wider.
Tried playing a youtube video just for fun and it asked if i wanted to download the app for it from the marketplace. Said yes but the marketplace doesnt connect.
It really stinks they dont allow you to add accounts.
Ring Tones
Can one of you fine developers extract the ring tones and tones for sms, email etc???
pirozhki said:
This ought to do the trick. Add Account and whatnot is still broken though =/
pirocast.net/WM70C1.en-US.unlocked.bin
edit: sorry, board won't let me link it straight-up since i've never posted before. copy/paste the url to get it. scan it with an AV if you're paranoid. enjoy =)
Click to expand...
Click to collapse
I hope you don't mind, I updated the first post (and changed the thread title) to reflect the new unlocked build. I was also going to upload it to multiupload so your site doesn't get nuked and update the link in the OP to that. Let me know if you have any objections.
RustyGrom said:
I hope you don't mind, I updated the first post (and changed the thread title) to reflect the new unlocked build. I was also going to upload it to multiupload so your site doesn't get nuked and update the link in the OP to that. Let me know if you have any objections.
Click to expand...
Click to collapse
No problem. Glad I could help. (about time too. I've lurked for what, nearly three years now?)
rruffman said:
Can one of you fine developers extract the ring tones and tones for sms, email etc???
Click to expand...
Click to collapse
If nobody else does first, I can take care of this next time I'm at my work system (~tomorrow morning). Was kinda thinking of popping a few of them onto my touch pro.
pirozhki said:
If nobody else does first, I can take care of this next time I'm at my work system (~tomorrow morning). Was kinda thinking of popping a few of them onto my touch pro.
Click to expand...
Click to collapse
A big ups to you!!!
thanks
rruffman said:
Can one of you fine developers extract the ring tones and tones for sms, email etc???
Click to expand...
Click to collapse
Here ya go. All the ring tones, alerts, and other random sounds. The ring tones have changed a good bit from the previous build.
http://www.multiupload.com/TFB5XU4VMI
It's possible to make Microsoft XDA only like the last build?
Thanks
RustyGrom said:
Here ya go. All the ring tones, alerts, and other random sounds. The ring tones have changed a good bit from the previous build.
http://www.multiupload.com/TFB5XU4VMI
Click to expand...
Click to collapse
Thank you very much
PS:There are new images added?If yes, can you extract them, please
Thanks

[APP] Turn anoying sounds off v0.5 (Updated 3/4)

Hi XDA,
i made this little app i would like to share with you.
It allows you to test if you have successfully rooted your device and it can turn anoying sounds off.
It has 5 sounds to turn off at the moment, these were the ones i found most anoying on my sgs .
If there are others to turn off or they are named different on your device please tell me.
This is build on the Samsung Galaxy S so it might not work on other devices, but maybe we can get it to work!
This app needs root, to mount /system as read+write and then rename the sound files.
It is pretty safe, everything is reversable and not much can go wrong.
Still, if something explodes, burns or starts radiating, i won't take any responsibility .
Currently supported are:
Battery Full (/system/media/audio/ui/TW_Battery_caution.ogg)
Charger/Usb plugged in (/system/media/audio/ui/Charger_Connection.ogg)
Phone powering off (/system/media/audio/ui/shutdown.ogg)
Battery Low (/system/media/audio/ui/TW_Low_Battery.ogg)
Dialer Button(/system/media/audio/ui/TW_Waterdrop.ogg)
Click to expand...
Click to collapse
Changelog:
v0.5: Added option dialer button sound
v0.4: Added option battery low sound
v0.3:
Rewritten code to be able to add custom files for different phone models
Added shutdown sound from samsung mesmerize
v0.2: Button for DebugInfo added
v0.1: Initial release
Click to expand...
Click to collapse
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Will be very helpful if full battery notification is removed, right now I´m on 30 percent, so I can´t give any feedback until tomorrow. Usb sound is not too annoying, but I´d remove it as well. About shutdown sound, I have removed it already with SGS Tools. Thanks!!!
Is shutdown.ogg also used for startup? 'Cause it's about as annoying.
(I usually just turn the phone to Silent before turning it off, it silences shutdown and bootup)
I think the startup sound is part of the bootanimation.
But i will take a look at it.
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
sageDieu said:
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Do you have a file explorer and could tell me the contents of your
/system/media/audio/ui directory ?
edit: i think i found it, for the mesmerize the shutdown file seems to be "/system/media/audio/ui/0405_PowerOff.mp3"
I will work something out for the next version .
Edit2: I have uploaded a new version, if you could click the new debugInfo button and tell me what it says i can adapt the files paths for the mesmerize .
sageDieu said:
The shutdown option does not work for me. Samsung Mesmerize with Froyo 2.2.1
Sent from my SCH-I500 using Tapatalk
Click to expand...
Click to collapse
Could you try again? Shutdown sound should work on mesmerize too now.
Dark3n said:
Could you try again? Shutdown sound should work on mesmerize too now.
Click to expand...
Click to collapse
Oh sorry, I had been busy. Trying now!
Sent from my SCH-I500 using Tapatalk
Says SCH-I500 for the first three, then for fingerprint it says 2.1update1 DI14 which is incorrect for me specifically.
Sent from my SCH-I500 using Tapatalk
Did it disable the boot sound?
Thread has been moved to "Galaxy S I9000 Themes and Apps" from "Android Apps and Games".
If there are any specific sounds that should be included let me know.
Low battery sound - I hate it. Could you please include that as well? Please
alijanismayilov said:
Low battery sound - I hate it. Could you please include that as well? Please
Click to expand...
Click to collapse
Updated my first post.
v0.4 includes this
hey Dark3n,
it doesnt work on Froyo 2.2.
just installed it and even when checked, battery full and low still alerts.
Dark3n said:
Updated my first post.
v0.4 includes this
Click to expand...
Click to collapse
Thanks for this, somehow I missed this thread when browsing
Sent from my GT-I9000
Thanks, great app!
I believe that the built-in dialer's button sound is there too (TW_Waterdrop.ogg). Could that be turned off too? It's damn annoying, I wonder what drugs the designer did when he/she included it.
Thanks in advance!
Gerusz said:
Thanks, great app!
I believe that the built-in dialer's button sound is there too (TW_Waterdrop.ogg). Could that be turned off too? It's damn annoying, I wonder what drugs the designer did when he/she included it.
Thanks in advance!
Click to expand...
Click to collapse
Done .
Check first post.
katsooba said:
hey Dark3n,
it doesnt work on Froyo 2.2.
just installed it and even when checked, battery full and low still alerts.
Click to expand...
Click to collapse
Can you be more specific, what rom/theme do you have ? You do have root, do you? Do the other sounds work?
Dark3n said:
Done .
Check first post.
Click to expand...
Click to collapse
It's working, thanks!
Works great !I have waited to someone do an app like this.
I'm sorry, but...
...FOR ME, I repeat, for me its a pointless app, because why bother with the file renaming, if I can simply erase the whole /system/media folder with root access, and then I still can use my own ringtones, without all these annoying default "noises", oh pardon, lets call them sounds.
So now you made an app for something wich can be simply deleted, and then it wont take any memory at all, instead of leaving behind renamed junks.
Btw, I lol'ed about the shutdown.ogg problem; the boot sound is not part of the bootanimation LOL, that comment was just dumb. (no offense, but you can take it if you like, still, I dont mean it that way)

[DEV] update to unlimited + UI >> tabs STOCK BROWSER for i9100

UPDATE: on 22-11-2011
I could update the number of tabs that can be opened to unlimited,
there is one stupid thing that Samsung made
the number of tabs that in the widget is refereed to an image but not counter
so u will see the number of opened tabs as a digit is stuck at 8
bqz if we need to make it go on one by one we have to add image for each new tab with its value in public and also have to modify some smali files by doing additional lines in browser activity which is something stupid bqz there is no limit to stop in !
any way here is the modded file with UT (unlimited tabs) and UA (user-agent)
*****************************************
credit:
UT: me
UA:intronauta but i made all the modding for KJ3
*****************************************
no bugs so far (plz report if u faced one)
I also included the support of approximately all the languages
***********************
download and move to system/app
reboot
http://www.multiupload.com/5EPI2RCFVJ
===================
Update:
for ODEX versions delete both (browser.apk & browser.odex) from system/app
paste my modded browser.apk into system/app
reboot
===================
I spent more than a month to do this, so if u like it provide small donation and nothing bad will happen if u press thanks button
Lol nice work but why would we ever need 16 tabs??? The Max I've ever had was 5 lol
Sent from my GT-I9100 using xda premium
if u don't want it some people do
thanks body i was looking for this thing for long time!
Dose it have user agent switcher?
What a rude thing to say mate !
jsompis said:
Dose it have user agent switcher?
Click to expand...
Click to collapse
unfortunately no
sujith.rajan85 said:
What a rude thing to say mate !
Click to expand...
Click to collapse
for whom u r talking ?
juffo said:
for whom u r talking ?
Click to expand...
Click to collapse
I think he was talking about King Shady.
nobnut said:
I think he was talking about King Shady.
Click to expand...
Click to collapse
it is depressing when someone replay like this
see here and also I made it for Galaxy S 1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
see how many downloading and how many replies and also the types of replies !
this is really depressing !
this is why I am thinking in stop posting DEV in XDA
leo3949 said:
thanks body i was looking for this thing for long time!
Click to expand...
Click to collapse
u r welcome
juffo said:
it is depressing when someone replay like this
see here and also I made it for Galaxy S 1
see how many downloading and how many replies and also the types of replies !
this is really depressing !
this is why I am thinking in stop posting DEV in XDA
Click to expand...
Click to collapse
Some people are ignorant. Some people are just rude. Some people are Trolls.
These people will always exist. That is no reason for you to stop doing what you do well. Many people do appreciate your work.
Keep up the good work.
It's a nice feature to have, the phone can handle it + it's always handy to browse the subforums and open many threads for later reading, instead of going back and forth.
A feature I miss from 2.2 (Froyo) Browser was the ability to close the tab, even if it's only one. Since the browser doesn't have a dedicated home button, that was the only way to go back to home page. Can this feature be added at all? I've seen a lot of browser mods and none have this.
Aww, too bad I can't use this, I'm on stock ROM, not deodexed.
Still, this is very cool, I am hitting the "8 windows wall" quite often.
Could this maybe be compiled into a "regular app", so one can install it along the system browser and use it on any ROM?
HellcatDroid said:
Aww, too bad I can't use this, I'm on stock ROM, not deodexed.
Still, this is very cool, I am hitting the "8 windows wall" quite often.
Could this maybe be compiled into a "regular app", so one can install it along the system browser and use it on any ROM?
Click to expand...
Click to collapse
well, there is a chance to work for u
first of all backup ur (browser.apk &browser.odex) files
then delete both from system/app
add this modded browser.apk file
reboot
just tell me if it does work to make CWM file for everyone
dikime said:
It's a nice feature to have, the phone can handle it + it's always handy to browse the subforums and open many threads for later reading, instead of going back and forth.
A feature I miss from 2.2 (Froyo) Browser was the ability to close the tab, even if it's only one. Since the browser doesn't have a dedicated home button, that was the only way to go back to home page. Can this feature be added at all? I've seen a lot of browser mods and none have this.
Click to expand...
Click to collapse
i will give it a chance
juffo said:
well, there is a chance to work for u
first of all backup ur (browser.apk &browser.odex) files
then delete both from system/app
add this modded browser.apk file
reboot
just tell me if it does work to make CWM file for everyone
Click to expand...
Click to collapse
Cool, I'll try that!
Honestly I didn't mean to be rude, I said good work. I was just wondering if anyone actually used 16 tabs.
Sent from my GT-I9100 using xda premium
YAY!
It works!
Untouched (besides root) stock KI8 Samsung ROM.
The "Windows" button in the menu caps out at 8 (stays at 8 after the 8th window) and the "open new window" animation is a bit borked as well - but I don't care about those details, important thing is: 16 windows/tabs open at once
King Shady said:
Honestly I didn't mean to be rude, I said good work. I was just wondering if anyone actually used 16 tabs.
Click to expand...
Click to collapse
I'd use 32 tabs if I could, I'm a messy when it comes to open windows, you should see my desktop browser XD
HellcatDroid said:
YAY!
It works!
Untouched (besides root) stock KI8 Samsung ROM.
The "Windows" button in the menu caps out at 8 (stays at 8 after the 8th window) and the "open new window" animation is a bit borked as well - but I don't care about those details, important thing is: 16 windows/tabs open at once
I'd use 32 tabs if I could, I'm a messy when it comes to open windows, you should see my desktop browser XD
Click to expand...
Click to collapse
glad to hear that
I will update the OP

Categories

Resources