Alter Cyanogen mod Settings - Nexus S Q&A, Help & Troubleshooting

Hey everyone,
i have removed apps that i don't think i will ever use, E.G themes, and would like to alter the Cyanogen mod Settings to remove the entires that are no longer needed, as i have never done this before, i will most likely need to be helped step by step, or if you have a link to a guide already made that will be great

This is probably more involved that you would like to go.
That is part of "ROM" itself and can't be removed like a apk in system app.
Do you want to remove it from the source and compile it yourself? Think that is the way you have to go to accomplish what you want. Maybe it can be edited out in the ROM.zip prior to flash but I don't know

dam, i hoped it would be simple, i may have to re-compile it as you say, cause since i removed themes, it obliviously crashes if i accidentally hit the theme button in settings, i'll go looking to see if i can find something relating to that, thanks

kenpachizero said:
dam, i hoped it would be simple, i may have to re-compile it as you say, cause since i removed themes, it obliviously crashes if i accidentally hit the theme button in settings, i'll go looking to see if i can find something relating to that, thanks
Click to expand...
Click to collapse
Hi,
You can always just try a launcher that allows u to hide the apps u do not want to use....
And you can also disable some of those hidden apps under "manage applications" but be careful since some of the main apps are used by other system apps like gallery, email, etc. I just hide them and its like they do not exist.
This way if a force close happens due that app being disabled u can always reenable it so it fixed the force closures.
Or find a ROM that slim/minimal so u dont have worry about those apks in the first place.
Good luck
Vs Nexus S4G using tapatalk2

He is actually referring to the stuff in the settings menu.
So when he deletes the theme manager apk for example it also disappears from the settings.
At least that's what I think he is talking about.

albundy2010 said:
He is actually referring to the stuff in the settings menu.
So when he deletes the theme manager apk for example it also disappears from the settings.
At least that's what I think he is talking about.
Click to expand...
Click to collapse
After reading the post again..
I believe ur correct since it seemed to easy of a question to ask and answer.
But I just wonder why those settings are even a bother to the phone or its performance.
Vs Nexus S4G using tapatalk2

Minimalist approach. I can see how it can annoy somebody very easily.

Decompile and edit the smali files which is a huge pain in the ass or do it from source, those are generally your only 2 options. I did it for my GS2, it's much, MUCH, easier to do it from source. Understanding smali makes me want to rip my hair out. Stick to the source, haha trust me.
Try your luck. Here are some resources to help you out.
http://code.google.com/p/smali/w/list
http://pallergabor.uw.hu/androidblog/dalvik_opcodes.html
http://s.android.com/tech/dalvik/dalvik-bytecode.html
Look for something called dex2jar, it'll convert the classes.dex in an apk file to a jar which you'll be able to read/understand with jd-gui.

Related

[request] Themed 3G icon

