[MOD][GUIDE][TUTORIAL] Remove Sprint Connection Optimizer / Connection Manager - Sprint Samsung Galaxy Note 3

First of All... Credit Goes to @digiblur - I used his guide to make this work for the Note3. Original Thread is Here!
Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
Code:
16505 const-string v3, "sprint_connections_optimizer"
16506
16507 invoke-virtual {v9}, Ljava/lang/Boolean;->booleanValue()Z
16508
16509 move-result v6
16510
16511 if-nez v6, :cond_c6d
16512
16513 :cond_c6d
[COLOR="Red"]16514 const/4 v6, 0x1
[/COLOR][COLOR="Lime"]16514 const/4 v6, 0x0
[/COLOR]16515
16516 invoke-static {v6}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
If you like this MOD and would like to see others please consider a donation via my profile. I encourage other developers to share their work in How-To's as well.

RESERVED
RESERVED

Very nice...

VeNuM said:
Very nice...
Click to expand...
Click to collapse
yes, yes it is...

Not that I want to be lazy, but if anyone does the change to a stock SecPhone.apk from MI5 deodexed rom, feel free to post it here.
If I get around to it and the wifey and work doesn't have me working all weekend, I'll update my tools and make one.

Thanks Josh
Sent from my SM-N900P using Tapatalk

Compusmurf said:
Not that I want to be lazy, but if anyone does the change to a stock SecPhone.apk from MI5 deodexed rom, feel free to post it here.
If I get around to it and the wifey and work doesn't have me working all weekend, I'll update my tools and make one.
Click to expand...
Click to collapse
Just wait for @freeza to do a enhanced stock rom. im sure he will implement these mods... dude is a beast!

I like these self help posts. Eventually I'll be able to make my own custom rom like I did on the Note II. Sadly this month and probably next, I don't/won't have time. Big shakeup at work, leaving us majorly short staffed.

You posting all these great mods you use in your rom is very nice of you. If I ever get to root my phone I will most certainly use them in my rom...
http://swappa.com/listing/ZZV485/view
note 2 for sale
---------- Post added at 08:47 PM ---------- Previous post was at 08:46 PM ----------
Compusmurf said:
I like these self help posts. Eventually I'll be able to make my own custom rom like I did on the Note II. Sadly this month and probably next, I don't/won't have time. Big shakeup at work, leaving us majorly short staffed.
Click to expand...
Click to collapse
Ha. . I just told him that. . Hadn't read your post.. I think it was really nice of him to post these. .
http://swappa.com/listing/ZZV485/view
note 2 for sale

I sent Josh a PM to the other "self help" posts I was doing on the Note II. Not sure if any of it transfers across without mods. He can look, test, pick and choose if he wants.

JoshBeach said:
First of All... Credit Goes to @digiblur - I used his guide to make this work for the Note3. Original Thread is Here!
Please give thanks/credit if you use this in your ROM - Donations are also appreciated!
Some may argue this but I find the connection optimizer to be spyware'ish with everything it tracks does in the background. I can handle my WiFi connections myself and do not need my phone automatically jumping onto an open WiFi access point. I prefer to use a VPN connection when using open WiFi so all of my traffic is encrypted and prevents the script kiddies from sniffing my traffic in public places.
Connection Manager still runs even if you turn it off/opt-out. This fix will allow you to remove the ConnectionManager.apk from your device without causing force closes when going into your Mobile Networks settings.
Decompile SecPhone.apk (there a few files that need to be corrected to recompile. Search XDA as there are already threads on this)
Edit SecPhone/smali/com/android/phone/PhoneFeature.smali and modify the one line:
Code:
16505 const-string v3, "sprint_connections_optimizer"
16506
16507 invoke-virtual {v9}, Ljava/lang/Boolean;->booleanValue()Z
16508
16509 move-result v6
16510
16511 if-nez v6, :cond_c6d
16512
16513 :cond_c6d
[COLOR="Red"]16514 const/4 v6, 0x1
[/COLOR][COLOR="Lime"]16514 const/4 v6, 0x0
[/COLOR]16515
16516 invoke-static {v6}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
If you like this MOD and would like to see others please consider a donation via my profile. I encourage other developers to share their work in How-To's as well.
Click to expand...
Click to collapse
Thanks for all your work, ROM, mods and so on, much appreciated!!
I just deleted the APK and can still go into network settings

tt281gt said:
Thanks for all your work, ROM, mods and so on, much appreciated!!
I just deleted the APK and can still go into network settings
Click to expand...
Click to collapse
But may still cause fcs. This fixes it so that doesnt happen. Actually removes it from settings.
Sent from my SM-N900P using JellyBombed Tapatalk 2

