[Q] Change Android default lockscreen (apk) - HTC Sensation

Hi there..
another question again..
Is there a way to create like a standard lockscreen, which doesn't lag like the HTC one?
I removed (flashed a nosense rom) and have the aosp lockscreen, is it possible to have a default lockscreen that kind of overwrites the aosp?
(when using sense and installing a different lockscreen there's always a struggle, and there is aswell with the aosp)
Just because HTC is using a simple apk as well.. or at least it looks that way

Is WidgetLocker what you're looking for or is that big/feature-filled for you?
WL's been great except for the times where it glitches from that 5-second thing but that goes away if you root (which I havent' done yet)

NinetoFive said:
Is WidgetLocker what you're looking for or is that big/feature-filled for you?
WL's been great except for the times where it glitches from that 5-second thing but that goes away if you root (which I havent' done yet)
Click to expand...
Click to collapse
I tried widgetlocker before, when I had the sense still on. Haven't tried it yet.. but I have a great lockscreen, but it just lags sometimes (seeing the aosp one) and with the htc one it did only see that one..

Related

Request: AOSP Style Vanilla Lock Screen for Fresh 2.3.3

Before I begin, I want to let everyone know I searched endlessly for the problem I'm having and have found absolutely nothing. I'm hoping someone out there can help solve this problem for me. Also I'm posting here rather than any other section because it seems as though I would get the best help here.
I downloaded all of fresh's different vanilla clock options and tried them all individually making sure to wipe data/dalvik cache and haven't been able to achieve the results I'm looking for. Here are the problems:
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
2. The second problem is that the vanilla clock on the lock screen is blurry and doesn't look the way it supposed to. It's black instead of white and very faint. I've found a way to get rid of the clock in the lock screen but would rather have one.
Basically I'm trying get the vanilla lock that's in darchdroid 2.7 or one that operates in that manner and looks the same. I'm assuming that that's the original unmodified/themed vanilla lockscreen.
Oh, and all this time I thought all those vanilla lockscreen mods (JsChiSurf, flipz, and the Gregalous's metamorph) handled calls this way!
I would also like to see this. Just a pure AOSP lock screen with all the looks and functionality of the original.
I'm confused my clock in the rotary aosp lockscreen is white and when I get a call the arc from the HTC lockscreen comes up but that's what's in the frameworks. I don't know what darchdroid looks like cause I've never tried it. I prefer sense roms.
Papa Smurf151 said:
I'm confused my clock in the rotary aosp lockscreen is white and when I get a call the arc from the HTC lockscreen comes up but that's what's in the frameworks. I don't know what darchdroid looks like cause I've never tried it. I prefer sense roms.
Click to expand...
Click to collapse
I prefer Sense based roms as well after having numerous problems with dd 2.7 I ran out of patience. Plus fresh is running incredibly smooth for me. But the vanilla lock screen on that rom is neat because it's made so that it comes up all the time in similar fashion to phones that come stock with vanilla such as the original droid. This means that when you get a call to answer/unlock the vanilla lock screen comes up as well. No Sense lock whatsoever. Also I believe that it's themed so it's not completely clear but only semi transparent so that you can tell the lock screen is there. Lol I'm probably not doing a good job at describing it and don't have any screen shots since I"m not using dd 2.7 anymore.
Below is a thread from a while back about putting aosp apks on Sense based roms and you (Papa) have a post that you signed the zips so that they could just be flashed on instead of pushed. I wonder if this is possible with the vanilla lock screen? I figured if anyone would know it would be you or jschisurf. I extracted dd 2.7 rom and looked through the individual files for the lock screen but since I don't know what I'm doing (I've programming illiterate) I didn't see anything.
http://forum.xda-developers.com/showthread.php?t=667715&highlight=aosp+apk
It will have to be done differently. Its not an app. Its in the android.policy file in the frameworks folder. I'm not great at classes.dex edits. IR bet is to ask jschisurf. He's the man when it comes to those edits
Should I send him a pm along with a link to this thread then?
Sent from my HERO200 using XDA App
aerajan said:
Should I send him a pm along with a link to this thread then?
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
That would be ur best shot
You might want to check out WidgetLocker if you haven't heard of it. It's $1.99 and really customizable.. here's the thread http://forum.xda-developers.com/showthread.php?t=732986
And here's a video review of it http://www.youtube.com/watch?v=9InDlQTy5lY At 5:15 it looks like you can get the exact AOSP lock functionality as well as static wallpaper. Then it's just up to you to find the clock widget you like..
Ok thank you. I will pm him and see what happens.
c00ller said:
You might want to check out WidgetLocker if you haven't heard of it. It's $1.99 and really customizable.. here's the thread http://forum.xda-developers.com/showthread.php?t=732986
And here's a video review of it http://www.youtube.com/watch?v=9InDlQTy5lY At 5:15 it looks like you can get the exact AOSP lock functionality as well as static wallpaper. Then it's just up to you to find the clock widget you like..
Click to expand...
Click to collapse
c00ller, thanks so much for finding this app!!! I downloaded it already and it's awesome! The only thing I wish it could do is replace the answer call drag down bar as well which is part of what I was looking for. This is great though! I wouldn't have know about it otherwise.
No prob I'm actually thinking of getting it myself. I agree though, it would be perfect if it also showed slide to answer a call
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
is there any way to make the receive call the same as the lockscreen?
The in call lockscreen is mutually exclusive of the standard lockscreen, and thus why deleting HtcLockScreen.apk has no impact on the in call lockscreen that displays.
The problem is, the in call lockscreen is controlled by Phone.apk. If it were possible to simply load the AOSP Phone.apk, it would likely work, but I don't think it is that easy, as there would likely have to be major "surgery" to the .apk to integrate into the HTC framework, etc.
The other option is to try and take the elements of just the AOSP Phone.apk file that control the in call lockscreen and incorporate them into our (HTC Phone.apk). Either way, a lot of work, I'm guessing, would be required to make it happen.
So, long story short, this isn't technically a lockscreen issue at all, but a Phone.apk "issue" to address, if possible.
I haven't taken the time to see what it may involve, and haven't even tried to see if an AOSP Phone.apk would load, out of the box (doubt it), but that's the starting point for anyone interested in tackling it.
aerajan said:
Before I begin, I want to let everyone know I searched endlessly for the problem I'm having and have found absolutely nothing. I'm hoping someone out there can help solve this problem for me. Also I'm posting here rather than any other section because it seems as though I would get the best help here.
I downloaded all of fresh's different vanilla clock options and tried them all individually making sure to wipe data/dalvik cache and haven't been able to achieve the results I'm looking for. Here are the problems:
1. His vanilla lock screen works but not when I receive calls, only when I turn off/on screen. When I receive calls I get the standard Htc lock screen. I've tried everything I can think of including using root explore to remove factory lock screen and also going in through the adb shell. Both ways seem successful until I get a call and realize I have the same problem all over again.
2. The second problem is that the vanilla clock on the lock screen is blurry and doesn't look the way it supposed to. It's black instead of white and very faint. I've found a way to get rid of the clock in the lock screen but would rather have one.
Basically I'm trying get the vanilla lock that's in darchdroid 2.7 or one that operates in that manner and looks the same. I'm assuming that that's the original unmodified/themed vanilla lockscreen.
Click to expand...
Click to collapse
JsChiSurf said:
The in call lockscreen is mutually exclusive of the standard lockscreen, and thus why deleting HtcLockScreen.apk has no impact on the in call lockscreen that displays.
The problem is, the in call lockscreen is controlled by Phone.apk. It it were possible to simply load the AOSP Phone.apk, it would likely work, but I don't think it is that easy, as there would likely have to be major "surgery" to the .apk to integrate into the HTC framework, etc.
The other option is to try and take the elements of just the AOSP Phone.apk file that control the in call lockscreen and incorporate them into our (HTC Phone.apk). Either way, a lot of work, I'm guessing, would be required to make it happen.
So, long story short, this isn't technically a lockscreen issue at all, but a Phone.apk "issue" to address, if possible.
I haven't taken the time to see what it may involve, and haven't even tried to see if an AOSP Phone.apk would load, out of the box (doubt it), but that's the starting point for anyone interested in tackling it.
Click to expand...
Click to collapse
By judging from your work i can see that you are quite good at these, would you mind if you could help us out? i guess a lot of people would want this
Jschisurf, thank you for your feedback! I knew if anyone might have an idea it would be you based on the numerous threads involving your work. I wish I could take what you said and begin tackling it however, I've got no skill in this area. The most I could do is offer you or anyone who can do this a small donation to tackle it and can get it working. However, that being said, I can't imagine how much of a pain in the ass this would be based on what's involved so I'm not going to push it.
I've tried to load aosp phone.apk in past but no go

[Theme] Epic 4G for Sense Roms & CyanogenMod 6.1.1

SENSE VERSION IS OUTDATED AND DOES NOT WORK I WILL UPDATE ON OWN TIME
note it's more like galaxy s but i was under the impression they were the same style so i'll be updating it again with the actual epic4g ones
will have to do that tomorrow as Wednesday i gotta get school stuff and Thursday school starts for me so i will be cutting back on all this and focusing more on my school work but will still find some time to do things
What it Does
Themes the following
check boxes
volume indicator (Green)
taskbar (Grayish)
all taskbar icons -BT, wifi, 3g, battery, 4g
menu selections (Blueish)
themes apps
adds touchwizz launcher (thanks to rolle)
Things to work out
the location service icon has been removed but still takes up a space in the taskbar (i do not know how to remove that so any help would be nice)
some text fields have an issue
__________________________________________________ __________
DOWNLOADS
please read this
[SENSE VERSION ONLY] Okay so apparently if you do not flash this first and boot the system at least once the contacts will not show up and neither will the dialer (at least fully themed)
please flash this boot system then flash the theme
if you already have the theme you can flash this but will not have the full dialer
Contact Fix
For 2.2 Sense Roms
All With Media
All Without Media
Apps
Media (Ringtones/Notifications)
Theme Alone
For OTA such as fresh 3.2.0.0
OTA Theme Only
OTA Media (Ringtones/Notifications)
**flashing apps from above causes bootloop** please be pacient looking into it
*Themed Android Keyboard in attachments at bottom of post*
just install as normal apk and enable in settings
Settings > Language & Keyboard > Check off "Android Keyboard"
go to text box
hold until popup appears
choose input method
select "android Keyboard"
____________________________________________________________
CyanogenMod 6.1.1
Apps and Theme
Apps
Theme Only
After Flashing theme goto
Settings > CyanogenMod settings > User interface > Tweaks extras > Select a theme > and Choose "Epic4g"
____________________________________________________________
Credits
samsung for making the original theme
and of course all the devs who make roms for us
and me for putting together the zip for evo[/SIZE]
Screenies?
Sent from my PC36100 using XDA App
awesome love it, like i was saying in the other topic, if you could just get the icons moreup to date to the actual epic gtalk, market, maps etc.. i would love it so much more. im just reallly ocd on the look of my phone, and i just realllly do not like the current icons even for the cm6 theme, just something about them.
and I know sense is a mess compared to stock android, but what is the chance of getting things like the dialer?
and lastly ( i know lots of q. but I LOVE the epics look) any chance of getting some of the epics sounds, like when you click on something on the epic the clicking sound instead of the evos?
screen shots would be very helpful
Ep3n3wp said:
Screenies?
Click to expand...
Click to collapse
khaag27 said:
screen shots would be very helpful
Click to expand...
Click to collapse
sorry forgot to upload them
but delivered
samrozzi said:
awesome love it, like i was saying in the other topic, if you could just get the icons moreup to date to the actual epic gtalk, market, maps etc.. i would love it so much more. im just reallly ocd on the look of my phone, and i just realllly do not like the current icons even for the cm6 theme, just something about them.
and I know sense is a mess compared to stock android, but what is the chance of getting things like the dialer?
and lastly ( i know lots of q. but I LOVE the epics look) any chance of getting some of the epics sounds, like when you click on something on the epic the clicking sound instead of the evos?
Click to expand...
Click to collapse
and i will look into the actual epic 4g icons tomorrow along with getting some of the sound files off of it too
Puffin, you did a DAMNED good job porting this theme. Kudos
Sense download didn't work for me
khaag27 said:
Sense download didn't work for me
Click to expand...
Click to collapse
if your downloading directly from the evo
4shared for some reason has a problem with the evo
now you can still download it
just change to mobile version and download (might be the other way around and have to be desktop version)
and with that last piece of help i must sleep it's 12:30 AM yawn
if only we could get the best part of the touchwiz interface, the notification panel. this looks pretty nice though, be great for a senseless rom.
Got some boot looping (sense version). I wiped before flashing too. I did download to my computer then I transfered to SD card. Maybe its just my phone....
Very nice work though! Thanks!!! Ill keep my eye on the thread.
When can we expect the cm6 version?
wsantiagow said:
Got some boot looping (sense version). I wiped before flashing too. I did download to my computer then I transfered to SD card. Maybe its just my phone....
Very nice work though! Thanks!!! Ill keep my eye on the thread.
Click to expand...
Click to collapse
what rom are you using?
ekt8750 said:
When can we expect the cm6 version?
Click to expand...
Click to collapse
i am actually focusing on the sense version atm but download mrcharlesiv's from his post i am basing mine off of his with few changes
changes being a little further themed
_____________________________________________________________________________
EDIT:
also will have an update later today if not tomorrow with a few changed things
and added a themed dialer and contacts (keeps original dialer also)
added media folder so has ringtones and notifications from epic (optional)
and i'm gonna set it up to remove some apk's like htc music, htc clock, htc lockscreen and mail as they are just duplicates and not needed to have multiple of them
will keep htc gallery as it links with camera
Great work on the theme. I love this when I was on cm6 and missed it when I switched to Fresh. I have a couple of questions though. How would I make the notifications bar clear, when you pull it down? Is ther anyway to get the the battery with the number read out like the cm6 rom?
Is there a way to load this without all the AOSP apps?
yeah the galaxy s notification bar would be amazing, but seems hard, i just would prefer an updated icon pack.
samrozzi said:
yeah the galaxy s notification bar would be amazing, but seems hard, i just would prefer an updated icon pack.
Click to expand...
Click to collapse
well i did put out an update just now
the app icons are not really changed from what they were (as they are the same as epic with some from the galaxy) and the galaxy s notification bar with the shortcuts is beyond my knowledge so i didn't do that
things changed
removed htc lockscreen (now vanilla lock)
removed htc clock
removed htc deskclock
removed htc Music
removed Mail (still have Email though)
removed htc contacts (People)
kept Htc Gallery as it links to camera
added epic4g themed dialer/contacts
added media as requested (from epic 4g system dump)
changed a few icons but almost all are the same
and i think thats all hope i didn't leave anything out
EDIT: looking into putting the Stock Android Browser in it +themed (i Can NOT stand the sense browser) -ACCOMPLISHED
EDIT2: apperently i can only get the contacts and dialer to show up if i flash something else first then flash this over it so i'm kinda stumped so i'm trying to get that fixed up
I HATE ISSUES LIKE THIS!
they do work but have to be installed differantly (contacts and phone)
_________________________________________________
CM6 release is gonna push back a little as flashing it causes battery to display as just a question mark battery on nightly 9/7
i was wondering, say i apply the all theme and you have an update later, can i just flash the update over the current one? or will doing that mess it up?
also i tried flashing the theme over fresh's new 2.2 rom and no go. just keeps cycling at the fresh evo boot screen
samrozzi said:
i was wondering, say i apply the all theme and you have an update later, can i just flash the update over the current one? or will doing that mess it up?
also i tried flashing the theme over fresh's new 2.2 rom and no go. just keeps cycling at the fresh evo boot screen
Click to expand...
Click to collapse
yeah good times gotta fix it for fresh 3.2 and gotta fix the contacts issue and gotta school shop and gotta do some extra work at home haha
i'll see what i can do today
(i tested and built around 3.1.0.2)
mrpuffin said:
yeah good times gotta fix it for fresh 3.2 and gotta fix the contacts issue and gotta school shop and gotta do some extra work at home haha
i'll see what i can do today
(i tested and built around 3.1.0.2)
Click to expand...
Click to collapse
Mine is built off the new OTA.. Did mine flash on the older Fresh? I wonder what changed w/ the new release?
mrcharlesiv said:
Mine is built off the new OTA.. Did mine flash on the older Fresh? I wonder what changed w/ the new release?
Click to expand...
Click to collapse
alright i have at least the theme and media out now for OTA but flashing apps causes boot-loop
and i have been on cyanogenmod recently so i did not follow sense Roms and was unaware that an OTA was released
i have several problems in the theme that i have separate fixes for but i am hoping to get it incorporated into the actual theme later on
and now that there is an ota i will focus on that rather then the older one but will at least fix it when i have time
and with this update on progress i'm gonna take a break for a while
Looking really nice. I was wondering, is it possible to just pull the App drawer from the Epic4G/Galaxy S to replace the one in Sense? I like the horizontal scrolling for apps, but would like to stick to Sense for everything else. What do ya think?

ICS style Lock Screen

I came across this on google:
http://android.modaco.com/topic/347592-replacement-ics-style-lockscreen/
Basically it just shows you how you can get an ICS styled Lock Screen for the Sensation! It's great and has been running really well. The article says:
Download:
1. Magic Lockscreen: HERE
2. ICS Style Theme: HERE
How to use/install:
1. Install app, then theme and use app to select the theme. The app will walk you through some steps to show you how to use it, but..
2. Select the Magic Lockscreen as your Home Launcher default. Then the app will ask you which launcher you want to use as your main launcher.
Screenshot:
Attached at bottom of post
I use the Rosie/Sense, and I noticed that doing this the way that the app tells you kept making Sense reset every time I hit the home hey. To fix this, I use Home Switcher (free on marker) and selected "Set as default" for Rosie/Sense launcher which fooled the Magic Lockscreen into staying active when I love my phone, and fixed the issue with Sense. It actually runs very smoothly for me.
Not sure what it's like if you use another launcher if that may have problems with resetting so often either, in which case, try Home Switcher and choose set as default for your launcher.
Works On:
InsertCoin 3.3.x - Working reported by tjd319
CM7 Alpha 9 - Working with slight flash before lock and after unlock reported by dvandit21.
ENERGY (Oct 18 Version) - Working reported by dansharpy
TJD319 said:
I came across this on google:
http://android.modaco.com/topic/347592-replacement-ics-style-lockscreen/
Basically it just shows you how you can get an ICS styled Lock Screen for the Sensation! It's great and has been running really well. The article says:
Download:
Magic Lockscreen: HERE
ICS Style Theme: HERE
How to use/install:
1. Install app, then theme and use app to select the theme. The app will walk you through some steps to show you how to use it, but..
2. Select the Magic Lockscreen as your Home Launcher default. Then the app will ask you which launcher you want to use as your main launcher.
I use the Rosie/Sense, and I noticed that doing this the way that the app tells you kept making Sense reset every time I hit the home hey. To fix this, I use Home Switcher (free on marker) and selected "Set as default" for Rosie/Sense launcher which fooled the Magic Lockscreen into staying active when I love my phone, and fixed the issue with Sense. It actually runs very smoothly for me.
Not sure what it's like if you use another launcher if that may have problems with resetting so often either, in which case, try Home Switcher and choose set as default for your launcher.
Screenshots attached
InsertCoin 3.3.x - Working reported by tjd319
CM7 Alpha 9 - Working with slight flash before lock and after unlonk reported by dvandit21.
Click to expand...
Click to collapse
Work on CM7?
Also works perfectly on Energy (18th oct version, not tested on 22nd oct version)
Thanks for the guide, looks awesome, especially in fullscreen mode!!
Thanks for sharing, works great with InsertCoin 3.3.7
Working on Energy Oct 22, but it's noticeably laggy. The built-in ICS lockscreen that certain ROMs like Bulletproof have is much smoother.
Sent from my HTC Sensation 4G using XDA App
Very pretty lockscreen, though I still preffer sense weather's one.
I will definitively use it with MIUI later
Laggy and kinda ugly...
Seems like a very low resolution lockscreen. Anyone else notice this, or is it just me?
Matt
mrg02d said:
Laggy and kinda ugly...
Seems like a very low resolution lockscreen. Anyone else notice this, or is it just me?
Matt
Click to expand...
Click to collapse
Same here bro....
my s-off sensation, thanks to Revolutinary !!!
wallah said:
Same here bro....
my s-off sensation, thanks to Revolutinary !!!
Click to expand...
Click to collapse
Yup, same here . . laggy and low res...
Widget locker updated with ics and honeycomb locks
Sent from my HTC Sensation 4G using XDA App
I would use the ICS lockscreen if it was FAST and had sharper resolution. It looks neat, but just cannot stand a laggy unlock. Is this what everyone is finding, or should I try reinstalling it?
Matt
i have the same thing like you, weird unlock each time, i think the probleme was the aplication and not instalation
vegetaleb said:
Very pretty lockscreen, though I still preffer sense weather's one.
I will definitively use it with MIUI later
Click to expand...
Click to collapse
i am using the milocker for a not-root HTC sensation 4G, and is looking awesome...the only thing that i am nitpicking is that there's very little english translation, but well some you win some you lose...
jmshpkns said:
Widget locker updated with ics and honeycomb locks
Click to expand...
Click to collapse
This is the way to go, closest one I've seen and more options than you'll ever need.
Sent from my HTC Sensation 4G using XDA App
Here's what it looked like on my evolution, the first is a stockish look, the second is with simi clock widget. It's a paid app, but well worth the cash.
Sent from my HTC Sensation 4G using XDA App

[Q] Fresh intall of Fallout V5.0. What should I do ?

Well, after waiting quite a while on Endymion ROM, I've now flashed Fallout V5.0. Considering this is a fresh install, what other Mods/apps should I flash/install ? Also, what settings should I change ? I'm looking for stability as this will be my day to day ROM. Smart Ass v2 ?
And also, a huge thank you to Lowveld for the awesome ROMs that he produces. Your efforts are appreciated by all. :good:
EDIT: What launchers do you reccommend ? I was using Holo launcher... Looking for something different. Preferably theme-able.
and sorry for so many questions.
DieLyn said:
Well, after waiting quite a while on Endymion ROM, I've now flashed Fallout V5.0. Considering this is a fresh install, what other Mods/apps should I flash/install ? Also, what settings should I change ? I'm looking for stability as this will be my day to day ROM. Smart Ass v2 ?
And also, a huge thank you to Lowveld for the awesome ROMs that he produces. Your efforts are appreciated by all. :good:
EDIT: What launchers do you reccommend ? I was using Holo launcher... Looking for something different. Preferably theme-able.
and sorry for so many questions.
Click to expand...
Click to collapse
Congrats!
Currently I'm using:
amidabuddha's newest kernel (which is the new version of what is included in Fallout 5) http://forum.xda-developers.com/showthread.php?t=1845039
Jellybean animations http://forum.xda-developers.com/showthread.php?t=1765418
For launcher, definitely Apex. I use it all the time, on every ROM. It's worth buying the PRO version if you like it, gives you more options (like unread email/text notifications)
As I'm using Apex, I use itandy's HTC Lockscreen Shortcut Provider: http://forum.xda-developers.com/showthread.php?t=1874228
I use Smartass v2, but still playing around with that kind of thing. Basically, just read and play around, it's your phone!
outsidetown said:
Congrats!
Currently I'm using:
amidabuddha's newest kernel (which is the new version of what is included in Fallout 5) http://forum.xda-developers.com/showthread.php?t=1845039
Jellybean animations http://forum.xda-developers.com/showthread.php?t=1765418
For launcher, definitely Apex. I use it all the time, on every ROM. It's worth buying the PRO version if you like it, gives you more options (like unread email/text notifications)
As I'm using Apex, I use itandy's HTC Lockscreen Shortcut Provider: http://forum.xda-developers.com/showthread.php?t=1874228
I use Smartass v2, but still playing around with that kind of thing. Basically, just read and play around, it's your phone!
Click to expand...
Click to collapse
Alrighty, I have flashed the JB animations. Don't plan on flashing the new Kernel.. Theres not much point. The one in Fallout V5.0 should suffice. I don't want to chance bricking the phone for no reason.
I have one more question... What is the point of the HTC Lockscreen thing ? Will it remove Sense launcher and keep the Sense lockscreen working ? I don't really need the pull ring and stuff. Will be happy using another lock screen alternative(GO locker). Is it possible to completely remove Sense considering I'll be using Apex launcher ?
DieLyn said:
Alrighty, I have flashed the JB animations. Don't plan on flashing the new Kernel.. Theres not much point. The one in Fallout V5.0 should suffice. I don't want to chance bricking the phone for no reason.
I have one more question... What is the point of the HTC Lockscreen thing ? Will it remove Sense launcher and keep the Sense lockscreen working ? I don't really need the pull ring and stuff. Will be happy using another lock screen alternative(GO locker). Is it possible to completely remove Sense considering I'll be using Apex launcher ?
Click to expand...
Click to collapse
There is little chance of bricking whilst flashing a kernel, though don't quote me on that. It's there if you find battery life suffers, and it's good to have the newest version of these things.
As for the HTC Lockscreen thing, unless you use widgetlocker or something, you'll always have the ring unlock thing. If you use an alternate launcher, you won't have shortcuts on your lockscreen - itandy's mod fixes that. Read the thread - you have to disable Rosie to install it. If you don't want Sense at all it might be worth trying a different ROM!
outsidetown said:
There is little chance of bricking whilst flashing a kernel, though don't quote me on that. It's there if you find battery life suffers, and it's good to have the newest version of these things.
As for the HTC Lockscreen thing, unless you use widgetlocker or something, you'll always have the ring unlock thing. If you use an alternate launcher, you won't have shortcuts on your lockscreen - itandy's mod fixes that. Read the thread - you have to disable Rosie to install it. If you don't want Sense at all it might be worth trying a different ROM!
Click to expand...
Click to collapse
Cool, thanks for that. I have a problem though... Play Store keeps crashing ! Can't even get it opened. I have logged into my Gmail account... Should I try downloading and flashing GAPPS ?
DieLyn said:
Cool, thanks for that. I have a problem though... Play Store keeps crashing ! Can't even get it opened. I have logged into my Gmail account... Should I try downloading and flashing GAPPS ?
Click to expand...
Click to collapse
I suggest clearing the play store's cache, or the whole /cache partition in recovery!
johny.attila said:
I suggest clearing the play store's cache, or the whole /cache partition in recovery!
Click to expand...
Click to collapse
Wiped Play's cache and it worked ! Thanks !
Very stable
Fallout v5.0 seems to be very stable with really no issues.
Using it is a daily driver is a breeze.
I believe all the necessary mods for a rom has already been included by the developer, like rosie fixes and options to get certain sense 3.6 animations and the ability to reasonably overclock and underclock the CPU.
I also like the way how we can avoid most third party apps like fastburst camera and most photo editing software as these features are inbuilt in the rom.
Just waiting for the jellybean version of something similar to come

[Q] Completely Replace HTC Lockscreen with custom lockscreen

Hi all,
I am looking to try a new lockscreen other than the default HTC lockscreen to get more information at a glance. However, all of the lock screen replacements I have tried seem to sometimes have a slight delay where the HTC lockscreen shows for a second before the custom one I installed shows up. Is there a way to prevent this from happening, and just have the phone go directly to the custom lockscreen? I am rooted and s-off which should help. Any help would be appreciated.
ChuckFinley1992 said:
Hi all,
I am looking to try a new lockscreen other than the default HTC lockscreen to get more information at a glance. However, all of the lock screen replacements I have tried seem to sometimes have a slight delay where the HTC lockscreen shows for a second before the custom one I installed shows up. Is there a way to prevent this from happening, and just have the phone go directly to the custom lockscreen? I am rooted and s-off which should help. Any help would be appreciated.
Click to expand...
Click to collapse
Have you used the ViperOneM8 custom ROM? In the tweaks it allows you full customization of the lock screen + other screens. Nova Launcher in combination with ViperOneM8 is how I have my phone and I couldn't be happier! ?
And they're releasing a new 3.x version within a couple weeks, if not days over the new 4.4.4 firmware.
Sent via Tapatalk on my Big Red M8
rhodyvik said:
Have you used the ViperOneM8 custom ROM? In the tweaks it allows you full customization of the lock screen + other screens. Nova Launcher in combination with ViperOneM8 is how I have my phone and I couldn't be happier! ?
And they're releasing a new 3.x version within a couple weeks, if not days over the new 4.4.4 firmware.
Sent via Tapatalk on my Big Red M8
Click to expand...
Click to collapse
Hi,
Thanks for the response. I used to be running viperROM, but I was hoping that the lockscreen would give me more information at a glance kind of like how the new Lollipop lockscreen looks. I looked though a lot of the settings, but didn't seem to find what I was looking for. I will be looking into the new version once it drops, because I definitely liked the ROM, just wished the lockscreen could be customized the way I like.
Maybe a theme download? Sorry
Sent via Tapatalk on my Big Red M8
If you go into the /system/priv-app directory and re-name the HtcLockScreen.apk to something like HtcLockScreen.apk.bkp then it will default to the AOSP lock screen after a re-boot. I am doing that and using the DashClock lockscreen widget. I'm happy with the results. You also get the full-screen music art on the lockscreen, which I like having back.

Categories

Resources