can anyone post up a themed version of the stock or new MIUI rom flashable 3G indicator, themed to match this (or both):
http://forum.xda-developers.com/showthread.php?t=788214
Thanks!
Do you mean you're after:
A theme for MIUI which has the 3G icons from that theme
or
That theme with the MIUI 3G icons?
Josh.
fllash said:
Do you mean you're after:
A theme for MIUI which has the 3G icons from that theme
or
That theme with the MIUI 3G icons?
Josh.
Click to expand...
Click to collapse
I would like the 3g icon from that rom to flash over SkyRaider 3.2
^Same^ but likt the one from the smooth blue theme that is a blue 3G indicator. Or JUST the stock HTC 3G indicator in blue if possible. Thanks
just pull it out of the framework and color it yourself, it's like 4 images
worm- said:
just pull it out of the framework and color it yourself, it's like 4 images
Click to expand...
Click to collapse
How do I do this?
Thanks
Funny. I was just going to post asking anyone if they had it in red. I would also like to know how to do it.
Contempt4You said:
Funny. I was just going to post asking anyone if they had it in red. I would also like to know how to do it.
Click to expand...
Click to collapse
I know. I really want it lol, because i kinda hate the 3G indicator in the theme i have currently, as it's hard to see the upload/download arrows, so i just wanted a flashable indicator so I dont lose the cool notification pulldown
I can edit it with photoshop if I can find it. Can anyone give me a hint to the file path?
EDIT: Hah...ok I suck and fail.
I found the apk and edited the images. Looked great. Put the apk back together. Unistalled the original apk and tried to install my modified apk. Would not install. I'm done with it for now. I guess I will read up on signing tomorrow although I thought I had read that system apps didn't need to be signed.
I'll play with it more tomorrow.
do adb pull /system/framework/framework-res.apk
And the images should n in the drawable-hdpi. Folder if not just look around until u find the images
Then pull the framework from your current Rom and replace your images with the images you want then repush your framework hack to the phone and reboot
Sent from my ADR6300 using Tapatalk
Contempt4You said:
I can edit it with photoshop if I can find it. Can anyone give me a hint to the file path?
EDIT: Hah...ok I suck and fail.
I found the apk and edited the images. Looked great. Put the apk back together. Unistalled the original apk and tried to install my modified apk. Would not install. I'm done with it for now. I guess I will read up on signing tomorrow although I thought I had read that system apps didn't need to be signed.
I'll play with it more tomorrow.
Click to expand...
Click to collapse
If you figure it out can you pack a zip of just the 3g icon in blue as well for me?
Thanks man
Thanks for the tips. With a little help from google, I was able to figure it out.
Which icon did you need exactly? The 3g toggle or the notification bar?
well, i did it and replaced some old icons with cooler looking ones, but the 3g icons (along with similar data icons) did not show up. all of the other ones showed up. also, i read a thread where this dude got 4g icons from another rom and installed them on his phone to make it look like he had 4g, but then hours later, he experienced loss of mobile data... and now i think i am too... any suggestions?
I'm sorry I can't help you. I am learning all this myself and wouldn't pretend to know where to start on that. All I can say is that if you are going to make any changes then backup early and often.
The 3g toggle icons I was looking for were in system/app. I merely reskinned them and dropped them back in.
Contempt4You said:
I'm sorry I can't help you. I am learning all this myself and wouldn't pretend to know where to start on that. All I can say is that if you are going to make any changes then backup early and often.
The 3g toggle icons I was looking for were in system/app. I merely reskinned them and dropped them back in.
Click to expand...
Click to collapse
i wanted notification bar icon
I'm running a theme and mine is already skinned. I think either way you would still have to adb push it onto your phone. I did some googling and took a crash course on changing system icons.
Once I figured it out, it made sense (i know that sounds stupid, but after i did it, I was like oh yeah I get it now). I know that's not a big help, but I'm new to this and wouldn't want to bork your phone. Maybe someone more knowledgable will come save the day.
Otherwise I would google in terms like editing apks and adb pull adb push etc. and maybe you will figure it out too.
Hell I can't wait to ruin my phone now that I am armed and dangerous =)
Contempt4You said:
I'm running a theme and mine is already skinned. I think either way you would still have to adb push it onto your phone. I did some googling and took a crash course on changing system icons.
Once I figured it out, it made sense (i know that sounds stupid, but after i did it, I was like oh yeah I get it now). I know that's not a big help, but I'm new to this and wouldn't want to bork your phone. Maybe someone more knowledgable will come save the day.
Otherwise I would google in terms like editing apks and adb pull adb push etc. and maybe you will figure it out too.
Hell I can't wait to ruin my phone now that I am armed and dangerous =)
Click to expand...
Click to collapse
Lol, i actuallly finally figured out how to extract the png's, so i am going to edit in photoshop, then replace the current images with the app ninjamorph.
*didnt work* left a huge blank space on noti. bar and when I rebooted to see if it would show, I bootlooped*
Well. I spent last night learning to resign edited apk files, so literally nothing on my phone is safe now.
Contempt4You said:
Well. I spent last night learning to resign edited apk files, so literally nothing on my phone is safe now.
Click to expand...
Click to collapse
Is there any way to pack the png's so that I can flash them or install as an apk?
Anyone know how I'd do this? I already have the edited png's.
Can I send any of you guys the folder with the icons and you can help me out with this?
Thanks again
It seems the easiest way to change or theme icons is to not unzip them. Just open them with 7zip and make your changes, then close it. They will stay compressed and all of the info and size will remain intact.
Once changed you will have to resign the apk or zip file.
I spent the better part of 2 hours reading up on it using these forums and google, but I do not in any way feel knowledgable enough to instruct you on the finer points. There are oodles of topics on editing apk's and signing them when you are finished.
The steps seem pretty clear:
1. download or pull apk
2. open with 7zip
3. make changes keeping sizes and file names the same
4. close
5. re-sign the apk or zip file (most likely have to delete the existing files to the original signing which will be replaced with your own)
6. push or install the zip or apk (make sure the original app is uninstalled prior to reinstalling the changed app)
There are various methods and tools. The most helpful thread I found on signing is here: http://forum.xda-developers.com/showthread.php?t=473580
I hope this covers it all and is helpful to you. I am new at it and can only tell you to backup everything and if you are unclear on any of it, then don't attempt it.
Read all the posts related to it. There is great info and plenty of feedback on known issues or mistakes others have had.