Do each of these mods really need their own thread Josh? These should all be condensed into one, or two threads. Kinda feels like you're trying to establish dominance in the dev section. Lol

12MaNy said:
Do each of these mods really need their own thread Josh? These should all be condensed into one, or two threads. Kinda feels like you're trying to establish dominance in the dev section. Lol
Click to expand...
Click to collapse
Dev section is already Co - dominated by @freeza and @JoshBeach, and rightfully so. These dudes are awesome.

LMMT said:
Dev section is already Co - dominated by @freeza and @JoshBeach, and rightfully so. These dudes are awesome.
Click to expand...
Click to collapse
Agreed, but forum clutter is forum clutter......and this guy knows better.

12MaNy said:
Do each of these mods really need their own thread Josh? These should all be condensed into one, or two threads. Kinda feels like you're trying to establish dominance in the dev section. Lol
Click to expand...
Click to collapse
Kind of playing devil's advocate here, but I dont expect many threads here, just lots of replies.
Im glad they are separate.. I don't know if you saw the jellybomb note 2 thread.. but when i google search something, or search xda ( even in thread search), its next to impossible to sort through 30,000+ replies.
Dedicated thread will make it MUCH EASIER for people like me to find what i need for a specific mod and not spend hours digging through "Hey guys how do i know if i have root?" or something that was 10 versions ago.
Would be cool if XDA could have threads similar to how Wowhead.com is ( world of warcraft database) It auto separates replies/comments based on patch number.. could be really handy for people like Josh who update thier rom every week with huge changelogs.

12MaNy said:
Agreed, but forum clutter is forum clutter......and this guy knows better.
Click to expand...
Click to collapse
agreed. we need a sticky section. then I will lock all the threads so they flow to the bottom. I will reach out to a moderator and see if we can get a sticky section..
as far as "dev dominance" no such thing. Me, Steve and Freeza are all on the same team, we share everything, we talk daily. and so far, no other dev has even posted anything in any of those threads. It certainly isn't like that/ LOL
I will see if we can get a Guide/Sticky section.

12MaNy said:
Agreed, but forum clutter is forum clutter......and this guy knows better.
Click to expand...
Click to collapse
@12MaNy
Ok. I spoke to Kenny. Just waiting on the mods to make a decision.
My suggestion was to create 1 devdb thread. We sticky it. And lock all other guides so they fall to the bottom. The 1 devdb thread can have up to 3 devs access to op. We can also have a q&a thread attached to it for users for all the guides. Need a RC to help answer questions. Development questions amd new guides can be added to the stickied devdb thread in development. This will allow for a less cluttered environment for users.
We will see if the mods have a better idea.
Furthermore, those that know me know that I could care less about any type of notoriety. Also the only other development in the forum so far is by guys on my own team. I put out guides to help others learn how to add these mods and conribute more custom work. The more devs we get the more cool stuff we can all colaborate on together. Just my 2 cents.
Anyways. Back to development..
Sent from my SM-N900P using JellyBombed Tapatalk 2

New sticky thread
Thread Closed, We Now have a Sticky for all GUIDES and HOW TO's.
That Thread is HERE!

Related

Can you unroot???

