Related
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
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.
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?
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.
Hello, I am by no means a dev but had a useful modification to my edge I wanted to share.
I came from a G3 and there was a thread about modifications to the build.prop file.
Link: http://forum.xda-developers.com/lg-g3/general/guide-build-prop-tweaks-free-ram-t2825693
I found the stock scaling to be a little cramped for a 1440p screen.
I used a build.prop editor and simply found the ro.sf.lcd_density property and switched the scaling around.
There seems to be 2 ro.sf.lcd_density property. One at 640 and one at 480. 640 is the one you want to change around. I'm guessing 480 is for the easy mode or the ultra power setting mode.
I liked the stock PPI on my G3 but when I set the Edge to the stock PPI of 540 things were a bit small. I found that 590 hits the mark for me.
Like I said I'm no dev and this was just a handy trick I happened to pick up while I owned a G3. If anyone has any more useful properties to edit feel free to add.
I'm going to try out the disable all android log edit as well and see if it helps performance ever so slightly more.
DISLAIMER
Do with your own risk, I'm not responsible for your devices
I'm not responsible if your device bootloops.
Make sure you know what you are doing.
Tested and works fine on my 915S
reserved in case?
Just noticed that the only thing this affects is the camera app. For some reason the camera app cannot adjust to the new dpi and it stays the same size as if it was 640 and registers touch not where icons are but where the icons would've been in if the dpi was 640. So far this is the only thing that's an issue. Taking photos still work fine but video mode crashes. Anyone know a fix?
You can always use app settings module in xposed and reset the density of the apps.
Sent from my SM-N915G using XDA Free mobile app
panjaby said:
You can always use app settings module in xposed and reset the density of the apps.
Sent from my SM-N915G using XDA Free mobile app
Click to expand...
Click to collapse
Doesn't work to "fix" the camera app. Video still crashes.
But I am using app settings to change chrome, instagram, maps, etc. :good:
In that case you might want to change the build prop dpi back to stock and change the per app dpi with the module. That's how I've done it and have no problems.
panjaby said:
In that case you might want to change the build prop dpi back to stock and change the per app dpi with the module. That's how I've done it and have no problems.
Click to expand...
Click to collapse
I love the dpi change the most on the main screen. Is this possible with the module? Also this seems like a lot of work >.<
Anyone else find any other interesting mods to build prop
I have changed systemui, settings, and many other apps with no problems.
Yes it's a bit of work but on the brighter side if some app doesn't like it you can always change it back to stock.
Some screen shots
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Nice panjaby!
do you have problems with the Edge panel?
No the edge panel is working great
Press Thanks if i was helpful
panjaby said:
No the edge panel is working great
Press Thanks if i was helpful
Click to expand...
Click to collapse
If anything I figured the edge panel would crash due to dpi change and was surprised to find it working just fine but the camera app? cmon... hahaha
I'll try it out. The dpi change allows for so much more room for activities in the notification panel it's amazing.
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Nice. What DPI did you use for settings and system ui?
Also, if anyone can help me solve this issue, I'd be extremely grateful:
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!
Screenshots of what it looks like vs what it SHOULD look like are attached.
pieces of cake said:
Nice. What DPI did you use for settings and system ui?
Also, if anyone can help me solve this issue, I'd be extremely grateful:
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!
Click to expand...
Click to collapse
I found the native 540 dpi to be way too tiny and found 590 was the best for me.
As for your other question you might have better luck in the Q&A section
panjaby said:
Some screen shots
Click to expand...
Click to collapse
Also, what is the package name to change in the app setting to change the dpi on the notification panel.
tospace2006 said:
Also, what is the package name to change in the app setting to change the dpi on the notification panel.
Click to expand...
Click to collapse
System UI
[quote name="panjaby" post=57582514]Some screen shots[/QUOTE]<br />
<br />
Nice. What DPI did you use for settings and system ui? <br />
<br />
Also, if anyone can help me solve this issue, I'd be extremely grateful:<br />
<br />
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!<br/>
Im using 551 dpi for system & settings
As for modifing stock tw launcher i think its only possible if you get the modded tw launcher app i remember i saw it somewhere.
Press Thanks if i was helpful
panjaby said:
[quote name="panjaby" post=57582514]Some screen shots
Click to expand...
Click to collapse
<br />
<br />
Nice. What DPI did you use for settings and system ui? <br />
<br />
Also, if anyone can help me solve this issue, I'd be extremely grateful:<br />
<br />
I used the App Settings module to force auto rotation for the Touchwiz launcher. It works, but everything is shifted to the left and cut off at the bottom. Anyone know what settings I can adjust to "correct" this? Thanks!<br/>
Im using 551 dpi for system & settings
As for modifing stock tw launcher i think its only possible if you get the modded tw launcher app i remember i saw it somewhere.
Press Thanks if i was helpful[/QUOTE]
The only modified TW launcher that I've seen is the one that swaps out Briefing for the camera when you swipe all the way to the left. Is there another one?
Incase anyone missed my other post, and add requested:
http://forum.xda-developers.com/showthread.php?p=57706483
So I've noticed some apps say they are not compatible with the note edge on the play store.
In case anyone was not aware of you goto build.prop and change your device from tbltespr (where spr is your variant) to trltespr you get more games as the play store thinks you are a regular note 4.
The lines will be:
ro.product.name=tbltespr
ro.product.device=tbltespr
r o.build.product=tbltespr
To
ro.product.name=trltespr
ro.product.device=trltespr
r o.build.product=trltespr