[MOD] Trackball Notifications in Succession [v 0.5] (CM-5.0.5.3) - Nexus One Android Development

I pieced together a way to get notifications to be shown in succession. This is an initial version and it seems pretty stable as I have used it throughout the day.
The way it works is by cycling through the current notifications that in the system and flashing the trackball according to how each notification specifies their behavior.
If you see some odd behavior with Handcent it is expected as the default flashing rate has a light off period of 0, so you can change it to custom with a light off rate of 2000 to match that of GMail notifications. (as I have)
Special thanks to ChainsDD for some help today with general Android knowledge and I hope you all enjoy this. Please leave some comments and I will do my best to fix bugs and make improvements (Computer Science student at UCSD)
Root is required...
** Please read **
This enhancement should work on CM-5.0.5 as I have built the jar against his source. I don't guarantee it will work for the others.
Also, I cannot guarantee support for Desire roms. I know nothing about how the Desire is supposed to handle notifications. If HTC didn't try to do something fancy (read: stupid) with the notification code, then this will work as advertised. I have no plans to use or test this on a Desire ROM myself.
Like any other development project on this forum I will not be held responsible if this breaks your phone in any way. It only updates the services.jar from /system/framework so you should at worst only see boot loops.
If you are having issues:
- Please drop me a log in pastebin.
Changelog:
v0.5:
- Updated to use the new breathing light code. (Sorry for the long wait)
v0.4:
- Fixed to use the eclair branch code instead of donut
- Options for flashing while screen on, at all work now (eclair options)
- Fixed the sleeping issue. Should now work with the screen off.
v0.3:
- Hopefully a fix for the issue of the notifications not staying awake.
- More debugging output so people can get me some logs.
v0.2:
- Fix for multiple notifications of the same color.
v0.1:
- Initial version with succession
Donation:
Please donate if you like my work. It helps keep me motivated and working hard on Android.
Downloads:
- Attached at the bottom.
- servicesv05.zip provided by me.
- others provided by RixKliq (post #225 but attached here)
How to install:
1) Nandroid
2) Rename download from servicesv05.zip to services.jar
3) Connect phone to computer.
4) adb remount
5) adb push services.jar /system/framework
6) adb reboot

Glad you made it! Get cyanogen to put it into his mod .

Wysie said:
Glad you made it! Get cyanogen to put it into his mod .
Click to expand...
Click to collapse
Do you think this will rock out with the Desire Rom... I am about to push it over but I just need to understand the differences between this and chain.. I gather no color distribution in notifications.. I have seen that Chain Version did not prosper on this Rom.. I keep forgetting this is from something that comes out in two months.. Lol..
Thanks..

Appears to work pretty well... any chance of speeding up the flashing? So far is working well with 3 notifications. Waiting for twitter to update and see how 3 looks. though I think it will take too long to see more then two as it flashes slowly.

question
so i pushed it to the system and i see nothing and how can i change it from 0 to 2000 ?

nice work mate- you should speak to lilH3rmit. he has an alpha version of Trackballcolornotify2 that allows different colours to be shown for different apps (stock and non-stock)... his has an altered framework.jar....
if you 2 got together the end result would an all in one app

cool work, but can you post a version with white text?

works 'thanks'

AC!D said:
cool work, but can you post a version with white text?
Click to expand...
Click to collapse
do you want white everything? or just the stuff in the statusbar? i can change colour of clear button and provider as well.
***edit*** here is one with white status bar stuff. just change the .zip to .jar as above- untested BTW but mine worked, and it was only slightly different. shouldnt affect the hacks done here...

Can anyone post screens?
//P

just a word- am using this with Trackballcolornotify2 and it works awesomely!!!! thanks so much for this one.

MontAlbert said:
just a word- am using this with Trackballcolornotify2 and it works awesomely!!!! thanks so much for this one.
Click to expand...
Click to collapse
hummm... link please ? I'm not sure which mod you're talking about since there are a few around..
thanx !
And of course thanx a lot to metalhead8816 for this work, I hope it gets included in cyanogen mod.

works great...blinks green then cyan...going to test out missed call. nice work!

BlueScreenJunky said:
hummm... link please ? I'm not sure which mod you're talking about since there are a few around..
thanx !
Click to expand...
Click to collapse
it's in alpha testing phase at the moment. Watch this space i reckon for something that could be awesome. He wants to make it so it will support EVERY single app so you can choose ANY colour you want for the trackball.

Ok thanx, that would definitely be great in combination with successive notifications !
Loving my N1 more and more thanx to you guys, keep up the good work =)

Did someone test i on Desire?

thanks! trying....

MontAlbert said:
do you want white everything? or just the stuff in the statusbar? i can change colour of clear button and provider as well.
***edit*** here is one with white status bar stuff. just change the .zip to .jar as above- untested BTW but mine worked, and it was only slightly different. shouldnt affect the hacks done here...
Click to expand...
Click to collapse
thank you, works perfect!

someone tried it on MCR 1.7?
if not i will do it this afternoon

how hard is this on the battery - do you have to wake up the CPU every time you change the color?

Related

[MOD] Native trackball colors... Official!! [3-16]

