[Theme](08-25)(Sierra Skin Added) - HTC EVO 3D

This is a BETA release. I assure you though items/icons will be worked out to perfect it.
I bring to you:
Sierra Theme
Theme Designed by:
Raider3bravo aka Hateslinger
Tiffany84
Attn Devs from EVO & Thunderbolt
Things to know about the EVO 3D png's
*phone_default.png,phone_default_incall.png are located in Drawable-port-hdpi
*HtcDialer.apk>htc_pin_asset_pressed.png,htc_pin_asset_rest.png are NOW sized to 177x91 NOT 158x81.
Android Skin - Sierra Skin / NOV Skin
This is mainly for non-rooted users but any purchases will certainly be considered a valued donation. If you purchase, please keep in mind it is not a full theme. Because it's based on the Android Skin, we're very limited as to what we can theme. I would like to take this time and thank Mcluvn for the initial sky-blue graphics found in Fusion.apk. I have modified them to be a little darker, but now I have a slew of png's I can add to this theme. It will take about a couple weeks to find out where each is located, but rest assured this theme is NOT even close to being done. Without further delay, here's the link to my Android Skin.
Wallpaper for theme & Desktop
This is my own personal collection that I've acquired over the past several months. It's not a cwm zip. It is a regular zip that you download to your PC and extract. I have two folders. One for Android and the other for Desktop.
Here's a screen shot of what you'll get plus more.
http://brokerexecutives.com/images/wallpaperthumbnails.jpg
Multi: http://www.multiupload.com/NLTZH0LBS4
Attn Devs:Help me Remap the Clear Button
I managed to move the clear button but I have these two spaces below the recent apps. Any help would be great! Thanks. Please post or PM the fix so I can finally move on with 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"
}
Shooter-Rewind RLS3 Multi-http://www.multiupload.com/KVMVPUJAQ0
*This is a working BETA version of the remapped clear button. If you choose to download this, just know the status bar bug is being worked on.
ATTN DEVS:
Here's the code found in my res/layout/status_bar_expanded.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.systemui.statusbar.ExpandedView android:orientation="horizontal" android:focusable="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="@drawable/status_bar_header_background" android:paddingRight="@dimen/clear_button_padding_right" android:layout_width="fill_parent" android:layout_height="wrap_content">
<com.android.systemui.statusbar.CarrierLabel android:gravity="center_vertical" android:layout_gravity="center_vertical" android:orientation="vertical" android:id="@id/carrierLabel" android:paddingLeft="5.0dip" android:paddingTop="1.0dip" android:paddingBottom="1.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0">
<com.htc.widget.HtcBlinkingTextView android:textSize="@dimen/status_bar_title_font_size" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:id="@id/plmnLabel" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" />
<TextView android:textAppearance="?android:textAppearanceLarge" android:textSize="@dimen/status_bar_title_font_size" android:textColor="#ffffffff" android:layout_gravity="center_vertical" android:id="@id/spnLabel" android:paddingLeft="4.0dip" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</com.android.systemui.statusbar.CarrierLabel>
</LinearLayout>
<FrameLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1.0">
<ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="ifContentScrolls">
<com.android.systemui.statusbar.NotificationLinearLayout android:orientation="vertical" android:id="@id/notificationLinearLayout" android:layout_width="fill_parent" android:layout_height="wrap_content">
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:id="@id/noNotificationsTitle" android:background="@drawable/title_bar_portrait" android:paddingLeft="14.0px" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/status_bar_no_notifications_title" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:id="@id/ongoingTitle" android:background="@drawable/title_bar_portrait" android:paddingLeft="14.0px" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/status_bar_ongoing_events_title" />
<LinearLayout android:orientation="vertical" android:id="@id/ongoingItems" android:background="@drawable/status_bar_item_background_normal" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textAppearance="@style/TextAppearance.StatusBar.Title" android:id="@id/latestTitle" android:background="@drawable/title_bar_portrait" android:paddingLeft="14.0px" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/status_bar_latest_events_title" />
<LinearLayout android:orientation="vertical" android:id="@id/latestItems" android:background="@drawable/status_bar_item_background_normal" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<TextView android:textSize="@dimen/clear_button_font_size" android:textColor="#ff58AAD0" android:layout_gravity="center" android:id="@id/clear_all_button" android:background="@drawable/btn_default_small" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="fill_parent" android:layout_height="40.0dip" android:text="@string/status_bar_clear_all_button" style="?android:attr/buttonStyle" />
</com.android.systemui.statusbar.NotificationLinearLayout>
</ScrollView>
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/title_bar_shadow" android:scaleType="fitXY" />
</FrameLayout>
</LinearLayout>
<ImageView android:id="@id/tab_divider" android:layout_width="2.0px" android:layout_height="fill_parent" android:src="@drawable/notification_separator" android:scaleType="fitXY" />
</com.android.systemui.statusbar.ExpandedView>
Line moved was:
Code:
<TextView android:textSize="@dimen/clear_button_font_size" android:textColor="#ff58AAD0" android:layout_gravity="center" android:id="@id/clear_all_button" android:background="@drawable/btn_default_small" android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="fill_parent" android:layout_height="40.0dip" android:text="@string/status_bar_clear_all_button" style="?android:attr/buttonStyle" />
Again, any help would be great. I'd like to also point the clear button used to: btn_default_small_normal.9.png and btn_default_small_pressed.9.png. If you can post that change as well, that would be awesome.
Change log:
3.5
Shooter-Rewind RLS3 Multi-http://www.multiupload.com/9OPZE0ER8S
*This is BETA release. The status bar hasn't yet been made transparent. We're trying to fix that now. For now, it's what it is, which isn't bad.
*Pictures will be posted later.
*Attn DEVS: I'm not sure why status_bar_item_background_normal.9.png isn't showing. It's there but the status bar still appears white. Please advise.
*Using SystemUI.apk from ROM not anywhere else, so 3G is back!
*Added 20 + png's to Mms.apk. Mms.apk will eventually be inverted
*Added 20+ png's to framework-res.apk
*Changed clock to flat Sony Sketch clock in Fusion.apk
*Added 20 + png's to htc.resources.apk
3.3e
Modified Framework-res.apk, SystemUI.apk courtesy of Tiffany84
***IMPORTANT: This is just an UPDATE, not a FULL THEME.
Shooter Rewind RLS2 Multi-http://www.mediafire.com/?8ypubbuc1a5mcnd
VIPERMOD-RC1.3 Multi--For now, (at your own risk) along with xron, sac23 and wess rom (I forget the name) and kaos ROM use the Shooter Rewind RLS2 ZIP. It has confirmed reports of working on the ROM's listed.
*This WILL adjust your battery to 1%! - Thanks to Tiffany84
*Modified charging animations- Thanks to Tiffany84
*Themed-"re-themed" status_bar_titlebar_2round_rest.9.png,status_bar_titlebar_left_rest.9.png,*.*. I'll work on it again, but for now, it's the best I can do. BECAUSE it's 0130 hrs.lol
3.3d
Modified SystemUI.apk
Shooter Rewind RLS2 Multi-http://www.multiupload.com/H9KX6VG2AF
VIPERMOD-RC1.3 Multi--For now, (at your own risk) along with xron, sac23 and wess rom (I forget the name) and kaos ROM use the Shooter Rewind RLS2 ZIP. It has confirmed reports of working on the ROM's listed.
*Changed notification text to white/black. Thanks to Tiffany84
*Fixed common_bar*.*Thanks to Tiffany84
*Modified status_bar_item_background_pressed.9.png Thanks to Tiffany84
3.3c
Modified phone.apk, SystemUI.apk
Shooter Rewind RLS2 Multi-http://www.multiupload.com/HTIJEB3CFS
VIPERMOD-RC1.3 Multi--For now, (at your own risk) along with xron, sac23 and wess rom (I forget the name) and kaos ROM use the Shooter Rewind RLS2 ZIP. It has confirmed reports of working on the ROM's listed.
*Modified Wifi signal to match. I will try to work on the Wifi Signal again to make it easier to distinguish when signal bars are lost.
*Modified phone_default.png correctly-Thanks toTiffany84
3.3b
Modified Framework-res.apk,com.htc.resources.apk, Systemui.apk,
Shooter Rewind RLS2 Multi-http://www.multiupload.com/P0OQZPPQ3V
*Themed wifi signal, wireless signal- Themed by Tiffany84
*Charging icons- Themed by Tiffany84
*Battery low icon- Themed by Tiffany84
*Spinner press- Themed by Tiffany84
Pictures will be posted later. I don't have screen shot yet on my wife's. But I assure you! You'll want this update.
3.3a
Shooter Rewind RLS2 Multi-http://www.multiupload.com/KKHIT5C6R0
*Themed sound notification icon in status bar. Thanks to Tiffany84 helping me with this.
Credit:
Thyrus for systemui.apk and making the status bar transparent.
Tiffany84 for helping me theme several png's and for helping me navigate through this new EVO 3D. You're awesome, thanks!
Known bugs:
*BIO PNG on calls isn't themed. I'll take care of that soon.
*Phone.apk isn't updating in updater-script. Hopefully, -viperboy- can fix this for us.
*Battery moves in increments of 20%. It's more likely an xml problem. We're trying to fix it! Please keep in mind, this is tied to the transparent drop down-status bar. If we dump this, we'll lose the status bar. In other words, pick your poison.
Important to note:
Clear button is not as seen in the pictures. We're trying to make this MOD on the EVO 3D. It will be available asap.
NOOB Instructions and Frequently asked questions.
Step 1. Get ROOTED! This will not work any other way!
Step 2. Flash zip in CWM aka clockwork recovery, aka teamwin recovery*.* Wipe is not required.
Step 3. Sit back and enjoy the theme.
NOOB FAQ
How do I install this?
A: You must be rooted and it installs through CWM via flash. Please post a question in Q&A on CWM NOT THIS THREAD!
Can we get Recent Applications back in the status bar?
A: Unfortunately no. I hate recent apps in the status bar. You can do one of two things. Hold down home for 2 seconds or port the theme yourself with the help of a thread I started just for YOU. >>Noobs guide to porting themes>>http://forum.xda-developers.com/showthread.php?p=16196078
What is CWM?
A: CWM is also known as recovery. You can get there IF you have root by either downloading quick/fast boot from the market and selecting, reboot>recovery. You can also get there by a battery pull, followed by holding down power and volume down, then releasing power button after 5 seconds.
What is a flash?
A: A flash is executing the zip file in CWM.
NOOBS. Please, please keep this thread clean from Noob questions. Post your questions in the Q&A section of the EVO 3D forum! You guys are driving me nuts. Don't get me wrong, I was a noob once too, but at least post in the right section.
VIPERMOD-RC1.3 Multi-http://www.multiupload.com/1VPKXCV7FJ
*I've had mixed post on this zip. For some it works and for others it doesn't. Could be user error because I only have a handful of post saying it doesn't work when the theme has been downloaded over 50 times. If anything, I should have over 50 complaints of it not working. What can I say? Make a nandroid. At this point, I'm thinking of taking the link down for Vipermod, because of the problems everyone's having. However, for some people it's working. What I'm going to do is leave it up for anyone brave enough to flash. Later on, I'll upload a new zip. This time, this zip will be fresh download, fresh port, fresh upload.
Shooter Rewind RLS2 Multi-http://www.multiupload.com/N2TL30JHGH

