This on TW would be really cool.is there anyway to add crt off and on animation?
And now that we have a recovery, is it possible to make this flashable?
This on TW would be really cool.is there anyway to add crt off and on animation?
--------------------------------------------------------------------------
|Fri 05/24/2013 -- 9:13:37.13|
--------------------------------------------------------------------------
java version "1.6.0_41"
Java(TM) SE Runtime Environment (build 1.6.0_41-b02)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)
--------------------------------------------------------------------------
|Fri 05/24/2013 -- 9:14:28.29|
--------------------------------------------------------------------------
java version "1.6.0_41"
Java(TM) SE Runtime Environment (build 1.6.0_41-b02)
Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)
Could Not Find P:\jeff\Downloads\AndDev Tools\Apk Manager\place-apk-here-for-mod
ding\../place-apk-here-for-modding/signedSecExchange.apk
Could Not Find P:\jeff\Downloads\AndDev Tools\Apk Manager\place-apk-here-for-mod
ding\../place-apk-here-for-modding/unsignedSecExchange.apk
I: Baksmaling...
I: Loading resource table...
Exception in thread "main" java.lang.NullPointerException
at brut.androlib.res.decoder.ARSCDecoder.addMissingResSpecs(ARSCDecoder.
java:326)
at brut.androlib.res.decoder.ARSCDecoder.readType(ARSCDecoder.java:138)
at brut.androlib.res.decoder.ARSCDecoder.readPackage(ARSCDecoder.java:11
0)
at brut.androlib.res.decoder.ARSCDecoder.readTable(ARSCDecoder.java:83)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:49)
at brut.androlib.res.AndrolibResources.getResPackagesFromApk(AndrolibRes
ources.java:491)
at brut.androlib.res.AndrolibResources.loadMainPkg(AndrolibResources.jav
a:74)
at brut.androlib.res.AndrolibResources.getResTable(AndrolibResources.jav
a:66)
at brut.androlib.Androlib.getResTable(Androlib.java:50)
at brut.androlib.ApkDecoder.getResTable(ApkDecoder.java:189)
at brut.androlib.ApkDecoder.decode(ApkDecoder.java:114)
at brut.apktool.Main.cmdDecode(Main.java:146)
at brut.apktool.Main.main(Main.java:77)
Press any key to continue . . .
or better yet, a deodexed stock TW ROM to flash.... are there any plans to make one that will work well with the Xposed mods we've already done, @Nottach? My problem is that I've already done SystemUI changes and Xposed changes, don't want to lose everything I've done just by going to a new ROM, but I can see the need for converting from odexed to deodexed, again, now that we have recovery....This on TW would be really cool.
And now that we have a recovery, is it possible to make this flashable?
He mentioned in the other thread that he's building a ROM that utilizes the Xposed framework...or something like that.or better yet, a deodexed stock TW ROM to flash.... are there any plans to make one that will work well with the Xposed mods we've already done, @Nottach? My problem is that I've already done SystemUI changes and Xposed changes, don't want to lose everything I've done just by going to a new ROM, but I can see the need for converting from odexed to deodexed, again, now that we have recovery....
This would be great. I want to use this mod but don't want to install the p-rom the framework and the APK's. I'm just waiting for a ROM that has all this built in!He mentioned in the other thread that he's building a ROM that utilizes the Xposed framework...or something like that.
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
Why not ODIN the AMDL firmware onto your phone?I'm having an issue here. I've search all over this thread and it doesn't seem anyone else is having it or anything similar. I followed the instructions in the op, did a factory reset and then Odin back to stock, but now when I run the software update it tells my my software is up to date, so I'm pretty much stuck on AMDB, I've tried using the update for 3 days now it it always says its up to date, tried and got the same result through kies.
Sent from my SAMSUNG-SGH-I337 using xda premium
Do you know of somewhere its hosted at? The only places I could find it were SamMoible, and it kept saying file not found, and the deodex version on here, and that one says not to flash due to issues still being worked out.Why not ODIN the AMDL firmware onto your phone?
http://forum.xda-developers.com/showthread.php?t=2261573&page=14Do you know of somewhere its hosted at? The only places I could find it were SamMoible, and it kept saying file not found, and the deodex version on here, and that one says not to flash due to issues still being worked out.
Sent from my SAMSUNG-SGH-I337 using xda premium
Awesome, thank you so muchhttp://forum.xda-developers.com/showthread.php?t=2261573&page=14
Post 132 make sure you thank hyelton.
I've had P-Rom on my phone since it was released. I am using the first release and not the updated release, but I haven't had a single issue with any of it. Maybe its something to do with the update (was updated for the X-posed module), but I haven't heard of any other people with this problem. Good luck.Has anyone else noticed that the menu and back capacitive buttons sometimes quit working? They light up but do not respond when tapped. A reboot always fixes it but nothing else seems to.The device is about a week old & the only mods are P-ROM and nX.
Have you or anyone used this with KIES?I have gathered pretty much all the things useful in modding our system.
I ask other developers to post their findings here also.
My aim is to allow people to learn how make their own edits and mods.
Happy modding,
As of now our only option for recovery from a screw up is flashing the stock image via Odin, so be careful.
If I've used the 30-step volume mod (here) do I need to modify that const/16 with whatever my max volume value is? Clearly I'd have to do the hex code, but I'm unsure on the other.So I'm trying to disable the Media Volume Alert by modifying android\media\AudioManager of framework.jar, as shown below, and I'm unable to get the device to fully boot after replacing the original file. It just hangs on the AT&T logo. I can get ADB so I can replace the original and then it boots.
Does my mod look like it should break it? All I did was change the level at which the dialog appears to 16 (0x10) instead of 10 (0xa). I would think that would be OK. I don't get any error recompiling either. I've tried wiping dalvik-cache between replacements, no luck. I've also tried returning false at the beginning of the 'isEarProtectLimitOn' method, no luck. I'm stuck, any ideas?
line 483
EDIT: This is the correct edit to disable the Loud Volume Notification. I guess my tools were out of date. After updating baksmali it worked.Code:# direct methods .method static constructor <clinit>()V .registers 1 .prologue .line 60 const-string v0, "AudioManager" sput-object v0, Landroid/media/AudioManager;->TAG:Ljava/lang/String; .line 269 const/16 v0, 0xd new-array v0, v0, [I fill-array-data v0, :array_16 sput-object v0, Landroid/media/AudioManager;->DEFAULT_STREAM_VOLUME:[I .line 2971 const/16 v0, 0x10 sput v0, Landroid/media/AudioManager;->EAR_PROTECT_LIMIT_INDEX_DISABLE:I .line 2972 [COLOR="Red"]-- const/16 v0, 0xa[/COLOR] [COLOR="Green"]++ const/16 v0, 0x11[/COLOR] sput v0, Landroid/media/AudioManager;->EAR_PROTECT_LIMIT_INDEX_NORMAL:I
Basically instead of at level 10 it triggers only at the max volume, which I think is triggered someplace else. I'll keep looking for the root.
EDIT2: In addition to the above edit the 'EAR_PROTECT_DEFAULT_INDEX' needs to be changed so it doesn't trigger at Max Volume.
Same file, line 109:
No moar Loudness warnings!!Code:.field public static final EAR_PROTECT_DEFAULT_INDEX:I = [COLOR="Red"]0x11[/COLOR]