Kifno's Tweaks App Coming Soon.... - Hero CDMA General

Any positive suggestions for how should the app be structured, how to go about allowing the user to apply the tweaks, or anything else I'm missing here. I'm trying to make this app as great as possible for its first release. I'm about half way done with it and I decided its about time to get some constructive pointers now rather than possibly making a mess-up somewhere in the app that could've been avoided. Thanks
- Kifno

from the looks of my layout of how it will work it'll just be mostly user choice based...depending on what you choose (would you like the ____ tweak? yes/no) it'll determine what questions to ask you next and then at the end you'll hit a reply button and then a reboot button

Related

[MOD][HOWTO] Common Sense Modifications

So every custom ROM seems to have a couple mods in common...
This thread is to (hopefully) help anyone looking to learn to do them
and yet after doing a ton of searching, the only thing I have found is links to prebuilt files without much direction on how to do this myself. What if I don't want your red themed market? (No offense) What if all I want is a stock ROM that I customized with these generic modifications? What happens when a new build of Android is leaked and only two people know how to do the modifications manually and one releases a version claiming they are done when they aren't and the other appears to have used it as a base and then has to go back and manually do the edits and re-release? (Not saying it happened...)
How to Compile a Kernel
http://forum.xda-developers.com/showthread.php?t=1039854
More in-depth guide here:
http://forum.androidcentral.com/htc...how-build-your-own-kernel-package-source.html
How to Deodex a ROM
http://forum.xda-developers.com/showthread.php?t=1082749
Advanced Power Options
http://forum.xda-developers.com/showthread.php?t=1023960
(No Howto - but there are edits in android.policy.jar)
Remove GPS Reticle
http://forum.xda-developers.com/showthread.php?t=1001838
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
6 Bar Service Indicator
No direct download
(No Howto - but there are edits in services.jar)
(Gingerbread edits are in the systemui.apk)
Power Control Widgets
http://forum.xda-developers.com/showthread.php?t=1024220
(No Howto - prebuilt package with other edits already made)
Radio Info in Settings
http://forum.xda-developers.com/showthread.php?t=1018159
(Contains instructions on doing modification - Kudos!)
Wake on Volume Keys
/system/usr/keylayout/mecha-keypad.kl
Add "WAKE" to desired key down values:
key 114 VOLUME_DOWN WAKE
key 115 VOLUME_DOWN WAKE
Remove the "WAKE" to disable again.
Disable End Call Button
http://forum.xda-developers.com/showthread.php?t=1058072
(No Howto - prebuilt modification package)
Increase Max Alarms in HtcClock
http://forum.xda-developers.com/showthread.php?t=1052843
(No Howto - prebuilt modification package)
Install Ubuntu to Sdcard Ext Partition
http://forum.xda-developers.com/showthread.php?t=1104983
Install Ubuntu to Loop Device Image File:
http://code.google.com/p/android-cruft/wiki/LucidWithAndroid
(Loop device support for the common method is included in most kernels, but does not seem to support the process)
I am not asking anyone to write out explicit instructions on how to do each and every one of these modifications, but any help that can be offered is appreciated. Even if I can track down the original instructions for another phone, it will help those with the ability to do these things to help get them out there.
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
r2DoesInc said:
its a great idea, but some of them, the advanced power controls one for example -that one was a ***** to do lemme tell ya- require an in depth knowledge of how and why things work the way they do. many how-tos would just be passed right over.
I wrote a massive write up on how to work out the sensation resizing issues, and a few people did actually read it, though nobody actually did anything with it.
and smali is so difficult to begin with...geesh
great idea though, and if you want to write a how to of your own for some of them, i would be more than happy to get you started and answer what questions you run into.
Click to expand...
Click to collapse
I know a lot will pass them over, and honestly it is like i explained to the gf today. Everyone who started with Android had a G1, some of us moved to myTouch, some of us moved to Droid, some of us moved to Thunderbolt. With each move, we brought our mods, but in the process left behind how we did them and just DID them. When I wrote kernels, I used a script on AndroidWiki that is now a 404 error. Instead I ended up with some preconfigured gui and a bunch of premade update.zip files.
It isnt really about whether anyone reads it in my opinion, its knowing the information is there for that one person that does. I appreciate the offer. The main thing is anymore if you want a mod, you have to take the theme, additions, removals, ect of the modder.
Sent from my DROID2 using Tapatalk
I have to agree. It's been a while since I have posted anywhere regarding Android, but the whole purpose of this forum (any android forum) as far as I am concerned is for developers to share not just the finished product (and the betas, alphas, pre-alphas, etc) but also the details of how they did what they did.
Sent from my ADR6400L using Tapatalk
Thanks
I was actually looking for some of these MODS
I like to stay stock rooted, but their are some MODS that are too tempting to pass up.
I would love to have a how-to for the power controls.
I'm gonna try to pull it apart, it's the last one I haven't done by hand.
I didn't make any sort of docs about what I did though, just diffing stock from the provided package.
But that one is big.
Anyway, good list to have in any case.
D
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
dukins said:
Very handy. I would also love to learn how to create a 5 row icon app drawer. Thats the only thing im missing in my current rom im using. Any tutorials, then I could do it myself?
Click to expand...
Click to collapse
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
What I am trying to accomplish is something like http://forum.xda-developers.com/showpost.php?p=13969789&postcount=585 without having to dig for parts. Often it is harder to find working parts than to simply modify the ones that are already running.
Sent from my ADR6400L using Tapatalk
I for one would love to learn how to create themes and eventually my own roms. I found a theming guide in these forums that had a lot of information in it, but felt it was missing a lot of whys's for example when you can just modify a PNG to produce a particular look and when do you have to edit XML files. Be nice if some documented maybe there creation of a rom/theme and explaned everything along the way. Then someone could build the same rom/theme and learn by doing. I know when I got my active directory Certifications I learned at home on my own and used some training videos. I built the network right along with the training videos in Vmware. Best way to learn in my opinion is by doing.
Sent from my ADR6400L using XDA Premium App
twistedumbrella said:
That is done with a layout modification in the home app. That is from way back in G1 days and I know there is documentation somewhere. I'll look for it.
I will be releasing a Jane Bamf Ginger ROM later that is semi stock. It has extended power options, bamf toolkit, removed gps icon, 3.0 weather, 6 bar, Google talk with video, but stock theme, animations, sounds, and the weather will be optional.
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
Can we remove the Gps icon? So at I've only seen it being hidden. Thanks.
Is there any instructions, or is anyone willing to send me instructions, on how to do the 6 bar modifications myself? Also trying to find the information for the accurate/smooth battery indicator but coming up empty handed.
thanks for posting twisted
Thank you for the thread!
I would really love a write up of manual removal of 5 row app drawer back to 4. That is the main reason I'm not trying any themed stuff right now because everyone has it and I'm not a fan. It must be similar to the lead that was said about adding 5 rows a few posts back...
Sent from my ADR6400L using XDA App
I agree completely. JCase had promised us in the Fascinate forum a step by step on how to mod an .apk (specifically, a Car Dock one that Adrynalyne had made) to customize it. Then, alas, our beloved Thunderbolt came out, and he became preoccupied...
The HOW is deff needed for those up and coming devs and those that just like to tinker.
New kernel making guide added
Testing and finishing a guide on ubuntu for android without loop support
Working on some other guides
Sent from my DROID2 using Tapatalk