Does anyone know how to unroot and put the phone back to stock??? My girl is gonna sell her phone... Has the verizon OTA update came out to the phones yet?? Can i just let it update??
maybe you should, read the forums.....
I would give you a link to the post on page 2 of this forum but those abilities are blocked for me right now.
Pretty funny how a 14 and 5 poster is making fun of a 96 poster. It is a shame we can't restrict the internet from some people.
So in short. Answer is yes, you can de-root (assuming that is a word) the phone back to stock there is a thread that has a guide for you to do so. Also you should be able to find it yourself. Make it a learning experience.
THREAD!!!
Heres the link
http://forum.xda-developers.com/showthread.php?t=652419
people these days...always trollin...
Philosophre said:
Pretty funny how a 14 and 5 poster is making fun of a 96 poster. It is a shame we can't restrict the internet from some people.
So in short. Answer is yes, you can de-root (assuming that is a word) the phone back to stock there is a thread that has a guide for you to do so. Also you should be able to find it yourself. Make it a learning experience.
Click to expand...
Click to collapse
How do you get that I was picking on him?
I tried to direct him to the right thread.
Better than telling him the same thing and calling it a learning experience!
http://forum.xda-developers.com/showthread.php?t=652419
Please use the search function to avoid duplicate posts.
http://forum.xda-developers.com/showthread.php?t=652419
Doesn't look like he is being made fun of, and what does the number of posts have to do with it. People need to A) use search, B) post incorrect threads/forums.
AOD13 said:
How do you get that I was picking on him?
I tried to direct him to the right thread.
Better than telling him the same thing and calling it a learning experience!
Click to expand...
Click to collapse
I gave him an answer that it was possible and that there is a thread with a guide. You gave him nothing but "go to page two" Looks to me that I gave more useful information.
Philosophre said:
Pretty funny how a 14 and 5 poster is making fun of a 96 poster. It is a shame we can't restrict the internet from some people.
So in short. Answer is yes, you can de-root (assuming that is a word) the phone back to stock there is a thread that has a guide for you to do so. Also you should be able to find it yourself. Make it a learning experience.
Click to expand...
Click to collapse
I wasnt making fun of him, just saying that he needs to search unstead of not reading a thing on the forums just like jcase said!
jcase said:
http://forum.xda-developers.com/showthread.php?t=652419
Please use the search function to avoid duplicate posts.
http://forum.xda-developers.com/showthread.php?t=652419
Doesn't look like he is being made fun of, and what does the number of posts have to do with it. People need to A) use search, B) post incorrect threads/forums.
Click to expand...
Click to collapse
Philosophre it seems like ur one of the people to keep starting new threads for the same things thats been posted more than once!
not trying to start anything just my matter of opinion
I may seem like that in your view, but please do a search to see if I have ever created such a thread. A thread that has been repeated.
TopazAaron said:
maybe you should, read the forums.....
Click to expand...
Click to collapse
Your post has no on useful information. With a quick assumption he didn't read the forums, maybe he just missed it.
by me saying that means there has to be something in the forums...
TopazAaron said:
by me saying that means there has to be something in the forums...
oh btw Philosophre go suck a wang
Click to expand...
Click to collapse
haha, I chuckled at the maturity of you. truly a shame the internet can't be restricted from people.
Ninja Edit: awww you edited once more to take it out.
yep, they would take people like you that has no common knowledge to read before they post.. if you read before you post, u know the forums wont get cludderd then it just makes more work for the people who has to go threw and take the threads like this off the board
Philosophre said:
I may seem like that in your view, but please do a search to see if I have ever created such a thread. A thread that has been repeated.
Your post has no on useful information. With a quick assumption he didn't read the forums, maybe he just missed it.
Click to expand...
Click to collapse
I covered this, and made the downgrade for everyone myself. It has been covered in this forums, and cross posted/referenced all over.
TopazAaron think before you post
Philosophre think before you post.
Rustyman14 search before you post and post in the right forum.
Requesting this thread to be closed.
i did think before i posted, i just dont like being said i was making fun of someone when iwasnt, he started it and i dont take the crap..
but thanks for getting this takin care of jcase
TopazAaron,
Agree with you, still think your comment shouldnt of been said, or been said in PM.
Thank you for the link.. As for the ppl who had something smart to say you could have just answered the question with out being an smart ass!! What did making your dumb comment accomplish??? Nothing!! So next time if you cant help me then just shut up!! Nobody wants to here you *****!! I dont have this phone I was asking a question for a friend!! Im not familiar with this thread so thats y i just asked a question so that the decent ppl that are here to help and not ***** could help me out!!

[Q] Override Throttling