For anyone who missed it, Google open sourced the official lights and sensor libs. Attached is the update.zip with official colorful LED lib. It's just about functionally identical to mine, but they have some better color mapping, and the white is finally white! Just flash from recovery and enjoy.
Special thanks go out to lilHermit, his app gave me a lot of insight into the LEDs, and metalhead8816 for helping me through some tough code, and Google for releasing the official code.
Root is required...
This is how it works:
- Screen on: incoming whatever - one white flash
- Screen off: notification - one white flash, then colored flash
- SMS, Gmail - green
- Missed call, twidroid - cyan
- Incoming call - rapid white flashing
- Incoming call while on bluetooth - rapid blue flashing
** Please read **
This file offers no customization because it's only an interface. What this file does is allow apps and the system to set the color and blink rate of the trackball and the trackball obeys.
Also, I cannot guarantee support for Desire roms. I know nothing about how the Desire is supposed to handle notifications. If HTC didn't try to do something fancy (read: stupid) with the notification code, then this will work as advertised. I have no plans to use or test this on a Desire ROM myself.
Attached is a real update.zip that I made myself. No waiting this time. Flash from recovery and let me know what you think.
ChainsDD said:
I pieced together a new led driver that shows colors on the trackball. Everything seems to work as advertised and it should work on any ROM.
It's being pulled into CM, so if you run that, you could probably wait for the next release if you want.
Other than that you can grab the .so here and push it to /system/lib/hw. It requires a reboot to take effect.
Note: This is not an update.zip. I'm too tired to put one of those together. just extract lights.mahimahi.so and push it with adb. or someone else can make an update.zip
Click to expand...
Click to collapse
interesting ... was this a binary edit ... or did you build this from scratch/source?
Nice work.
~enom~
freaking sweet! now i just have to figure out where my flipping cable is since I just got to my hotel room on a business trip. what a great surprize.
enomther said:
interesting ... was this a binary edit ... or did you build this from scratch/source?
Nice work.
~enom~
Click to expand...
Click to collapse
Sort of built from scratch. I had the lights.msm7k.so source to look at.
What directory does this go
bobtentpeg said:
What directory does this go
Click to expand...
Click to collapse
/system/lib/hw
ChainsDD said:
Sort of built from scratch. I had the lights.msm7k.so source to look at.
Click to expand...
Click to collapse
In that case ... very well done sir ... nice indeed!
EDIT: Ah, I just saw it up on github too ... cool.
~enom~
thanks for the hard-work it'll be great to have the trackball work the way it should have from start. I put together an update.zip but its my first time putting one together just kinda edited and re-signed another zip file i had, i flashed it myself it didn't have any errors and seems to be working but standard disclaimers apply make a backup flash at your risk im not responsible for anything that happens to your phone.
updated the file its the new one 2/22
edit i forgot that there was issues with the screen being on and color changing properly the zip works fine
edit removed zip to prevent confusion
godsfilth said:
thanks for the hard-work it'll be great to have the trackball work the way it should have from start. I put together an update.zip but its my first time putting one together just kinda edited and re-signed another zip file i had, i flashed it myself it didn't have any errors and seems to be working but standard disclaimers apply make a backup flash at your risk im not responsible for anything that happens to your phone.
Click to expand...
Click to collapse
I didn't try it, but looking at that, it should work just fine. putting it in the OP. Thanks!
ChainsDD said:
I didn't try it, but looking at that, it should work just fine. putting it in the OP. Thanks!
Click to expand...
Click to collapse
no problem glad to be of some help. i cant code and i'm poor so gotta give back to the community somehow
Awesome!!! Thank you!!!!
How do we change the values for different situations, (calls, sms, email etc...)???
this is awesome!!! Thanks so much
How do you mess with the different colors or can you not do that?
are there any options or something to mess around with? I don't notice much of a difference. Rather than 2 white pulses, I get a pinkish flashing. anyway to adjust?
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
My guess is that the color is specified in the program itself, the same way that a LED notification light would get it's color.
But hey, at the moment the pink flashing matches nicely with the Carebear recovery released earlier today...
duylong186 said:
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
Click to expand...
Click to collapse
Ssantos6981 said:
are there any options or something to mess around with? I don't notice much of a difference. Rather than 2 white pulses, I get a pinkish flashing. anyway to adjust?
Click to expand...
Click to collapse
cupOjo said:
How do you mess with the different colors or can you not do that?
Click to expand...
Click to collapse
wdelisi said:
Awesome!!! Thank you!!!!
How do we change the values for different situations, (calls, sms, email etc...)???
Click to expand...
Click to collapse
Colors shown are up to the apps that send the notifications. So far I know that email and sms are green, and twidroid is light blue.
I just put together a fix for the pink, stand-by for that
duylong186 said:
Tested. Works fine.
I might sound dumb but how can I tweak the colors? Right now it blinks pinkish on startup but i hate pink
Click to expand...
Click to collapse
don't flash RA's carebear recovery then
ChainsDD said:
Colors shown are up to the apps that send the notifications. So far I know that email and sms are green, and twidroid is light blue.
I just put together a fix for the pink, stand-by for that
Click to expand...
Click to collapse
USB connection is a lavender color as is Handcent.
I guess no workaround for unrooted n1s?

[MOD/theme] JK2/onyx 2.2 *matte* theme, et.al.

