Using nova launcher now. How can i diable touchwiz lock screen. Without using a 3rd party software like holo launcher. Any apk i need to rename with rootexplore etc
Sent from my SGH-T889 using Tapatalk 2
I'm looking for this too! I love AOSP lockscreen.
Sent from my SGH-T889 using xda app-developers app
There is no super easy way to go about this - you need to smali hack a bit to get access to the aosp lockscreen.
eduardmc said:
Using nova launcher now. How can i diable touchwiz lock screen. Without using a 3rd party software like holo launcher. Any apk i need to rename with rootexplore etc
Sent from my SGH-T889 using Tapatalk 2
Click to expand...
Click to collapse
I have been coding and coding and sooo much editing of the lockscreen. I am working on getting an AOSP lockscreen when i can on my free time. I will definitely post when I get it to work!
Droid Premium said:
I have been coding and coding and sooo much editing of the lockscreen. I am working on getting an AOSP lockscreen when i can on my free time. I will definitely post when I get it to work!
Click to expand...
Click to collapse
Is this what people want? Just something that will force the lockscreen to be aosp (and have all the lockscreen options in settings then be of no use)? The option exists in some stock-based roms already, but I could whip something together if people wanted - I just need to know for what base... I assume the new UVBMB4? This is one of those hacks that does not translate well from base to base unfortunately...
EDIT: And DroidPremium - I've extended an offer to help before - and I fully respect the I'll-figure-it-out-on-my-own thing - but as I didn't get a response I just wanted to again say feel free to PM me if you have any questions with anything. I am far from the most knowledgeable, but I'd be happy to help
I would be uber excited if you could. I was using Holo Locker, but it likes to stop my bootanimation from running for some weird reason.
TerrorCandii Inc.
Novella
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
G7Baker said:
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
Click to expand...
Click to collapse
Novella is a great one, that's for sure.
Just for the sake of info sharing I believe both Frosty and Tweaked (which are both based on the latest TW stock T-Mobile UVBMB4 base) have an AOSP lockscreen option as well.
G7Baker said:
Hey yall got to the att gn2 thread and look at Novella Rom. It is touchwiz and has some pretty nice themes and 4 or 5 different lock screens including Aosp. I believe it does not have a modem so just flash and let me know how you like it......Novella is one of my favorites
Click to expand...
Click to collapse
Does novella support tmobile? Digging in tmobile forums and cant find the rom. Is it a port? Also if thats the case can we flash tmobile kernels on it like saber? Im in interested in novella
Sent from my SGH-T889 using xda app-developers app
abalosmusic said:
Does novella support tmobile? compatibleg in tmobile forums and cant find the rom. Is it a port? Also if thats the case can we flash tmobile kernels on it like saber? Im in interested in novella rom my SGH-T Using xda app-developers app
Click to expand...
Click to collapse
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
G7Baker said:
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
Click to expand...
Click to collapse
Thnx
Tmobile Galaxy Note 2:
16gb [internal] + 64gb[external]
Rooted: Tweaked 2.0, Saberkernel 23, elegant theme
9300 mah battery: infinite onscreentime
Beast phone?
If I make Holo Locker a system app via TB, would that smooth out the delay?
---------- Post added at 02:45 PM ---------- Previous post was at 02:32 PM ----------
Ok, you want AOSP lockscreen, but you don't want a custom rom. Deodexed/Odexed.... just download Holo Locker/Holo Locker Plus, and using TB convert to system app. Reboot, bam!! Runs fluid, no delays, and just looks like it was made for your phone. Goes flawlessly with Holo Launcher, and the AOSP theme from Loco. Epic win.... just saying, if anyone didn't think of it. Hoping this helps someone, so I don't look like an a**, Lol.
G7Baker said:
Hey check out Att thread. Most all Att Roms and N7105 are compatible. I have an att note 2 and i used Jedi Master and Frosty. And i have flashed Novella Rom on my Friends Tmo GN2 snd he loves it. The Rom its self is very customizable. Youll love it. And yes you can flash Saber kernel and Perseus with that Rom as well...thank me if this helps
Click to expand...
Click to collapse
Like dwith said , tweaked has the aosp lockscreen .....http://forum.xda-developers.com/showthread.php?t=2242972
Just activating the AOSP lockscreen sounds like a really simple Xposed mod.... If someone wants to tell me where the change lives I can probably get it going pretty quick. I don't have time to chase down the mod point right now, too many other projects.
ttabbal said:
Just activating the AOSP lockscreen sounds like a really simple Xposed mod.... If someone wants to tell me where the change lives I can probably get it going pretty quick. I don't have time to chase down the mod point right now, too many other projects.
Click to expand...
Click to collapse
I've always been a supporter of productive laziness
The magic is in android.policy.jar - specifically /com/android/internal/policy/impl/LockPatternKeyguardView.smali in the createLockScreen()Landroid/view/View; method. I can't remember what the stock setup looks like really anymore, but you basically need to replace the contents of the method with something more like (and I'm just sort of making this up at the moment, but it should be pretty close):
Code:
.method createLockScreen()Landroid/view/View;
.registers 7
new-instance v0, Lcom/android/internal/policy/impl/LockScreen;
iget-object v1, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mContext:Landroid/content/Context;
iget-object v2, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mConfiguration:Landroid/content/res/Configuration;
iget-object v3, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mLockPatternUtils:Lcom/android/internal/widget/LockPatternUtils;
iget-object v4, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mUpdateMonitor:Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;
iget-object v5, p0, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->mKeyguardScreenCallback:Lcom/android/internal/policy/impl/KeyguardScreenCallback;
invoke-direct/range {v0 .. v5}, Lcom/android/internal/policy/impl/LockScreen;-><init>(Landroid/content/Context;Landroid/content/res/Configuration;Lcom/android/internal/widget/LockPatternUtils;Lcom/android/internal/policy/impl/KeyguardUpdateMonitor;Lcom/android/internal/policy/impl/KeyguardScreenCallback;)V
invoke-direct {p0, v0}, Lcom/android/internal/policy/impl/LockPatternKeyguardView;->initializeTransportControlView(Landroid/view/View;)V
return-object v0
.end method
Related
I finally figured out how to get ink effect with just your finger or S pen. Got it working so thought I would share. This is for 4.1.2 and I am using
[ROM] NOTEorious Prime RC1.5 JB 4.1.2 AOSP/TW Mash-up N7105 base 12/7/21012
http://forum.xda-developers.com/showthread.php?t=1984546
It may work with others since it is just an android.policy.jar change but backup just in case. Actually backup either way.
If it works on any other Roms let me know and I will add it to OP.
-tested working on ClearROM 3.0.1 @ Thanks SEscobedo
-tested working on Jedi X6 ROM @ Thanks Romee74
-tested working on Jelly Thunder @ Thanks dafoxs
It's working on the ClearROM 3.0.1. Thanks!
Good to go on NOTEorious Prime RC1.5 JB 4.1.2
Works good on Jedi X6 ROM
Sent from my SAMSUNG-SGH-I317 using xda premium
Well another tester for Jedi works nice x6 and 3.3. Thank you
Sent from the highly modded JDevil Note 2
jeremyandroid said:
Well another tester for Jedi works nice x6 and 3.3. Thank you
Sent from the highly modded JDevil Note 2
Click to expand...
Click to collapse
Me too. Nice work.
Skyler2Dope said:
Good to go on NOTEorious Prime RC1.5 JB 4.1.2
Click to expand...
Click to collapse
Same here. Thanks!
Works on Jelly Thunder
Sent from my SAMSUNG-SGH-I317 using xda premium
Chalk up another for CleanROM 3.0.1 thanks!
Think it matters what Kernel is used? I'm on JEDI X6 with Perseus Alpha... Just afraid of fooking anything up.
Somthing in the libs or xml changes my lockscreen image to black. Anyway to fix that so it doesnt affect the wallpaper. Wouldn't mind putting this in my rom update
I am also experiencing the same problem with the file changing my lockscreen wallpaper black.
It seems to work but with the black wallpaper, you can't really see the ink effect.
darkzeroex said:
I am also experiencing the same problem with the file changing my lockscreen wallpaper black.
It seems to work but with the black wallpaper, you can't really see the ink effect.
Click to expand...
Click to collapse
It did the same thing to mine but I was able to change my wallpaper back through the settings and now its good to hook!
Rogers Note 2 - Jedi X6 - Perseus Alpha ---> All good to go! Thanks!
truth77 said:
Somthing in the libs or xml changes my lockscreen image to black. Anyway to fix that so it doesnt affect the wallpaper. Wouldn't mind putting this in my rom update
Click to expand...
Click to collapse
Hmmm.. The libs were from stock rom and there were no xml changes, just android.policy.jar.
I know for me it changed my lockscreen wallpaper back to the rom default so maybe your rom default wallpaper is black. YOu should be able to change wallpaper. I have changed mine a lot since I started using it.
It didn't touch my wallpaper at all, flashed with no issues on Jedi VI, with both Perseus and Note2Core kernels.
Options are still blacked out in the settings :/ On Jedi X6
EDIT: Never mind. Removed my live wallpaper and it worked again. Looks great
Sent from my SAMSUNG-SGH-I317M using xda app-developers app
ThaiM said:
Think it matters what Kernel is used? I'm on JEDI X6 with Perseus Alpha... Just afraid of fooking anything up.
Click to expand...
Click to collapse
For me it didn't stayed on Jedi X6. And used persus and asylum. Ink zip works perfectly. Hope that helps
Sent from the highly modded JDevil Note 2
Wish there was a way to change the ink color
Sent from my SAMSUNG-SGH-I317 using xda premium
jeremyandroid said:
For me it didn't stayed on Jedi X6. And used persus and asylum. Ink zip works perfectly. Hope that helps
Sent from the highly modded JDevil Note 2
Click to expand...
Click to collapse
Jedi X6 and it worked fine with saber kernel........looks nice, thanks for the mod.
Hi i just rooted my galaxy S3 and was finally able to get a custom rom on it, FrostyJB 11.2.1 to be exact. However im looking at themes i want to add but im not sure how themes work and if they are all compatible or if some are not. Any info would be great thx.
Yeah youre gonna have to look around the forum as some themes work only on a specific ROM.
Sent from my SGH-T999 using xda app-developers app
Thats the thing I dont see the themes say anything about if they are compatible with certain roms or not.
There's usually not a whore lot won't write with trial and error so long as you have a COMPLETE cwm or twrp backup handy
Sent from my SGH-T999 using xda premium
Make a titanium backup first! (May take up to 20 minutes like mine does). Then go to the themes and apps section and there you'll find a couple. Wasabi has an aroma zip that can be flashed through custom recovery and that alone has 19 amazing themes. He did a banging job. I'm running the HTC one
Sent from my Rooted Gameboy
Pardon my grammatical errors earlier.. Wow. ADD mixed with Swype can be a rough combo. Anyway, Wasabi's themes are excellent. I know though there were a few issues with systemui crashing on some Rom's, but that's has most likely been fixed by now. The Domination theme by Deviant is bad ass, but I assume it's only for the Domination Rom. So basically, like I said, trial and error. Just keep a backup in case you run into trouble.
Sent from my SGH-T999 using xda premium
Mixup101 said:
Hi i just rooted my galaxy S3 and was finally able to get a custom rom on it, FrostyJB 11.2.1 to be exact. However im looking at themes i want to add but im not sure how themes work and if they are all compatible or if some are not. Any info would be great thx.
Click to expand...
Click to collapse
We have the same rom, I've been using lantek's aroma installer, and wild child's aroma installer, with frosty i think he posted a link on his rom thread, and wild child has a link on one of his rom threads, name was xquizit v11 kitchen, both working excellent on frosty rom
Sent from my SGH-T999 using xda premium
Ok after going through wasabi's thread i noticed someone saying that the themes are not working with the rom i have FrostyJB v 11.2.1 because of some kinda 23 toggle feature (have no idea what that is lol) so im kinda scared as to try flashing that on my phone. They also suggested that you shud downgrade to 11.1 as more themes are compatible. Does anyone have any experience with themes working on 11.2.1 or is it bad for themes.
Also i have been playing around with the Nova Launcher and have a nice layout that i can work with, I have a question about the status bar tho. Is there anyway to change the Battery, wifi, data, etc. symbols to blue instead of the green ones without having to flash anything or is that the only way.
Use the first theme on this thread
http://forum.xda-developers.com/showthread.php?t=2037284
[THEME][JB]Themes by Branzno[12-10-12]
It's blue themed and works on the frosty jb 11.2.1
Sent from Flip's S3
Mixup101 said:
Hi i just rooted my galaxy S3 and was finally able to get a custom rom on it, FrostyJB 11.2.1 to be exact. However im looking at themes i want to add but im not sure how themes work and if they are all compatible or if some are not. Any info would be great thx.
Click to expand...
Click to collapse
If I was you I would stay away from themes alltogether because i put a theme on one of the roms by the same people that made frostyjb and guess what, battery was draining right before my eyes, every few seconds a percentage fell.
elflip88 said:
Use the first theme on this thread
http://forum.xda-developers.com/showthread.php?t=2037284
[THEME][JB]Themes by Branzno[12-10-12]
It's blue themed and works on the frosty jb 11.2.1
Sent from Flip's S3
Click to expand...
Click to collapse
Thnx will try that out. Also if anyone has any other themes that work with with 23toggle plz let me know as i cant find any.
Sent from my SGH-T999 using xda premium
I'm running Jellybean and rooted, but I like the feel of TouchWiz well enough I haven't flashed any other roms (yet). The one thing that bugs me though is the TouchWiz lock screen--is there any way to just flash the AOSP Jellybean lock screen, or maybe the CM10 one?
Many roms include it
Sent from my SPH-L710 using xda premium
Check themes and apps. Morphology
Sent from my SPH-L710 using xda premium
Many roms do include it... Probably the easiest way is just to flash a stock rom with it.
Sent from my SPH-L710 using Tapatalk 2
I like the stock rom as well, I dont know if you can flash just the lockscreen, but if you go for the whole ROM package, I would recomend you the Sac23's Unofficial Synergy ROM port, it has working multi-window and the AOSP Lockscreen option, and it looks and feels pretty stock, im on the V2 right now, just small bugs, nothing mayor, I get 14 hours of battery and its pretty smooth.
You can give it a try, just flash the V2, not the V3
Here's the link to the thread http://forum.xda-developers.com/showthread.php?t=2088508
I've been trying a few new roms lately and I really like the LiquidSmoothe rom but I miss the swiping feature in my contact list to make calls and msgs on my stock rom. Is there an app that is similar to that or a good rom that using the swiping contact list. Thanks for your suggetions.
The only roms you will find this on are Touch Wiz roms that use the default dialer and contacts app.
Wayne Tech S-III
hummm
Anyone have a good TouchWiz rom suggestion then? I saw a Beans rom on my friends Note 2 that looked nice but its only on Verizon S3. I would like one built on 4.2.1 and maybe with sphere camera. I liked how the Beans rom let you select if you wanted TouchWiz or AOKP. Help me Obi Wan!
salivatx said:
Anyone have a good TouchWiz rom suggestion then? I saw a Beans rom on my friends Note 2 that looked nice but its only on Verizon S3. I would like one built on 4.2.1 and maybe with sphere camera. I liked how the Beans rom let you select if you wanted TouchWiz or AOKP. Help me Obi Wan!
Click to expand...
Click to collapse
A rom that let's you choose between AOKP and touchwiz... what?
I think what he means is it lets you choose between AOSP theme/launcher and a Touchwiz one. A good touchwiz rom is the JellyBean UCDLK3 The Devils Reject Edition v3, as well as Jellybean747 Version 1. If you really want to keep AOSP and 4.2.1 you can always install the touchwiz launcher/contacts app that will let u swipe across to call/message.
s0ulja said:
I think what he means is it lets you choose between AOSP theme/launcher and a Touchwiz one. A good touchwiz rom is the JellyBean UCDLK3 The Devils Reject Edition v3, as well as Jellybean747 Version 1. If you really want to keep AOSP and 4.2.1 you can always install the touchwiz launcher/contacts app that will let u swipe across to call/message.
Click to expand...
Click to collapse
I'd also recommend The Devil's Reject ROM. Stable smooth and quick. I went to it from liquidsmooth after missing Smart Stay too much.
salivatx said:
I've been trying a few new roms lately and I really like the LiquidSmoothe rom but I miss the swiping feature in my contact list to make calls and msgs on my stock rom. Is there an app that is similar to that or a good rom that using the swiping contact list. Thanks for your suggetions.
Click to expand...
Click to collapse
This is hardly a reason to switch to any rom. Just install exDialer from the store and boogie. You can get TW or AOSP style skins and there is an option to swipe left to SMS and swipe right to call the contact from the dialer screen. Just use T9 search from the dialer screen and you're set.
I recommend Darthstalker #X it's my DD and I'm running instigatorX kernel. Excellent battery life very snappy and VERY stable. Then I theme it via morphology it's very,very awesome. :thumbup::thumbup:
Morphed SIII "Get busy livin or get busy dyin"
I suggest Jedi invasion. It has awesome performance and customization and is a Touchwiz based rom.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Does anyone know if any S4 goodies have been ported over to the S3 yet? If so which rom has them?
J3lly B0m3d GsIII
barberboy420 said:
Does anyone know if any S4 goodies have been ported over to the S3 yet? If so which rom has them?
J3lly B0m3d GsIII
Click to expand...
Click to collapse
You could try MOAR rom v5.01 which was recently updated and has the GS4 Photo Editor, Group Play, GS4 icons, GS4 Gallery, 8 different lock screens, any color ink effect, speed and performance tweaks, a few additions and mods from the developer and TONS other stuff. Installation is through Aroma and includes morphology. It's based on the MD4 release for the GS3 but it's a pretty decent daily driver. It's extremely smooth and blows out any other TW based rom I've tried.
Sent from my SPH-L710 using xda app-developers app
succumbtothegreater said:
You could try MOAR rom v5.01 which was recently updated and has the GS4 Photo Editor, Group Play, GS4 icons, GS4 Gallery, 8 different lock screens, any color ink effect, speed and performance tweaks, a few additions and mods from the developer and TONS other stuff. Installation is through Aroma and includes morphology. It's based on the MD4 release for the GS3 but it's a pretty decent daily driver. It's extremely smooth and blows out any other TW based rom I've tried.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Hey thanks for the reply. Ill read up on it and give it a try. Aroma install? I think Im familiar with that
J3lly B0m3d GsIII
MSG&Chubbz v5.0.2 has a ton of s4 apps, plus lockscreens, and 3minit settings. Not as elaborate as MOAR, but I like it, been my daily driver with Ktoonsez kernel for awhile now.
message brought to you by my GalaxyS3
JellyBomb v17 has some S4 mixed in .
prboy1969 said:
JellyBomb v17 has some S4 mixed in .
Click to expand...
Click to collapse
Oh yea! I was bout to flash m.o.a.r cuz I heard it was loaded with s4 goodies
J3lly B0m3d GsIII
Help to install MOAR rom v5.01 for S3
succumbtothegreater said:
You could try MOAR rom v5.01 which was recently updated and has the GS4 Photo Editor, Group Play, GS4 icons, GS4 Gallery, 8 different lock screens, any color ink effect, speed and performance tweaks, a few additions and mods from the developer and TONS other stuff. Installation is through Aroma and includes morphology. It's based on the MD4 release for the GS3 but it's a pretty decent daily driver. It's extremely smooth and blows out any other TW based rom I've tried.
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
Hi guys, anyone would help me step by step how to get those S4 goodies into my S3 .... does it contain also Slow motion video recording ???
Many thanks :good:
Teomino said:
Hi guys, anyone would help me step by step how to get those S4 goodies into my S3 .... does it contain also Slow motion video recording ???
Many thanks :good:
Click to expand...
Click to collapse
Just start reading the different Rom OP's till you find one that suits your needs, or interests you. One piece of advice is to make a Nand of your current setup before you start Flashing .
barberboy420 said:
Hey thanks for the reply. Ill read up on it and give it a try. Aroma install? I think Im familiar with that
J3lly B0m3d GsIII
Click to expand...
Click to collapse
MOAR = incredible (Imo). Just be sure to go slow with the aroma installer (she doesn't think like to be pushed)
Sent from my SPH-L710 using Tapatalk 4 Beta