Reserved
Sierra MODS
Battery MOD
Themed by Tiffany84
Circle Battery MOD
Modified Framework-res.apk, SystemUI.apk
Shooter Rewind RLS2 DL:http://www.mediafire.com/?zaya8xqln792nng
*Thanks to Tiffany84, this WILL adjust your battery to 1% increments. Make sure you hit the thanks button for Tiffany84 after you DL.
*As many of you already know our apk's have been known to work with several other ROMS.
EVO 3D Splash Screen
This zip should work on any EVO 3D ROM.
Instructions:
1.Rename file to PG86IMG.zip
2. Reboot into boot-loader aka hboot
3. Hboot zip,
4. Enjoy a nice non-blinding flash screen.
Splash Screen Howling Wolf
Designed by: argentine123
Modified by: Raider3bravo
Multi-Howling wolf

Damn bro BIG PROPS to you, this has been the most extensive theme I have seen for the Evo 3D.

nice to see your playing over here raider

welcome raider nice to see you here you do some awesome work nice to see a REAL theme instead of boring skins....

Do you have to be rooted for this??
Sent from my Google+ Phone..

Thanks this is bad a..
Sent from my PG86100 using Tapatalk

polo045 said:
Do you have to be rooted for this??
Sent from my Google+ Phone..
Click to expand...
Click to collapse
Yes, and may I ask why your not rooted yet? lol
Great theme OP. How about some Viper Rom love?