UPDATE 11/19/2010 4:00pm
DOWNLOADS INDEFINITELY REMOVED, taking a break from XDA, and don't want to return to a thread of nothing but bug reports, whining, and more un-credited use of my work.
And lastly, I never used to care about people using my work if they gave me credit, but I've found a lot of people re-packaging my battery icons without any mention of credit, or link to my original threads, and its just really annoying, takes barely a few seconds to add a "credit/thanks to xxxx" note or link somewhere in your posts. So from henceforth if you want to use my mods/theme in your own rom, mod, etc. you MUST:
1) ask my permission to do so.
2) you must link back to my thread and provide credit to me in your post
3) your mod/theme/etc. must be for non-commercial purposes
4) you must also share your mod/theme back to the community
Nice. Thanks.
I was gonna try and mod it myself for accurate battery and all but then thought nah Jocelyn will post something in the next few days and her stuff always rocks.
You gonna add in the bluetooth and power menu mods?
Could you do a black mod? This woud be awesome. Thanks!
Thank you very much for this! I LOVE it! The blue really goes nice with my already blue wallpaper and blue glove. The animations are freaking awesome as well!
adm1jtg said:
I was gonna try and mod it myself for accurate battery and all but then thought nah Jocelyn will post something in the next few days and her stuff always rocks.
You gonna add in the bluetooth and power menu mods?
Click to expand...
Click to collapse
Hi,
On JK2 the bluetooth toggle seems fixed already, at least for me, when i click it, it toggles on and starts scanning for devices in a popup automatically, so there really isn't a need for that.
And once untermensch ports his power-menu mod and the epic/puzzle lockscreen mod to JK2, I'll add them both.
I know he's working on porting some of his mods to froyo already, and I might look through the power menu to see if I can do it without waiting for him to port it officially, but the lockscreen mod is definitely over my head until he releases froyo specific mod/source.
Cheers everyone, =)
removed I figured it out
awesome work as always,
flashing NAO!
Perfect! Really like the color changes and the window shade look, plus the battery icon. Animations are ok.... Wasn't there a way to speed up animations system wide?
Tapatalk sent this.
Updated the OP with a couple options to switch to the AOSP lockscreen instead of the samsung glass-lock.
Cheers, =)
lotherius said:
Perfect! Really like the color changes and the window shade look, plus the battery icon. Animations are ok.... Wasn't there a way to speed up animations system wide?
Tapatalk sent this.
Click to expand...
Click to collapse
Hi,
You can speed up animations using SpareParts.apk
I don't honestly remember where I got the apk I'm using now, but you might be able to find it on the market, or likely a CM5.0.8 or CM6 build for the nexus one.
Cheers, =)
s0niqu3 said:
Hi,
On JK2 the bluetooth toggle seems fixed already, at least for me, when i click it, it toggles on and starts scanning for devices in a popup automatically, so there really isn't a need for that.
And once untermensch ports his power-menu mod and the epic/puzzle lockscreen mod to JK2, I'll add them both.
I know he's working on porting some of his mods to froyo already, and I might look through the power menu to see if I can do it without waiting for him to port it officially, but the lockscreen mod is definitely over my head until he releases froyo specific mod/source.
Cheers everyone, =)
Click to expand...
Click to collapse
Hey Jocelyn -
Actually, the power menu mod is already working in Obsidian V2. All you should need is some components from their framework-res.apk, the framework.jar, and the android.policy.jar, and it will work on the ROM you are using. I have it working on mine just fine (same ROM as you). At the very least, if you get stuck trying to do it yourself, using these files as a reference might help.
Good luck.
can i install this MOD on AOSPish 1.1 ? (JK2, as i know)
just flashed this and got the animations and the color changes but no AOSP can be found. I flashed the latest jk2_matte_with aosp lockscreen. Tried turning puzzle on and off in display but still only the glass lock screen is showing.
tnx Jocelyn
rsfaze said:
just flashed this and got the animations and the color changes but no AOSP can be found. I flashed the latest jk2_matte_with aosp lockscreen. Tried turning puzzle on and off in display but still only the glass lock screen is showing.
Yes I works but the clock in top bar is black. Edit... when u press the power button ..Anything more than q fast press. The phone soft rebooted. Ie. Screen goes blank then vibrates bottom buttons light up but it doesn't actually. Fully reboot. Needed to pull battery. sOniqu3 thank u for all that u do your an awesome. Women
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Awesome! Thanks so much for your awesome work, s0niqu3! This what what I had been missing from the JK2 rom!
In Eugene's Macnut R10 build, the baseband is listed as JK2 and I know he ported some of the unofficial leak over to that build, I'm wondering if this is compatible? Has anybody tried? Or what else do I need to look for to check compatibility before I try it. I can restore, thats never a concern, but would rather avoid fc cutting if I can.
Edited: no, no it does not, but i gave it the old college try. hopefully eugene's next build will be more jk2 and compatible, cause i dig s0niqu3's battery mods.
Sent from my Vibrant running Macnut R10
s0niqu3, great mod. Would you be able to make a black version of your notification menu(basically invert all the elements )?
rsfaze said:
just flashed this and got the animations and the color changes but no AOSP can be found. I flashed the latest jk2_matte_with aosp lockscreen. Tried turning puzzle on and off in display but still only the glass lock screen is showing.
tnx Jocelyn
Click to expand...
Click to collapse
Hi,
Sorry, totally my fault, forgot that most people don't have JK2 deodexed, lol.
Anyway, updating the OP now with a version that should work on people with stock, odexed JK2, please let me know if it works.
Cheers, =)
Updated the OP to atone for my moment of idiocy forgetting that most people don't have JK2 deodexed.
In other words, zip files for the AOSP lockscreen have been re-uploaded with versions that should work for people on stock, odexed JK2.
Sorry, and cheers everyone, =)

