So, I love the Moto X, but a couple things had been bugging me about it.
The giant 4G LTE icon (We get it Verizon, it's your network)
The weird wifi icon spacing
The 5 bar signal bar (I don't get this one. Is this a new thing? Does any other phone on verizon do this?
The glitchy 5 bar drawable (There's a weird extra line in there for some reason.)
So I did a small edit to the SystemUI to fix those for me, and I figured you guys might like it too.
Go from this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To this:
Download the modded SystemUI flashable zip [4.2.2] here.
To install, just flash in Safestrap.
NEW Download the edit for 4.4 here. This is not a flashable zip. Since we don't have Safestrap for 4.4 just yet, check out how to apply it below:
----------------------------
Download the SystemUI and place it in a folder.
CD into that folder, and open a command line/terminal there. (If you don't have ADB in your path, you will have to put it where ADB is.)
Do the following (make sure you're in "recovery" mode so things stick)
Code:
adb push SystemUI.apk /sdcard/
adb shell
----------(this will enter you into a shell on the device)-----------
Code:
su
mount -o remount,rw /system
cp /sdcard/SystemUI.apk /system/priv-app/
reboot recovery
UPDATES
(11/17) 1.01 - Fixed some unchanged images when you're on 3G/1X and wifi.
(11/26) 2.0 Added a 4.4 version (No Safestrap)
MAKE SURE YOU BACK UP YOUR SYSTEMUI BEFORE REPLACING IT.
To-Do next - Remove mobile indicator on wifi.
Enjoy~
So, this should theoretically be possible on a locked MotoX, correct? Would you mind giving me the edits you made for removing the weird wifi spacing?
I assume to make the SystemUI edit, I would have to deodex my SystemUI.apk, correct?
natezire71 said:
So, this should theoretically be possible on a locked MotoX, correct? Would you mind giving me the edits you made for removing the weird wifi spacing?
I assume to make the SystemUI edit, I would have to deodex my SystemUI.apk, correct?
Click to expand...
Click to collapse
This is already for locked bootloaders. Just flash in safestrap!
Also, funny story about the wifi spacing, I didn't actually edit anything but the images. Moto/VZ actually had too much space on the icon itself! Probably to make room for the 4GLTE icon. That too, was just a simple image edit/swap, and it fell right back where it was supposed to be. Weird that they did that. If they wanted their LTE icon that bad, they could have easily done it tastefully.
j2cool2012 said:
This is already for locked bootloaders. Just flash in safestrap!
Also, funny story about the wifi spacing, I didn't actually edit anything but the images. Moto/VZ actually had too much space on the icon itself! Probably to make room for the 4GLTE icon. That too, was just a simple image edit/swap, and it fell right back where it was supposed to be. Weird that they did that. If they wanted their LTE icon that bad, they could have easily done it tastefully.
Click to expand...
Click to collapse
Wooooooooooooow. I can't believe they put space in the actual images. Stupid if you ask me. However, that doesn't make sense. Gravity Box has an option for using its built in icons. These icons still have the spacing issue.
What I'm asking is if I can use this to work on a LOCKED MotoX. Would I just need to deodex the SystemUI.apk?
natezire71 said:
Wooooooooooooow. I can't believe they put space in the actual images. Stupid if you ask me. However, that doesn't make sense. Gravity Box has an option for using its built in icons. These icons still have the spacing issue.
What I'm asking is if I can use this to work on a LOCKED MotoX. Would I just need to deodex the SystemUI.apk?
Click to expand...
Click to collapse
I'm sorry, I'm not sure what you mean by locked Moto X. I would assume deodexing the SystemUI would work. Also, related, does this image have the weird wifi spacing you're talking about?
j2cool2012 said:
I'm sorry, I'm not sure what you mean by locked Moto X. I would assume deodexing the SystemUI would work. Also, related, does this image have the weird wifi spacing you're talking about?
Click to expand...
Click to collapse
No it does not.
Locked MotoX... you know... not the dev edition? I'm on stock ROM, rooted. Not using safestrap or anything.
Code:
[CODE]
[/CODE]
natezire71 said:
No it does not.
Locked MotoX... you know... not the dev edition? I'm on stock ROM, rooted. Not using safestrap or anything.
Click to expand...
Click to collapse
Yeah that's what I thought you meant. I am also on a retail locked Moto X. Safestrap is MADE for our phones. Just head over to this thread, install it and you will have basically TWRP, ready to flash Safestrap-compatible ROMs and zip file mods.
If you'd rather though, you can just push the SystemUI to /system/app manually using ADB. If you know how, and would prefer that, you can use this code:
Code:
adb push SystemUI/apk /sdcard/
adb shell
su
getprop ro.boot.write_protect
If this does not return a 0, you need to reboot into "recovery" to turn off write protect. Then
Code:
mount -o remount,rw /system
cp /sdcard/SystemUI.apk /system/app
reboot recovery
And that will do basically what the ZIP does.
j2cool2012 said:
Yeah that's what I thought you meant. I am also on a retail locked Moto X. Safestrap is MADE for our phones. Just head over to this thread, install it and you will have basically TWRP, ready to flash Safestrap-compatible ROMs and zip file mods.
Click to expand...
Click to collapse
That's what I'm saying--I don't want to use SafeStrap.
natezire71 said:
That's what I'm saying--I don't want to use SafeStrap.
Click to expand...
Click to collapse
Ah i see now. Check out the above post. I just edited it with manual instructions.
j2cool2012 said:
Ah i see now. Check out the above post. I just edited it with manual instructions.
Click to expand...
Click to collapse
You're awesome--I really appreciate it!
Have my babies.
Sent from a White Moto Xposed
Is there any way to revert to stock after flashing this?
Sent from my XT1060 using Tapatalk
I'm no expert but I'm inclined to believe that the backup you made of the SystemUI.apk would be your back to stock option. You'd just have to push it to your phone or something like that.
How difficult would itnbe to port these to 4.4 (obviously in white and with no safestrap)? I'd really like to my get rid of Vzw's giant 4G icon.
Thanks
cabraswell said:
How difficult would itnbe to port these to 4.4 (obviously in white and with no safestrap)? I'd really like to my get rid of Vzw's giant 4G icon.
Thanks
Click to expand...
Click to collapse
hehehehehe
I may or may not have already
OP being updated soon. Make sure you let me know of any glitches you find.
you = awesome!
Just an FYI (you probably already know this), I was able to use Root Explorer and mount /system/priv-app/ as R/W and copy the apk there instead of using adb. After I copied it there I just did a reboot and it's "fixed" now.
cabraswell said:
you = awesome!
Just an FYI (you probably already know this), I was able to use Root Explorer and mount /system/priv-app/ as R/W and copy the apk there instead of using adb. After I copied it there I just did a reboot and it's "fixed" now.
Click to expand...
Click to collapse
Yep that's a way you can do it! Only reason I didn't say is cause when you mess with SystemUI, it might reboot your phone before you can get the new one in there. Glad it worked though!
Sent from my XT1060 using Tapatalk
Anyway to make this work for Sprint? I couldn't find anything regarding status bar mods via Systemui.apk for Sprint. Thanks!
How much would it take to make it say LTE instead of 4G? I also think I prefer the 4 bar signal instead of 5.
I'd be happy to do my own work I just don't know which/how many files to edit.
cabraswell said:
How much would it take to make it say LTE instead of 4G? I also think I prefer the 4 bar signal instead of 5.
I'd be happy to do my own work I just don't know which/how many files to edit.
Click to expand...
Click to collapse
Alright check this out.All you gotta do is go into the SystemUI.apk, and search for any icon that says zz_moto_...._4g_lte and relpace it with the LTE logo from the normal files at the top. If you look for the icons without the zz_moto on the front that have a similar name, you'll find it. And to do the 4 bars, you have to either mess with XML files, or do it the "cheaty" way by renaming the 4bar drawables their 5-bar counterparts names. (zz_moto_stst_system_signal_5bar_)
Related
I'm working on a new version of su & Superuser.apk. The changes are pretty basic now, just some code cleanup and a major UI overhaul. I have more things planned, we'll see where things go. Check out the screen shots and download it if you like. Let me know what you think.
Thanks go out to Zinx for putting the original together, and Cyanogen for making the source available.
v1.2.0 is small big fixes, and some changes that should help it to work on more ROMs. I went ahead and made an update.zip this time to make sure that everything gets put in the proper place. I've only tested this on CM 4.2.3.1, so as always, backup first, and then install. Please let me know of any success/failure on different roms.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download here.
Source here.
cool ill check it out in a bit
Thanks. I'll use this in my attempt to root my new CLIQ unless a major bug is found....
EDIT: I know what this is,just saying I'll use this to control access to root,once rooted.
will this remember the previous version's always allowed apps?
tutech said:
will this remember the previous version's always allowed apps?
Click to expand...
Click to collapse
I haven't tested it, but it should... Let me know?
edit: Just tested it, it will remember previously allowed apps.
I like the overlay concept. The old full screen sometimes popped up at the wrong time and the wrong button got clicked. This looks more "up-to-date" Gonna test it out and cook it into some ROMs
No offense to the OP is meant by this:
but is there any chance that we can get sourcecode for this? (If I'm going to install something that governs my phone's root permissions, I want assurances that it doesn't contain malicious code. This is just good practices, and is //not// meant as any form of sleight to the OP.)
Seconded, it does remember previous settings.
IConrad01 said:
No offense to the OP is meant by this:
but is there any chance that we can get sourcecode for this? (If I'm going to install something that governs my phone's root permissions, I want assurances that it doesn't contain malicious code. This is just good practices, and is //not// meant as any form of sleight to the OP.)
Click to expand...
Click to collapse
+1 for this
Pushed to TheOfficial TMO, but it ain't working for me. To be cross-posted to that thread momentarily.
I like the new look to it but honestly if there is no new functionality to it I dont see any need to change it. For me, its a case of leaving well enough alone. It does look good though.
IConrad01 said:
but is there any chance that we can get sourcecode for this? (If I'm going to install something that governs my phone's root permissions, I want assurances that it doesn't contain malicious code. This is just good practices, and is //not// meant as any form of sleight to the OP.)
Click to expand...
Click to collapse
It's been up, I just failed to link to it, get it here.
olearyp said:
Pushed to TheOfficial TMO, but it ain't working for me. To be cross-posted to that thread momentarily.
Click to expand...
Click to collapse
I hadn't tested this on anything but CM 4.2.3.1, I had assumed it would work on any build that uses Zinx's su setup, but I could be wrong. I'll have a look at it tonight, I gotta head off to work.
seems to be just a graphical overhaul to the app, but what about su? what's different on it? I don't have the original source, guess I'll look for it.
Install
How do i install this I ran it through Root explorer ran it and it says Superuser 1.1.apk cant be installed on this phone. I tried putting it in the system/app folder restarted and it didn't pop up.?!?
EWitsJan said:
How do i install this I ran it through Root explorer ran it and it says Superuser 1.1.apk cant be installed on this phone. I tried putting it in the system/app folder restarted and it didn't pop up.?!?
Click to expand...
Click to collapse
You really shouldn't be using root explorer to replace any internal .apks, instead push them with the terminal and the linux commands.
Also, if you're gonna use root explorer or terminal, make sure the .apk name is superuser.apk not superuser 1.1.apk.
Eclipse9069 said:
You really shouldn't be using root explorer to replace any internal .apks, instead push them with the terminal and the linux commands.
Also, if you're gonna use root explorer or terminal, make sure the .apk name is superuser.apk not superuser 1.1.apk.
Click to expand...
Click to collapse
Thanks I'm going to find out how to push it with terminal.
Just tried Superuser.apk v1.1.0. The interface is better - I always thought a separate screen for SU requests was kinda wasteful. And I can also second that it saved my old permissions.
However...as a test, I deleted all my previous permissions and tried running su in Terminal Emulator. The SU request came up almost instantly, but after clicking "Deny" it took a while before the terminal responded with "Permission denied". This only happened the first time I tried it, though - denying subsequent requests goes through almost instantly. I see the same behavior with initially allowing the request vs. initially denying and subsequently allowing. Hopefully this explanation makes sense, lol.
I see your screenshots appear to be stock CM v4.2.3.1, so what I'm seeing probably something specific to my setup (BFS-304, M_Blend theme, compcache+backing, etc.), but I figured I'd let you know anyway.
Excellent work!
a new superuser app that when you entered the super user app it showed all the apps that have or do not have superuser access would be awsome
agent2594 - I understand what you're saying. I think that's something going on in the su binary, which I can't get to compile right just yet... but when I do I'll see what I can do about that.
Joe333x - I think but I could be wrong, that what you're looking for is the Superuser app in the app drawer. It'll show everything that are either allowed or denied access.
Joe333x said:
a new superuser app that when you entered the super user app it showed all the apps that have or do not have superuser access would be awsome
Click to expand...
Click to collapse
I second that. The greatest addition would be to have a list (in human readable format) of programs that have been granted/denied SU permission.
Here is a collection of my personal MM themes for status bar icons.
(note - i did not create the img files them selves. i just packaged them up so people can use them with there roms. If anyone finds there work here and would like me to remove it please PM RIGHT AWAY!!!!. With that said i cant make img files, if you request something please attach a link to an img that you would like me to use.)
**Please make a back up of your ROM before installing anything I have created!!!**
Email
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Link ---> http://db.tt/7HwBZAH
(After applying you will need to do a restart of the phone to take effect.)
Gmail
Link ---> http://db.tt/qzlAScK
(After applying you will need to do a restart of the phone to take effect.)
SMS
link ---> http://db.tt/oclNqoI
(After applying you will need to do a restart of the phone to take effect.)
Notify Icons
link ---> http://db.tt/2YSrg5e
(After applying you will need to do a restart of the phone to take effect.)
(img look pix-elated because i made them bigger for you to see. It will look smoother on your phone)
Let me know if you have any problems. This has only been tested on SkyRaider 3.3 final. If you have any more requests just let me know and I will try to make them for you.
And if you like what i do please consider on giving me more space on my drop box. I don't need money. I just need space so i can offer more room for my MM themes.
http://www.dropbox.com/referrals/NTEyMzcyNzg2OQ
synisterwolf said:
Here is a collection of my personal MM themes for status bar icons.
**Please make a back up of your ROM before installing anything I have created!!!**
Gmail
Link ---> http://db.tt/qzlAScK
(you might need to apply this twice. Some people said they did and some said they didn't.)
SMS
link ---> http://db.tt/oclNqoI
(you might need to apply this twice. Some people said they did and some said they didn't.)
Notify Icons
link ---> http://db.tt/2YSrg5e
(img look pix-elated because i made them bigger for you to see. It will look smoother on your phone)
Let me know if you have any problems. This has only been tested on SkyRaider 3.3 final. If you have any more requests just let me know and I will try to make them for you.
And if you like what i do please consider on giving me more space on my drop box. I don't need money. I just need space so i can offer more room for my MM themes.
http://www.dropbox.com/referrals/NTEyMzcyNzg2OQ
Click to expand...
Click to collapse
Can you make a MM for the HTC Mail application. Please.
Oops forgot to post that one. It will be up shortly.
I've tried to apply the Gmail one twice, both times it made Gmail stop working. I'm running Virtuous 3.1.0 had to restore with Titanium Backup. Any thoughts?
Hey thanks for the work. I tried the Gmail, Mail and SMS and they all stopped working (applied twice). Had to restore.
Don't fret, the others that I have tried have done the same.
I am using Rooted Stock Froyo, Deodexed, S-OFF.
Thanks for the effort.
Just tested gmail and mine disappeared too. I applied it again and it came back with the notify working. Please try this and report back.
Sent from my ADR6300 using XDA App
looks like you will need to do a restart after you applied the themes. i guess the system needs to re read the apk to make them work.
(this is still a learning experience for me.... sorry again)
synisterwolf said:
looks like you will need to do a restart after you applied the themes. i guess the system needs to re read the apk to make them work.
(this is still a learning experience for me.... sorry again)
Click to expand...
Click to collapse
YAHTZEE! We have a winner! Very nicely done! Works for me now.
I'm glad it works now. I guess I just needed more testers before going live.
Sent from my ADR6300 using XDA App
GMail works fine. I applied the icon pack twice and rebooted, but no joy. It does not work. Like I said, I'm using Virtuous 3.1.0 with the Revolution Theme.
Cincybearcatfan said:
GMail works fine. I applied the icon pack twice and rebooted, but no joy. It does not work. Like I said, I'm using Virtuous 3.1.0 with the Revolution Theme.
Click to expand...
Click to collapse
Can you tell me where you framework-res.apk is located. And if possible make a copy of it and send it to me?
Sent from my ADR6300 using XDA App
synisterwolf said:
Can you tell me where you framework-res.apk is located. And if possible make a copy of it and send it to me?
Sent from my ADR6300 using XDA App
Click to expand...
Click to collapse
Not sure where to even look to find that.
Is the link for the email one broken or pulled? Because there is nothing showing up. SMS one worked great, thank you.
Cincybearcatfan said:
Not sure where to even look to find that.
Click to expand...
Click to collapse
ok. i will download the rom and install it and see whats up with it.
there was an extra .bd file that was not suppose to be in the zip that i deleted. please try again while i download the rom and test
never mind. i found out why it does not work. can i use us as a tester???
Yes, I'll test it no problem.
00McD00 said:
Is the link for the email one broken or pulled? Because there is nothing showing up. SMS one worked great, thank you.
Click to expand...
Click to collapse
i pulled it. its back up. i forgot that 7zip adds a thumb.db to any img folder. and i did not want anyone install it to there phone because it might cause a boot loop for a file the phone does not know. i double checked every file again so its should all be clean and good to go
Cincybearcatfan said:
Yes, I'll test it no problem.
Click to expand...
Click to collapse
pm sent. please make a back up before testing. apply once and do a full restart
synisterwolf said:
i pulled it. its back up. i forgot that 7zip adds a thumb.db to any img folder. and i did not want anyone install it to there phone because it might cause a boot loop for a file the phone does not know. i double checked every file again so its should all be clean and good to go
Click to expand...
Click to collapse
Oh awesome, I see it's back up now. Should have just been more patient. Thanks again.
Tried the new icon.zip force closes with an error message
"The file we are looking for mnt/sdcard/AndroidThemes/Icon-1/Framework-res in this theme but it does not exist, skipping"
Cincybearcatfan said:
Tried the new icon.zip force closes with an error message
"The file we are looking for mnt/sdcard/AndroidThemes/Icon-1/Framework-res in this theme but it does not exist, skipping"
Click to expand...
Click to collapse
ops i forgot to say that the "android Theme" folder needs to be clear. the xml is trying to find a file that you dont have because the phone made a copy of the "icon" folder.
Please clear out the android theme folder on your sd card and unzip again.
and delete the old zip files you have in you download file and re download.
synisterwolf said:
ops i forgot to say that the "android Theme" folder needs to be clear. the xml is trying to find a file that you dont have because the phone made a copy of the "icon" folder.
Please clear out the android theme folder on your sd card and unzip again.
and delete the old zip files you have in you download file and re download.
Click to expand...
Click to collapse
ok so i renamed the hole zip xml and all so it wont conflict if you still have the old one on the phone.
My attempt at a custom Rom.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Eraser Rom was built to be a "stock" ATT lite ROM. With this in mind I have removed a lot of "bloat" apps but also left some that I use.
I designed this ROM for myself but decided to share it here.
This Rom is light weight 500.27MB! Smooth as butter so far
De-odexed ( i know, i know odex is better i'm learning here lol )
Zip aligned and signed
Busybox installed
Rooted
Somewhat "debloated"
Custom bootanimation
No boot sound ( can be changed by taking whatever mp3 file youd like roughly 30 sec long renaming it to ATTSonicLogoNoSnap_Retail.mp3 and replacing the stock one in /system/customize/resource folder.
initd script support ( i think it works)
APM with eqs pull down settings thanks and based off XsMagical's posted mod for 2.23 apm,etc
Themed 4G icon thanks to wangtang2K
Removed:
Mog music, Soundhound, Most ATT apps (navigator, uverse), Yellowbook, facebook, twitter, kindle, maybe some others i cant remember
Unhidden in app drawer:
Mirror, Polaris, voice recorder, voice dialer
Modified MMS:
Options now for MMS 1M, 600k, 300K
You tell me
4G icon will change to either H or G when data is activated or you are actively using data sometimes, working on fix.
Dropbox integration into album's is not working, wierd.
Since facebook,etc was deleted friendstream, won't work. Will delete friend stream in next build.
Modifying your phone can be potential hazardous. I cannot take responsibly if you damage your phone.
As we all know you cannot flash the boot.img currently with the new hboot. So I have made it so that everyone has to flash the boot.img in fastboot to keep confusion down.
I will only support issues that arise from TWRP recovery, CWM is not officially supported so dont use it.
Prerequisites:
1. Unlocked bootloader
2. Custom Recovery TWRP
3. Disable HTC SYNC from running
4. Phone connected to PC
1. Download Rom, copy boot.img from rom zip to your fastboot tools location, then place rom zip on sdcard
2. Nandroid your current Rom
3. wipe caches, system, factory reset ( Rom will wipe your data anyway but best to do it manually just in case )
4. Flash Rom, Be patient it is slow lol
5. wipe cache/dalvik after finish, hit home reboot to bootloader NOT SYSTEM!
6. Flash the boot.img in fastboot. here is command:
fastboot flash boot boot-image-name.img
(replace boot-image-name) with whatever you named it
7. Reboot enjoy
8. The Rom takes a while to boot up the first time dont get scared the bootanimation will play the whole time. Enjoy.
For those of you who don't have it I have compiled a folder with all you need to flash roms this way. It includes, adb, fastboot, TWRP 2.1.8.1, and my roms boot.img.
Download androidtools.zip
Extract the file to the root of your C drive name it android.
so under your C drive it should look like this:
C:\android < this is the folder you extracted
C:\program_files
etc
Open command prompt.
type: cd C:\android then hit enter.
you should now see in the command prompt this of course without my name:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved
C:\Users\Eraste>cd C:\android
C:\android>
This is were you will be able to input commands to flash the boot.img. Or any other thing requiring adb, fastboot just make sure what ever you want to flash is in this folder.
Scrolser for his infinite knowledge
XsMagical APM EQS mod he posted
wangtang2K themed icons
Beta testers proving it works
MD5: 54d6e4c4ab3132ab5de43245abaf7777
or if you cant see that link download
HERE
Please hit the thanks button if you like this and feel free to donate!
reserved
Always good to see more ROMs. Nice work man.
I have a feeling that this will go popular. If it does hit my thanks meter XD...
Haha good job man. Actually the 4G icon jumps between H and G. I first wondered "what the heck I'm only getting GPRS after flashing the latest RUU??" But then I figured it out...
---------- Post added at 02:51 PM ---------- Previous post was at 02:44 PM ----------
I have an idea: Make a completely clean ROM and a separate zip that contains the apps.
BreatheHT said:
I have a feeling that this will go popular. If it does hit my thanks meter XD...
Haha good job man. Actually the 4G icon jumps between H and G. I first wondered "what the heck I'm only getting GPRS after flashing the latest RUU??" But then I figured it out...
---------- Post added at 02:51 PM ---------- Previous post was at 02:44 PM ----------
I have an idea: Make a completely clean ROM and a separate zip that contains the apps.
Click to expand...
Click to collapse
It stays on the same network its just an icon issue , or at least that's what I figure. Lol
eraste said:
It stays on the same network its just an icon issue , or at least that's what I figure. Lol
Click to expand...
Click to collapse
I've noticed 4.0.4 ROMS connect to hspap instead of hspa.. then the icon for hspap reports as G.. Very strange
Sent from my HTC One X
ChongoDroid said:
I've noticed 4.0.4 ROMS connect to hspap instead of hspa.. then the icon for hspap reports as G.. Very strange
Sent from my HTC One X
Click to expand...
Click to collapse
Hotspot hack included on this?
jay661972 said:
Hotspot hack included on this?
Click to expand...
Click to collapse
No not yet. I had been looking at those new mobile share plans with att. If you switch over to one of them when they become available I think hotspot is included in all of them.
eraste said:
No not yet. I had been looking at those new mobile share plans with att. If you switch over to one of them when they become available I think hotspot is included in all of them.
Click to expand...
Click to collapse
Thank you. I am running CR 4.5 now with 2.20 kernel. I did fastboot flash the boot.img from 2.23, adb shows ok but its not going through still 2.20 kernel.
jay661972 said:
Thank you. I am running CR 4.5 now with 2.20 kernel. I did fastboot flash the boot.img from 2.23, adb shows ok but its not going through still 2.20 kernel.
Click to expand...
Click to collapse
Your trying to get 2.23 boot back on cleanrom?
eraste said:
Your trying to get 2.23 boot back on cleanrom?
Click to expand...
Click to collapse
i screwed up couple of nights ago, i did your guide and all went fine. i took out the telephony from CR mods and replace the one on the system so i can get a hotspot, but i guess it dont work, my phone fc all the time and dont have the ruu and dont want it thats why i decided to flash CR 4.5 and everything works after 4 tries but i dont get the 2.23 kernel, i still have the 2.20. Just wondering if i flash the 2.23 kernel using fastboot, will it work?
jay661972 said:
i screwed up couple of nights ago, i did your guide and all went fine. i took out the telephony from CR mods and replace the one on the system so i can get a hotspot, but i guess it dont work, my phone fc all the time and dont have the ruu and dont want it thats why i decided to flash CR 4.5 and everything works after 4 tries but i dont get the 2.23 kernel, i still have the 2.20. Just wondering if i flash the 2.23 kernel using fastboot, will it work?
Click to expand...
Click to collapse
You should have been able to flash the boot.IMG hmm maybe asked Scrolser if there is anything specific needed.
eraste said:
You should have been able to flash the boot.IMG hmm maybe asked Scrolser if there is anything specific needed.
Click to expand...
Click to collapse
i did try that and adb says ok but it wont stick the 2.23 kernel
great work man, glad to see you're trying your hand at roms! i look forward to seeing what you do with this!
mcmb03 said:
great work man, glad to see you're trying your hand at roms! i look forward to seeing what you do with this!
Click to expand...
Click to collapse
Gonna add a few things to the next build.
eraste said:
Gonna add a few things to the next build.
Click to expand...
Click to collapse
Cool, will give it a try
Sent from my HTC One XL using xda premium
eraste said:
Gonna add a few things to the next build.
Click to expand...
Click to collapse
if you can add hotspot hack, that will be awesome.
jay661972 said:
if you can add hotspot hack, that will be awesome.
Click to expand...
Click to collapse
Looking into that now
eraste said:
Looking into that now
Click to expand...
Click to collapse
Nice, thanks
Sent from my HTC One X using xda premium
jay661972 said:
Nice, thanks
Sent from my HTC One X using xda premium
Click to expand...
Click to collapse
I lost root.... trying to get root for 2.20. Everything will be on hold until I can get it back
JellyBean 4.2.2 Code Name Bleu Mynt
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Recompiled system and boot images from Evervolv-Acies-3.2.0-Nightly-2013.03.26 and added a bunch of tweaks and mods to go with it,enjoy!!
Thanks to the following:
preludedrew
TroNit
Installation:(Before installation,make sure you have SmelkusMod revovery and are partitioned to ext.3 or above).
1)Download the rom
2)Download Crossbreeder
3)Copy downloaded items to your sd card
4)Boot into Recovery
5)Wipe everything at least 3 times,i shouldnt have to tell you to not wipe your sd card
6)Find the rom and install
7)Run through set-up and set up your rom
8)Boot into recovery and wipe cache and dalvik and install Crossbreeder
9)Open Android Tuner and set it up,make sure to reboot after you set each tweak,if you dont you will get a bootloop
10)You are now GOLDEN!!
The Rom:
Jelly Bean 4.2.2(AOSP)
Recompiled from Evervolv system and boot images(Evervolv-Acies-3.2.0-Nightly-2013.03.31)
Black Dome Kernel SBC v.2.2 R1(JB Kernel)
Sony Playstation Store Enabled(Sony Playstation Store)
Market Spoof Enabled(Market Enabler)
North America GPS Enhancement(Stronger GPS Signal For JB)
Custom Blue Mint Theme(CM10.1 Theme Beta)
Custom Blue Mint Dialer
Custom Blue Mint Keyboard
Custom Boot Animation(Ubuntu Style Blue Mint Boot Screen)
Custom Wallpaper
Apex Launcher(Android Launcher Beta)
Android Tuner(Android Tweaker Beta)
Boot Animation Changer(Changes Boot Animations,Over 300 To Choose From)
Premium Widgets(Clock & Weather Widgets Beta)
Drive Droid(Download/Install Any Of The Linux Distributions To Your Phone,Using Your Phone as a Virtual Machine)
Not Working:
FFC
Video
Netflix(Video)
Tweaks:
Crossbreeder
Rom:
Code Name Bleu Mynt
Mine also.
Re: [ROM][AOSP]Jelly Bean 4.2.2~Code Name Bleu Mynt~03/30/2013
Downloading now. Thanks Diablo!
Sent from my X10 using xda premium
Mounts 2sd problem
justgonecrazy said:
Downloading now. Thanks Diablo!
Sent from my X10 using xda premium
Click to expand...
Click to collapse
Your device does not have the ability to switch to the superuser account. This is needed in order for the startup script to do its work, and needed by the application it self in order to write configurations to the property folder. Please enable this account (Root your device). You can find posts on how to do this for your specific device on XDA-Developers.com
Clicked on settings and tried to configure busybox and it says "The current busybox version is outdated or to limited. Please update to a newer one.
Install Script. The init.d startup script could not be copied to the system partition.
My device is rooted.
Please help. This rom looks BAD ASS!
justgonecrazy said:
Your device does not have the ability to switch to the superuser account. This is needed in order for the startup script to do its work, and needed by the application it self in order to write configurations to the property folder. Please enable this account (Root your device). You can find posts on how to do this for your specific device on XDA-Developers.com
My device is rooted.
Please help. This rom looks BAD ASS!
Click to expand...
Click to collapse
I've never heard of that before????That's a new one on me brother,try reinstalling it.
Re: [ROM][AOSP]Jelly Bean 4.2.2~Code Name Bleu Mynt~03/30/2013
Sweet rom man!!!!!! Thanks for the killer android nugget of goodness!!! You pulled through again!
Sent from my PC36100 using xda app-developers app
Re: [ROM][AOSP]Jelly Bean 4.2.2~Code Name Bleu Mynt~03/30/2013
Will dl and flash after work, looks wicked! I'll be happy to let you know how it runs, been looking for some good jelly beans and Diablo's the man for keeping the dream alive!
Sent from my PC36100 using xda app-developers app
Re: [ROM][AOSP]Jelly Bean 4.2.2~Code Name Bleu Mynt~03/30/2013
Diablo67 said:
I've never heard of that before????That's a new one on me brother,try reinstalling it.
Click to expand...
Click to collapse
Does this work with dta2sd? For some reason I cant get this one to work
Sent from my X10 using xda premium
justgonecrazy said:
Does this work with dta2sd? For some reason I cant get this one to work
Sent from my X10 using xda premium
Click to expand...
Click to collapse
No DT's App2sd,it will not work,this rom is set up for Mounts2sd,just follow the directions and dont flash dta2sd.It erases dta2sd.
Diablo67 said:
No DT's App2sd,it will not work,this rom is set up for Mounts2sd,just follow the directions and dont flash dta2sd.It erases dta2sd.
Click to expand...
Click to collapse
Okay I'm getting somewhere now, I downloaded root checker and it says I don't have root access while I'm on this rom. I switched back to AlienMOD Solar Flare Series 5! and my root access is back to normal. Any Ideas?
justgonecrazy said:
Okay I'm getting somewhere now, I downloaded root checker and it says I don't have root access while I'm on this rom. I switched back to AlienMOD Solar Flare Series 5! and my root access is back to normal. Any Ideas?
Click to expand...
Click to collapse
Did you try to redownload and reinstalling it?
I just flashed this. ROM looks amazing Diablo. 2 things...
1- I can't seem to get the Mounts2SD to work. I can not get the button to work. It just sits on the first screen and I touch all over and I have tried flashing it 3 times and still can't get the button to work. I have not tried to re-download yet.
2- Is there a way to change the contacts page to a dark mode? It is white background and a light grey letters and is tough to see.
Other than that I am digging it so far.
ice3bills said:
I just flashed this. ROM looks amazing Diablo. 2 things...
1- I can't seem to get the Mounts2SD to work. I can not get the button to work. It just sits on the first screen and I touch all over and I have tried flashing it 3 times and still can't get the button to work. I have not tried to re-download yet.
2- Is there a way to change the contacts page to a dark mode? It is white background and a light grey letters and is tough to see.
Other than that I am digging it so far.
Click to expand...
Click to collapse
1-Use your volume keys to navigate and power to choose.
2-I'll work on that for the update.
justgonecrazy said:
Your device does not have the ability to switch to the superuser account. This is needed in order for the startup script to do its work, and needed by the application it self in order to write configurations to the property folder. Please enable this account (Root your device). You can find posts on how to do this for your specific device on XDA-Developers.com
Clicked on settings and tried to configure busybox and it says "The current busybox version is outdated or to limited. Please update to a newer one.
Install Script. The init.d startup script could not be copied to the system partition.
My device is rooted.
Please help. This rom looks BAD ASS!
Click to expand...
Click to collapse
I get the same error message.
ROM is amazing. I love the all the themeing you have done.
curious as to which mounts2sd file to flash
ext4 zip or the mtd zip?
bnasty06 said:
curious as to which mounts2sd file to flash
ext4 zip or the mtd zip?
Click to expand...
Click to collapse
Flash the one i posted in the bottom of the OP.Its An Aroma installer.
ice3bills said:
I get the same error message.
ROM is amazing. I love the all the themeing you have done.
Click to expand...
Click to collapse
I wonder why some are getting a good install and some aren't,check the MD5SUM guys and dont download from your phone,sometimes it will give you a bad download.Not saying your not,but make sure to follow the instructs.
Edit: I just reflashed the rom again and im not getting a root/su issue.Is this an issue when using Mounts2SD? or a general issue?
Diablo67 said:
Did you try to redownload and reinstalling it?
Click to expand...
Click to collapse
I tried downloading 3 times now and flashing each different one. Checked m5sum and it matches. Same problem, it doesn't recognize my root. When I open Terminal it says at the top "void endpwent( ) (3) is not implemented on Android" Next line says "sh-4.1$ export PATH=/data/local/bin:$PATH" Kinda glad to see someone else has the same problem and I'm not going crazy. Love the theme on this one. Let me know if I can give you any more information.
The issue occurs on first boot before I even try to flash mounts2sd. I'm following the instructions word for word. Wiping everything 3x
I have re-flashed everything and tried the mount2sd and still says no root access. I opened up Titanium and it basically says the same thing, but it shows The space used for the system ROM, Internal, SD card and SD card(a2sd). Plus I have a good percentage of the apps I have on my last rom I used in the app drawer.
justgonecrazy said:
I tried downloading 3 times now and flashing each different one. Checked m5sum and it matches. Same problem, it doesn't recognize my root. When I open Terminal it says at the top "void endpwent( ) (3) is not implemented on Android" Next line says "sh-4.1$ export PATH=/data/local/bin:$PATH" Kinda glad to see someone else has the same problem and I'm not going crazy. Love the theme on this one. Let me know if I can give you any more information.
The issue occurs on first boot before I even try to flash mounts2sd. I'm following the instructions word for word. Wiping everything 3x
Click to expand...
Click to collapse
ice3bills said:
I have re-flashed everything and tried the mount2sd and still says no root access. I opened up Titanium and it basically says the same thing, but it shows The space used for the system ROM, Internal, SD card and SD card(a2sd). Plus I have a good percentage of the apps I have on my last rom I used in the app drawer.
Click to expand...
Click to collapse
Ok,ill check this out tonite and see what i can come up with for you guys.
Remove the "silenced", "4G", "Battery symbol" and "AM/PM" from notification bar
I want to modify my notification bar so it's more something like this:
Sadly I can't put this as an image because of new user restrictions, but if a mod could edit my post for me that'd be great.
Is this possible?
I'm using a rooted 4.4.2 M8 on Verizon.
Here you go:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Are you on a custom ROM or stock (or stock rooted)?
I think we can help you out with a combination of system settings and systemui,apk modifications.
edit: Just saw you said you're on the stock rooted. Go thru all the settings, I think you might be able to remove the AM/PM and possibly battery. Otherwise, can you get into your phone and copy /system/app and find the systemui.apk file.
Copy it and upload it here, we can find the settings that control those.
orangekid said:
Are you on a custom ROM or stock (or stock rooted)?
I think we can help you out with a combination of system settings and systemui,apk modifications.
edit: Just saw you said you're on the stock rooted. Go thru all the settings, I think you might be able to remove the AM/PM and possibly battery. Otherwise, can you get into your phone and copy /system/app and find the systemui.apk file.
Copy it and upload it here, we can find the settings that control those.
Click to expand...
Click to collapse
I don't see that anywhere. I'm using ES file explorer in this picture but I also don't see it in Root Explorer.
i.imgur.com/YYILaPn.png
ES is what I use. Make sure you have root enabled and RW system. Navigate to /system/app.
You'll see systemui.apk
Copy that and go to /sdcard or /0 and paste.
Plug in your phone and grab the file and upload.
Sent from my 1+bacon.
orangekid said:
ES is what I use. Make sure you have root enabled and RW system. Navigate to /system/app.
You'll see systemui.apk
Copy that and go to /sdcard or /0 and paste.
Plug in your phone and grab the file and upload.
Sent from my 1+bacon.
Click to expand...
Click to collapse
I don't see any app called systemui.apk. The only files on there that start with an S are settings.apk, Settings.odex, SmartcardService.apk, SmartcardService.odex, SmartDim.apk, SmartDim.odex, Street.apk and Street.odex
Try /system/priv-app folder.
Sent from my 1+bacon.
orangekid said:
Try /system/priv-app folder.
Sent from my 1+bacon.
Click to expand...
Click to collapse
Aha! Found it. Thanks.
I attached it to the post.
minicl55 said:
Aha! Found it. Thanks.
I attached it to the post.
Click to expand...
Click to collapse
Cool, I'll look into the file and see how we can get rid of those icons.
orangekid said:
Cool, I'll look into the file and see how we can get rid of those icons.
Click to expand...
Click to collapse
Awesome, if there's something I can help with let me know.
Also, if I follow this guide to change it to the google play edition, would the apk you send me still work?
minicl55 said:
Awesome, if there's something I can help with let me know.
Also, if I follow this guide to change it to the google play edition, would the apk you send me still work?
Click to expand...
Click to collapse
No, that is totally different.
RUU is the HTC file that contains your system image, radio, bootloader, etc..
The file you gave me is just one system file we are changing in your current ROM.
I really advise you to read A LOT before flashing a new RUU or custom stuff to make sure you are 100% in what you're doing.
orangekid said:
No, that is totally different.
RUU is the HTC file that contains your system image, radio, bootloader, etc..
The file you gave me is just one system file we are changing in your current ROM.
I really advise you to read A LOT before flashing a new RUU or custom stuff to make sure you are 100% in what you're doing.
Click to expand...
Click to collapse
Alright, in that case I definitely won't try doing that.
Also, I just got an OTA update "offer" from Verizon that wouldn't let me decline, just delay for up to 24 hours. I have about 12 hours left before it auto-installs (4.4.3). I asked the developer of sunshine (what I used to root it) and he said that it would not brick my phone and I should be fine updating it, but it's odd I got it because I uninstalled the default crapware.
ANYWAY, will the update break the rom?
minicl55 said:
Alright, in that case I definitely won't try doing that.
Also, I just got an OTA update "offer" from Verizon that wouldn't let me decline, just delay for up to 24 hours. I have about 12 hours left before it auto-installs (4.4.3). I asked the developer of sunshine (what I used to root it) and he said that it would not brick my phone and I should be fine updating it, but it's odd I got it because I uninstalled the default crapware.
ANYWAY, will the update break the rom?
Click to expand...
Click to collapse
If you have not installed a custom recovery or bootloader or ROM you should be fine. Freezing certain system apps does not mean that the OTA checker is necessarily disabled.
If the the Sunshine dev told you it should be fine, then it should be fine.
edit: It will probably remove root access though, and you may need to re-root if everything goes smoothly in the first place. I don't think root would make it not update correctly, more likely it will just replace some system stuff, but maybe someone who actually owns this phone knows more than I do on this.
I am on a OnePlus One as my daily driver at the moment and we don't run into the same issues HTC users do.