Because um using a mac. How do I apply this theme. What method did you use. Thanks.
Sent from my Google+ Phone..

Anyone know how to root using a mac. I FEEL so left out.
Sent from my Google+ Phone..

polo045 said:
Anyone know how to root using a mac. I FEEL so left out.
Sent from my Google+ Phone..
Click to expand...
Click to collapse
You must have a friend with a PC? Some people mentioned to run a virtual Windows app but not sure how that worked out for anyone.
I have Mac but also keep a Windows device on hand because it just makes everything like this easier.......

How bout the theme. None of the apks will install.
Sent from my Google+ Phone..

Just need to know how to apply this to my phone. You sure you don't have to be rooted?
Sent from my Google+ Phone..

Very nice thanks!

Wow this is cool. That lock screen ring is awesome
Sent from my PG86100 using XDA Premium App

Very nice. Going to have to try this when I get home!!
Sent from my Shooter using XDA Premium App

this looks awesome ...
one request i have would be to make the chat bubbles in messaging application more of a contrast for incoming and outgoing message. Incoming and outgoing bubble are very similar in color ....
looking forward to future enhancements ... real nice!

That's one busy theme
E3D

mayfield103 said:
Thanks this is bad a..
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
Thanks man. It wasn't easy. I noticed after I ported the dialer uses a different size png and I think the clock does too. I also noticed the EVO 3d uses different systemui.apk PNG's. It will be a couple days before I can make sense of it all.
On another note, I'll try to bring some of my dialers over, including my Nov theme.
Sent from my ADR6400L using XDA Premium App

Can you make the launcher semi transparent but keep the cool look?
Sent from my PG86100 using Tapatalk

Related

How to disable increasing sound and full charge notification?