Feature Requests for Tiamat XOOM ROM!

What feasible feature additions would you like in the upcoming Tiamat XOOM ROM? Leave your ideas here, and I'll implement as many as possible.
Thanks!
please do a Euro one too!
Tiz sftwrz brkd my zom
Sent From My Evo
I hope tethering is included. Phone to Xoom to PC. ;-)
for those of you interested in wifi only and europe versions, I need a system dump and the boot.img. i'm still trying to get this thing to boot. almost got it. xoom hc 3.1 is fully deodexed. It looks like a data and cache wipe will be required. So make sure you have the latest recovery from solarnz and do a good titanium backup. It looks like the initial release will be minimal. the idea is just to get everybody deodexed. but i've got some epic stuff in mind. Oh, somebody mentioned timeframes. Well, my wife said she's been feeling neglected and I love the androidz more than here. So i have to give her some attention for a while. But i bet if you go by #xoom on freenode, you'll have the most up to date info
also, this thread probably wont be the release thread. Get me those dumps. Also, start posting what type of features you are interested in. the more ideas the better.
also, be sure to stop by the Transformer board and give a big thanks to Roach for giving me the spark to get this thing going. The xoom community and the Tiamat Xoom Development Team are in his debt. Epic pwnage Roach!
BRDeodex
i'm exausted. i'll post a nice flashable zip later that will make the necessary images and put them on ur sdcard for uploading. let's see those rom feature ideas!
bigrushdog said:
i'm exausted. i'll post a nice flashable zip later that will make the necessary images and put them on ur sdcard for uploading. let's see those rom feature ideas!
Click to expand...
Click to collapse
Well I'll tell you of one idea, though I highly doubt that it will be possible. But the ONE feature or mod I'd love to see above *ALL* others for the Xoom is the ability to adjust contrast & saturation on the screen. Again I know this isn't necessarily a typical ROM feature in the classic sense, but regardless if there is any way this can be done I'd be more interested in this than in any other single feature or improvement.
Only suggestions i have for a rom are improve the lag with the launcher, that is really the only thing that annoys me with my xoom. Also desktop as the default for the browser.
Can't wait to see what you come up with!!
Thanks
Dan
joeski27 said:
Well I'll tell you of one idea, though I highly doubt that it will be possible. But the ONE feature or mod I'd love to see above *ALL* others for the Xoom is the ability to adjust contrast & saturation on the screen. Again I know this isn't necessarily a typical ROM feature in the classic sense, but regardless if there is any way this can be done I'd be more interested in this than in any other single feature or improvement.
Click to expand...
Click to collapse
This would be a kernel mod,
Take a look at voodoo color
https://github.com/project-voodoo/linux_samsung/tree/nexus-s-voodoo-color
bigrushdog said:
i'm exausted. i'll post a nice flashable zip later that will make the necessary images and put them on ur sdcard for uploading. let's see those rom feature ideas!
Click to expand...
Click to collapse
Some nice transition windows effects, also the numeric battery like the one you are using, the turn off animation like the gingerbread but in landscape mode. So many, so glad the hear that you are working on a rom.
Patiently waiting. Thanks.
Sent from my Xoom using XDA Premium App
Cyanogen style tweaks please. Home app locked in memory. "Status bar" power widget also please.....
im just a measly noob but here are some suggestions....
change the recently used apps to tile across the screen instead of having to scroll through them
desktop browser mode permanently set
any HBOgo/netflix mods if possible
tv off gingerbread animation
bigger geebeez and the wifis
any good ported widgets/live wallpapers
ext4/swap file system?
customize LED notification color
neon green colors!
Feature Requests:
Fix wallpaper scaling. I want to be able to set wallpapers without having to crop.
Built in screenshot.
Colored keyboard themes.
Built in OC options.
Custom Widgets.
I'll edit and add more later.
how about a way to lock out screen inputs so we can watch video or use GPS without worrying about bumping the screen. That would be useful for folks with kids who watch cartoons, etc.
Midway through typing this, I thought of a better option.
Map hardware keys (i.e hit both volume buttons at once) to drop down the bottom notification bar windows style, so that it isnt there when we're watching movies or playing games. Then you hit both volume keys again to bring it back up.
My original idea was to have some way of hiding it when you bring up certain apps (emulators, moboplayer), but still have it retain it's functionality. Like you dont SEE the back button, you can press where it is and it will still work.
patass said:
Midway through typing this, I thought of a better option.
Map hardware keys (i.e hit both volume buttons at once) to drop down the bottom notification bar windows style, so that it isnt there when we're watching movies or playing games. Then you hit both volume keys again to bring it back up.
My original idea was to have some way of hiding it when you bring up certain apps (emulators, moboplayer), but still have it retain it's functionality. Like you dont SEE the back button, you can press where it is and it will still work.
Click to expand...
Click to collapse
THIS FEATURE IS WHAT DRIVES ME NUTS
I think I might donate if we can get rid of that notification bar while playing games/movies. My only real problem I have with my xoom.
bigrushdog said:
for those of you interested in wifi only and europe versions, I need a system dump and the boot.img. i'm still trying to get this thing to boot. almost got it. xoom hc 3.1 is fully deodexed. It looks like a data and cache wipe will be required. So make sure you have the latest recovery from solarnz and do a good titanium backup. It looks like the initial release will be minimal. the idea is just to get everybody deodexed. but i've got some epic stuff in mind. Oh, somebody mentioned timeframes. Well, my wife said she's been feeling neglected and I love the androidz more than here. So i have to give her some attention for a while. But i bet if you go by #xoom on freenode, you'll have the most up to date info
also, this thread probably wont be the release thread. Get me those dumps. Also, start posting what type of features you are interested in. the more ideas the better.
also, be sure to stop by the Transformer board and give a big thanks to Roach for giving me the spark to get this thing going. The xoom community and the Tiamat Xoom Development Team are in his debt. Epic pwnage Roach!
BRDeodex
Click to expand...
Click to collapse
I have all the stock images...you know where to find me.
Kippui said:
THIS FEATURE IS WHAT DRIVES ME NUTS
I think I might donate if we can get rid of that notification bar while playing games/movies. My only real problem I have with my xoom.
Click to expand...
Click to collapse
+1
Also maybe there is an app? But adjusting hdmi out resolution. And custom light levels like Cm7.
Also its annoying that I can't turn off xoom screen and still output hdmi.
So glad to hear a Rom is coming!
Sent from my ADR6400L using XDA App
ROM feature requests:
1. keep it Verizon so non-US folks can still access Music beta and google books.
2. Be able to move bottom navigation bar to top. **
3. Ability to adjust colours to calibrate screen to other screens, prints, skin tones.
4. Ability to change navigation bar icons so we have non-Tron choices.
5. Integrated BRD donation widget. ;
maybe the ability to use chainfire 3d so we can play quadcomm games its a idea