[Q] Custom theming applications !!SOLVED!!

Hello everyone,
I recently started working at my own custom theme which will be mainly flat black with white icons and android green highlights. I've shown it to a couple of friends and they really quite like it. I've updated every single image in the Framework-res.apk so it really is a complete revamp.
Now, I also want to edit some of the applications that I installed to match the theming (for example Handcent SMS and Winamp). I managed to pull the apk files from my phone, decompile them, edit the images and rebuilding them. But I can't seem to manage to push them back to my phone with succes because they get "uninstalled" when I push the files back to overwrite the originals (they are removed from the app drawer).
I wonder if anyone of you knows why and if it's solveable, I really like Winamp and Handcent SMS.
Cheers in advance!
Do you resign the app ?? use apk manager ??
I am not that clever to do that stuff, but it sounds like when you mod widget locker and you dont sign the apk file, if i am completely wrong sorry just trying to help
chiefy009 said:
Do you resign the app ?? use apk manager ??
I am not that clever to do that stuff, but it sounds like when you mod widget locker and you dont sign the apk file, if i am completely wrong sorry just trying to help
Click to expand...
Click to collapse
I did not resign the app, I didn't even know such thing excisted. I'm not that smart myself, I'm just a stupid designer knowing how to photoshop really well But other than that I just followed some tutorials.
If you could explain to me how to resign an app that would be of great help. Thanks!
Search for widget locker mods and in that post at the top there is a piece of kit called apk manager, follow the instructions and it will resign your apk and allow it to be used
http://forum.xda-developers.com/showthread.php?t=825553
thats the link with the apk manager in the thread
Yup it seems it worked guys. APK Manager is awesome, makes it all so much easier and faster
Thanks for helping me out!
FricoRico said:
Yup it seems it worked guys. APK Manager is awesome, makes it all so much easier and faster
Thanks for helping me out!
Click to expand...
Click to collapse
Pleasure share your work once complete?
sent from my commodore 64
You'll be the first one to know when the theme is finished. I'm making quick progress now. I'm gonna edit some more apps that I frequently use. Winamp is almost fully customized. I'm not quite sure how to pack everything up into an easy installer for you guys to use. But by that time I will ask for help again, I'm sure there will be loads of people who will teach me how to do that when they see the final product.
FricoRico said:
You'll be the first one to know when the theme is finished. I'm making quick progress now. I'm gonna edit some more apps that I frequently use. Winamp is almost fully customized. I'm not quite sure how to pack everything up into an easy installer for you guys to use. But by that time I will ask for help again, I'm sure there will be loads of people who will teach me how to do that when they see the final product.
Click to expand...
Click to collapse
I will always help where I can with what little I know or St least try to point you somewhere, good luck
sent from my commodore 64

[Q] SKY ICS update 7 missing "select input method"

