{
"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"
}
What's up peeps! This is a quick modification of the SecLauncher for N900T. This is the 5x5 modification. It's 5x5 on the homescreen, 5x5 in app drawer and still 2x3 in widget layout.
@jovy23 will be bringing a plethora of Launcher mods coming up real soon, but since I got this one done, I thought to go ahead and share it for now, til jovy23 gets his thread setup and going. He'll be bringing 5x6 mods as well as 3x3 widget mods.
The ONLY issue with these modified launchers is that Samsung didn't make SOME of their widgets dynamic to where it can resize from 4x2 to 5x2. It seems some widgets like Accuweather widget are stuck on 4x2, or the formatting for it doesn't stretch properly to 5x2. I simply recommend using widgets that will resize properly... most other widgets including play store widgets will work fine....
Awesome bro! Not even a week and we are doing pretty good for the note 3 community. :good:
Also here is a screenshot...
Sent from my SM-N900T using Tapatalk 4
Perfect! And yeah bro, we're getting things going... Focusing on Extended Power Menu now... might send it over for u to test.... It would be nice to have two different versions circulating for the N900T lol
jovy23 said:
Awesome bro! Not even a week and we are doing pretty good for the note 3 community. :good:
Also here is a screenshot...
Sent from my SM-N900T using Tapatalk 4
Click to expand...
Click to collapse
Did you guys add the "hide apps" feature? Can't believe Samsung took that away.
And yes good job guys. People like you are the reason I root and upgraded to the note.
Sent from my SM-N900T using xda app-developers app
elracing21 said:
Did you guys add the "hide apps" feature? Can't believe Samsung took that away.
And yes good job guys. People like you are the reason I root and upgraded to the note.
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
Not yet, I wonder if a simple line addition will enable it...
@jovy23 we may be able to enable the hide applications feature again bro. I was comparing the S4 launcher to Note 3 launcher just now and some things stood out...
<item type="id" name="options_menu_sel_apps_to_hide">false</item>
<item type="id" name="options_menu_sel_apps_to_unhide">false</item>
<item type="id" name="options_menu_sel_apps_to_enable">false</item>
<item type="id" name="options_menu_move_to_secret_box">false</item>
<item type="id" name="options_menu_remove_from_secret_box">false</item>
Click to expand...
Click to collapse
This group of coding is in both SecLauncher3 (S4) and SecLauncher4 (Note3). It's in values under ids.xml. Everything in there is set to false though. Gotta find out how to activate it...
Also here in the menu folder.... the stuff is there for it.... we just gotta find out what's hiding it...
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:icon="@drawable/tw_menu_icon_playstore" android:id="@id/options_menu_market" android:title="@string/options_menu_market" />
<item android:icon="@drawable/tw_menu_icon_edit" android:id="@id/options_menu_edit" android:title="@string/options_menu_edit" />
<item android:icon="@drawable/tw_menu_icon_add_widget" android:id="@id/options_home_add_widget" android:title="@string/options_home_add_widget" />
<item android:icon="@drawable/tw_menu_icon_add_folder" android:id="@id/options_home_createfolder" android:title="@string/home_edit_bar_create_folder_title" />
<item android:icon="@drawable/tw_menu_icon_set_wallpaper" android:id="@id/options_home_set_wallpaper" android:title="@string/options_home_set_wallpaper" />
<item android:icon="@drawable/tw_menu_icon_theme" android:id="@id/options_home_set_theme" android:title="@string/options_home_set_theme" />
<item android:icon="@drawable/tw_menu_icon_edit" android:id="@id/options_home_edit" android:title="@string/options_home_edit" />
<item android:icon="@drawable/tw_menu_icon_add_custompage" android:id="@id/options_add_user_custom_page" android:title="@string/option_add_user_custom_page" />
<item android:icon="@drawable/tw_menu_icon_search" android:id="@id/options_home_search_via_sfinder" android:title="@string/options_home_search_via_sfinder" />
<item android:icon="@drawable/tw_menu_icon_search" android:id="@id/options_menu_search" android:title="@string/options_menu_search" />
<item android:icon="@drawable/tw_menu_icon_viewtype" android:id="@id/options_menu_view_type" android:title="@string/options_menu_view_type" />
<item android:icon="@drawable/tw_menu_icon_uninstall" android:id="@id/options_menu_uninstall" android:title="@string/options_menu_uninstall" />
<item android:icon="@drawable/tw_menu_icon_download" android:id="@id/options_menu_downloaded_apps" android:title="@string/options_menu_downloaded_apps" />
<item android:icon="@drawable/tw_menu_icon_share" android:id="@id/options_menu_share_app" android:title="@string/options_menu_share_app" />
<item android:icon="@drawable/tw_menu_icon_hidden" android:id="@id/options_menu_sel_apps_to_hide" android:title="@string/options_menu_sel_apps_to_hide" />
<item android:icon="@drawable/tw_menu_icon_showhidden" android:id="@id/options_menu_sel_apps_to_unhide" android:title="@string/options_menu_sel_apps_to_unhide" />
<item android:icon="@drawable/tw_menu_icon_showhidden" android:id="@id/options_menu_sel_apps_to_enable" android:title="@string/options_menu_sel_apps_to_enable" />
<item android:icon="@drawable/tw_menu_icon_fingerprint_move" android:id="@id/options_menu_move_to_secret_box" android:title="@string/options_menu_move_to_secret_box" />
<item android:icon="@drawable/tw_menu_icon_fingerprint_remove" android:id="@id/options_menu_remove_from_secret_box" android:title="@string/options_menu_remove_from_secret_box" />
<item android:icon="@drawable/tw_menu_icon_add_page" android:id="@id/options_home_add_page" android:visible="false" androidrderInCategory="2" android:title="@string/options_home_add_page" />
<item android:icon="@drawable/tw_menu_icon_search" android:id="@id/options_home_search" androidrderInCategory="3" android:title="@string/options_home_search" />
<item android:icon="@drawable/tw_menu_icon_setting" android:id="@id/options_home_settings" androidrderInCategory="4" android:title="@string/options_home_settings" />
<item android:icon="@drawable/tw_menu_icon_help" android:id="@id/options_home_help" androidrderInCategory="5" android:title="@string/menu_help" />
</menu>
Click to expand...
Click to collapse
itsmikeramsay said:
@jovy23 we may be able to enable the hide applications feature again bro. I was comparing the S4 launcher to Note 3 launcher just now and some things stood out...
This group of coding is in both SecLauncher3 (S4) and SecLauncher4 (Note3). It's in values under ids.xml. Everything in there is set to false though. Gotta find out how to activate it...
Also here in the menu folder.... the stuff is there for it.... we just gotta find out what's hiding it...
Click to expand...
Click to collapse
Most likely it can be enabled in the smali by changing a const from 0x0 to 0x1 just like some of the secmms mods. I will be checking on that.
Sent from my SM-N900T using Tapatalk 4
jovy23 said:
Most likely it can be enabled in the smali by changing a const from 0x0 to 0x1 just like some of the secmms mods. I will be checking on that.
Sent from my SM-N900T using Tapatalk 4
Click to expand...
Click to collapse
Sounds good. I know smali in aosp form, but it's totally different in the compiled then decompiled format.... weird for me
Check here when u decompile....
SecLauncher4\smali\com\android\launcher2\MenuAppsGrid$StateSelAppsToHide.smali and/or SecLauncher4\smali\com\android\launcher2\MenuAppsGrid$StateSelAppsToUnHide.smali
Both have
# direct methods
.method private constructor <init>(Lcom/android/launcher2/MenuAppsGridV
.locals 1
.parameter
.prologue
.line 1765
iput-object p1, p0, Lcom/android/launcher2/MenuAppsGrid$StateSelAppsToHide;->this$0:Lcom/android/launcher2/MenuAppsGrid;
const/4 v0, 0x0
invoke-direct {p0, p1, v0}, Lcom/android/launcher2/MenuAppsGrid$SelectableItemStateObj;-><init>(Lcom/android/launcher2/MenuAppsGrid;Lcom/android/launcher2/MenuAppsGrid$1V
return-void
.end method
Click to expand...
Click to collapse
Maybe "const/4 v0, 0x0" is what's needed to be changed to 0x1
Man I wish I had my Note 3, would've been all over this lol
@jovy23 I grepped "hide" in seclauncher4 to see how many hits I'd get.... I got a ton referring to hide and show apps... I attached the txt file... it shows really well in notepad++ so i recommend using that if u dont already....
But maybe it'll help narrow down to what we may be looking for.... If this isn't done by Thursday I should definitely be able to help out more then....
itsmikeramsay said:
Sounds good. I know smali in aosp form, but it's totally different in the compiled then decompiled format.... weird for me
Check here when u decompile....
SecLauncher4\smali\com\android\launcher2\MenuAppsGrid$StateSelAppsToHide.smali and/or SecLauncher4\smali\com\android\launcher2\MenuAppsGrid$StateSelAppsToUnHide.smali
Both have
Maybe "const/4 v0, 0x0" is what's needed to be changed to 0x1
Man I wish I had my Note 3, would've been all over this lol
Click to expand...
Click to collapse
That should be it! I will check now im doing the 5x6 launchers with 3x3 widgets now and i will enable the hide apps feature also once i find the exact line to enable it.
Sent from my SM-N900T using Tapatalk 4
jovy23 said:
That should be it! I will check now im doing the 5x6 launchers with 3x3 widgets now and i will enable the hide apps feature also once i find the exact line to enable it.
Sent from my SM-N900T using Tapatalk 4
Click to expand...
Click to collapse
Works for me. When you do let me know what you did, trying to learn smali on this side of things....
Posted by T999 powered by Illusion 4.3!!
will this launcher work on the stock rom?
Tried flashing on stock rooted (only root, nothing else) and it would only allow me to use the easy launcher, luckily the "back to stock" one works.
I thought maybe when I downloaded it the filename may have affected it, it was seclauncher-5x5 (1).zip because I downloaded it twice, so when I was booted back up I just moved the seclauncher4.apk to system, rebooted, still no go.
Yea I was pretty upset to find the hide apps removed, please someone get this working we need it
Sent from my SM-N900T using Tapatalk now Free
chrisa887 said:
will this launcher work on the stock rom?
Click to expand...
Click to collapse
Yea it worked for me on stock rooted ... This launcher though was just not smooth for me. It was fast as he'll but fast doesn't make it fluid.
Sent from my SM-N900T using Tapatalk
Related
I'm using a stock-based ROM that was made using UCDLK3 firmware for the AT&T Galaxy S3. (Intergalactic II) Could someone make my statusbar (or notification bar, whatever you call it) look like the one in this picture?
{
"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"
}
Go to the Play Store. Put a search in for Super Status Bar. You can make your status bar any color u want among many other features BUT I'm not sure about 50 percent transparency, like your pic shows.
Give it a shot though. Pretty cool app.
EDIT: Just tried it and I can make the status bar 100 percent transparent with the app. This is on Liquids AOSP 4.2. The app is universal tho so it'll work the same for TW ROMS.
Just a comparison screenie of the status bar without using the app.
Hmm.. this doesn't seem to be what I'm looking for exactly. It seems like it's an app to fully replace the status bar. Just to clarify, I am looking for a way to theme the default status bar, not replace it with a 3rd party app.
Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
David Dee said:
Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Click to expand...
Click to collapse
I am able to do it, please tell me which XML modify and where
@David Dee:
I can't seem to get my status bar to be transparent. I can change it from black to whatever color I like, blue for example:
- Image
- Image
(Yeah, I've changed the battery icons, connection icons and notification center background with success)
I am changing the HEX colors for the status bar background in SystemUI/res/values/drawables.xml and some status bar and notification center related files in SystemUI/res/layout. The HEX color for full transparency should be #00000000 (AARRGGBB format).
When I use this color, the statusbar stays black (like it is default)...
What am I missing here...
A51Rene said:
@David Dee:
I can't seem to get my status bar to be transparent. I can change it from black to whatever color I like, blue for example:
- Image
- Image
(Yeah, I've changed the battery icons, connection icons and notification center background with success)
I am changing the HEX colors for the status bar background in SystemUI/res/values/drawables.xml and some status bar and notification center related files in SystemUI/res/layout. The HEX color for full transparency should be #00000000 (AARRGGBB format).
When I use this color, the statusbar stays black (like it is default)...
What am I missing here...
Click to expand...
Click to collapse
Change line 2 in tw_super_status_bar.xml (found in ~/res/layout) to this:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#[COLOR="Red"]00000000[/COLOR]"
Also change
The transparency of the status bar in tw_status_bar.xml ((found in ~/res/layout)
Code:
<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="#[COLOR="red"]00000000[/COLOR]" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
<LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/center_clock_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
I am not in front of a pc right now, but you could make 1 xml change so thst rather than a color it will use a .png status bar of any type. Basically (and I may have the path wrong right now) but fhange where the status bar xml is from #ff000000 or whatever it is to @drawable/status_bar_bg and then look in your systemui/xhdpi folder and you will see a status_bar_bg.png that you can make or change to anything/any color you want. If you cannot find it right away let ke know and I will type the exact path to it and what to change it to. Then once done you can use Morohology's different status bar backgrounds they have available or make your own VERY EASILY. I did this for my SGS2 and made a post with many themes. Status bars being one of them.
This will make it so you wont have to change the systemui xml again on the firmware. You can just flash a cwm zip each time with a different stats_bar_bg.png each time you want to change it.
Sent from my SAMSUNG-SGH-I747 using xda premium
David Dee said:
Send me your systemui.apk, the percentage transparency you desire (and colour if applicable) and I will cook it up for you.
If you are able to compile/decompile the systemui, I would also be happy to give you instructions how to do it?
Sent from my SGH-I747M using XDA Premium HD app
Click to expand...
Click to collapse
Can u pls make me one for my stock ROM?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Just flash S3Rx and set it yourself to whatever color, transparency you like...
joe3681 said:
Just flash S3Rx and set it yourself to whatever color, transparency you like...
Click to expand...
Click to collapse
Where can I find it? Link?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
The ROM. In development.
Sent from my SAMSUNG-SGH-I747 using xda premium
I'm on the same situation.
I'm looking to have my status bar transparent but i don't know where to start. My phone is running cianogenmod jb 4.2.2 from my 15. I tried to edit the file status_bar.xml from the systemui.apk but there is no value tha I can change. I'm looking for a way to have it fully transparent.
Sent from my SAMSUNG-SGH-I747 using xda premium
KFlexx said:
I'm on the same situation.
I'm looking to have my status bar transparent but i don't know where to start. My phone is running cianogenmod jb 4.2.2 from my 15. I tried to edit the file status_bar.xml from the systemui.apk but there is no value tha I can change. I'm looking for a way to have it fully transparent.
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:
Code:
<item type="drawable" name="status_bar_background">#ff000000</item>
to:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
mentose457 said:
In system UI navigate to drawables.xml in ~/res/values/ and make the following change from:
Code:
<item type="drawable" name="status_bar_background">#ff000000</item>
to:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
Click to expand...
Click to collapse
How come I don't have the folder "values" under "systemui.apk/res/"
Sent from my SAMSUNG-SGH-I747 using xda premium
spaceghost21 said:
How come I don't have the folder "values" under "systemui.apk/res/"
Sent from my SAMSUNG-SGH-I747 using xda premium
Click to expand...
Click to collapse
If you properly decompiled the app with a tool like apktool. Then the systemui.apk you used is not deodexed. Look in your /system/app folder for a file called systemui.odex. If it is there you need to deodex it before you can so this mod.
Sent from my DROID RAZR HD using Tapatalk 4 Beta
<dumb question> Any chance I can get someone to make this flashable through CWM? </dumb question>
czechpunk said:
Any chance I can get someone to make this flashable through CWM?
Click to expand...
Click to collapse
please post your twframework-res.apk, framework-res.apk, and Systemui.apk.
Sent from my DROID RAZR HD using Tapatalk 4 Beta
I was wondering what is the best DPI for my Galaxy Note 2, I tried other people's suggestions but it didn't work for me so I was wondering how Google decided on their DPI. Considering they're in charge of Android they must know the optimal level so I used the Nexus 7 and the Nexus 4 as reference:
{
"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"
}
So if Google designed a 5.5 inch screen device with 720x1280 resolution, it would most likely be at 270 DPI
I know this won't help a lot of you how it helped me but just thought I'd share it just on the hunch that it might at least help the 1% :silly:
I dropped my dpi to 268(closest I could get on liquidsmooth) and it's great. Your totally right dude.
Sent from my GT-N7105 using xda app-developers app
webbles17 said:
I dropped my dpi to 268(closest I could get on liquidsmooth) and it's great. Your totally right dude.
Sent from my GT-N7105 using xda app-developers app
Click to expand...
Click to collapse
lol thank dude!
268 looks great, on beanstalk ROM thanks!
268 looks great on CleanROM 4.8! Funny how the only apps that don't line up right are the Samsung TouchWiz apps *snicker*
Sent from a van down by the river on an AT&T Galaxy Note 2 and Tapatalk.
Indeed. 268/270 is a great place to be.
Sent from The Bacon Pope's Galaxy Note 2
Hate to ask the obvious question, what is the easiest way to change the DPI? Build prop edit?
opuscroakus said:
Hate to ask the obvious question, what is the easiest way to change the DPI? Build prop edit?
Click to expand...
Click to collapse
That's how I always do it.
Sent from The Bacon Pope's Galaxy Note 2
Thanks for the tip. Running 270 and it looks great.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
No problem
rohail6 said:
I was wondering what is the best DPI for my Galaxy Note 2, I tried other people's suggestions but it didn't work for me so I was wondering how Google decided on their DPI. Considering they're in charge of Android they must know the optimal level so I used the Nexus 7 and the Nexus 4 as reference:
View attachment 1899144
So if Google designed a 5.5 inch screen device with 720x1280 resolution, it would most likely be at 270 DPI
I know this won't help a lot of you how it helped me but just thought I'd share it just on the hunch that it might at least help the 1% :silly:
Click to expand...
Click to collapse
Just changed to 270 DPI, and love it... Need to find right launcher to fully utilize the whole screen. Looks kind odd with TWLauncher..
Thanks for the finding!
dvdmkr said:
Just changed to 270 DPI, and love it... Need to find right launcher to fully utilize the whole screen. Looks kind odd with TWLauncher..
Thanks for the finding!
Click to expand...
Click to collapse
Nova Launcher at 270 DPI with 5x6 Desktop Grid and Icon Size at 110%.
Worth a try. Good luck.
Got a question need help ive changed my dpi to 240 and never had any problems but now my dialer wont come up and I got the muti dpi dialer and have tried reflashing but still nothing but I can call ppl from the contacts but I can't dial a number
Sent from my SAMSUNG-SGH-I317 using xda premium
275
Sent from my GT-N7105 using xda app-developers app
terpin32 said:
Got a question need help ive changed my dpi to 240 and never had any problems but now my dialer wont come up and I got the muti dpi dialer and have tried reflashing but still nothing but I can call ppl from the contacts but I can't dial a number
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Never tried 240. Maybe it's the specific multi DPI dialer file you have? But by all means you're free to try 270. Every single thing works perfect, just the dialer is a bit to the left. It's like the sweet spot the Note 2 should've came with, you just gotta give it some time. But yeah sorry I don't have an actual answer to your question.
270
rohail6 said:
Never tried 240. Maybe it's the specific multi DPI dialer file you have? But by all means you're free to try 270. Every single thing works perfect, just the dialer is a bit to the left. It's like the sweet spot the Note 2 should've came with, you just gotta give it some time. But yeah sorry I don't have an actual answer to your question.
Click to expand...
Click to collapse
I tried going back to stock at 320 and it still won't work but im using the file multi dpi dialer note2 (4.1.2) universal twrp.zip
Sent from my SAMSUNG-SGH-I317 using xda premium
cwhitney24 said:
That's how I always do it.
Sent from The Bacon Pope's Galaxy Note 2
Click to expand...
Click to collapse
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
dawheat said:
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
Click to expand...
Click to collapse
I changed both and I saw I had to change the de.robv.android.xposed.mods.tweakbox file and add the last part <int name="dpioverride/com.sec.android.app.camera/density" value="240" /> to get it to change and it worked for the longest time but just recently hasn't been working
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="low_battery_low" value="15" />
<boolean name="unplug_turns_screen_on" value="true" />
<int name="long_home_press_behaviour" value="2" />
<boolean name="crt_off_effect" value="false" />
<boolean name="battery_full_notification" value="true" />
<boolean name="phone_enable_sip" value="false" />
<int name="low_battery_critical" value="5" />
<boolean name="phone_vibrate_waiting" value="false" />
<boolean name="crt_effect_orientation" value="false" />
<int name="num_signal_bars" value="4" />
<boolean name="phone_call_recording" value="false" />
<boolean name="show_ongoing_ime_switcher" value="true" />
<int name="low_battery_close" value="20" />
<boolean name="phone_increasing_ringer" value="true" />
<boolean name="volume_keys_skip_track" value="false" />
<boolean name="crt_on_effect" value="false" />
</map>
<int name="dpioverride/com.sec.android.app.camera/density" value="240" />
Sent from my SAMSUNG-SGH-I317 using xda premium
dawheat said:
Mind sharing which line you change? I see the same line twice - once within system.prop for smdk4x12 and within ADDITIONAL_BUILD_PROPERTIES - do you change both?
ro.sf.lcd_density=320
Anyone have a SS they're willing to post?
Click to expand...
Click to collapse
Exactly. Edit the ro.sf.lcd_density
Sent from The Bacon Pope's Galaxy Note 2
Click to expand...
Click to collapse
MOD CM10.1 - TABBED SETTINGS WITH SWIPE
CM10.1 TABBED SETTINGS YOUTUBE PREVIEW
>> CLICK HERE <<
GUIDE FOR DEVS : [MOD][DEV][GUIDE] TABBED Settings WITH SWIPE for CM9/CM10/CM10.1
Big Thanks to Big Split for tuts/guide and tdunham for helping me solving some error :good:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
CHANGELOG :
17 June 2013
- Using CM10.1 Alpha -7 Settings.apk
- Fixed Holo UI , thanks to @MicroLizard and Recognized themer @vikasb32, for the fix code,. I mix your both code
- New screenshot added
2 May 2013
- Initial release
Click to expand...
Click to collapse
SCREENSHOTS
{
"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"
}
INSTALLATION
Download attached files, and put it on your sd card
go to CWM
WIPE CACHE
INSTALL ZIP FROM SD
REBOOT
ENJOY :good:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
CREDIT & THANKS
ARCO
BIG SPLIT
tdunham
[Unofficial Community] Galaxy Wonder CyanogenMod Indonesia
IF YOU LIKE THIS MOD, PLEASE PRESS MY THANKS BUTTON TOO:good::laugh:s
great ! but how can I get navigation bar like on SS ?
Sent from my GT-I8150 using xda premium
A bit pointless
Sent from my GT-I8150 using xda app-developers app
ianfebriyanto said:
great ! but how can I get navigation bar like on SS ?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
@ianfebriyanto : [MOD CM10.1] COMBINE MODS ( Updated to CM10.1 ALPHA-3)
smuffher said:
A bit pointless
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
@smuffher ; any problem here
Wow.. nice work bro
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Adi Aisiteru Reborn said:
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Click to expand...
Click to collapse
Don't
We need you
Btw can you check yr PM?
Sent from my GT-I8150 using xda app-developers app
ipromeh said:
Don't
We need you
Btw can you check yr PM?
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Thanks man, I appreciate that
yah, I ve repplied it
Adi Aisiteru Reborn said:
10 Donlowded , but still no thank button
this is hapened because I develop a Legacy & and Low activity Device..
better to sell my phone
Click to expand...
Click to collapse
i got the same things on my LG Mods..over 600 views...still no comment..
dont gave up dude... lots of people still need u..exspecially me
Sent from somewhere far...
Adi will this work on pacman
Already hit thanks :good:
irfanharith said:
Adi will this work on pacman
Already hit thanks :good:
Click to expand...
Click to collapse
No it will not work, P.A.C has multi DPI settings layout, I'll look into P.A.C settings later.
Sent from my GT-I8150 using xda app-developers app
Adi Aisiteru Reborn said:
No it will not work, P.A.C has multi DPI settings layout, I'll look into P.A.C settings later.
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Ohh, okey thanks btw Adi
irfanharith said:
Ohh, okey thanks btw Adi
Click to expand...
Click to collapse
Yahh bro
I'm sorry, I've just look into P.A.C settings and I've tried to make one, but nothing happen to the setting,. I guess this Mod is impossible for Multi DPI layout Rom
Settings
Very good
Hey adi, I am trying to follow guide you posted at OP, but I am facing some probs
1. How/did did you find those lines at smali:
Code:
!--MainSettings.smali--!
<public type="id" name="vPager" id="0x7f08022a" />
<public type="id" name="cursor" id="0x7f080229" />
<public type="id" name="app_tab" id="0x7f080168" />
<public type="id" name="device_tab" id="0x7f080228" />
<public type="id" name="personalized_tab" id="0x7f080227" />
<public type="layout" name="mainsetting" id="0x7f040090" />
!--DeviceSettings.smali--!
<public type="xml" name="device_settings_headers" id="0x7f050051" />
!--AppSettings.smali--!
<public type="xml" name="app_settings_headers" id="0x7f050052" />
!--PersonalSettings.smali--!
<public type="xml" name="personal_settings_headers" id="0x7f050053" />
2. How did you sign system app( Settings.apk in this case) after editing AndroidManifest.xml?
peetu20 said:
Hey adi, I am trying to follow guide you posted at OP, but I am facing some probs
1. How/did did you find those lines at smali:
Code:
!--MainSettings.smali--!
<public type="id" name="vPager" id="0x7f08022a" />
<public type="id" name="cursor" id="0x7f080229" />
<public type="id" name="app_tab" id="0x7f080168" />
<public type="id" name="device_tab" id="0x7f080228" />
<public type="id" name="personalized_tab" id="0x7f080227" />
<public type="layout" name="mainsetting" id="0x7f040090" />
!--DeviceSettings.smali--!
<public type="xml" name="device_settings_headers" id="0x7f050051" />
!--AppSettings.smali--!
<public type="xml" name="app_settings_headers" id="0x7f050052" />
!--PersonalSettings.smali--!
<public type="xml" name="personal_settings_headers" id="0x7f050053" />
2. How did you sign system app( Settings.apk in this case) after editing AndroidManifest.xml?
Click to expand...
Click to collapse
Do not use Big split guide anymore..
Use my new guide and donlod my source too
Sent from my GT-I8150 using xda app-developers app
thanks my bro
I think I am getting blind :d
I didnt see ur guide at OP, I am now following it
bad thread, sorry for spam
This kind of worked on slim bean 5.6 for At&t samsung galaxy s4, but unfortunately the developer options forcecloses and its missing the rom options in the settings, other than that awesome mod.
***Enable home and lock button in status bar***
Tools required:
-Any tool which can decompile and recompile apk (e.g apktool i use)
-Notepad++
GUIDE:
STEP1:
Decompile your systemui.apk
STEP2:
Navigate to res/layout/tw_status_bar.xml and open it with notepad++
STEP3:
FIND:
Code:
android:id="@id/doNotDisturbIcon"
#thanks to @engloa
And paste the below code after id/doNotDisturbIcon line
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginRight="0.0dip" android:src="@drawable/ic_sysbar_home" android:singleLine="true" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
#this will add home button on the right side
STEP 4:
Find:
Code:
<com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff9a9a9a" android:ellipsize="none" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="3.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" android:includeFontPadding="false" />
AND paste the below code after the above code
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="0.0dip" android:src="@drawable/ic_sysbar_lock" android:singleLine="true" android:layout_toRightOf="@id/recent_apps" android:layout_alignParentLeft="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
#this will enable lock button on the left side
STEP5:
Download the pngs from the attachment and paste them in drawable-hdpi
STEP6:
Recompile your systemui.apk
Result:
{
"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"
}
FILES:
https://www.dropbox.com/sh/ohmhrlnkdbz4oca/b1KnsUlYHr
Download link for Mods:
AROMA_HOME_LOCK_XWMS3
credits:
@engloa for helping me in moving the home button on the right..tnx buddy. @_Sale_ for his systemui.apk
You're welcome buddy
I did a little tinkering and placed the following code after id/doNotDisturbIcon
Code:
<com.android.systemui.statusbar.policy.KeyButtonView android:gravity="right" android:id="@id/home" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_sysbar_home" android:layout_alignParentLeft="true" android:singleLine="true" android:contentDescription="@string/accessibility_back" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
This way, when notifications comes, the ticker doesn't overlap the status bar icons
Awesome work my dear friend 5*
Very awesome to see tuts like these here. Thanks mate!
As avirk said.. 5*
avirk said:
Awesome work my dear friend 5*
Click to expand...
Click to collapse
TheGovernment said:
Very awesome to see tuts like these here. Thanks mate!
As avirk said.. 5*
Click to expand...
Click to collapse
It dont deserve 5*.
Just a simple guide imo
Anyways thnx buddies
Sent from my GT-I9100 using Tapatalk 2
corruptionfreeindia said:
It dont deserve 5*.
Just a simple guide imo
Anyways thnx buddies
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Anything that somehow contributes to this awesome community deserves 5* :good:
XDA'd via my Galaxy
engloa said:
You're welcome buddy
I did a little tinkering and placed the following code after id/doNotDisturbIcon
Code:
This way, when notifications comes, the ticker doesn't overlap the status bar icons
Click to expand...
Click to collapse
Thanks a lot mate.
I was doing this
@id/ticker android: paddingLeft="4.0dip"
But no changes lol
Bad
Sent from my GT-I9100 using Tapatalk 2
Subscribed
Happy New Year Man
Troubadour666 said:
Subscribed
Happy New Year Man
Click to expand...
Click to collapse
Same to u m8
Hope u had a great party.
Sent from my GT-I9100 using Tapatalk 2
avirk said:
Awesome work my dear friend 5*
Click to expand...
Click to collapse
+1
Sent from my NeatRom'ed GT-I9300 wifi hotspoting from my NeatRom'ed GT-I9100
corruptionfreeindia said:
GUIDE:
STEP1:
Decompile your systemui.apk
STEP2:
Navigate to res/layout/tw_status_bar.xml and open it with notepad++
STEP3:
FIND:
Code:
android:id="@id/doNotDisturbIcon"
#thanks to @engloa
And paste the below code after id/doNotDisturbIcon line
Code:
#this will add home button on the right side
STEP 4:
Find:
Code:
AND paste the below code after the above code
Code:
Click to expand...
Click to collapse
Missing strings...
Sent from my S3 with skippioROM cooked by linus98
linus98 said:
Missing strings...
Sent from my S3 with skippioROM cooked by linus98
Click to expand...
Click to collapse
Oops..am very sorry.
It happens often whenever I edit thru tapa..the code disappears.
Am updating
Sent from my GT-I9100 using Tapatalk 2
Great Work Mate.
Nice share, thanks...
Is there any chance of placing home button next to lock button? I mean in the right side too
xddd00 said:
Nice share, thanks...
Is there any chance of placing home button next to lock button? I mean in the right side too
Click to expand...
Click to collapse
Place @id/home line after @id/back line
Sent from my GT-I9100 using Tapatalk 2
corruptionfreeindia said:
Place @id/home line after @id/back line
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks dude
A very easy example for starters. Good job.
You made the front page news o_o
Congrats CFI :thumbup::thumbup:
Sent from my GT-I9100 using Tapatalk 2
Thank u all very much
Sent from my GT-I9100 using Tapatalk 2
This is native call record for Kitkat NB4. Deodexed only. Will work on all custom US TW ROMs. Also removed increment ringing as well as the ugly and pointless end call screen. You hang up and it goes right back to the last screen you were on before the call. Enjoy
DOWNLOAD
Just download and flash. Nothing else needed.
For developers. Feel free to use in your ROM, credit would be appreciated. If you want to do it yourself check out my commit on my github - Link to how to.
Kitkat doesn't support call record stock. To get it record correctly you have to modify the mixer_paths.xml under system/etc. Otherwise you only get static when you play the recording.
Just add the blue section and reboot. Enjoy
Code:
<!-- TX part -->
<path name="audio-record">
<ctl name="MultiMedia1 Mixer SLIM_0_TX" value="1" />
</path>
<path name="audio-record bt-sco">
<ctl name="MultiMedia1 Mixer AUX_PCM_UL_TX" value="1" />
</path>
[COLOR="Blue"] <!-- incall recording -->
<path name="incall-rec-uplink">
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
</path>
<path name="incall-rec-downlink">
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
</path>
<path name="incall-rec-uplink-and-downlink">
<ctl name="MultiMedia1 Mixer VOC_REC_UL" value="1" />
<ctl name="MultiMedia1 Mixer VOC_REC_DL" value="1" />
</path>[/COLOR]
<!-- call part -->
<path name="voice-call">
<ctl name="SLIM_0_RX_Voice Mixer CSVoice" value="1" />
<ctl name="Voice_Tx Mixer SLIM_0_TX_Voice" value="1" />
</path>
{
"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"
}
You . rock . my . sock !!!
Thx!
Sent from my SM-G900T using Tapatalk
sexyyyyyyy!!
Nice
Sent from my SM-G900T using Tapatalk
Jamison904 said:
Will work on all custom US TW ROMs.
Click to expand...
Click to collapse
What about non-US TW?
It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk
Hi jamison I dl and flashed the zip file and can't find the call record button while im on the phone.. im on wicked k.k v.1 using compulsion kernel.. if u could give me the right instructions how to install it that would be great.. thx in adv
Sent from my SM-N900T using XDA Premium 4 mobile app
Jamison904 said:
It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
It is posible to make it auto record?
Thanks
Has anyone tried this on NE6? I may try this later when I get to first make a backup. Just not sure if I have time today.
DriftorX said:
Has anyone tried this on NE6? I may try this later when I get to first make a backup. Just not sure if I have time today.
Click to expand...
Click to collapse
Did you ever end up trying this?
DeeXii said:
Did you ever end up trying this?
Click to expand...
Click to collapse
Does Not work on E6.
Jamison904 said:
It should work. Let me know if not.
Sent from my SM-N900T using Tapatalk
Click to expand...
Click to collapse
Doesn't work. com.android.phone stops working.
Fwiw - this mod does not seem to be necessary on ne6 - the edits that were necessary on nb4 already exist on ne6 (though they look slightly different)
ACR is working fine for me on NE6 (no root).... again, this is NOT Microphone recording, it sounds excellent.
It only wanted to work when I changed the directory from "/storage/emulated/0/ACRCalls" to "/storage/sdcard0/ACRCalls" despite both of these directories pointing at exactly the same place. I Only tested AMR and MP4-HQ but they both work fine (although AMR sounds like complete crap).
EDIT: Skvalex's call recorder works even better (sounds a lot less muffled) and works fine with the standard API, you really don't even need to configure it. I will reiterate, its not mic recording and works without root on NE6.
https://play.google.com/store/apps/details?id=com.skvalex.callrecorder
now I'm just gonna cross my fingers and hope samsung/t-mobile doesn't take out the API in the next OTA (as I can only guess they added it by mistake).
Any luck for nf1?
Sent from my SM-N900T using XDA Free mobile app
ezsoulja said:
Any luck for nf1?
Sent from my SM-N900T using XDA Free mobile app
Click to expand...
Click to collapse
It seems the changes put in place on NE6 have carried over to NF1 - the mod here still should not be needed.
So this will work on nf1?
Nope. Doesn't not work. Phone won't boot past Samsung logo
Sent from my SM-N900T using XDA Premium 4 mobile app
Hi mate,
Can you help me with S3 Neo call rec mod?
Thanks!
Edit:
I made it myself.
thx