Hey!
Has anyone tried this services.jar modification to override throttling? I wanted to see if anyone had compiled it for the Galaxy\Vibrant and if it worked.
http://forum.xda-developers.com/showthread.php?t=863923
Thanks!
Section Fail! (see theQ on your thread title? That means it goes in Q+A section)
Search fail! (see the search buttons towards the top of the forum?)
Avatar Fail! (nuff said)
beren28 said:
Section Fail! (see theQ on your thread title? That means it goes in Q+A section)
Search fail! (see the search buttons towards the top of the forum?)
Avatar Fail! (nuff said)
Click to expand...
Click to collapse
how nice of u.......
anyways op, yes it has been discussed a couple times, best bet try looking a couple pages back..or just get root explorer and delete the throttle folder
Here is the link OP
http://forum.xda-developers.com/showthread.php?t=872570
T.C.P said:
how nice of u.......
anyways op, yes it has been discussed a couple times, best bet try looking a couple pages back..or just get root explorer and delete the throttle folder
Click to expand...
Click to collapse
this does not work... at least on my phones... trust me once you delete the throttle folder and contents inside 30 mins later its back... and deleting it DOES NOT REMOVE THROTTLE!
one of my lines has been throttled OVER a month and a half... tmobile gave me a 60 dollar credit because of network problems... get over it... you cant stop throttling and if you think you did or (improve it by deleting the throttle files) i want a video of it actually getting 3g again NOT 70kbs or 80kbs
currently throttled on two phones
tried everything under the sun even the service.jar doesnt work
best of luck
To answer your question though... no it doesn't work.
My friend uses my old touch pro2 since he lost his hd2 and his data plan says something else... it doesn't say 3g or 4g unlimited data. Just says something weird like internet... but be gets the same speeds as I do.
My plan says 4G (for some reason, never changed it from whe I used to use my tp2 but those assholes at t mobile did) but my friends data NEVER gets throttled NO MATTER WHAT HE DOES! Even on his t mobile account when you go to data usage it says 0/0 "this information is not available" so they don't even monitor his data use!
It's bull**** because my plan should be the exact same as his! I had my plan grandfathered too! There should be no difference... ugh hate T Mobile.
To those that actually answered, thank you for the responses!
beren28 said:
Section Fail! (see theQ on your thread title? That means it goes in Q+A section)
Search fail! (see the search buttons towards the top of the forum?)
Avatar Fail! (nuff said)
Click to expand...
Click to collapse
To Mr. "I'm a stereotypical XDA flamer, wrong section yada yada", this is NOT a typical Q&A post, but a developer related question regarding compatibility of a service.jar mod for our phone. I needed an answer for someone who knew there stuff........ BTW, my avatar is sure better than yours . Why don't you contribute instead of making a useless 1st response...... It's for reasons like your post that we need an anti-thanks button now
Everyone else: thanks for confirming my hunch, I had a feeling it wouldnt work, but I figured I'd see if anyone else had any luck.
The services.jar mod was actually tested in "private beta test" on several versions of Trigger by myself and several other testers (with mod help from Birg). I can tell you that in all cases we were not successful. Our methods included the services.jar mod, deletion of the throttle folder completely, deletion of the files inside the throttle folder and permissions change of that folder, and modification of the files in the throttle folder.
The project was abandoned.
rorycs said:
The services.jar mod was actually tested in "private beta test" on several versions of Trigger by myself and several other testers (with mod help from Birg). I can tell you that in all cases we were not successful. Our methods included the services.jar mod, deletion of the throttle folder completely, deletion of the files inside the throttle folder and permissions change of that folder, and modification of the files in the throttle folder.
The project was abandoned.
Click to expand...
Click to collapse
Now this is what I'm talking about!. Thanks a lot for the information, Rorycs . Its unfortunate that no one found a way around it, but its great to know that people already tried....no use reinventing the wheel
Um? You guys know you have to break the throttle settings in the Phone.apk as well right.
eugene373 said:
Um? You guys know you have to break the throttle settings in the Phone.apk as well right.
Click to expand...
Click to collapse
Give it a try Eugene. You seem to know.
That mod didn't work. It did increase my upload speed though but decreasing my download speeds.
Sent from my SGH-T959 using Tapatalk
eugene373 said:
Um? You guys know you have to break the throttle settings in the Phone.apk as well right.
Click to expand...
Click to collapse
Hey Eugene,
Actually from what I know and have seen this is the first time phone.apk has been mentioned. I was coordinating the test, but I am not a dev by any means. If you would care to help out and give it a shot, I'd be happy to reconstitute the beta team.
Sent from my SGH-T959 using XDA Premium App
rorycs said:
Hey Eugene,
Actually from what I know and have seen this is the first time phone.apk has been mentioned. I was coordinating the test, but I am not a dev by any means. If you would care to help out and give it a shot, I'd be happy to reconstitute the beta team.
Sent from my SGH-T959 using XDA Premium App
Click to expand...
Click to collapse
Honestly I don't have the time to invest on this... But you can't just break the throttle in service.jar & expect it to work.. You have to break the Throttle settings completely to over ride this or enter in your own Values to make it work...
Currently though, even this hack with be done away with shortly as monitoring will be done on the server side from what I hear.
~Eugene
beren28 said:
Section Fail! (see theQ on your thread title? That means it goes in Q+A section)
Search fail! (see the search buttons towards the top of the forum?)
Avatar Fail! (nuff said)
Click to expand...
Click to collapse
take it easy dude...he's been longtime xda user and usually knows what he's doing...check out his helpful posts in the past.
Yes, that is what I was given to understand as well. Currently my source tells me that they basically are "pinging" the device to check if a flag is set so that it can be turned on and off during and at the end of the bill cycle. I have not been able to get a projected date for a full server side implementation though. If it is a short term switch I agree that it might not be worth all the development and testing....
Sent from my SGH-T959 using XDA Premium App
eugene373 said:
Honestly I don't have the time to invest on this... But you can't just break the throttle in service.jar & expect it to work.. You have to break the Throttle settings completely to over ride this or enter in your own Values to make it work...
Currently though, even this hack with be done away with shortly as monitoring will be done on the server side from what I hear.
~Eugene
Click to expand...
Click to collapse
Thanks for the info, Eugene. This is a new area of experimentation for me, so I wasn't sure how deep the "throttle" setting was embedded within service.jar & Android (seems its a lot deeper than I thought). I figured they would eventually switch to a server based throttling like Verizon, but I had hopes.....
Always appreciate your advice!
ranjaheer said:
take it easy dude...he's been longtime xda user and usually knows what he's doing...check out his helpful posts in the past.
Click to expand...
Click to collapse
Appreciate the "support" man. Goes to show, you are always learning......