Hello,
Has anyone noticed that you no longer have the "select input method" notification in update 7? I had it in update 4. When I went over to update 7 (and subsequently 8), that option is missing. So the only way to change input method is to go all the way into settings. The notification is available after the base zx install, but the update wipes it out. Is there a simple setting somewhere to turn it back on? I searched in this and the dev forums and cannot find it.
Otherwise it's a great ROM. Thanks dev!
This is a one time thing. U don't change input method all the time on the fly. It is a bug none the less, but one that may only bother a select few users... maybe only u
Did the dev explicitly say that? GB was long press in the input part to bring up the option to change input method. I'm pretty sure the notification is ICS's replacement, as the stock Nexus does this. You have to explicitly turn it off in a custom rom. Some kind of shortcut is needed for many many multi-lingual users. I use English most of the time except for a chat app. Don't have to have the notification if bothers others, but a shortcut to bring up the dialog should definitely be available.
seanzscreams, can you please comment? It's a great ROM and thanks.
freakius said:
Did the dev explicitly say that? GB was long press in the input part to bring up the option to change input method. I'm pretty sure the notification is ICS's replacement, as the stock Nexus does this. You have to explicitly turn it off in a custom rom. Some kind of shortcut is needed for many many multi-lingual users. I use English most of the time except for a chat app. Don't have to have the notification if bothers others, but a shortcut to bring up the dialog should definitely be available.
seanzscreams, can you please comment? It's a great ROM and thanks.
Click to expand...
Click to collapse
If ur looking for dev feedback, comment in the rom dev thread, send a pm, or both. He probably won't see it here.
icenight89 said:
If ur looking for dev feedback, comment in the rom dev thread, send a pm, or both. He probably won't see it here.
Click to expand...
Click to collapse
Geez, ice !! You ever sleep or what.! You are on almost all the threads !!
Lol!!
chappatti said:
Geez, ice !! You ever sleep or what.! You are on almost all the threads !!
Lol!!
Click to expand...
Click to collapse
I get bored easily lol, xda is what keeps me entertained . My current goal is 3000 posts in the next two months and a 500+ thanks meter. Helping people is good
base to update changes a lot
I've noticed that the non-wipe updates on this ROM do change or eliminate some of the cooler features of the base. For instance, the settings in the base have the different colored, more detailed icons, while the update changes them all to boring blue.
As for the input method, I believe that in ICS, you change that under settings, language and input. In ICS, you can choose multiple keyboards or input methods, with one as "default". I haven't experimented yet, but perhaps the option to switch only shows up if you have multiple input methods selected? Can anyone verify this?
I'm new, so I hope this helps...
EDIT: Yeah, I tried checking off three different keyboards, but the long-press feature isn't there. Now I remember the notification bar change in ICS. The only way I can find to change the keyboard in this ROM is to go into settings and change the default. Not too bad of a task, but more tedious than before. There may be some shortcut apps in the play store that could help?
Isnt there an option on your status / menu bar... That's were it is in smooth ice
Sent from my SAMSUNG-SGH-I727 using xda premium
icenight89 said:
I get bored easily lol, xda is what keeps me entertained . My current goal is 3000 posts in the next two months and a 500+ thanks meter. Helping people is good
Click to expand...
Click to collapse
You'll make that in the next week.......!!
Thanks LPMatt and droid512. I know in most other ICS ROMs, including stock, the standard way to change input method is to use the little icon in the status bar. That's what I meant by "change input method notification". I also know you can always go through settings to change. To go through settings, I would have to get out of the app I'm using and it's a lot of hassle. Dating back to eclaire Android has provided the shortcut (used to be long press until ICS changed it to the notification/status bar). Looks like Sky ICS ROM latest update just disabled a standard feature, either intentionally or unintentionally. While icenight89 is quite knowledgeable in general, I think he's misinformed about the nature of the feature because he doesn't have to use different keyboards for different languages. It is indeed a standard feature in ICS, not a "one time thing" or bug. I don't have enough posts to post in the dev forum that's why I posted here to see if any other multi-lingual user of Sky ICS has encountered this. I have also PM'ed the dev.
I'm quite knowledgeable?? Aww shucks, thanks friend.
To be honest, u are absolutely correct, I am not a multi-lingual user so I did not even know this feature was present. Based on the discussion I assume your talking about a quick select shortcut from the drop down menu that let u change ur keyboard on the fly?
If that is so its quite possible and highly likely he disabled it in the latest update, as that feature would be present in either systemui.apk or framework-res.apk, all of which were updated in D-7. My advice? See if u can get D-6 off someone then flash the base, D-6 and then D-8 until he gets around to fixing it
icenight89 said:
I'm quite knowledgeable?? Aww shucks, thanks friend.
To be honest, u are absolutely correct, I am not a multi-lingual user so I did not even know this feature was present. Based on the discussion I assume your talking about a quick select shortcut from the drop down menu that let u change ur keyboard on the fly?
If that is so its quite possible and highly likely he disabled it in the latest update, as that feature would be present in either systemui.apk or framework-res.apk, all of which were updated in D-7. My advice? See if u can get D-6 off someone then flash the base, D-6 and then D-8 until he gets around to fixing it
Click to expand...
Click to collapse
See you just proved your knowledge in pointing out the 2 possible apk that is present I think D-8 probably has a new one so flashing D-6 then D-8 would overwrite it again. I'll see if I can pull those apk's and use rom kitchen to make a new one until he gets around to changing it. Who knows, it's possible he did it on purpose as i have seen people complain about it since ICS came out. Most non-multilingual users find it annoying. I actually do too. I prefer the old long press way! Thanks again.
nope, just checked. He only changed the framework-res.apk in the D-8 update. What i suggest you do is pull systemui.apk from the original base first and replace it with root explorer. If that fixes it then you can safely flash the new update rom kitchen just the one apk.
icenight89 said:
nope, just checked. He only changed the framework-res.apk in the D-8 update. What i suggest you do is pull systemui.apk from the original base first and replace it with root explorer. If that fixes it then you can safely flash the new update rom kitchen just the one apk.
Click to expand...
Click to collapse
Got it. Will try. Thanks! How do you check what he changed btw? I've only done the basics in ROM kitchen.
Well tried to put systemUI.apk from zx2 base and didn't work. I guess I'll see if dev will respond or put it back in later. If not, I'll have to decide if the hassle is worth it or change to another ROM. Thanks everyone.