[PROJECT][WIP][ROM] Entity (CM7 based)

I have looked into some stuff, and I'm getting an idea of what my ROM is going to look like.
ROM details
Name: Entity
Theme: Entity white/blue (white/blue [very] minimalistic theme)
Based on: Cyanogenmod 7.1.0 (Android 2.3.4) - will be changed to a stable version as soon as available
Kernel: Jame Bond sabai dee 1.5.9
Features
- Revamped homescreen. I will use ADW Launcher for that.
- New pre-installed apps. I'm planning to include paid apps, but if I do, I won't be able to upload it here anymore. Haven't found a solution
- Heavily themed. EVERYTHING is themed, even all the pre-installed apps
- Revamped settings menu. New layout, removed settings I never use anyway, and added new settings. I will also change the settings menus of pre-installed apps
- Voodoo Sound
- BLN
- No ads
- More theme colors in the future!
Details
I want my ROM to be perfect for me. It resembles what I want. The reason that my theme has the same name, is because the theme is the biggest part of the ROM. My goal is to create a fresh-looking ROM. All pre-installed apps will look the same, making it more of an entity, hence the name. It will also be much clearer than stock ROM or CM7.
Because I'm making this ROM for myself, it is possible that I deleted some things you might not want me to delete. I'm sorry, but I can't do anything about that. I'm planning on uploading my ROM, but that's all. I will not take requests. What I will do, is include a list of all the things I've changed compared to CM7, so you can check if you want my ROM. If you have my taste, you will like my ROM. If not, that's not a big deal. I'm not uploading it because I want many people to use my ROM. I'm uploading it because... why not? Maybe people like it. Who knows.
I'll upload three files:
- The whole ROM, excluding Google Apps (don't know why CM and I can't include Gapps, but NSCollab can...?) and paid apps.
- The themed Gapps. Can't upload the themed paid apps.
- The theme
It might be possible with Theme Chooser to theme the paid apps. That way you can just download/buy the paid apps, and the Theme Chooser will theme them. That's something for the future though.
Cool man, im pretty much doing the same thing as you except im making a kernel
Wish you luck, ill be following this thread
Get it
Uncle Jimmy says hello
Igotsanevo4g said:
Cool man, im pretty much doing the same thing as you except im making a kernel
Wish you luck, ill be following this thread
Click to expand...
Click to collapse
Cool, good luck to you too!
It looks like you are more experienced. I have no experience at all except for some rooting experience. I'm still suprised that I managed to root my device without much help . Other than that I installed some custom ROMs but that isn't difficult.
I saw you have experience with making some basic ROMs. Regarding the ROM making, this is what I will do:
- Experiment with the HTC Android Kitchen
- Change the settings menu (+ settings menus on pre-installed apps):
Change the text on buttons
Change the order in which the buttons are shown
Remove some buttons that I don't use anyway
Move buttons from one section to another
Add some settings (the hardest one probably). For example I would like to add the voodoo settings in the settings menu
- That's about it I guess, don't really know what I could change with my knowledge.
The thing is, I'm mainly after changing the looks and experience. My goal is to make it look like nothing you've seen before. I want it to be clean, fresh, and it must look like it's one whole. And because I'm mainly after changing the looks, what else is there to change other than settings on pre-installed apps and some things HTC Android Kitchen can do?
So that's what I wanted to ask you: what is something you did when making basic ROMs?
Updated the first post. I'm kind of getting an idea of what I want.
Androyed said:
Cool, good luck to you too!
It looks like you are more experienced. I have no experience at all except for some rooting experience. I'm still suprised that I managed to root my device without much help . Other than that I installed some custom ROMs but that isn't difficult.
I saw you have experience with making some basic ROMs. Regarding the ROM making, this is what I will do:
- Experiment with the HTC Android Kitchen
- Change the settings menu (+ settings menus on pre-installed apps):
Change the text on buttons
Change the order in which the buttons are shown
Remove some buttons that I don't use anyway
Move buttons from one section to another
Add some settings (the hardest one probably). For example I would like to add the voodoo settings in the settings menu
- That's about it I guess, don't really know what I could change with my knowledge.
The thing is, I'm mainly after changing the looks and experience. My goal is to make it look like nothing you've seen before. I want it to be clean, fresh, and it must look like it's one whole. And because I'm mainly after changing the looks, what else is there to change other than settings on pre-installed apps and some things HTC Android Kitchen can do?
So that's what I wanted to ask you: what is something you did when making basic ROMs?
Click to expand...
Click to collapse
First of all i'll start by saying that putting paid apps on there and releasing it in any form is a major no-no. Do NOT do that.
Most of the stuff ive messed with is sense roms back on my Evo. Things like removing sense, zip aline on boot, deodexing, re-directing the path of some apps, and playing with some status bar mods and other stuff im probably forgetting.
Im not sure what you mean by "buttons" which buttons are you talking about? Menu buttons? As for adding apps in the settings menu, i dont think it will be to complicated. For a start you can look at a stock CM7 build and track down how they link ADW to the settings menu.
Dont worry about making a masterpiece of a rom, we all gotta start somewhere and im not much more versed in this than you
Needless to say, dont hesitate to Gtalk/G+ me [[email protected]] and ill *try* to help you out
Igotsanevo4g said:
First of all i'll start by saying that putting paid apps on there and releasing it in any form is a major no-no. Do NOT do that.
Most of the stuff ive messed with is sense roms back on my Evo. Things like removing sense, zip aline on boot, deodexing, re-directing the path of some apps, and playing with some status bar mods and other stuff im probably forgetting.
Im not sure what you mean by "buttons" which buttons are you talking about? Menu buttons? As for adding apps in the settings menu, i dont think it will be to complicated. For a start you can look at a stock CM7 build and track down how they link ADW to the settings menu.
Dont worry about making a masterpiece of a rom, we all gotta start somewhere and im not much more versed in this than you
Needless to say, dont hesitate to Gtalk/G+ me [[email protected]] and ill *try* to help you out
Click to expand...
Click to collapse
I already thought paid apps wouldn't be a good idea. I'll do that only for myself then (since I already paid for them).
With buttons I mean the buttons in the settings apk. Like the button to turn on/off WiFi. But it looks you already know what I mean. Tracking down how they added ADW is an awesome idea, thanks a lot for that! That will probably also help me with the other things I want to add/change/remove in the settings apk.
I'm really excited about it, and playing around with the HTC Android ROM kitchen today gave me good hopes. When I encounter a problem, I'll contact you.
Thanks!
Updated the first post. I think the ROM name is going to be Entity.