Are you tired of the same questions? Vent here.....

There will be no fighting with anyone in this forum, its only to vent your anger here. I will start.
I try to help people by reading through the forum but everyday real problems are over shadowed by people asking what is the best way to root their thunderbolt....every day that shortly followed by how much they searched for this subject when if you simply search on Google Thunderbolt+root method you will find you answer, if you can't find Google, do a Bing search on it or askjoe.com
Second why are all these new guys over clocking to 1.9 and expect their phone to be stable? Don't they read the forum of the kernel they flashed? Or just rush to general or q&a and post freezing problems. People you will get very good support if you post in the kernel you use or Rom your kernel came with the developers keep their eyes on that thread.
When did thunderbolt general become Verizon support if you have a network drop, don't make a thread for each city it is down in, call Verizon don't think every issue has to do with a radio or your kernel or your Rom.
If I helped you in any way please use the thank you button
aah - hahahaha!!! great idea for thread. how about the idiotic post like :
"down loading now... "
Sent from my SHIFTAO5P using XDA App
My personal favorites (not in any particular order) :
1. Lol/Lmao;
2. What is the best ROM; and
3. Just rooted what now?
Arrgh!
"It works great for me / works for me, thanks" (in reply to a new update of something) (use the "thanks" button ffs)
"How do I install this? (install directions mentioned in the OP)"
"This alpha/beta/testing software sure is buggy / why is feature x broken in this? (broken issue mentioned in the OP for said software) (followed by vague description/no description of what is broken without a logcat by user asking question)"
"What's the best ROM / Rooting Method?"
"Help! I installed a non-root user RUU on top of my rooted phone"
"When will we get x / what is the eta for x?" (x = gingerbread|ics|next phone|new rom|etc)
Asking a question already answered in the stickied common questions / noob guide in the Q/A forum.
Go look at the PRL thread in the Incredible General forum. I get reamed out and called every name in the book.... But I was the only one that produced an answer! I'm about to the point of letting these idiots twist in the wind. I'm tired of fools that can't find the answers that are basically fed to them. And if a mod has a problem with that frustration, oh well... Do the right thing and ban stupid, not me.
I like when someone throws an off topic question in a thread and others bite. Then if you are interested in the original topic you have to filter through all the garbage to see if any progress or good information was actually posted.
Stratejaket said:
I like when someone throws an off topic question in a thread and others bite. Then if you are interested in the original topic you have to filter through all the garbage to see if any progress or good information was actually posted.
Click to expand...
Click to collapse
+ 1
or asking about how to fix an issue that was asked just 2-3 pages back when it really shouldn't be asked in the topic thread at all (post it separately in q/a). This is why developers don't reply to their threads much. They just get to be a mess and they give up.
I just ignore those.... It's easy, everyone should try it !
How do I get better battery life? Beating a dead horse.
The one I like is when they ask...
Hey has anyone tried Imo's yet...does it work? Does anyone know if it works?
I don't know, why don't YOU load it and tell us?????
Dnakaman said:
The one I like is when they ask...
Hey has anyone tried Imo's yet...does it work? Does anyone know if it works?
I don't know, why don't YOU load it and tell us?????
Click to expand...
Click to collapse
The thought "help those who help themselves" always comes to mind when I see those posts !
Ya my other favorite one is when they ask which rom is the best.
I feel like asking them, so if I tell you to jump off a bridge will you do it?
If not, they why would you take what I say as the best rom as the gospel?
Roms are such a subjective thing. Some people like some things some like others.
My first Android phone was a G1, so I was pretty used to the "stock" experience. Even when I rooted, I stuck pretty much with Cyanogen.
When I got the bolt and realized Cyanogen was not really "available", I got into BAMF and I gotta tell you, they did a pretty impressive job with sense.
Before I would have just laughed at someone if they said sense was the way to go, but I really kinda like it now. So I know that even my viewpoint has changed somewhat.
I don't understand why these people cannot just go out and make up their own mind about which rom they like by just flashing them and trying them out. If they don't like it, they just nandroid back to what you had before they flashed the new rom.
I wonder if they all look like lemmings? Hmmmm.
I get so tired of people running AOSP ROMs creating new topics and stating in just about every AOSP ROM thread that they can't get a lock on their GPS...
Drunk texted from my CM7 Bolt
[RANT]Agreed. Google is my best friend. If I don't know how to do something when I cook my Rom, Google. When I need to know something about linux, Google.
STOP ASKING WHAT THE BEST ROM! THERE ISN'T A BEST ROM!!
[/RANT]
Sent from my HTC ThunderBolt powered by KillaSense 2.5
Kite edit: </troll>
Grnlantern79 said:
There will be no fighting with anyone in this forum, its only to vent your anger here. I will start.
I try to help people by reading through the forum but everyday real problems are over shadowed by people asking what is the best way to root their thunderbolt....every day that shortly followed by how much they searched for this subject when if you simply search on Google Thunderbolt+root method you will find you answer, if you can't find Google, do a Bing search on it or askjoe.com
Second why are all these new guys over clocking to 1.9 and expect their phone to be stable? Don't they read the forum of the kernel they flashed? Or just rush to general or q&a and post freezing problems. People you will get very good support if you post in the kernel you use or Rom your kernel came with the developers keep their eyes on that thread.
When did thunderbolt general become Verizon support if you have a network drop, don't make a thread for each city it is down in, call Verizon don't think every issue has to do with a radio or your kernel or your Rom.
If I helped you in any way please use the thank you button
Click to expand...
Click to collapse
Deal with it?
Sent from my ADR6400L using xda premium
hallstevenson said:
I just ignore those.... It's easy, everyone should try it !
Click to expand...
Click to collapse
This will always be the best way to deal with it. A lot of things that happen on XDA drive me nuts but it is what it is. If you don't like it ignore it. This forum is like the rest of the world, a few people that get it and a bunch that don't. Raise your kids, tip your waitresses, move on with life.
Sent from my HTC Flyer P512 using Tapatalk
lrs421 said:
This will always be the best way to deal with it. A lot of things that happen on XDA drive me nuts but it is what it is. If you don't like it ignore it. This forum is like the rest of the world, a few people that get it and a bunch that don't. Raise your kids, tip your waitresses, move on with life.
Sent from my HTC Flyer P512 using Tapatalk
Click to expand...
Click to collapse
Gotta give that a +1. Move on and ignore it.
I really think more people should go out of their way to make stupid people feel and look stupid.
People who post a question then an hour or 2 later say "so no one wants to help". This isn't a chatroom, people don't just wait around on the boards all day to answer questions.
---------- Post added at 09:15 AM ---------- Previous post was at 09:13 AM ----------
loonatik78 said:
I really think more people should go out of their way to make stupid people feel and look stupid.
Click to expand...
Click to collapse
- stupid people
+ iphone users
same thing