As the topic says.
Wysłano z GT-I9100 z użyciem Tapatalk
Dexter666 said:
As the topic says.
Wysłano z GT-I9100 z użyciem Tapatalk
Click to expand...
Click to collapse
I think both these items are covered in the rom development area. Increasing ring needs a modded phone apk, and prevent full charge needs a modded systemui apk. Try searching or maybe looking before hand.
Sent from my GT-I9100 using XDA Premium App
For certain covered in both cases by the search button .
jje
Looks like you need to decompile the systemui.apk and then remove the lines
Code:
<uses-permission android:name="android.permission.MANAGE_USB" />
&
<activity android:theme="@android:style/Theme.Dialog.Alert" android:name=".usb.UsbConfirmActivity" android:permission="android.permission.MANAGE_USB" android:exported="true" android:excludeFromRecents="true" android:finishOnCloseSystemDialogs="true" />
<activity android:theme="@android:style/Theme.Dialog.Alert" android:name=".usb.UsbPermissionActivity" android:permission="android.permission.MANAGE_USB" android:exported="true" android:excludeFromRecents="true" android:finishOnCloseSystemDialogs="true" />
<activity android:theme="@android:style/Theme.Dialog.Alert" android:name=".usb.UsbResolverActivity" android:permission="android.permission.MANAGE_USB" android:exported="true" android:excludeFromRecents="true" android:finishOnCloseSystemDialogs="true" />
<activity android:theme="@android:style/Theme.Dialog.Alert" android:name=".usb.UsbAccessoryUriActivity" android:permission="android.permission.MANAGE_USB" android:exported="true" android:excludeFromRecents="true" android:finishOnCloseSystemDialogs="true" />
From the Android Manifest xml OF systemui.apk to disable the battery full notification
OR jusrt use the fix
http://forum.xda-developers.com/showthread.php?t=1070506
Can't say about Increasing ring but to remove Full charge notification you need to do the following via Root Explorer or any file explorer you have,
system/media/audio/ui/TW_Battery_caution.ogg and just add .bak next to .ogg so that it will look like TW_Battery_caution.ogg.bak. If you want to get back the notification then just remove the .bak.
Regards.
ithehappy said:
Can't say about Increasing ring but to remove Full charge notification you need to do the following via Root Explorer or any file explorer you have,
system/media/audio/ui/TW_Battery_caution.ogg and just add .bak next to .ogg so that it will look like TW_Battery_caution.ogg.bak. If you want to get back the notification then just remove the .bak.
Regards.
Click to expand...
Click to collapse
This disables the sound but not the notification.
Noonski said:
This disables the sound but not the notification.
Click to expand...
Click to collapse
Thats what I thought the OP asked.
Technically he wrote.
How to disable
"increasing sound"
and
"full charge notification"
I only know where the notification part is.
And if decompiling and recompiling the APK is not in the repertoir.
I would suggest downloading the LeoMar KH3 based Rom (which I used to check the differences in) and then swapping over the AndroidManifest.xml from the system/app/systemUI.apk and bringing it over to the systemUI.apk in the RomXXX.zip your using, using 7-Zip.
I already throw out all excessive sounds but I'm also irritated by the notification waiting for me in the morning in the status bar.

Link for mirror app?

