I need the stock gs3 Clock.apk. Does anyone have it?
Why don't you just get a hold of the stock rom, and extract it?
Or are you just too lazy ;-)
Had limited MBs on my plan, did that when I got home.
Any chance you're willing to share it for the lazy?
Related
Would anyone be so kind as to send me or upload a copy of the (TW, not aosp) 0426_50_voodoo kernel if they have it? The current iteration is at 0523 but is experiencing some pretty nasty issues and turned my phone more or less into a paperweight =(
I was a pretty big idiot for not keeping a backup myself, so here I am needing your help yet again.
my email is [email protected] if anyone might need it.
Thanks a lot guys~ I'm hoping someone somewhere will have a copy lying around.
adk21589 said:
Would anyone be so kind as to send me or upload a copy of the (TW, not aosp) 0426_50_voodoo kernel if they have it? The current iteration is at 0523 but is experiencing some pretty nasty issues and turned my phone more or less into a paperweight =(
I was a pretty big idiot for not keeping a backup myself, so here I am needing your help yet again.
my email is [email protected] if anyone might need it.
Thanks a lot guys~ I'm hoping someone somewhere will have a copy lying around.
Click to expand...
Click to collapse
Only got 100 uv.
http://db.tt/fQd5YDV
If 100uv doesnt work for you, pm imnuts for the file.
Sent from my SCH-I500 using XDA Premium App
I'm tired of dealing with themes and roms.... each has it's pros and cons, but what I really want is a way to just get rid of the AT&T sign in the top left corner of the screen on my Atrix!
Is there any way to get rid of it on either a rooted stock Atrix, or a de-odexed system?
(I'm assuming a de-odexed system would be easier for developers, but I really have no clue.)
sirdizzle415 said:
I'm tired of dealing with themes and roms.... each has it's pros and cons, but what I really want is a way to just get rid of the AT&T sign in the top left corner of the screen on my Atrix!
Is there any way to get rid of it on either a rooted stock Atrix, or a de-odexed system?
(I'm assuming a de-odexed system would be easier for developers, but I really have no clue.)
Click to expand...
Click to collapse
GingerBlur provides a native Gingerbread-esk experience and no ATT graphics.
Sent from my MB860 using Tapatalk
I'm pretty sure he said he didn't want to deal with roms. I don't either, but I want that at&t gone.
Swifted from my Atrix.
I used Gingerblur for a while, but there were a few things I REALLY hated it.
First, I really like the stock alarm clock, second I noticed a battery drain because of it.
So I got rid of Gingerblur...
You have to edit the framework-res.apk. If I have some time tonight I might be able to do it for you.
on21st said:
You have to edit the framework-res.apk. If I have some time tonight I might be able to do it for you.
Click to expand...
Click to collapse
I'd really appreciate the help! I wouldn't even know where to start if I were doing this myself...
I did not have enough time tonight (finals). But Ill do it tomorrow evening.
No worries.... just finished mine
That would make me really happy too! If this could also remove the AT&T microcell logo from when I'm at home too, it would be amazing. With that, wifi, and vibrate all together it gives room for all of one more notification.
Sent from my MB860 using XDA App
Here this is a .zip you can flash from CWM. It will also deodex your system if you have not done that. if you want I can create one that just pushes the framework-res.apk and does not touch anything else but since I wasnt sure what you were running I did this. Also it should only be used on 1.8.3 and on att atrix.
Download here:
http://www.megaupload.com/?d=GYS7C0F0
on21st said:
if you want I can create one that just pushes the framework-res.apk and does not touch anything else
Click to expand...
Click to collapse
Please do!
Swifted from my Atrix.
Some one beat me to it already. Here
http://forum.xda-developers.com/showthread.php?t=1096387
on21st said:
Some one beat me to it already. Here
http://forum.xda-developers.com/showthread.php?t=1096387
Click to expand...
Click to collapse
It says you must be deodexed...
Is this modification possible with odexed?
Swifted from my Atrix.
on21st said:
Here this is a .zip you can flash from CWM. It will also deodex your system if you have not done that. if you want I can create one that just pushes the framework-res.apk and does not touch anything else but since I wasnt sure what you were running I did this. Also it should only be used on 1.8.3 and on att atrix.
Click to expand...
Click to collapse
Thank you! Worked perfectly.
This is a mod to remove the data throttle from your rom. This does make a big difference if you use a lot of data. This is not a one size fits all solution. In order to make one for your rom, I will need your services.jar file in /system/framework. This will break the Mobile Network settings in your rom. You can easily get the throttle back with the remover mod. OP WIP. Attach your services.jar file to a post and say what rom you want it for. A thanks wouldn't hurt either
Thanks:
-Wildstang83 for being an awesome friend and showing me how to do this a while back
-sino8r for the original version of this mod
Downloads in post #2
DOWNLOADS:
Bamf 1.02: DOWNLOAD
One more just in case....
Last one (Maybe )
dmeadows013 said:
This is a mod to remove the data throttle from your rom. This does make a big difference if you use a lot of data. This is not a one size fits all solution. In order to make one for your rom, I will need your services.jar file in /system/framework. This will break the Mobile Network settings in your rom. You can easily get the throttle back with the remover mod. OP WIP. Attach your services.jar file to a post and say what rom you want it for. A thanks wouldn't hurt either
Click to expand...
Click to collapse
When I get time I will get you the code edits to umbreak the mobile network settings
Sent from RezROM
lllboredlll said:
When I get time I will get you the code edits to umbreak the mobile network settings
Sent from RezROM
Click to expand...
Click to collapse
Awesome! Thanks bored!
sub'd This looks promising
So VZW has a data throttle in services.jar and your tweak removes them but breaks other things and bored is going to fix what is broke?
Can you post the code changes please?
Also: Sprint locks ther hotspot and it can be unlocked in services.jar. Has anyone tried that with the VZW hotspot? I started parsing the tethergaurd and see some calls that authenticate or force to authenticate... Just wondering if you had any thoughts on that? Would be a nice little gift
scrosler said:
So VZW has a data throttle in services.jar and your tweak removes them but breaks other things and bored is going to fix what is broke?
Can you post the code changes please?
Click to expand...
Click to collapse
Yeah. Bored is going to post them when he gets some time. All you have to do to remove the throttle is decompile Services.jar and delete the files beginning with throttle in /com/android/server
dmeadows013 said:
Yeah. Bored is going to post them when he gets some time. All you have to do to remove the throttle is decompile Services.jar and delete the files beginning with throttle in /com/android/server
Click to expand...
Click to collapse
Wow... Ok. So I am assuming bored is going to remove the refernces to the smali files elsewhere in the code to eliminate them from being called?
Also, did you see my edit about hot spot? Any thoughts on that?
IM pretty sure with some effort we could crack the native hotspot.
scrosler said:
Wow... Ok. So I am assuming bored is going to remove the refernces to the smali files elsewhere in the code to eliminate them from being called?
Also, did you see my edit about hot spot? Any thoughts on that?
IM pretty sure with some effort we could crack the native hotspot.
Click to expand...
Click to collapse
As far as I know... I think that would be a cool project to do. I know I would use that a lot, and I've always wanted to hack a hotspot
Sent from my ADR6425LVW using Tapatalk
dmeadows013 said:
As far as I know... I think that would be a cool project to do. I know I would use that a lot, and I've always wanted to hack a hotspot
Sent from my ADR6425LVW using Tapatalk
Click to expand...
Click to collapse
Yeah, I am pretty sure we could do it. I had asked if anyone had a ROM with a hacked hot spot (like we do on Sprint) and was told no one has done it yet.
With VZW, I am sure it will be differnt than Sprint, because VZW uses two different APK's while sprint uses one. To hack sprint you need to hack the services.jar (I think) and it would bypass the subscription check.
I looked at tetherign guard, thats the actual APK that does the checking and allows for authentication and saw some interesting stuff but never got a chance to follow up on it because shortly after we got unlocked and I have been focusing on ROM ever since.
I have Wed and Thur off so I might tear it down again and start looking at the code more closely.
testing the my patch right now... well actually ifthp69's from back in the Inc days
Sweet!!
lllboredlll said:
testing the my patch right now... well actually ifthp69's from back in the Inc days
Click to expand...
Click to collapse
Sent from my ADR6425LVW using XDA App
Figures old tricks don't work. The way we use to do it is rem out all the lines I'd code that had datausage except for the iput variable for mbuttondatausage the phone.apk settings.smali
Sent from RezROM
lllboredlll said:
Figures old tricks don't work. The way we use to do it is rem out all the lines I'd code that had datausage except for the iput variable for mbuttondatausage the phone.apk settings.smali
Sent from RezROM
Click to expand...
Click to collapse
For Hotspot or for Throttle... Sorry, I totally derailed this thread
I'm currently rooted, but still on stock, I'm not on any ROM. I'm confused on what this does? Are all are phones currently throttled? If I install this now do my speeds increase?
for the fc you get when you go to settings/wireless/mobile networks after the throttle is removed
the call what in the phone.apk settings.smali.... i'll mess with it more but i need to spend some time with my family for awhile
bal1985 said:
I'm currently rooted, but still on stock, I'm not on any ROM. I'm confused on what this does? Are all are phones currently throttled? If I install this now do my speeds increase?
Click to expand...
Click to collapse
When you go over a certain amount of data usage per month, Verizon decreases your data speeds. It is called throttling. This removes throttling. All Rezounds without this mod have it.
Back on the X2, this is what we did. Any chances it could be so simple for the Rezound? I know for damn sure I don't get throttled because I get ridiculous speeds all the time, lol.
L2_n19h7m4r3 said:
DISCLAIMER:
I cannot be held responsible for what YOU do to YOUR phone. With that said let's start!
(FYI: I use Root Explorer for this)
1. Preform a NAND Backup if you do not have one already
2. Make sure you are in WiFi or Airplane mode, or are not connected to 3G
3. Open root explorer and navigate to '/data/system/'
4. Find the 'throttle' folder and change the folder permissions to 'Owner:' 'Read' and 'Execute' only. (r-x------)
5. Open up the 'throttle' folder, you should have 2 files in here, one is 'temp' and the other is something like '-1226839461'. Backup these files to your SD card in case you have problems.
6. DELETE both files in the 'throttle' folder.
7. Reboot.
I am getting constant speeds of 2.31Mbps down and .7+ up. (On Eclipse 1.2RC1) Keep in mind this is only a theory for now, until I can get confirmation that it works for you guys also.
Click to expand...
Click to collapse
Is anyone working on a way to do this? can it even be done?
I switch from blur to cm9 several times a day due to my love to my lapdock.
I would totally make out with whoever can get this done.
er...I mean buy you a beer, yea...
Is there any way to manually enable the CRT Lockanimation? I've tried editing the bools.xml of a decompiled framework-res.apk file however that didn't work. I read somewhere that I have to edit services.jar but I have no idea where to begin. Anyone have any experience with this, any ideas at all?
I would like to know this aswell, my friend has it on his droid and I really like it
150 views and nothing?? Come on guys!
There is something different with this phone that does not allow crt. Me and chingy tried testing it at the beginning of ineffibilis and had no success at all
I'm living on a yellow submarine
ftmaniac948 said:
There is something different with this phone that does not allow crt. Me and chingy tried testing it at the beginning of ineffibilis and had no success at all
I'm living on a yellow submarine
Click to expand...
Click to collapse
Is it because of the sense framework? Do you think it would work on a stock GB it ICS rom?
We really don't know why. The crt itself would work, but it would take 10 seconds to actually turn the screen off and another 10 for screen on. No knowledge of ics tries though
I'm living on a yellow submarine
Ill do a nandroid and try it on a stock ICS Rom and ill post my results tomorrow or whenever I get around to if
It's more than likely in this fork of Android + Sense similar to the way the boot animations are funky. HTC did a number on Android and I'd love to see someone get an AOSP ROM on here.
Well this doesn't work in ICS either :/ I was really hoping it would... Oh well...