[MOD] Uncapped Data For Your ROMS (Skyraider, Virtuous, OMGB, ETC)

Search This thread

hazard666

Senior Member
Jul 19, 2010
358
22
Ohio
I tried installing the zip file that you uploaded for me and it said that it's a bad zip every time I try to install. I can try reuploading to mediafire if you'd like maybe it was corrupted during initial upload the first time.
 

cu-n-az

Senior Member
Aug 30, 2010
158
6
Mesa, AZ
I was suspicious of a Placebo Effect as well, but my results seem to support a real improvement. I flashed the download file to make the modifications, but I find the detailed manual instructions interesting, especially this part:

6. Open the newly created "classes" folder (its inside your Baksmali folder that you should already be in) and navigate through "/com/android/server/". Scroll down till you see the 6 or 7 "Throttle" files. They will be located between "TelephonyRegistry" and "TVCableObserver$1$1". DELETE ONLY THE "THROTTLE" FILES.

Deficitism, I agree that is seems odd/stupid that Verizon would put the throttling in the services.jar file, but it certainly seems that they put SOMETHING related to throttling there, or there would be no "Throttle" files to be found and deleted. I can't speak to what they do, but the combination of reported numerical improvements and the fact that there are some sort of "Throttle" files there to be deleted makes me a believer.
 

Contempt4You

Senior Member
Aug 31, 2010
59
4
SR Athena

Before
1. 727D / 774U
2. 947D / 668U
3. 902D / 431U

After
1. 605D / 370U
2. 930D / 369U
3. 902D / 341U

Only a couple gigs of data use in this billing cycle so I'm not sure I should expect to see any increases, but I posted the numbers nonetheless.
 

Gahh Its Lee