Compatible /Custom LockScreen Mods

I Noticed that many developers are including the new Rotary Lockscreen in the recent roms that have been released, and thought I would create a thread entirely devoted to Custom Lockscreen Mods for our device. I don't claim to be a developer or themer, but however noted that we have some of the best themers and developers in the Vibrant thread so thought I would start a thread for those who would like to share some themed Lockscreen Mods. I have extracted several settings apk's from several roms and noted that they do work or are compatible with different roms. This thread in no way seeks to minimize the hard work of those developers who have included Rotary Lockscreens in their roms, but only seeks to stir up the creative juices of others who may want to share some of their work. Thanks!! Credit goes to Whitehawx & Hoey2011 for making this possible on our devices. Heres hoping that they will continue to bring their creativity to this thread along with other themers and their themed lockscreen mods.
Thanks to Whitehawx for getting this working on our device and shout out to Hoey2011 for these Lockscreen themes and Brick'd, RobZarzecki and others who supported this. More to Come in different colors and flavors! Stay Tuned!!
Hot Screenies
1st waves of morphs compliments of Hoey 2011. Flash with Metamorph and should be all good. NOTE: The star wars mod may not work after you apply this but the other 5 lockscreens work without a hitch. This is the 1st wave of morphs and all glitches that are found will be worked out accordingly. Whatever theme you are using should not be affected as shown in screenies using Danny Doans Theme with Hoey2011 themed Lockscreen with Rotary. Enjoy and Be on the lookout for more soon!
Current Article
http://androidspin.com/2011/02/18/rotary-lock-screen-mod-for-samsung-vibrant/
Great idea, there are many out there, hopefully you can get a few posted that work with the frame work each are using.
Sent via my TW Bionix imbibed Vibrant with a Splash of Color
jcc332006 said:
I Noticed that many developers are including the new Rotary Lockscreen in the recent roms that have been released, and thought I would create a thread entirely devoted to Custom Lockscreen Mods for our device. I don't claim to be a developer or themer, but however noted that we have some of the best themers and developers in the Vibrant thread so thought I would start a thread for those who would like to share some themed Lockscreen Mods. I have extracted several settings apk's from several roms and noted that they do work or are compatible with different roms. This thread in no way seeks to minimize the hard work of those developers who have included Rotary Lockscreens in their roms, but only seeks to stir up the creative juices of others who may want to share some of their work. Thanks!!
Click to expand...
Click to collapse
On the rotary lockscreen I noticed 6 open spots. It sure wuld be nice to have like text messaging on one of them
nomadrider123 said:
On the rotary lockscreen I noticed 6 open spots. It sure wuld be nice to have like text messaging on one of them
Click to expand...
Click to collapse
This would be so cool.
the sixth spot may go to Star Wars -full credit to Whitehawkx
RobZarzecki said:
the sixth spot may go to Star Wars -full credit to Whitehawkx
Click to expand...
Click to collapse
Yo RobZ im going to post a couple of framework apks and possibly a couple of those setting apks that we discovered works on particular roms just to get it started a little im still contacting a few people to just make sure its ok. Thanks to brickd he okd to post his saturated grey rotary framework and going to check with others also. Its nice to be able to change out lockscreens according to personal pref if compatible. Imagine if someone could develop a lockscreen changer this would be the business!
Hello everyone! Hmmm where to begin. I have done a little poking around regarding adding additional shortcuts to the rotary. I for one would like to have it show missed calls/texts on the center piece and you swing one way or the other to shortcut to it.
Something another dev in the fascinate forums PM'd me about was using the rotary to answer/decline calls. That would be freakin awesome. I'm going to be investigating this as I think it might actually be easier to do than what I said above.
Jcc, I like your idea for an app that can change out colors/themes/ect on the lockscreens. I'm going to do some talking with Roman later to see if we can't work something out for this (he's the java/app expert ).
I do have some other lockscreens I'd like to port over, including the multilock from CM and the iFail...err... i mean iPhone slider lockscreen. No promises on anything though. Anywho, its time to vape!
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Hmmm I am unsure why the mod would not work, but doesn't Axura 2.3 come with the rotary lockscreen already? Flashing my mod should work, but you would lose all of your theming, ect. Seems odd that it wouldn't work though.
Whitehawkx said:
Hmmm I am unsure why the mod would not work, but doesn't Axura 2.3 come with the rotary lockscreen already? Flashing my mod should work, but you would lose all of your theming, ect. Seems odd that it wouldn't work though.
Click to expand...
Click to collapse
I dont know. Strange. Right after I flashed and went to into settings, display and unlock screen, it only shows the 4 options. Rotary is not even there. I didnt want to lose the theming from my Gen x red theme so that's why I downloaded the one from the market.
Whitehawkx said:
Hello everyone! Hmmm where to begin. I have done a little poking around regarding adding additional shortcuts to the rotary. I for one would like to have it show missed calls/texts on the center piece and you swing one way or the other to shortcut to it.
Something another dev in the fascinate forums PM'd me about was using the rotary to answer/decline calls. That would be freakin awesome. I'm going to be investigating this as I think it might actually be easier to do than what I said above.
Jcc, I like your idea for an app that can change out colors/themes/ect on the lockscreens. I'm going to do some talking with Roman later to see if we can't work something out for this (he's the java/app expert ).
I do have some other lockscreens I'd like to port over, including the multilock from CM and the iFail...err... i mean iPhone slider lockscreen. No promises on anything though. Anywho, its time to vape!
Click to expand...
Click to collapse
Yeaaa Whitehawx appreciate you picking up on this. One of the things I appreciate about EDT is they're a class act and are loaded with creative minds. Whitehawx thanks for responding to this thread and look forward to the freshness. Hopefully the lockscreen changer will come to fruition this would be hot. That lockscreen that roman is thinking of releasing on trigger is the business!!
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Where can I get the flashable for this hotness seen in the screenshots posted? Running trigger romance beta rom my phone would make love to this lockscreen. Ha lol!
jcc332006 said:
Where can I get the flashable for this hotness seen in the screenshots posted? Running trigger romance beta rom my phone would make love to this lockscreen. Ha lol!
Click to expand...
Click to collapse
Funny.....Lol. It's actually in the market. It's called GOTO LOCK. It's a buck 50 but well worth it. I only found it because the rotary that whawx created for the roms wouldn't show up when I flashed axura 2.3 and I really wanted a rotary unlockscreen.
jcc332006 said:
Yeaaa Whitehawx appreciate you picking up on this. One of the things I appreciate about EDT is they're a class act and are loaded with creative minds. Whitehawx thanks for responding to this thread and look forward to the freshness. Hopefully the lockscreen changer will come to fruition this would be hot. That lockscreen that roman is thinking of releasing on trigger is the business!!
Click to expand...
Click to collapse
that's whitehawk's doing, btw
mainevent3405 said:
Whitehawx, I am using Axura 2.3 and when I flashed it the rotary lockscreen didn't appear in my list. I flashed it again and themed it with Gen x red and it still didn't show up. I wanted the rotary look so bad that I found the one attached in the market. Its called GOTO LOCK. If you look at it, I can roll the arrow to the right and hover over sms (my handcent) and it will preview my messages and the same for phone calls and my gmail. It also shows the number of each if any are waiting. Allows me to customize background as well. On the box up top it allows me to silence ringer, vibrate or turn ringer on and a few more gadgets as well. I think if you could incorporate something like this into rotary it would take it to the next level!
BTW...any idea why the rotary lockscreen didn't show up with the rom?
Thanks.
Click to expand...
Click to collapse
Because genx red isn't for Axura 2.3
birgertime said:
that's whitehawk's doing, btw
Click to expand...
Click to collapse
Yes I saw this mentioned in the trigger thread. However he said you were the Java expert. Collective creative development gotta love xda. I'm going to mess around and learn how to do some of this stuff one of these days. Instead being a leaching donator.LOL! My wife tells me that I'm on here so much I ought to know how to cook by now.
Master™ said:
Because genx red isn't for Axura 2.3
Click to expand...
Click to collapse
I know this is your rom, but maybe you should check that statement again. Annex distinctly stated that he ported it to be used on 2.3. Also it's on YOUR website as such as well.
Generation X - Red
Red & Amazing!
Originally made by: D3StRoY
Most credits go to him! Without him, this theme would not be here before your eyes!
Original theme: http://forum.xda-dev...ad.php?t=898892
This is for Axura 2.3.0.0! Don't flash this if your Axura version differs!
Know your neighborhood!
Hey guys, I made a little mod of the rotary lockscreen for bionix V 1.2.1, based on the GingerBlue theme. Therefore, when you flash this zip, you will have a blue themed phone, only for what framework-res touches. There are no changes to tw-framework, so that apk is not included.
This is a clockwork flashable, and it clears your dalvik cache, so it takes ~3-4 minutes to reboot after flashing it. I was a bit worried because of how long I was having to wait after flashing, but then I realized I have 200+ apps, and that makes rebuilding the dalvik-cache a little time consuming. Screenshots included, here's the link to the mod:
http://www.4shared.com/file/ryMYzZYU/HoeyBWRotary.html
If there's enough interest in this sort of thing, I'll take whatever lockscreen ports there are to handle, and make them customizable for our Vibrants I'm a themer, not a coder heh heh
Edit: I suggest trying this with a black and blue theme, because that's what I designed this little inspiration after. the jog icons are black and transparent, not black and blue like the screenshots suggest, it's just the blue smoke from the wallpaper.
I added a space wallpaper to demo a little better the way it looks
EDIT #19390487: I will consider making these theme a Metamorph simply for the possibility of avoiding replacing the entire framework-res.apk . Metamorph may make it possible to avoid the time-consuming flash/dalvik-cache wipe process I am using now for the theme. Then again, everything has room for improvement, including this mod! Keep in mind, this is a *rough* draft of an idea, and the idea was made specifically for me. If you don't like it, then throw up some suggestions. I will give folks a run down in a separate thread from this, so you can have an idea of what I can change and the effects it will have. That way, this thread can stay open to new *actual* modifications, rather than just aesthetic ones. So basically, I am going to take what progress comes from here, and theme it to gooey goodness. I have a simplistic stylistic preference, but you all may not!
Where exactly are lockscreen-containing files located within the ROM?
hoey2011 said:
Hey guys, I made a little mod of the rotary lockscreen for bionix V 1.2.1, based on the GingerBlue theme. Therefore, when you flash this zip, you will have a blue themed phone, only for what framework-res touches. There are no changes to tw-framework, so that apk is not included.
This is a clockwork flashable, and it clears your dalvik cache, so it takes ~3-4 minutes to reboot after flashing it. I was a bit worried because of how long I was having to wait after flashing, but then I realized I have 200+ apps, and that makes rebuilding the dalvik-cache a little time consuming. Screenshots included, here's the link to the mod:
https://dl-web.dropbox.com/get/HoeyBWRotary.zip?w=4cbb60d5&dl=1
If there's enough interest in this sort of thing, I'll take whatever lockscreen ports there are to handle, and make them customizable for our Vibrants I'm a themer, not a coder heh heh
Edit: I suggest trying this with a black and blue theme, because that's what I designed this little inspiration after. the jog icons are black and transparent, not black and blue like the screenshots suggest, it's just the blue smoke from the wallpaper.
I added a space wallpaper to demo a little better the way it looks
Click to expand...
Click to collapse
Oxirane said:
Where exactly are lockscreen-containing files located within the ROM?
Click to expand...
Click to collapse
Hoey dang that lockscreen is sweet!!thanks for joining the discussion. I'm going test this baby out. It looks Great. Please feel free to Share some of your Lockscreen mods. That's why I started the thread because I believe themers such as yourself as well as others could post the hotness!
@ Oxirane It's either the Framework_res.apk or The Setting.apk and using root explorer you can copy it in systems/framework directory and if you use the setting.apk you can copy it in Systems/Apps folder. It's funny though because I've discovered that on some roms the framework_res.apk file changes the lockscreen, and on others all you have to do is push Settings apk to Systems/Apps. Maybe someone could expound on it for us. Make sure before you push any file with rootexplorer on your phone. SAVE your original files so that if something goes haywire you can just recopy those files as it will give you back your original look before the push. You could also just flash a rom with it already on it also. Hope this makes sense! Chime back if it works for you.
Update: Unable to download from dropbox its giving a error message. Could you post the Mod here in the thread. Thanks.

MattedBLues on Legend

Anyone had any luck with this theme on the Legend with CM7?
[THEME] MattedBlues - CM7 Final/6/SalvageMod & Sense
http://forum.xda-developers.com/showthread.php?t=768848
It looks awesome...
did you try it? Do a nandroid backup download and try it - then tell us how it went..
Sent from my HTC Legend using XDA Premium App
It looks very goooood. I want it on my Legend!!!!
But i use Blayo´s Rom and dont want to change to cyanogen...
I flashed the Mattedblues theme made for the EVO (I think, found it in this thread) on my HTC Legend last night, and it basically almost works.
It looks amazing, and as far as I'm able to tell, there are no visual problems with the skin itself.
Thing is, if I try to turn off WiFi, I'm thrown back to the boot animation. It then boots up normally, with the WiFi still on.
I don't know if this is caused by settings on my phone, or by the skin being incompatible with the Legend. I tried to flash the version of the theme made for the G2 just now, but the same problem occurred.
Thanks Eirki, I posted your feedback here in case someone can advise:
http://forum.xda-developers.com/showthread.php?p=13111708#post13111708
Good idea, thanks. I would love to have this work for the Legend, it's by far the most polished CM7 theme I've seen.
Just tried installing for cm7.
Besides the wifi, I also found the keybord having grafic error ect. Gallery also broken.
awesome skin, if it worked proparly.
Hope here -> http://forum.xda-developers.com/showthread.php?t=1044880
I now have MattedBlues working on my Legend. I used the method this post: http://forum.xda-developers.com/showthread.php?t=841720 (Method 1). It was actually fairly straightforward.
Using that method, I merged the theme-files from this thread: http://forum.xda-developers.com/showthread.php?t=959065 with the files from the offical CM7.0.3 zip file. Just make sure you download the theme which is compatible with current version of CM.
Eirki said:
I now have MattedBlues working on my Legend. I used the method this post: http://forum.xda-developers.com/showthread.php?t=841720 (Method 1). It was actually fairly straightforward.
Using that method, I merged the theme-files from this thread: http://forum.xda-developers.com/showthread.php?t=959065 with the files from the offical CM7.0.3 zip file. Just make sure you download the theme which is compatible with current version of CM.
Click to expand...
Click to collapse
Would you mind sharing the result with us?
Sent from my Legend using XDA App
Do you mean sharing the modified theme-files, or sharing a screenshot? As I have said in this thread, I don't feel comfortable with anyone distributing other versions of the theme without the creator's explicit permission.
But it really isn't difficult merging the files yourself. You should try it. =)
Eirki said:
Do you mean sharing the modified theme-files, or sharing a screenshot? As I have said in this thread, I don't feel comfortable with anyone distributing other versions of the theme without the creator's explicit permission.
But it really isn't difficult merging the files yourself. You should try it. =)
Click to expand...
Click to collapse
Maybe you can post a description of your achievement in the official theme thread, along with asking the creator for permission to post the theme for others? I personally think the creator will be happy his/her theme has reached another device??!!
It's all about sharing. Otherwise places like XDA wouldn't really be what it is today..
Eirki, how did you port phone.apk to mdpi?
nofear2k said:
Eirki, how did you port phone.apk to mdpi?
Click to expand...
Click to collapse
I really didn't do anything in particular with phone.apk. Is the theme-porter method not working for you? If it's a problem with the dialer, I might not notice, as I'm using Go Dialer.
@C_Man: Good point. I posted a question here. I fairy new to both Android OS and XDA, and I don't much of the etiquette yet. Figured I'd tread carefully.
Eirki said:
I really didn't do anything in particular with phone.apk. Is the theme-porter method not working for you? If it's a problem with the dialer, I might not notice, as I'm using Go Dialer.
@C_Man: Good point. I posted a question here. I fairy new to both Android OS and XDA, and I don't much of the etiquette yet. Figured I'd tread carefully.
Click to expand...
Click to collapse
Yeah i guess you also converted with hdpi to mdpi with theme-porter. If you do that everything works except the dialer.
The creator - jabbawalkee - said that, as long as I give proper credit, I'm free to distribute it.
http://dl.dropbox.com/u/1699092/MattedBlues_for_HTC_Legend_CM7.0.3.rar
Here are the files that I've used. Apart from the dialer, some notification icons and the font being a little small, it's working like a charm.
If someone has an easier way of sharing files, that won't eat my monthly dropbox bandwith, please let me know =)
Also, I see people talking about a "thank you" button, but I can't seem to find it. Any hints?
I wrote a short howto and put it in the rar, but I recommend you check out http://forum.xda-developers.com/showthread.php?t=841720 anyway. Good luck with the theme, remember to do a nandroid backup before you try anything.
The 'Thanks' button is near the Quote/MultiQuote/QuickReply buttons on the bottom right of each post. I can see 3 people have thanked you for your above post and file share
You mention: "some notification icons and the font being a little small," ...are you able to notify us:
- which notification icons?
- where is the font small?
This will allow us to report any other wierd behaviour.
1] Is this for 7.0.3 and above only or 7.x ?
2] Do we need S-OFF?
3] Do we need [MOD] full r/w access via overlay filesystem (any ROM) for this to work?
Thanks once again!
Notification icons:
The roaming icon (looks like the regular signal strength icon, only with an R on it) does not appear to be themed. Instead it's the standard green.
Also, for some reason, when wifi is turned off, the signal strength icon is gray not blue.
I don't use 3G or edge, so I don't know how those icons look.
The battery percentages icon is very difficult to read. This is easily bypassed by checking "Battery Percentage" in CM settings -> Interface -> Status bar tweaks. It's a shame though, the special made percentage icon is a lot fancier.
Font size:
This is most noticeable in the Launcher Pro Plus widgets, especially the Friends widget and the Pulse news reader app. It's definitely readable, but still a minor nuisance.
If this is a deal breaker to you, there's always the option of not installing the font or installing a different one. (If anyone knows a font that looks good on the Legend, let me know.)
1: CM-version: I have only tested these specific files on CM7.0.3. I made them by combining the MattedBlues files for 7.0.3 with files from the CM7.0.3 zip file. For all I know, they may work on other versions as well. If not, the MB files for other versions can easily be converted to Legend-compatibility.
2: Mine is S-ON, so I wouldn't think you need S-OFF (I don't really know what S-OFF entails, I'm somewhat of a newbie.)
3: Now, I have no idea what that is. I sure never did that with my phone. Looks like a way to write files to /system without booting into recovery. I just boot into recovery =)
Thanks for the above!
I look forward to trying it out!
Eirki said:
Also, for some reason, when wifi is turned off, the signal strength icon is gray not blue.
Click to expand...
Click to collapse
Don't worry, this isn't a theme-related issue.
In 'pure Android', when you are online AND have the ability to connect to Google servers, the bars are green. When you don't have access to Google servers, the bars go grey. So the behaviour you see is normal [just replacing blue for green of course].
Question regarding the Apps folder in the *.rar file in post #16 above...
Can we simply delete the APK and ODEX files for the applications we don't want to install with the ROM or is completely the wrong and unstable way of doing it?