Modding vibration patterns

Well i pretty much wanna do what the title says. I want to change the vibration patterns for ALL notifications including google voice and SMS and others. However, all apps i found on the market and internet DO NOT work so please save your time and dont recommend them.
What i want to do is hopefully mod a JAR file inside the /system/framework directory. However i just dont know which one to edit if any.
All comments/brainstorming ideas are happily welcome!
I'm interested in this, too. Maybe it's even possible to include it in the ROM Settings for AOKP ROM.
Much like different notification colours for each app.
Piny12 said:
I'm interested in this, too. Maybe it's even possible to include it in the ROM Settings for AOKP ROM.
Much like different notification colours for each app.
Click to expand...
Click to collapse
Thats a good idea, im gonna extract all my .jar files and browse through them to look for some sort of notification .smali file or something.. lol i hope this is possible.

Customise S-Pen Folder?

This, I am *sure*, has been asked before, and answered. In fact I'm fairly sure I already know the answer, at least according to the official reviews... but then XDA people have a habit of changing the "official rules"
Anyway, I was wondering if it is possible to customise the apps that appear in the pop-up folder, that comes up when you remove the s-pen from the holder.
Im pretty sure you can't, and that its mentioned as such in a review I read before buying the Note a couple days ago. (On ICS at least... I dont know if this has changed for Jellybean?)
But I figured, if anyone has found a way to change this, you guys would have!
I did try searching for the answer in the forums... but my problem was I didnt really know what that pop-up menu/folder thing is actually *called*, which made it difficult. I'm sorry if I missed something obvious!!
Thanks for any help
Should I take that as a no? Or at least a "not yet".
No, not the side folder however a lot of apps have been added to the pop-up menu at the bottom of the screen, in the themes section there's a thread with links to apps that have been modified to work in this.
Theres also a thread floating around that tells you how to alter an apk file to make it capable of this. The downside is that since you altered the apk file you can no longer update that particular app without then editing the files in the apk file to once again make it pop-up menu compatible...
ultramag69 said:
No, not the side folder however a lot of apps have been added to the pop-up menu at the bottom of the screen, in the themes section there's a thread with links to apps that have been modified to work in this.
Theres also a thread floating around that tells you how to alter an apk file to make it capable of this. The downside is that since you altered the apk file you can no longer update that particular app without then editing the files in the apk file to once again make it pop-up menu compatible...
Click to expand...
Click to collapse
Yeah I knew about the multiview menu alterations already, its a thread I've been following for a while. I was only asking because, after deleting pen physics, there is a gap in the pen folder I would have liked to make use of.
Too bad
nirurin said:
This, I am *sure*, has been asked before, and answered. In fact I'm fairly sure I already know the answer, at least according to the official reviews... but then XDA people have a habit of changing the "official rules"
Anyway, I was wondering if it is possible to customise the apps that appear in the pop-up folder, that comes up when you remove the s-pen from the holder.
Im pretty sure you can't, and that its mentioned as such in a review I read before buying the Note a couple days ago. (On ICS at least... I dont know if this has changed for Jellybean?)
But I figured, if anyone has found a way to change this, you guys would have!
I did try searching for the answer in the forums... but my problem was I didnt really know what that pop-up menu/folder thing is actually *called*, which made it difficult. I'm sorry if I missed something obvious!!
Thanks for any help
Click to expand...
Click to collapse
If you go into Settings, and select under System, 'Pen', the last option is called 'Options after detaching pen'. You can pick one or more things to show up. Not sure if this is what you mean, but there you go...
RTBee said:
If you go into Settings, and select under System, 'Pen', the last option is called 'Options after detaching pen'. You can pick one or more things to show up. Not sure if this is what you mean, but there you go...
Click to expand...
Click to collapse
Nah, I did know about that one. One of the options in that settings menu is "Open shortcuts toolbar". Thats the toolbar I am talking about.
Problem is, the toolbar has like 5 or 6 default apps in it.. only about 3 of them is any use. It would be nice to be able to change them to apps of my own choosing!!
nirurin said:
Nah, I did know about that one. One of the options in that settings menu is "Open shortcuts toolbar". Thats the toolbar I am talking about.
Problem is, the toolbar has like 5 or 6 default apps in it.. only about 3 of them is any use. It would be nice to be able to change them to apps of my own choosing!!
Click to expand...
Click to collapse
Ah, ok, I know you can choose to have only a few or just one, but as far as I know you can only select or deselect the ones shown. As of right now you can't add any others. I think I read somewhere that possibly with 4.1 or 4.2 that may change. :fingers-crossed:

Categories

Resources