Looks like the latest update removed the mirror app, which I used every so often. Does anyone have a download link to reinstall it? TIA!
It's hidden there somewhere. If you touch your search button (lower right) and search for mirror it will find it. Don't know how to get it back in the app drawer , but I had already had a shortcut to it on one of my pages.
Also turn the camera on and use it from there but It's multi step instead of the one click.
Sent from my PG86100 using XDA App
I'm looking for the app drawer shortcut, much easier to access. Is there any way to restore it?
You can't until they fix the camera issues they made... You can use the old camera.
I pinned it to my home screen by adding a shortcut
Sent from my HTC EVO 3D X515m using XDA App
I'm totally stock, never rooted, never unlocked and updated to the latest ota. The mirror app is still in my app drawer.
Sent from my PG86100 using Tapatalk
Rydah805 said:
You can't until they fix the camera issues they made... You can use the old camera.
Click to expand...
Click to collapse
what issues?
FoeKilla said:
I'm totally stock, never rooted, never unlocked and updated to the latest ota. The mirror app is still in my app drawer.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
Did you have it on a launcher page. That's the only people I've heard of so far that still have it in the app drawer.
I just noticed this yesterday at lunch when my wife and I were checking our teeth for salad. I'm all stock and after the update, the mirror app is gone.
U already have a mirror app, turn on ur camera and switch the camera to the front one, problem solved no need for mirror app, or am I missing something?
Sent from my 3vo
alexnaoumi said:
what issues?
Click to expand...
Click to collapse
Camera shutter sounds not disablable and mirror app missing from app drawer.
Wiley_11 said:
Did you have it on a launcher page. That's the only people I've heard of so far that still have it in the app drawer.
Click to expand...
Click to collapse
Nope. I only had it in the app drawer before and it's still there.
Sent from my PG86100 using Tapatalk
mine is gone from the ALL APPS screen as well.. used to have a gray mirror icon that said MIRROR. disappeared after recent OTA 20.8.651.2
What's funny here is everyone will just tell you to either go get another mirror app or just deal with the fact that it's gone. The fact that it's totally gone from everywhere on the phone but the search function means that there is a problem that needs to be fixed, that something's not working like it's supposed to.
HTC pretty much tells me that they don't care and I should deal with it. Ya, I know that it's just a minor thing at most, but it still is an issue. I wonder what else is gone that shouldn't be. Not like we'd ever know, since these issues don't seem to be given proper attention anymore. The last thing I remember being fixed was back when the Phone shortcut went missing from the Lock Screen. They fixed that fast enough, right?
I know, I'm kinda ranting here, but wth? I want what I paid MY money for to work the way it's supposed to, as I'm sure some of you do.
I don't think enough people are complaining for htc to roll out an update just to fix this one thing.
I know the fix, and it isn't an accident that they hid the mirror app, because its still there. You can go into your app drawer, hit search, type mirror and it pops up. I re-enabled it in my ROM.
Via My HTC Evo 3D On The Now Network From Sprint.
johnequickiii said:
What's funny here is everyone will just tell you to either go get another mirror app or just deal with the fact that it's gone. The fact that it's totally gone from everywhere on the phone but the search function means that there is a problem that needs to be fixed, that something's not working like it's supposed to.
HTC pretty much tells me that they don't care and I should deal with it. Ya, I know that it's just a minor thing at most, but it still is an issue. I wonder what else is gone that shouldn't be. Not like we'd ever know, since these issues don't seem to be given proper attention anymore. The last thing I remember being fixed was back when the Phone shortcut went missing from the Lock Screen. They fixed that fast enough, right?
I know, I'm kinda ranting here, but wth? I want what I paid MY money for to work the way it's supposed to, as I'm sure some of you do.
Click to expand...
Click to collapse
You opened a 2 month old thread for this rant?
Rydah805 said:
I know the fix, and it isn't an accident that they hid the mirror app, because its still there. You can go into your app drawer, hit search, type mirror and it pops up. I re-enabled it in my ROM.
Via My HTC Evo 3D On The Now Network From Sprint.
Click to expand...
Click to collapse
Why say you know how to enable it, and not show how?
------------------
The following should make the mirror app show up:
- Decompile HTCCamera.apk
- open up androidmanifest.xml in notepad++
- if the mirror icon is hidden either the activity for it is hidden or not there.
- if it is it should look like the following:
Code:
<activity android:theme="@style/mirror_window" android:label="@string/mirror_name" android:icon="@drawable/ic_launcher_mirror" android:name="MirrorEntry" android:taskAffinity="android.task.mirror" android:clearTaskOnLaunch="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation">
<meta-data android:name="android.app.default_searchable" android:value="*" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- make the necessary changes, save and recompile
Problem with editing the androidmanifest is that you have to resign all the apk with the same shared id, that's a pain to figure out, so you could just resign all the apk's in the system/app/ folder with testsign or in a batch with apkmanager.
Just remember to resign, if not the camera won't show up after a reboot.
EDIT: Just noticed that this thread was bumped.. Oh well, I'll still leave up the info above in case someone needs it
flashinglights said:
Why say you know how to enable it, and not show how?
------------------
The following should make the mirror app show up:
- Decompile HTCCamera.apk
- open up androidmanifest.xml in notepad++
- if the mirror icon is hidden either the activity for it is hidden or not there.
- if it is it should look like the following:
Code:
<activity android:theme="@style/mirror_window" android:label="@string/mirror_name" android:icon="@drawable/ic_launcher_mirror" android:name="MirrorEntry" android:taskAffinity="android.task.mirror" android:clearTaskOnLaunch="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation">
<meta-data android:name="android.app.default_searchable" android:value="*" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- make the necessary changes, save and recompile
Problem with editing the androidmanifest is that you have to resign all the apk with the same shared id, that's a pain to figure out, so you could just resign all the apk's in the system/app/ folder with testsign or in a batch with apkmanager.
Just remember to resign, if not the camera won't show up after a reboot.
EDIT: Just noticed that this thread was bumped.. Oh well, I'll still leave up the info above in case someone needs it
Click to expand...
Click to collapse
I've also seen it fixed by removing the following from \system\customize\MNS\default.xml
Code:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.MirrorEntry</item>
</set>
Nice to see someone actually post a solution (even if the thread is 3 months old ).
mwalt2 said:
I've also seen it fixed by removing the following from \system\customize\MNS\default.xml
Code:
<set name="plenty" max="7">
<item name="package">com.android.camera</item>
<item name="class">com.android.camera.MirrorEntry</item>
</set>
Nice to see someone actually post a solution (even if the thread is 3 months old ).
Click to expand...
Click to collapse
Yes sir. That's correct. But, it needs to be done before flashing the ROM.
Via My HTC Evo 3D On The Now Network From Sprint.

[Ques/Solved] Orientation Issue

Hi guys,
In portrait mode lot of games orientation does not suits Sony Tablet, because of its wedge shape, we are expection the orientation in such a way that we can hold the thicker side with our left hand..
The orientation must be defined somewhere in the .apk file !!!
can we change its value to meet our requirement???
sent via awesome aRc (rooted 2.3.4)
EDIT:
I have installed ORIENTATION CONTROL, it solved my problem, now I can play games on my Sony Tablet in desired Reverse Portrait Mode.
https://market.android.com/details?id=com.coinsoft.android.orientcontrol&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5jb2luc29mdC5hbmRyb2lkLm9yaWVudGNvbnRyb2wiXQ..
I can see following, but not sure what to change???
<application android:label="@string/app_name" android:icon="@drawable/app_icon" android:debuggable="false">
<activity android:label="@string/app_name" android:name="com.unity3d.player.UnityPlayerActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
I took the AirAttackHD.apk
Decompile it (using APKManager)
Changed the following line:
android:screenOrientation="portrait" to android:screenOrientation="sensor"
Compiled it.
Copied the assets folder into build folder, zipped it, renamed to XYZ.apk
Signed it using Sign+
When trying to install, its giving parsing error, what else to do??
Hi xperiax10.awesome,
Just a question, with the ORIENTATION CONTROL tool can we use the Sony Tablet S in the Reversed Landscape orientation ?
Regards
menet said:
Hi xperiax10.awesome,
Just a question, with the ORIENTATION CONTROL tool can we use the Sony Tablet S in the Reversed Landscape orientation ?
Regards
Click to expand...
Click to collapse
Yes..Reverse Landscape option is also working..
Sent from my Sony Tablet S using xda premium
Wow. Awesome app! Just want to give this thread a bump. Definitely a needed app.
Thanks. When i try it and then switch back to auto rotate my tablet freezes - similar to starting a game with upside down landscape and closing it down. Do you have any tips about this?
Sent from my Sony Tablet S using Tapatalk
ps3taker said:
Thanks. When i try it and then switch back to auto rotate my tablet freezes - similar to starting a game with upside down landscape and closing it down. Do you have any tips about this?
Sent from my Sony Tablet S using Tapatalk
Click to expand...
Click to collapse
NO, its not the case with me, m using it all the time, never faced freezing problems...
sent via awesome aRc (rooted 2.3.4)
xperiax10.awesome said:
NO, its not the case with me, m using it all the time, never faced freezing problems...
sent via awesome aRc (rooted 2.3.4)
Click to expand...
Click to collapse
Thanks. what firmware version is your tablet please - I never updated it from the original 3.1 - are you on 3.2 or 3.2.1 perhaps?