Few New MODs! VolumeStepping Fixed - More Mods in 2nd post!

Edit: Volume Stepping Mod fixed! More Mods Added!! See second post for new Mods.
Hello, my name is Doc....and I am a recovering lurker!
First post ever here! (Would that be Step 2 or 3 in the recovery program???)
Anyhow, I have been lurking around XDA for quite some time now, mostly just absorbing A LOT of fantastic information, and although it is not much I thought it was time I shared back!
Please keep in mind, that I can offer no promise of support. (These are mods I did for myself and figured others may appreciate them.) The main reason I have never participated here before is time, as in I don't have much of it! (Single Dad, 2 jobs, and all that jazz) I will do my best to help out (and keep contributing), but there will often be periods of time where I simply will not be around to respond. I am not trying to be an ass, just honest and up front. If there are any issues with what I share, I don't want people getting angry because the OP wasn't around to fix his stuff!
I have been using these for a few weeks now and have had no real problems, so I am fairly confident that they should work for the rest of you. Once I reach my 10 post limit I will move these into the Development section since it seems that very few people even vist these other areas anymore. I will also post links to the original threads where I got the mods.
If any of these have already been done for our phones please let me know. And of course, if anyone knows of a better way, or has any ideas, please do share!
Link to downloads are at bottom of post.
Remember, these are for STOCK FROYO!
NANDROID, NANDROID, NANDROID!!!
Remap Faves button to Settings (Rosie.apk) -(Thanks/Credit to the1wingedangel)-
I know there are quite a few of these already out there, but have not seen one made to go into Settings. I find I use it quite often and it has been very convenient for me. Hopefully someone else may find it usefull as well.
Smooth Spinners (Framework-res.apk) -(Thanks/Credit to D.O.C)-
This is simple eye-candy, but I like it a lot! It does what it implies...Smooths out the rotation of the spinning circles displayed while loading.
(NOTE: This mod is in Framework-res.apk, so if you are themed, you may not want to flash this) (I will post the modded smali files later on so you can do a simple copy paste and keep your themes intact)
Volume Stepping Increase and Smooth Scroll (Framework.jar) -(Thanks/Credit to AndroidON)-
The Smooth Scroll portion of this will disable ScrollingCache for the whole system. Apparently it was not implemented as well as it should have been and I find my Slide really likes having it disabled. (i.e. Under Settings > Applications > Manage Apps - when scrolling through the list of apps, it is very very smooth! No more skipping or hesitating!)
The volume portion will not increase the max volume of your Slide, but will allow finer control over the volume. It changes:
Media, Bluetooth and TTS from 15 to 30 volume steps;
Ringtone from 7 to 15 volume steps;
Voice Call from 5 to 10 volume steps. (I am uncertain what this changed, as in-call and speakerphone volume remains unchanged. I assume this may be overridden by another setting or it is not applicable to the custom ROM I am using. If anyone knows more about this, please share your knowledge!)
Download: min.us/mEspresso < copy/paste in browser
Thanks to everyone here at XDA!
ENJOY!
Extended Power Menu - All In One Zip - Decompiled files for Framework-res.apk
Here are a couple of more Mods...
All mods are flashable through CWM.
Extended Power Menu (Reboot) (android.policy.jar and com.htc.resources.apk) -(Thanks/Credit to ca1ne)-
My personal fave! This will add an extended power menu...Long press the power button and you will see an extra option, Reboot! Select this and you will get a second menu to choose the type of reboot. Choose from Normal, Hot Restart, Bootloader, or Recovery.
I do plan on uploading one without the htc.resources.apk for those that have already modded this file. The only reason it is included is for the Reboot icon. I made this icon for myself, but it is possible to default it to the generic Settings Gear icon you may have seen on similar mods, which would remove the need for including the extra file.
AllMods.zip - This is all of the mods I have listed so far, in one flashable file.
In my download folder, you will notice a few other items:
SmoothSpinnersMod_Themed.zip and AllMods_Themed.zip - These are the exact same mods, only the framework-res.apk is the one I personally use. (Others provided have not been themed). It isn't much, but I used UOT (Thanks to them of course!!) to spice up my Status Bar a little. Replaced many of the white status icons with prettier colored ones, changed the stock spinner to a Radar spinner, and included the Circle Battery with %.
I had it, so I figured I'd share it!
SmoothSpinners Files.zip - If your framework-res is already modded/themed, this is for you. Unzip the files, decompile your framework-res and copy/paste the files from my zip to: framework-res.apk/res/drawable/ Recompile. Thats it.
I know these are fairly minor mods, but I wanted to put them out there anyway in case someone is interested. I do hope someone finds some good use in these.
There are a few other mods I have attempted, but could not get to work on Froyo. I will likely be making the move to SalsaSlide sometime this week. (Finally, right??) Anyway, I plan to bring all of these over to GB as well as a few others I have been working on, so stay tuned!
Downloads: min.us/mEspresso < copy/paste in browser.
I know that these are for Froyo, which is probably not being used by very many people here anymore, but I am curious if anyone has even tried any of them and if so what did you think?
Sent from my custom MT3gS
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
DocHoliday77 said:
Wow! It seems I am a bit more behind the times than I realized! I guess it is time to move on, eh? Ah well, Gingerbread here I come!
Click to expand...
Click to collapse
Don't be so quick, I end up coming back to my favorite froyo rom because things just work. I loved your reboot mod. I have a request, I have seen other froyo phones with power control widgets on the notification, do you think that's possible on sense?