[MODS] Small Collection of Tweaks!

Hello! This is a bunch of tweaks I created to make Samsung devices better by modding the interface to really polish it. Enjoy!
Installation
Installing is simple. Navigate to the play store and download the required packages.
Substratum
Substratum Required Addon For Samsung
Samsung System Mods via Playstore (RECOMMENDED)
Samsung System Mods Direct APK (BACKUP)
Tips
- A reboot is usually required to apply the tweak.
- Some tweaks are incompatible on some devices.
- Oreo is in beta (until I get it)
- The nav bar heights are broken on the note and oreo. I can't fix it. Sorry.
- I can do requests. All I ask is you consider donating.
- You can hide status bar icons. You must use another APK: SystemUI Tuner (from the play store)
More mods are coming! Please leave suggestions for more mods you want so I can try and make them. I've been getting lots of positive feedback. Also, Tigerhoods, Pimpmaneaton, Venom, and Crayonyes have been helping me a bit, so big thanks to them .
Awesome People (Donators)
bamse84
John Halverson
Armold Jonassen
Maverick Jester
deepcover76
ikuinenluuseripaska
David McFalls
Titosilva
Benew0
Leonardo Berrios
mannequin
Christopher Moore
fiver5
Gary Logan
Chris King
Hubert M Stettner
Bobthahog
Sally Howington
Robert Edwards
Rafael James Del Castillo
Adalberto Fontenele
Wayne Jorgenson
Nice bro :laugh::good: lemme check them out
I know everyone wants to get rid of the carrier name but I'd love to add it on my status bar lol any ideas? Cheers
Keep up the great work. I love my phone more and more for every day, and this is making it perfect.
Its all the small things, that makes it beautiful
Thank U
Added 2 more UI tweaks from the other post for the other phone. Includes removing either clock or battery icon from status bar. Thanks for the support!
Assuming all these require root?
roaduardo said:
Assuming all these require root?
Click to expand...
Click to collapse
No sir, no root required. These are pretty awesome tweaks!
dave812 said:
No sir, no root required. These are pretty awesome tweaks!
Click to expand...
Click to collapse
Cracking!
Remove Unlock Text & Remove Status Bar Battery Icon (not percent) --> Work great. Big Thx.
THIS IS AMAZING!!!
The Disable Nav Bar tweak works perfect.
Before this tweak, I still applied the "qemu.hw.mainkeys=1" line to the build.prop file, but with that, I lose the ability to take screenshots with the combo buttons (power + vol down).
Thank you for this awesome tweak!!!
guerreironexus said:
I know everyone wants to get rid of the carrier name but I'd love to add it on my status bar lol any ideas? Cheers
Click to expand...
Click to collapse
I would like to do that too but I have yet to figure it how
The ability to remove time/date from lock screen
The ability to remove shortcuts, time/date, and unlock text from lockscreen
Either of which within your power?
This is probably beyond the scope of this project and doesn't seem to be any real answer. I've tried substratum clean lock and it doesn't work fully on samsung. Would be awesome if this is some magic you could work
If not, no worries. What you've got going on here is quite nice and much appreciated!
st0nez0r said:
The ability to remove time/date from lock screen
The ability to remove shortcuts, time/date, and unlock text from lockscreen
Either of which within your power?
This is probably beyond the scope of this project and doesn't seem to be any real answer. I've tried substratum clean lock and it doesn't work fully on samsung. Would be awesome if this is some magic you could work
If not, no worries. What you've got going on here is quite nice and much appreciated!
Click to expand...
Click to collapse
Ability to remove shourtcuts, you can do in settings/lockscreen. Without any mod.
To remove the unlock text, 1st page in this thread.
The only one I dont know anything about is clock and date on the lockscreen.
The other 2 worls perfect.
PapaD78 said:
Ability to remove shourtcuts, you can do in settings/lockscreen. Without any mod.
To remove the unlock text, 1st page in this thread.
The only one I dont know anything about is clock and date on the lockscreen.
The other 2 worls perfect.
Click to expand...
Click to collapse
I'm aware what's in post one. Apparently, my wording was really bad lol. This was more or less a request to make 1 mod to remove time/date, and if it's possible to do that, then perhaps 1 mod to incorporate them all together as one mod - just to avoid having to download and install multiple mods.
However, I honestly hadn't seen the options to turn off shortcuts on the lock screen. So thanks for that!
st0nez0r said:
The ability to remove time/date from lock screen
The ability to remove shortcuts, time/date, and unlock text from lockscreen
Either of which within your power?
This is probably beyond the scope of this project and doesn't seem to be any real answer. I've tried substratum clean lock and it doesn't work fully on samsung. Would be awesome if this is some magic you could work
If not, no worries. What you've got going on here is quite nice and much appreciated!
Click to expand...
Click to collapse
Remove unlock text is already one. I can try the time / date / shortcuts though!
Great work Dev...
PapaD78 said:
Ability to remove shourtcuts, you can do in settings/lockscreen. Without any mod.
To remove the unlock text, 1st page in this thread.
The only one I dont know anything about is clock and date on the lockscreen.
The other 2 worls perfect.
Click to expand...
Click to collapse
Here you go, this should remove lock screen clock. I also have one that will theme it so it's not quite so ugly.
The aod hides are working great for me! See my attached screenshot
Thank you for these modifications. Hiding the clock and battery kind the status bar are my favorite mods.
Sent from my SM-G955U1 using XDA-Developers Legacy app
wildermjs8 said:
Here you go, this should remove lock screen clock. I also have one that will theme it so it's not quite so ugly.
The aod hides are working great for me! See my attached screenshot
Click to expand...
Click to collapse
Wow beat me to it! Nice work here! Only side effect I see is that the "Emergency Call" button text is transparent (#00000000). Will take a go at it, see if I can change the clock dimens instead of the color. If I can't get it to work, I'd be totally happy to add your APK to the OP and assign full credit for it if you want.
And if you're interested, maybe we could discuss more modding over Telegram. PM me if you are interested
tytydraco said:
Wow beat me to it! Nice work here! Only side effect I see is that the "Emergency Call" button text is transparent (#00000000). Will take a go at it, see if I can change the clock dimens instead of the color. If I can't get it to work, I'd be totally happy to add your APK to the OP and assign full credit for it if you want.
And if you're interested, maybe we could discuss more modding over Telegram. PM me if you are interested
Click to expand...
Click to collapse
As much as I'd love to take credit that came from someone else, although I have been modifying existing overlay apks pretty extensively, and I could use some motivation to setup Android studio and do this right

Categories

Resources