[ROM] ZR3D 4.3GT! (7-3) [team420] beats, fast! (ota-2.17.651.5)

ZR3D GT4.3
Welcome to a whole new kind of Sense! Based on (HTC 2.17.651.5) and heavily modified in many ways.
{
"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"
}
420 special Blends team members:
mayfield103, fdb8231, dropzeroc, bebida, lrod, EVO bryan, mteezey, makavelisk, nuvens, paallday and notsointeresting, and also the honorary members: il duce, vanessaem, dazed14 and Selders59.
ADDITIONAL THANKS TO ALL OF TEAM420
All the BEST tweaks thanks to j4n87 and Daniels7 you guys ROCK!
Also thanks to GruesomeWolf for the slide to clear mods/BEATS and being awesome when I have questions THANKS MAN! TommyTomatoe for Android Utility YOU ARE THE MAN!
BIG thanks to linsalata28 for helping me test some stuff for you guys!
Thank you Vinchenzop for the hotspot fix
And, ALL the devs and themers that make this all work.
Gruesomewolf and TeamNocturnal, j4n87 AND Daniels7, Freeza, SteelH, tommytomatoe, and everyone else who has even givin the slightest bit of influence in the 3D world!
=========================================================
***FEATURES***
Newest OTA 2.17.651.5 base
ALL CIQ/HTC LOGGING removed/disabled
4G-MMS-WIFI- IT ALL WORKS!
Beats Audio with beats over bluetooth and a mild sense 4.0 theming THANKS HTC AND gruesomewolf
Adreno tweaks
Media profile tweaks
Disabled Scrolling cache*THANKS SteelH
15 increments of media volume*THANKS SteelH
Sony XLOUD Audio Engine *Thanks Nutzy!
Swipe To Clear (Thanks Gruesomewolf!)
Roam Only Option in System Select
ICS Sense styled SearchBar (the grey one not the ugly white lined one)
Sense 4 universal LP clock widget to Widgets.
(Thanks Will972 for letting me add this, you can find his awesome work here:
http://forum.xda-developers.com/showthread.php?t=1566143 )
ICS transition animations
ICS rotate animations
Three keyboards! Sense 4.0, MINIMAL GB and swype
3D Homescreen, select in Display settings
Screen Alignment/calibration select in display settings
Build.prop tweaks
EXT4 speed tweaks
init.d ram and speed tweaks
Team420 updater App (tommytomatoe rocks, click his thanks 1004 times!)
Stock Kernel (thanks HTC)
Unlocked HotSpot (yes it works now) *Thanks Vinchenzop
Sense 4.0 wallpaper and some extras that i put in 44 total right now.
Added a few new apps:
-BookMark manager (backup bookmarks to SD)
-Get Games by SONY (well, get more games!)
-System Panel (nice task killer/cpu monitor)
-Newest Google Play Store
-G-Talk with Video
-Dropbox
Modified Camera
-Panoramic
-HDR
-Silent
Battery 1% Framework mod with White Circle battery
LEEDROID TWEAKS 4.0.3OTA(thanks j4n87 and daniels7)
Modified Touch Drivers
*improved touch response
*less power consumption
New Bookmarks to team420 threads!
Exchange Email update while roaming (THANKS MIKEYXDA!!)
Advanced Browser settings and debug menu
Up to 15 windows open at once in browser
New Signal Icons in tweaks! (signal icon color settings)
*circlesmod
*gingerbread
*ice cream sandwich
*honeysense
*Smooth White
*Dusk
*Stock
Disabled haptic feedback and fastboot by default. you can turn back on if you want.
Dual Core Tweaks/reconfiguration for true dual core feel and speeds
MikeyXDA Awake tweaks (thanks mikeyxda)
CRT Enabled (on/off animation)
GPU Rendering for super smooth experience
Sense 3.5ish custom theme
Sony Bravia Engine
Framework speed tweaks
Transparent Settings.apk
GT VERSION 4.3 (6/1/2012):
-sense 3.5 like 4x1 clock
-newly designed HTC widgets
-New lockscreen look (very clean...only shows lock ring and time stuff. Got rid of useless shortcuts and am/pm also no more box around notification)
-no more phone icon on dock ( only shows phone text)
-system UI touch glow now white
-new vibrate/silent/airplane mode icons
There is definitely a lot more though.
Also, will say 4.0 when installing and default skin shows a different wallpaper in preview.
GT VERSION 4.1 (6/1/2012):
"Performance Update"
Updated Apps
Optimized Apps
0comp system app and framework
Zipaligned
Fixed Gingerbread and Circlesmod data icons not changing in systemui and tweaks
Smoother and faster than 4.0 so its worth the update
Full wipe shouldnt be necessary but recomended as last update for at least week or so
also, native screen shot is broken still. Oh the joys of GT lol.
LINK TO V4.0>>http://d-h.st/seL
GT VERSION 4.0B (5/31/2012):
Updated Apps
ICS Rotation Animations (thanks aamikam)
Rom theming work
Added 4 more skins (thanks ssojyeti2 for 3)
Data partition
New Boot Animation and Down Animation
New Dialer
Added Dusk styled statusbar icons to tweaks (thanks vin255764 and ssojyeti)
Fixed Tweaks Statusbar Icon tweaks title displays
More too! will add soon..
Screenshot is broken again. i will fix that for 4.1
LINK TO V4.0>>http://d-h.st/bD0
GT VERSION 3.0B (5/3/2012):
Completely redesigned
Hosts file updated
New weather lockscreen (thanks il duce)
New battery icon.
Updater App updated to final version (some code changes, thanks to tommytomatoe, note that server has not been set up yet. just get a feel for it its coming soon)
Rezipaligned for better optimized RAM
All system/app once again zero compressed
Nice and smooth again and fast as always
Replaced a few wallpapers (4 new ones i think, replaced a few old ones)
Fixed some all zip permissions (long story short, zip had locked all files making them uneditable except by me)
probably more.
===========================================================
We are not responsible for what you choose to flash if anything goes wrong. By flashing a custom rom you already are aware of your voided warranty and/or any negative side effects that go along with anything custom.
:::::INSTRUCTIONS:::::
0. READ ENTIRE OP!!
1. DOWNLOAD ROM
2. DOWNLOAD ANY MODS YOU WANT
(SEE POST #2)
3. NAND/BACKUP CURRENT ROM
4. FULL WIPE. VERY IMPORTANT
5. FLASH THE ROM (boot up before flashing mods)
6. REBOOT AND SIGN IN/SET UP
7. ONE MORE FULL REBOOT (it helps/flash mods now too if desired))
DOWNLOAD LINKS HERE
DOWNLOAD ZR3D V3.0 GT VER. B http://d-h.st/bnI
DOWNLOAD ZR3D V4.0 GT VER. B http://d-h.st/bD0
DOWNLOAD ZR3D V4.1 GT VER. B http://d-h.st/seL
DOWNLOAD ZR3D V4.3 GT VER. B http://d-h.st/ajW
AND ALSO HERE (also bug reports, mods, more)
http://themikmik.com/showthread.php...-BEATS-FAST!-Unique!-Sense-3-0-OTA-2-17-651-5
Get your support banner here! Made by the one and only jeffsanace!
Banner made by ssojyeti2! ​
Zr3d modifications
:::::EXTRA MODS AND OPTIONS:::::
New Skin! Team420 presents...NeuRoTic!
2 flavors:
Universal: doesn't include phone text. Made for normal Rosie's with text and icon will work on any 3.0 rom!
http://db.tt/dr5UdSIk
ZR3D: made for THIS rom, has custom call button for use with the ZR stock Rosie.
http://db.tt/xVI4JU0B
Be sure to hit the thanks button for mayfield103. All fusion work done by him!
SENSE 4.0 HTC FLIPCLOCK!!
Make sure you thank mayfield103! He put alot into it!
http://db.tt/eiHXIb8b <<<<<<<4.0 FLIP CLOCK
Just flash in recovery and bam. You will need to be on sense 4 skin or neurotic skin for inverted version.
ICS SENSE 4.0 FLIPCLOCKS BY CLOCK-FU MASTER MAYFIELD103
:::::ROSIE REPLACEMENTS (V2.0 up):::::
Solid Black App drawer with phone text
http://db.tt/QhEdCaX0
Transparent App drawer with phone text
http://db.tt/h1o9g8Ib
Transparent App drawer without phone text as seen in 2.0 use for built in skins http://db.tt/5BxjEpTP
This one will give you Wallpaper scrolling and disabled animations similar to sense 4.0
http://forum.xda-developers.com/showthread.php?t=1574027
:::::Google Search Bars (all versions):::::
seen on pages 295/296/336
Android 4.0 full stlye: http://d-h.st/ggx
Warm Honey Style: http://d-h.st/27I
HoneySense Style: http://d-h.st/2YS
Black Minimalist: http://d-h.st/d9o
Default Dark Searchbar http://d-h.st/6TV
:::::Updated Batteries:::::
Blue Stock http://d-h.st/FMF
Green Stock http://d-h.st/mUS
Digital Red http://d-h.st/sF4
Circle Battery http://d-h.st/aj2
Gauge Type http://d-h.st/2jO
ICS Circle Style http://d-h.st/mja
-SEMI-TRANS SETTINGS 3D Homescreen!
LINK>> http://d-h.st/E2d
*Thanks Linsalata28 for these awesome additions!*
:::::ADDITIONS:::::
Those of you using HoneySense theme and want to keep the music player and EQ/Beats effects flash this after: http://db.tt/ilmu0sFT
:::::Custom Boot animaions:::::
By Lrod0175!
ZR3D bootanimation with a twist, copy the bootanimation to your system/customize/resourse folder and name it to hTC_bootanimation, enjoy!
http://d-h.st/1RO
This is one of Team 420 Special Blends bootanimations, follow the same procedures as above, enjoy!
http://d-h.st/MX7
​
HUGE THANKS to j4n87 and daniels7 for the leedroid tweak setup and allowing me to change the Leedroid Tweaks name to ZR3D Tweaks! You can find more information on these here in the original thread:
http://forum.xda-developers.com/showthread.php?t=1416150
Also Anyone feels they need due credit let me know. I feel I missed a few and if I did IM SORRY!! (No disrespect at all )​
THEMES
I'm dedicating this section to all the great themers out there.
This section under development!
The first one im showing is by mayfield103/Team420
This is HoneySense3D.
Probably my favorite theme so far and works great on this rom! You can find this great theme here:http://forum.xda-developers.com/showthread.php?t=1222452
Thanks for this great theme guys!
Some screen shots i took on this rom with this theme applied
This next Section will bring you to Knightwolf123's skin thread.
Many awesome skins here to choose from!
Those are just a couple examples of skins. if on this rom you will need to flash a rosie replacement from above or you wont have a phone text like in these pics here.
http://forum.xda-developers.com/showthread.php?t=1484092
HERE ARE THE Team420 Special Edition Themed TwEAks!!
Version 1.1-
Includes:
SystemUI.apk
Settings.apk
TweaksCDMA.apk
Sense4clock themed
Pease note that we are in no way trying to promote the use of illegal naturally occurring plants.
Download Here: http://d-h.st/WMF
ALSO BE SURE TO CHECK OUT Lrod0175,s theme tread for more bad ass creations!!
http://forum.xda-developers.com/showthread.php?t=1474912​
First ! I'm downloading as I type
Sent from my PG86100 using XDA
Sweet! Any issues at all feel free to let me know!
lets give it a try
Downloading now
Looking good dan
Thanks noob finally got around to getting it posted lol had to meet my standards
Is this link working for anyone? Seems like another devhost FAIL looking into a mirror now just in case...in my attempts it will download via computer but not mobile
Sent from my PG86100 using xda premium
Looking good... Gonna have to give it a try!
Sent from my PG86100 using xda premium
Welcome bro can't wait to try
Sent from my PG86100 using XDA
evo4gnoob said:
Looking good dan
Click to expand...
Click to collapse
What's up noob? Did you ever get your 3d?
Sent from my PG86100 using xda premium
I was wondering what happened to ya
Sent from my PG86100 using XDA
It's downloading mobile for me . I'm at 81% . I would of been done but my WiFi was acting up :/.
So the Xloud engine makes the phone considerably louder right ?
Sent from my PG86100 using XDA
Hey what up shiz? Ya know I was starting to wonder the same bout you! This is EX-skyclad proto redone/renamed lol easily renamed when unreleased. Name just didn't fit..
Sent from my PG86100 using xda premium
Threevo said:
It's downloading mobile for me . I'm at 81% . I would of been done but my WiFi was acting up :/.
So the Xloud engine makes the phone considerably louder right ?
Sent from my PG86100 using XDA
Click to expand...
Click to collapse
I had same problem with WiFi but downloading fine over 3g.
Sent from my PG86100 using xda premium
Yep. Sound from external speaker is WAY better than stock. That was biggest issue with this phone for me when I first got it. Now you can actually hear it before VM kicks in
Sent from my PG86100 using xda premium
Looks good and its always nice to see new ROMs.
Thanks for your work.
Sent from my PG86100 using Tapatalk
So I guess I just found a new home thank-you for your work
Sent from my PG86100 using XDA

[SOLVED] Hide Gallery icon on CM10/JB

Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Re: [Q] Hide Gallery icon on CM10/JB
mato_d007 said:
Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Click to expand...
Click to collapse
Try hide it pro from play store
Sent from my Android Smartphone
dkmali said:
Try hide it pro from play store
Sent from my Android Smartphone
Click to expand...
Click to collapse
Thanks but im looking for something to put in a ROM that im making, so this wont help sady.
mato_d007 said:
Is it possible to hide the icon (on every launcher, not a particular one) of the gallery on JB, which is the same application as the camera? i want to keep the camera icon only. I readed, but i dont remember where, that you can do something like that with some .xml editing... any ideas?
Click to expand...
Click to collapse
Did you ever solve this problem?
The Bownz said:
Did you ever solve this problem?
Click to expand...
Click to collapse
Sadly not, im still looking for some help on this.
Ok, i found a way to do it. To hide any app icon you have to delete this on the manifest:
Code:
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
In this case, there is two times this code, one for the gallery and one for the camera. Just delete the gallery´s one and recompile.

Categories

Resources