Guide To All Things Note 4 {WIP}

ALL THINGS NOTE 4!
INFO, NEWS, MODs, CHATTER!
COME AS YOU ARE AND PLAY BY THE RULES!​
ROOT STATUS: We have obviously gained Temp Root gifted to us via KingRoot. Which comes with its own set of concerns on security, personal info, etc.. We currently have several devs working on making this "Perma-Root" We have already worked on getting rid of KingUser/KingRoot and replaced it with SuperSU. AWESOME! However with Write Protection enabled we are still unable to gain a Permanent Root Status. We lose root during a reboot which many of us know is needed by many root applications to function properly ie: XPOSED
I will be sure to update this post as soon as any changes or news comes out!
Please stay tuned! Thank You!
Alright ladies and gents! As you all know Temp Root is available through KingRoot. But that does come with its own set of risks and bugs.
Please use that at your own risk.
We have a way to get rid of KingRoot and utilize SuperSU thankfully!
If you have jumped ship from Kit Kat to Lollipop at this point root is only available on KK
Have no fear tho! Rolling back is a simple feat!
Here are your steps incase you are unaware.
1) Download N910VVRU1ANJ5 full firmware image https://www.dropbox.com/s/73ti6825921i7ld/N910VVRU1ANJ5_FullFirmware.tar.md5.7z?dl=0 via my DropBox account
2) Download Odin https://www.dropbox.com/s/89m7v5dgjspmxwx/Odin.zip?dl=0 via my DropBox account
3) Please backup any info on your device. No one is held responsible for your data except you!
4) Be sure all needed drivers are installed on your PC for your device
5) Fire up Odin and boot your device into download mode.
Either power down phone and once powered off press and hold Home+Vol Down+Power Button and release once it boots
or in an adb shell prompt enter "reboot download"
6) In Odin click the "AP" button and browse to the NJ5 image you downloaded and select open.
DO NOT CHECK OR UNCHECK ANY OPTIONS (AP WILL BE AUTO CHECKED ONCE YOU APPLY THE IMAGE)
Simply click start!
7) Once Odin has completed its work your phone will reboot. And yes your device will bootloop at the Verizon screen. You must pull the battery to stop this.
8) Once you re-install battery boot into Recovery (Home+Vol Up+Power)
arrow down to format data/factory reset
press power to confirm and select YES on the next screen
Once done Reboot your phone. And your BootLoop issue will no longer be.
CONGRATS! You are now back on Kit Kat and ready to root!
Please feel free to message me on hangouts: fredsinzjr
or on twitter: freddy0872
If you have anything you need help with or wish to discuss or just simply want to shoot the breeze!
Links
Let's Talk Root [Non Dev Members] -- http://forum.xda-developers.com/note-4-verizon/general/talk-root-dev-t3031613
Non-Root Work Arounds by @iridaki thanks to @couragedragon for the find! -- http://forum.xda-developers.com/note-4/help/qa-unrooted-miss-root-aroun-t2931785
Stock Firmware Thread by @hsbadr -- http://forum.xda-developers.com/no...ware-firmware-kernel-modem-recovery-t2942937
Poll "Do you think we will see any type of Unlock/Root for the VZW Note 4 Retail? -- http://forum.xda-developers.com/note-4-verizon/general/poll-vzw-note-4-retail-root-t2945128
Heimdall Image to return to stock (Retail Full) Verizon pit file setup thanks @gatesjunior -- http://forum.xda-developers.com/not...dall-image-to-return-to-stock-retail-t2954480
Debloater Tool Thanks To @gatesjunior -- http://forum.xda-developers.com/showpost.php?p=58068827
Tips and Tricks!
Maintenance Boot Menu (thanks @gatesjunior ) -- Press and hold power button and volume down button through the phone reboot and a new screen will come up with options never really seen before! Great find!
http://forum.xda-developers.com/note-4-verizon/general/cool-t2935455
[Guide] Enable Air View and Air Gestures -- Thread by @Vichenec
I encourage you read this thread! If you go about installing Nova Launcher and following these steps there are a ton of features built into the settings that 1) are not enabled and 2) some of them work and some dont! SO you could easily turn on AirView and other like settings! Verified to work but just as the thread states some do now. The air gestures do function in apps such as Gallery and the like!
http://forum.xda-developers.com/note-4/general/guide-enable-airview-airgesture-root-t2922888
No root and want to modify your DPI? You can! Thread by @PizzaSauce -- Change your DPI without ROOT! (Mind you this will change it for every app! It is not able to be on a per app basis!)
http://forum.xda-developers.com/note-4-verizon/general/root-want-to-modify-dpi-t2960644
[GUIDE] Disable Knox and the OTA without root -- Thread by @Misterxtc Thanks to Misterxtc for putting this together for us! He has given credit to RootJunky for the original script files on the Droid Turbo!
Check it out!
http://forum.xda-developers.com/note-4-verizon/general/disable-knox-ota-root-t2972263
One more reserve!
Have at it peeps!
Thanks for doing this. I request as you add to this that the mods consider to make this a "sticky" up top! :highfive:
lazer9 said:
Thanks for doing this. I request as you add to this that the mods consider to make this a "sticky" up top! :highfive:
Click to expand...
Click to collapse
I'll get in touch with them and see if that's possible!
I feel having a well built and organized thread for all the info on roms and etc as they come around stickied would make life alot easier especially for alot of the new comers
Non-Root Workarounds
This is probably my favorite thread.
Non-Root Workarounds for the Note 4.
As a Verizon user who will probably never be able to root his phone, this thread is awesome!
Thread stickied thanks to @KennyG123
freddy0872 said:
Maintenance Boot Menu (thanks @gatesjunior ) -- Press and hold power button and volume down button through the phone reboot and a new screen will come up with options never really seen before! Great find!
http://forum.xda-developers.com/note-4-verizon/general/cool-t2935455
Click to expand...
Click to collapse
Doesn't that put you in Download Mode?
jpcalhoun said:
Doesn't that put you in Download Mode?
Click to expand...
Click to collapse
Your correct if you are in fact powered off and then hold your buttons. Doing it this way you start your key combination while booted up and hold it thru the reboot until you see the menu.
freddy0872 said:
Your correct if you are in fact powered off and then hold your buttons. Doing it this way you start your key combination while booted up and hold it thru the reboot until you see the menu.
Click to expand...
Click to collapse
Ok, got it. Thanks, now I understand the "through boot" comment. Not enough coffee this morning, LOL.
jpcalhoun said:
Ok, got it. Thanks, now I understand the "through boot" comment. Not enough coffee this morning, LOL.
Click to expand...
Click to collapse
I feel your pain! Lol
But welcome! And thanks for posting here! Remember if you or anyone has any thoughts. Comments. Questions. Post it up! Ask away! That's why we're all here to help each other out!
I'm sure everyone had noticed this, but it was a bit of a "good" shock to me. Action memo (the stand alone app) seems to be no more, and it's integrated in s note. I was and still am extremely annoyed because my old action memos, I had to "try" and find a way to export them. Now, thanks to a bright, but late light bulb, Samsung has finally made this sensible decision.
The interface is a little different than in previous versions to view your memos. Before, there was a list "button" next to the link to action button. But now you have to go to the options menu (the three dots on the right) and select the "view action memos list" option.
I noticed some stuff with screen shots also, but can't remember off the top of my head..
Sent from Note 4 on Tapatalk
MatroxD said:
I'm sure everyone had noticed this, but it was a bit of a "good" shock to me. Action memo (the stand alone app) seems to be no more, and it's integrated in s note. I was and still am extremely annoyed because my old action memos, I had to "try" and find a way to export them. Now, thanks to a bright, but late light bulb, Samsung has finally made this sensible decision.
The interface is a little different than in previous versions to view your memos. Before, there was a list "button" next to the link to action button. But now you have to go to the options menu (the three dots on the right) and select the "view action memos list" option.
I noticed some stuff with screen shots also, but can't remember off the top of my head..
Sent from Note 4 on Tapatalk
Click to expand...
Click to collapse
Yea the whole not having a physical menu button has driven me a little insane! I have the Tab S 8.4 so i was kind of prepared for the button change up but still seemed odd. Im growing accustomed to it. Maybe if its still an issue after we obtain root we can change the mapping of the physical buttons.
Added a link to a thread for the stock firmware images! Made by @hsbadr
Be sure to drop him a thank you for posting links up for us!
Were seeing the normal usual topics develop which is a good sign!
It was a little shock at first also for me, but I've actually adapted and like it better. The funny thing I realized almost immediately was that I never used that button much. So the long press to get the menu, but at the same time, the app drawer is cool..
Lol, I'm actually getting to the point I think where I don't want to root. It sounds really crazy for me, but I was talking to my lady today and telling her how smooth and much I'm enjoying this phone "just the way it is". I don't recall honestly being this satisfied in a few years.
We'll see, but I like it a ton dude! And I'm really in shock myself how much..
Sent from Note 4 on Tapatalk
MatroxD said:
It was a little shock at first also for me, but I've actually adapted and like it better. The funny thing I realized almost immediately was that I never used that button much. So the long press to get the menu, but at the same time, the app drawer is cool..
Lol, I'm actually getting to the point I think where I don't want to root. It sounds really crazy for me, but I was talking to my lady today and telling her how smooth and much I'm enjoying this phone "just the way it is". I don't recall honestly being this satisfied in a few years.
We'll see, but I like it a ton dude! And I'm really in shock myself how much..
Sent from Note 4 on Tapatalk
Click to expand...
Click to collapse
I couldn't agree more! To me root would purely be a nice benefit. Not so much a necessity. Of course I'd look forward to some themeing especially if we can get a rom much like Alliance. Just loaded down with customizations!
And of course getting getting rid of or freezing bloat would be nice!
Something I noticed today I've been able to get almost 2 days out of one charge. I don't get much usage while at work but today (yes it was a work day) it only lasted me about 14 hours. Big difference! Hoping the phone was just being needy and hitting up something to cause it to chew up battery. I'm going to install gsam and start paying attention to what's sucking it up.
Also has anyone gotten ballsy and tapped on the security update notification that pops up once and a while?
freddy0872 said:
I couldn't agree more! To me root would purely be a nice benefit. Not so much a necessity. Of course I'd look forward to some themeing especially if we can get a rom much like Alliance. Just loaded down with customizations!
And of course getting getting rid of or freezing bloat would be nice!
Something I noticed today I've been able to get almost 2 days out of one charge. I don't get much usage while at work but today (yes it was a work day) it only lasted me about 14 hours. Big difference! Hoping the phone was just being needy and hitting up something to cause it to chew up battery. I'm going to install gsam and start paying attention to what's sucking it up.
Also has anyone gotten ballsy and tapped on the security update notification that pops up once and a while?
Click to expand...
Click to collapse
I concur to be honest.. And maybe I'm just getting old, but I primarily would want root would be to, like yourself, just remove apps. That's about it.. Lol.. Themes, Hmmnn, not so much anymore to be honest. Lol, really, I got a bit burned out on the 3 with roms. Honestly, if Eclipse had continued to be developed, I don't think I would have ever tried even alliance. But yes, the features are cool.
And I just posted in the battery thread, this thing is awesome! Not just for the longevity, but more important, the fast charging.. I'm probably either wishing for an in car fast charger(that would be my choice) or a second battery and external charger. Lol, just for accessories.. But I really, really do love this thing. They really did it right on this version, and I was really not excited for the regular note.
And then this thing is so damn fast that it's crazy.. Lol
Sent from Note 4 on Tapatalk
jpcalhoun said:
Doesn't that put you in Download Mode?
Click to expand...
Click to collapse
No. Download mode is achieved by; holding Power/Volume down/Home buttons.
freddy0872 said:
Your correct if you are in fact powered off and then hold your buttons. Doing it this way you start your key combination while booted up and hold it thru the reboot until you see the menu.
Click to expand...
Click to collapse
Doesn't matter if you do this through a restart or from a powered down state.
POLL
Added a Poll in the General Section just to see what you guys think if we will ever obtain a root or unlocking method for the VZW Note 4 Retail!
Added it to the links post as well
Hit it up fellas and lets see what we all think!?

Categories

Resources