Senior Member
Oct 2, 2010
2,583
254
Im not sure if this is just me but after applying this mod i cant get into the mobile networks menu and anytime i use any sort of tethering my 3g just goes in and out
Any ideas??
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    I have taken the steps that was said below and have edited the the services.jar to include the uncapped data mod. I did not do this on my own I used the steps BThomas22x gave. Flash the zip in recovery, one includes the 6 bar status mod and the other is the 4bar mod which comes stock on skyrader sense. Flash at your own risk but they worked for me... and please nandroid first:p

    Also if you need it made for your rom send me your services.jar
    *Known to create forced closes on the mobile networks menu*


    Skyraider 3.5
    6bar
    http://www.mediafire.com/?1zvzlfhgo8chlc1

    4 bar or regular skyraider
    http://www.mediafire.com/?8i4b9jbh6dc7le6

    Since no one knows how well these work, if you are not satisfied flash these to go back to stock:

    6bar stock
    http://www.mediafire.com/?4ei0zp92j7c7j03

    4bar stock
    http://www.mediafire.com/?obyahckab7g16w0

    Other ROMS

    Athena
    http://www.mediafire.com/?81ibn35zuagh61z


    Virtous Rom
    http://www.mediafire.com/?4zdcxim6iutypjy

    Incredible Gingerbread OMGB
    http://www.mediafire.com/?dfd0xjjh8y4a1c4

    CM Nightly 184
    http://www.mediafire.com/?551c8btbtjoj8ec

    MIUI 12.24
    http://www.multiupload.com/01SV6SIEF9

    IncRom
    http://www.mediafire.com/?v1av18itj18yebv

    Ultimate Droid 2.5
    http://www.mediafire.com/?i0eqbiw9r1qw14y

    Originally Posted by BThomas22x
    Ok first things first... I just came to the EVO from the Epic, so I'm gonna join this community now .

    ..::..Disclaimer..::..
    You are voluntarily flashing this at your own risk. I can not be held accountable for anything you choose to do on your own. If you try to blame me, I will laugh at you. ....While pointing.

    ..::..Data Service Governer Killer..::..

    1. What does this do?
    This is a modification to the services.jar framework file, that allows you to have an un-throttled internet.

    2. Will this make my internet faster?
    Yes and No. This will not "Upgrade" your internet. This only takes the trottle off, so you can download, or play games and not have to worry about it hitting a certain peak and lagging from that point on. It doesn't provide you with a new internet, only a warm fuzzy feeling from knowing you don't have to worry about it capping off.

    3. If I flash this, will it break my phone?
    If it did, yours would be the first case I heard of. I've personally flashed it NUMEROUS times.

    4. Will this work on any ROM?
    Yes. This is not based off a particular ROM, and can be used with ANY EVO ROM. ALTHOUGH If you're Dev has made changes to the services.jar file, this could wipe those changes out. If you are unsure, send me your services.jar file, and i will look for you. Hopefully, i'll be able to make a download list in a couple days with all the Dev's services.jar files, so you can download that specific one. You can always ask your Dev.

    5. Do I have to be rooted?
    Yes. In order to be able to flash this, you are going to need to have root with a custom recovery. I.E. Amon_Ra.

    ..::..Install Instructions..::..

    Simply download, and place on the root of your sdcard. Then go into recovery and flash it as you would a ROM. Done.

    ..::..Download..::..

    Data Service Governer Killer



    ..::ALTERNATIVELY::..

    You can follow this method if you're Services.jar framework is already modified, or if you aren't sure.

    1. Download these 2 files:
    Smali_Baksmali

    2. Create 2 folders on your C: Drive labeled "Smali" and "Baksmali". (This is for easy access to the folders when being cd'd)

    3. Place the 2 downloaded files in the C: Drive folders accordingly. (I.E. Smali.jar in "Smali" folder, and Baksmali.jar in "Baksmali" folder.)

    4. Using 7zip or WinRAR (or any other zip program) open the services.jar file that you pulled from your phone. Copy the "classes.dex" file and paste it into the "Baksmali" folder.

    5. Open your command prompt and type the following:
    cd C:/Baksmali
    java -Xmx512M -jar baksmali.jar -o classes/ classes.dex

    6. Open the newly created "classes" folder (its inside your Baksmali folder that you should already be in) and navigate through "/com/android/server/". Scroll down till you see the 6 or 7 "Throttle" files. They will be located between "TelephonyRegistry" and "TVCableObserver$1$1". DELETE ONLY THE "THROTTLE" FILES.

    7. Back out of the folders until you are in the "Baksmali" folder again. Now open the "Smali" folder you created earlier. Place the "classes" FOLDER in the "Smali" folder.

    8. Return to your command prompt and type this:
    cd C:/Smali
    java -Xmx512M -jar smali.jar -o classes.dex classes/

    9. You should now see a "classes.dex" file in your "Smali" folder. This is the NEW compiled services.jar classes.dex file. Pull up the 7zip or WinRAR file you had open earlier, delete the current classes.dex file from the services.jar, and place the newly compiled one in it's place.

    10. Place the services.jar file back into your ROM, and boot up. You are now running Unthrottled.

    11. If you do not see the "Throttle" files, don't complain they're not there, your Dev may have already taken them out.
    What this mod will do for you:

    Originally Posted by gmichaelow
    I think a bit of clarity is needed here. This mod will only stop Verizon from slowing down your data speeds.

    It will NOT help you avoid overage charges.

    For example let's say you're on a 250mb a month plan. This mod only ensures that you will get 250mb at unrestrcited speeds. Going over 250mb will still result in an overage charge.

    Also, the reason people keep referring to 5gb on their "unlimited" plan is because Verizon starts to throttle data speeds after 5gb of data. That doesn't mean you get charged more, Verizon just slows you down. This mod will prevent that, and only that.

    I hope that clears things up.

    *Big Thanks to sino8r for being the Original person to come up with this.*
    3
    Ok, I finally got some time to spend on this and get it working properly. I only edited two smali files and did not delete anything. One in services.jar and the other in Phone.apk. This will basically tell the system not to add the Throttling Service during startup and the mod to the phone settings will prevent it from being called and causing the fc when accessing Mobile network settings.

    I am only providing the two files I changed since this will be going into different ROMs. You will have to compile them into your files. Also, this is only guaranteed to work on Dinc framework.

    EDIT: I attached a new file that includes the original files, the altered files and patch files so it can be replicated on other phones.
    3
    if you could make one for SR 1.0 as well, I'd be so happy!
    Thank you!

    http://www.megaupload.com/?d=ISW900G0

    http://www.mediafire.com/?1s12mzzfbvdl199 here its done.. what rom was that?
    2
    Not to be negative on this subject but it's pretty much known that Verizon doesn't throttle through the phone itself. But it can be flashed for placebo.
    1
    ill check this out

    im getting 800 down and 500 up... i never tested it before i did it bc i was just following the directions..

    now i just got 1200 down when my service was higher... so it could be a service thing?