[Q] Changing theme

Hello,
How to change theme?
I browsed themes threads but there is nowhere simple written how to do that. I've seen some themes for CM9 or others but I want for just stock.
By saying theme I do not mean changing app drawer and some icons via 3rd party launcher. What I mean is change of every element of GUI - button size, button shape, color of "progress bar", colors of checkboxes, animations ect.
I noticed it is very, very, very hard to change there in Android. Why's that? Even old Symbian 60v3 allowed users to change full theme during phone's work without any system flashing ect.
I've seen some theme changer - metamorpher - but it seems it is already dead.
So... how to achieve what I want? Is it only available via flashing new ROMs?
Where are themes for stock owners of system? I've seen mainly for CM9.
It'd be good to write some tutorials for n00bs like me - honestly I couldn't find any related to my question - perhaps it is due to xda is enormous forum, not too readable at all with that all non-default font chars everywhere
Cheers.
Burgscheinkerkdeiktraast said:
Hello,
How to change theme?
I browsed themes threads but there is nowhere simple written how to do that. I've seen some themes for CM9 or others but I want for just stock.
By saying theme I do not mean changing app drawer and some icons via 3rd party launcher. What I mean is change of every element of GUI - button size, button shape, color of "progress bar", colors of checkboxes, animations ect.
I noticed it is very, very, very hard to change there in Android. Why's that? Even old Symbian 60v3 allowed users to change full theme during phone's work without any system flashing ect.
I've seen some theme changer - metamorpher - but it seems it is already dead.
So... how to achieve what I want? Is it only available via flashing new ROMs?
Where are themes for stock owners of system? I've seen mainly for CM9.
BIG GUESS in the THEMES section .
It'd be good to write some tutorials for n00bs like me - honestly I couldn't find any related to my question - perhaps it is due to xda is enormous forum, not too readable at all with that all non-default font chars everywhere
Why noobs mostly refuse to read FAQS and Guides .
Developers forum is by definition hard its not some pick and mix sweet shop . You want you learn simple.
jje
Click to expand...
Click to collapse
Samsung firmware can be themed but it's not as simple as clicking on a theme like aosp cm9 or miui firmware can with their theme engines.
In the general android forum there is massive amounts of info and tutorials. In the SGS2 forum there
Edit: sorry pressed wrong button.
----------------------
GTI9100
HydrogenICS 12.05
fluxi xx.01_rc5
Samsung firmware can be themed but it's not as simple as clicking on a theme like aosp cm9 or miui firmware can with their theme engines.
In the general android forum there is massive amounts of info and tutorials. In the SGS2 forum there is a good thread about it.
http://forum.xda-developers.com/showthread.php?t=1433053
Lots of reading all ending in flashing a zip via CWM.
Good luck and enjoy.
Edit: keep an eye on jkay mods and themes.
----------------------
GTI9100
HydrogenICS 12.05
fluxi xx.01_rc5
Why noobs mostly refuse to read FAQS and Guides .
Developers forum is by definition hard its not some pick and mix sweet shop . You want you learn simple.
jje
Click to expand...
Click to collapse
And this is what a useless person does, all day long, without moving an inch, helping direct someone to a possible solution (like most of the people here do).
jaja
filthykid said:
And this is what a useless person does, all day long, without moving an inch, helping direct someone to a possible solution (like most of the people here do).
jaja
Click to expand...
Click to collapse
So yet another poster intent on dragging the forum into the **** .
Gone from a developers forum to a i want i want i wont do anything you give me now forum.
jje
JJEgan said:
So yet another poster intent on dragging the forum into the **** .
Gone from a developers forum to a i want i want i wont do anything you give me now forum.
jje
Click to expand...
Click to collapse
Then better abstain from giving your vacuous comments to these noobs, when you know you're definitely no good to help them. Perhaps, by now you must realize nobody listens to your faeces comments, which, as I said earlier, are too useless, just like you...So better stay quiet.
jujo
filthykid said:
Then better abstain from giving your vacuous comments to these noobs, when you know you're definitely no good to help them. Perhaps, by now you must realize nobody listens to your faeces comments, which, as I said earlier, are too useless, just like you...So better stay quiet.
jujo
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=2031989&postcount=45
JJEgan said:
http://forum.xda-developers.com/showpost.php?p=2031989&postcount=45
Click to expand...
Click to collapse
A polite enemy is just as difficult to discredit, as a rude friend is to protect.
-Bryant H. McGill
filthykid said:
A polite enemy is just as difficult to discredit, as a rude friend is to protect.
-Bryant H. McGill
Click to expand...
Click to collapse
And what are you contributing to answer the OPs question.
----------------------
GTI9100
HydrogenICS 12.05
fluxi xx.01_rc5
aceofclubs said:
And what are you contributing to answer the OPs question.
----------------------
GTI9100
HydrogenICS 12.05
fluxi xx.01_rc5
Click to expand...
Click to collapse
Perhaps this is why I didn't reply to this thread when I read it the first time. If you can’t guide someone, you don’t have the right to be rude to them. Taunting and being rude won’t do any good to anyone. A politer tone could be used to guide someone.
Thanks for efforts - I read themes forum but there is no direct statement in FAQ or something - example "these themes are for stock, these are for CM9". I know there is prefix in thread title but how does n00b know this prefix means it is absolute and only for example CM9 or can be used on other ROMs too but it is not confirmed or tested.
I didn't mean to insult anything - people make great efforts to morph our phones into better, however from my n00b view some things are not written clearly.
From the time perspective for me it is easy to install ROM via Odin.
But I remember when first time wanted to flash it.
Almost nowhere clearly was written from what start searching new ROM? WHat do numbers XXLPS9 mean ect. I had to browse many threads (really many) to gather one full information. It took me long time - it can be seen funny and now reading some posts I know what most of numbers mean but from the perspective of fresh r00kie n00b it was hard.
Just because there was no such info.
Regarding themes it is similar situation - many threads with themes for various ROMs. But nowhere is written directly how, what and which theme for what ROM should be used.
Everyone knows for semi experienced user such info like in threads are is enough, but for fresh meat changing theme is crazy like hell. In this aspect Android doesn't help - it is really 100 years behind Symbian 60v3 in themes applyying procedure.
BTW - I had two bootloops because I changed fonts.
I will continue to browse themes threads and gather all info and try to mix it up.
Cheers.
You're 100% correct, what I have found here on XDA is you're on your own to piece together all the info you can. The problem is all the info is mixed in with SO many BS posts. ("You did this wrong you did that wrong" "You posted in the wrong section" And of course mixed in with all the internet tuff guys etc. etc.) I see what you're trying to do and it would be GREAT! I would highly recommend you do put together a detailed thread with all the info in one thread!!! I don't know if you seen this thread by Vert here is the link http://forum.xda-developers.com/showthread.php?p=19098932
Sorry I couldn't be more helpful, i'm trying to learn all this my self. GL
---------- Post added at 06:13 AM ---------- Previous post was at 05:56 AM ----------
JJEgan said:
http://forum.xda-developers.com/showpost.php?p=2031989&postcount=45
Click to expand...
Click to collapse
That is a great link!! I'll be giving it out to many people..... I fully respect and understand every word. The journey is the the fun part, the end result all tho cool is boring.....
filthykid said:
And this is what a useless person does, all day long, without moving an inch, helping direct someone to a possible solution (like most of the people here do).
jaja
Click to expand...
Click to collapse
I fully agree with jje.
99% of the questions asked here, have been asked before. Most noobs;" not all ", cant be bothered to do a simple search. They want answers and they want them now. I have lost count hows many times i have repeated the same old answer to the same old question by yet another lazy noob. Google search is an amazing tool.
You could if you was not so lazy. Find all the answers you want without ever asking a question.
Sent from my GT-I9100 using Tapatalk 2

Sick of XDA's biasedness. part 2

Continued from this: http://forum.xda-developers.com/showthread.php?t=1723238
The thread has been closed. Reason:
As I said here a few days ago:
Originally Posted by iridaki
You need to make a request here.
And yes, I do have to close this thread down, because this is not the place to make requests.
Mainly because the people involved in those kind of decisions will most likely not see it here.
Not every phone can have a home in XDA.
There are many factors affecting the decision, one of them being interesting and continuous development, this is xda-developers after all.
P, U and Sola are relatively new devices, borderline low-end, middle-end at best, so it could go either way.
You need to be patient and in the meantime, try to make the accomodation of more than one phones under the same section bearable.
It is your responsibility to post in the correct sub-section, provide clear and to-the-point thread titles ("HEEEEEEEELP " "OMG wtf happened to my phone" "???" etc, are NOT acceptable) with tags ([P], , [Sola], ) so that the forums are as clean and helpful as possible.
Thanks!
Ion, even though definitely a high-end phone, is just not that popular at the moment. I do not think XDA favors Samsung, users do, so they render their products popular.
Please make your requests here, keeping in mind that they may or may not be met after all.
Thank you!
Now look at the image attached. I call BS on this excuse.
Drop it bro...
No use fighting the system this way
lullesha said:
Drop it bro...
No use fighting the system this way
Click to expand...
Click to collapse
Srsly if no-one says anything about this, when will it be made right?
its always the same ... XDA Admins and Mods are HUGE Samsung fanboys i mean they realease very day new about galaxy s 3 , MLG gaming on TV blablahalba , xperia s can do it even better with hdmi output but no news ect ...
louis.b said:
Srsly if no-one says anything about this, when will it be made right?
Click to expand...
Click to collapse
I do get what you are trying to say, and I can clearly see all that is happening but you're just gonna get banhammered, wheter you like it or not, and you won't change a thing.
So just drop it for now.
louis.b said:
Srsly if no-one says anything about this, when will it be made right?
Click to expand...
Click to collapse
What part of "people who make those decisions will not see your posts here" don't you understand?
I am only to trying to help you channel your request in the correct place.
If you do not really want a separate section for Ion, sure, go ahead and keep making threads here and see what happens.
Thread closed.

Categories

Resources