Spotify icon on touchwiz - Samsung Galaxy S8 Themes, Apps, and Mods

Hello,
I managed to decompile an icon pack from samsung theme store and I'm able to actualy change the icons and recompile the apk and use it.
But.. when it is about making it posible to add new icons that should change, I get stuck, the changes doesnt apply on the new icons for apps that I'm adding. As exemple adding spotify icon, is this posible in any way?
<public id="0x7f02001d" name="ic_spotify" type="drawable"/>
Hope someone can help me,
Thanks!
-<resources>
<public id="0x7f020000" name="ic_allapps" type="drawable"/>
<public id="0x7f020001" name="ic_calculator" type="drawable"/>
<public id="0x7f020002" name="ic_camera" type="drawable"/>
<public id="0x7f020003" name="ic_clock" type="drawable"/>
<public id="0x7f020004" name="ic_contact" type="drawable"/>
<public id="0x7f020005" name="ic_dmb" type="drawable"/>
<public id="0x7f020006" name="ic_email" type="drawable"/>
<public id="0x7f020007" name="ic_gallery" type="drawable"/>
<public id="0x7f020008" name="ic_gallxyapps" type="drawable"/>
<public id="0x7f020009" name="ic_gear" type="drawable"/>
<public id="0x7f02000a" name="ic_icon_bg" type="drawable"/>
<public id="0x7f02000b" name="ic_internet" type="drawable"/>
<public id="0x7f02000c" name="ic_memo" type="drawable"/>
<public id="0x7f02000d" name="ic_message" type="drawable"/>
<public id="0x7f02000e" name="ic_music" type="drawable"/>
<public id="0x7f02000f" name="ic_myfiles" type="drawable"/>
<public id="0x7f020010" name="ic_notes" type="drawable"/>
<public id="0x7f020011" name="ic_phone" type="drawable"/>
<public id="0x7f020012" name="ic_radio" type="drawable"/>
<public id="0x7f020013" name="ic_s_planner" type="drawable"/>
<public id="0x7f020014" name="ic_samsungpay" type="drawable"/>
<public id="0x7f020015" name="ic_scrapbook" type="drawable"/>
<public id="0x7f020016" name="ic_settings" type="drawable"/>
<public id="0x7f020017" name="ic_shealth" type="drawable"/>
<public id="0x7f020018" name="ic_side_sync" type="drawable"/>
<public id="0x7f020019" name="ic_smartmanager" type="drawable"/>
<public id="0x7f02001a" name="ic_svoice" type="drawable"/>
<public id="0x7f02001b" name="ic_video" type="drawable"/>
<public id="0x7f02001c" name="ic_voicerecorder" type="drawable"/>
<public id="0x7f02001d" name="ic_spotify" type="drawable"/>
<public id="0x7f030000" name="icon_scale_size" type="integer"/>
<public id="0x7f030001" name="icon_bg_range" type="integer"/>
</resources>

That is just the list of resources it looks like. You will need to make it apply to Spotify somehow. Sorry I don't know anything more about this stuff

This is only for stock app Samsung.... add icon for all app from store.....

Related

browser user agent

i have hayruko build 5.02h and i would like to know if theres any way to change the browser user agent to desktop just like using steel browser where it has the option to change it.
I would also like to know. Javascript isnt working for me on 5.0.2H and the web pages render as if I was a generic phone.
well, as of yet, it's sacrifce between having zoom or no zoom and have generic phone google.
G build will have the browser that doesn't zoom, unless you use the hardware keyboard (menu + i or o )
Hve you considered e-mailing the developer of steel and asking where the user agaent file is and how to change it? You never know.
Open brower, type "about:debug" as the url, enter, menu->settings, right near the bottom is the option for UA string. (This is for rc33 but it could work for cupcake)
thank you! it does work!
It does work, unfortunately it doesn't stay. So after reboot or restart of Browser, it will revert back to old string.
The following works and can be edited to whatever with any notepad :
http://forum.xda-developers.com/showpost.php?p=3661716&postcount=49
How to set to desktop?
So, following up on that last post, I tried to set my user agent to desktop mode permanently, buy pulling, editing and pushing com.android.browser_preferences.xml to /data/data/com.android.browser/shared_prefs/com.android.browser_preferences.xml
In the <string name="default_user_agent"> field I copied-and-pasted the user agent from my desktop installation of Google Chrome, which is:
Code:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.31 Safari/530.5
But, no love. I'm still getting shoved into the mobile phone ghetto (I tried evernote.com and time.com).
Any idea what to set it to to get desktop behavior by default?
My altered com.android.browser_preferences.xml is:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<boolean name="normal_layout" value="false" />
<string name="Operator">20801</string>
<boolean name="enable_tracing" value="false" />
<boolean name="remember_passwords" value="true" />
<boolean name="autofit_pages" value="true" />
<boolean name="enable_nav_dump" value="false" />
<boolean name="fix_picasa" value="false" />
<string name="default_user_agent">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.31 Safari/530.5</string>
<string name="user_agent">2</string>
<boolean name="wide_viewport" value="true" />
<string name="text_size">SMALLER</string>
<boolean name="open_in_background" value="false" />
<boolean name="accept_cookies" value="true" />
<boolean name="enable_light_touch" value="true" />
<boolean name="enable_plugins" value="true" />
<boolean name="small_screen" value="false" />
<string name="default_text_encoding">Latin-1</string>
<boolean name="enable_javascript" value="true" />
<string name="homepage">http://www.google.com/m?client=ms-unknown</string>
<boolean name="save_formdata" value="true" />
<boolean name="load_images" value="true" />
<int name="errorflag" value="0" />
<string name="default_ua_profile">http://www.htcmms.com.tw/Android/Common/HTC_Magic/ua-profile.xml</string>
<boolean name="show_security_warnings" value="true" />
<boolean name="block_popup_windows" value="true" />
<boolean name="login_initialized" value="true" />
</map>

[javaDevelopment]Transparent activity background with active desktop

Hi, I am making some application with transparent background (image with alpha channel). All is ok but I would like to have active desktop under activity.
Transparent code xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Transparent" parent="android:Theme">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
</resources>
How to do that? I want to make full screen image with active desktop and don't know how. If it's bad forum, please delete and do not ban me, this is my first post here.

ICS color code?

Whats the blue used in the ui
davwman said:
Whats the blue used in the ui
Click to expand...
Click to collapse
FYI: ICS Blue RGB: 63 / 155 / 191 and HEX: 3F9BBF
http://droidpirate.com/2011/10/13/metamorph-battery-ice-cream-sandwich/
This is old but just found it looking for ICS Blue color over Google. Anyway, I think it's 33b5e5.
chris31jct said:
This is old but just found it looking for ICS Blue color over Google. Anyway, I think it's 33b5e5.
Click to expand...
Click to collapse
Ok and now this is really old, lol.
But I got exactly what you got as well. 33b5e5 was pulled from an official ics build in the xml's.
All ICS colors from Android Design
Maybe it is useful to have the codes for the Android design colors. The primary color and swatches are included.
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ics_blue_bright">#38C0F4</color>
<color name="ics_blue_dark">#0099CC</color>
<color name="ics_blue_light">#33B5E5</color>
<color name="ics_green_dark">#669900</color>
<color name="ics_green_light">#99CC00</color>
<color name="ics_orange_dark">#FF8800</color>
<color name="ics_orange_light">#FFBB33</color>
<color name="ics_purple_dark">#9933CC</color>
<color name="ics_purple_light">#AA66CC</color>
<color name="ics_red_dark">#CC0000</color>
<color name="ics_red_light">#FF4444</color>
<color name="ics_swatch_blue01">#E2F4FB</color>
<color name="ics_swatch_blue02">#C5EAF8</color>
<color name="ics_swatch_blue03">#A8DFF4</color>
<color name="ics_swatch_blue04">#8AD5F0</color>
<color name="ics_swatch_blue05">#6DCAEC</color>
<color name="ics_swatch_blue06">#50C0E9</color>
<color name="ics_swatch_blue07">#33B5E5</color>
<color name="ics_swatch_blue08">#2CB1E1</color>
<color name="ics_swatch_blue09">#24ADDE</color>
<color name="ics_swatch_blue10">#1DA9DA</color>
<color name="ics_swatch_blue11">#16A5D7</color>
<color name="ics_swatch_blue12">#0FA1D3</color>
<color name="ics_swatch_blue13">#079DD0</color>
<color name="ics_swatch_blue14">#0099CC</color>
<color name="ics_swatch_green01">#F0F8DB</color>
<color name="ics_swatch_green02">#E2F0B6</color>
<color name="ics_swatch_green03">#D3E992</color>
<color name="ics_swatch_green04">#C5E26D</color>
<color name="ics_swatch_green05">#B6DB49</color>
<color name="ics_swatch_green06">#A8D324</color>
<color name="ics_swatch_green07">#99CC00</color>
<color name="ics_swatch_green08">#92C500</color>
<color name="ics_swatch_green09">#8ABD00</color>
<color name="ics_swatch_green10">#83B600</color>
<color name="ics_swatch_green11">#7CAF00</color>
<color name="ics_swatch_green12">#75A800</color>
<color name="ics_swatch_green13">#6DA000</color>
<color name="ics_swatch_green14">#669900</color>
<color name="ics_swatch_orange01">#FFF6DF</color>
<color name="ics_swatch_orange02">#FFECC0</color>
<color name="ics_swatch_orange03">#FFE3A0</color>
<color name="ics_swatch_orange04">#FFD980</color>
<color name="ics_swatch_orange05">#FFD060</color>
<color name="ics_swatch_orange06">#FFC641</color>
<color name="ics_swatch_orange07">#FFBB33</color>
<color name="ics_swatch_orange08">#FFB61C</color>
<color name="ics_swatch_orange09">#FFAE18</color>
<color name="ics_swatch_orange10">#FFA713</color>
<color name="ics_swatch_orange11">#FFA00E</color>
<color name="ics_swatch_orange12">#FF9909</color>
<color name="ics_swatch_orange13">#FF9105</color>
<color name="ics_swatch_orange14">#FF8A00</color>
<color name="ics_swatch_red01">#FFE4E4</color>
<color name="ics_swatch_red02">#FFCACA</color>
<color name="ics_swatch_red03">#FFAFAF</color>
<color name="ics_swatch_red04">#FF9494</color>
<color name="ics_swatch_red05">#FF7979</color>
<color name="ics_swatch_red06">#FF5F5F</color>
<color name="ics_swatch_red07">#FF4444</color>
<color name="ics_swatch_red08">#F83A3A</color>
<color name="ics_swatch_red09">#F03131</color>
<color name="ics_swatch_red10">#E92727</color>
<color name="ics_swatch_red11">#E21D1D</color>
<color name="ics_swatch_red12">#DB1313</color>
<color name="ics_swatch_red13">#D30A0A</color>
<color name="ics_swatch_red14">#CC0000</color>
</resources>
fortesquieu said:
FYI: ICS Blue RGB: 63 / 155 / 191 and HEX: 3F9BBF
Click to expand...
Click to collapse
I just used these values on the RGB sliders to select the color of the background on my outgoing texts on Handcent SMS and it looks like the blue is way too dark.

[Q] ADW Icon pack question

Ok so im setting up the icon_pack.xml like this...
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="icon_pack" translatable="false">
<item>android_tether_mainactivity</item>
</string-array>
</resources>
When I install the apk on my phone and try to change an icon through the "adw icon pack" option it loads my theme but it doesn't display any of the icons but just a black empty screen. Any ideas?
Bump...
Does anyone have any idea on this? Im using this template kaydensigh-ADW.Theme-Template-99cb675 and i took the icon_pack.xml from AnderWeb-ADW.Theme-Template-d8491c4 and also edited my androidmanifest.xml with the following lines...
<action android:name="org.adw.launcher.icons.ACTION_PICK_ICON" />
<category android:name="android.intent.category.DEFAULT" />
The when i select to pick an icon from the theme images i have included i just get a black screen.
Hallo.
Got same problem, i found that in main.java theres no " addIcons(resources, packageName, R.array.icon_pack);" string, but dunno how to add it coz when i add whole function, got many errors ;(
Regreads
Pandik
www.android.pandik.pl

[APP]Touchwiz5(MDPI)

So I have found this touchwiz 5.0 launcher
it was originally in the galaxy ace forum, which was in the old devices section so no one would probably have found it
http://forum.xda-developers.com/showthread.php?t=1730313
it is actually the real touchwiz launcher, not some themed holo launcher with a custom dock
it has everything touchwiz 5 has even the transitions
THIS IS ONLY FOR MDPI
Downloads
TouchwizUXV1.10 MDPI :
http://www.mediafire.com/download.php?8cscdcqclgx50ot
Changelog:
Home page increase to 9
Fix-Fullsize Icon
Fix-Folder problem apps name
Partialy Fix-Some 4*2 widgets gone to 4*3
Know issues:
Must copy launcher to system And these file http://www.mediafire.com/download.php?92oc5y90079bwsb to lib ,Set permission rw-r--r-- and reboot
TouchwizUXV1.0 MDPI :
http://www.mediafire.com/download.php?su9hroaraua0kux
bug report :
-1. Some 4*2 widgets gone to 4*3
-2. Folder problem apps name are half
-3. Must copy launcher to system And these file http://www.mediafire.com/download.php?92oc5y90079bwsb to lib ,Set permission rw-r--r-- and reboot
If you like my work click Thanks button
other mod :
SGIII WEATHER WIDGET http://forum.xda-developers.com/showthread.php?t=1724553
Samsung galaxy s3 WallpaperChooser [mdpi] http://forum.xda-developers.com/showthread.php?t=1739617
reboot. you are done enjoy your touchwiz 5 launcher
THANK YOU MAX35000
reserved
Is there a way to get an ldpi version
Thanks
Sent from my E10i using xda premium
Mchasard said:
Is there a way to get an ldpi version
Thanks
Sent from my E10i using xda premium
Click to expand...
Click to collapse
sure there is a way.
all you have to do it decompile the apk, use some image editor to scale every single image down to ldpi size, change the xmls to match ldpi, compile, install it as a system file, then you done
Mchasard said:
Is there a way to get an ldpi version
Thanks
Sent from my E10i using xda premium
Click to expand...
Click to collapse
How to adjust dpi version of TouchWiz
you need to decompil it and adjust the dimentions for all the drawable item in values\dimens.xml it look like this :
<item type="dimen" name="config_menuBgDarkenAmountNormal">0.15</item>
<item type="dimen" name="config_bgDarkenAmountEdit">0.3</item>
<item type="dimen" name="app_icon_size">48.0dip</item> icon size
<item type="dimen" name="clingPunchThroughGraphicCenterRadius">94.0dip</item>
<item type="dimen" name="home_pageMarginPlusPaddingTop">3.0dip</item> Margin between system ui and the first cellules of desk
<item type="dimen" name="home_pageMarginRight">0.0dip</item>
<item type="dimen" name="home_pageSpacing">-1.0dip</item>
<item type="dimen" name="home_editBarHeight">42.0dip</item>
<item type="dimen" name="home_editBarIconTextSize">11.0dip</item>
<item type="dimen" name="home_cellWidth">70.0dip</item> widht of the homescreen cellules
<item type="dimen" name="home_cellHeight">90.0dip</item> eight of the homescreen cellules
<item type="dimen" name="home_cellGapX">7.5dip</item> X margin between home cellules
<item type="dimen" name="home_cellGapY">0.0dip</item> Y margin between home cellules
<item type="dimen" name="home_cellGapMax">14.0dip</item>
<item type="dimen" name="home_pageIndicatorGap">8.5dip</item>
<item type="dimen" name="home_pageIndicatorTop">360.0dip</item> position of the page indicator
<item type="dimen" name="pageindicator_grow_by">1.0dip</item>
<item type="dimen" name="pageindicator_fastscroll_fontsize">25.5dip</item>
<item type="dimen" name="pageindicator_panel_size">47.0dip</item>
<item type="dimen" name="touch_slop">14.0dip</item>
<item type="dimen" name="drift_slop">6.0dip</item>
<item type="dimen" name="homeEditBar_iconGap">5.0dip</item>
<item type="dimen" name="folder_cell_width">64.0dip</item>
<item type="dimen" name="folder_cell_height">90.0dip</item>
<item type="dimen" name="workspace_overscroll_drawable_padding">0.0dip</item>
<item type="dimen" name="home_bottomBarHeight">77.5dip</item> menu bar height
<item type="dimen" name="home_bottomBarImageHeight">47.0dip</item>
<item type="dimen" name="home_bottomBarTextHeight">40.0dip</item>
<item type="dimen" name="home_bottomBarTopPadding">15.0dip</item>
<item type="dimen" name="wsqv_verticalGap">5.5dip</item>
<item type="dimen" name="wsqv_horizontalGap">5.5dip</item>
<item type="dimen" name="panel_frame_expand_x">269.0px</item>
<item type="dimen" name="panel_frame_expand_y">177.0px</item>
<item type="dimen" name="hotseat_cellWidth">64.0dip</item> dock cellules widht
<item type="dimen" name="hotseat_cellHeight">97.0dip</item> Dock cellules height
<item type="dimen" name="hotseat_cellGapX">0.0dip</item>
<item type="dimen" name="hotseat_cellGapY">0.0dip</item>
<item type="dimen" name="toolbar_button_vertical_padding">0.0dip</item>
<item type="dimen" name="toolbar_button_horizontal_padding">12.0dip</item>
<item type="dimen" name="toolbar_external_icon_width">36.0dip</item>
<item type="dimen" name="toolbar_external_icon_height">36.0dip</item>
<item type="dimen" name="menu_tabBarHeight">42.0dip</item>
<item type="dimen" name="tab_text_size">16.0dip</item>
<item type="dimen" name="menu_title_bar_left_padding">12.0dip</item>
<item type="dimen" name="menu_title_bar_drawable_padding">7.0dip</item>
<item type="dimen" name="menu_title_bar_text_size">14.5dip</item>
<item type="dimen" name="menu_title_bar_divider_margin">7.5dip</item>
<item type="dimen" name="menu_edit_done_left_padding">37.5dip</item>
<item type="dimen" name="menu_edit_cancel_left_padding">37.5dip</item>
<item type="dimen" name="popup_menu_button_left_padding">13.0dip</item>
<item type="dimen" name="popup_menu_button_right_padding">9.5dip</item>
<item type="dimen" name="popup_menu_button_top_padding">9.5dip</item>
<item type="dimen" name="popup_menu_button_bottom_padding">10.5dip</item>
<item type="dimen" name="menu_tab_host_padding">0.0dip</item>
<item type="dimen" name="menuAppsGrid_pageMarginPlusPaddingTop">10.5dip</item>
<item type="dimen" name="menuAppsGrid_cellWidth">71.5dip</item> app drawler cellules widht
<item type="dimen" name="menuAppsGrid_cellHeight">85.0dip</item> app drawler cellules height
<item type="dimen" name="menuAppsGrid_cellGapX">3.5dip</item> X margin between appdrawler cellules
<item type="dimen" name="menuAppsGrid_cellGapY">5.5dip</item> Y margin between appdrawler cellules
<item type="dimen" name="menuAppsGrid_cellGapMax">18.0dip</item>
<item type="dimen" name="menu_pageIndicatorGap">10.5dip</item>
<item type="dimen" name="menu_pageIndicatorTop">382.0dip</item>
<item type="dimen" name="menuWidgets_pageMarginPlusPaddingTop">10.0dip</item>
<item type="dimen" name="menuWidgets_previewWidth">131.0dip</item> preview size widht for the widget
<item type="dimen" name="menuWidgets_previewHeight">83.0dip</item> preview size eight for the widget
<item type="dimen" name="menuWidgets_cellGapX">22.0dip</item> X margin between Widget cellules
<item type="dimen" name="menuWidgets_cellGapY">2.0dip</item>Y margin between Widget cellules
<item type="dimen" name="menuWidgets_pagePaddingTop">11.0dip</item>
<item type="dimen" name="menuWidgets_pagePaddingBottom">0.0dip</item>
<item type="dimen" name="menuWidgets_pagePaddingLeft">15.0dip</item>
<item type="dimen" name="menuWidgets_pagePaddingRight">15.0dip</item>
<item type="dimen" name="menuWidgets_title_textSize">12.0dip</item>
<item type="dimen" name="menuWidgets_widgetSize_textSize">12.0dip</item>
<item type="dimen" name="external_drop_icon_rect_radius">10.0dip</item>
<item type="dimen" name="drop_target_drag_padding">40.0dip</item>
<item type="dimen" name="smallScreenExtraSpacing">20.0dip</item>
<item type="dimen" name="allAppsSmallScreenVerticalMarginLandscape">30.0dip</item>
<item type="dimen" name="allAppsSmallScreenVerticalMarginPortrait">60.0dip</item>
<item type="dimen" name="delete_zone_drawable_padding">7.0dip</item>
<item type="dimen" name="status_bar_height">17.0dip</item>
<item type="dimen" name="quicknavi_large_panel_size_short">87.5dip</item>
<item type="dimen" name="quicknavi_large_panel_size_long">130.0dip</item>
<item type="dimen" name="quicknavi_large_panel_size_long2">130.0dip</item>
<item type="dimen" name="dragViewOffsetX">0.0dip</item>
<item type="dimen" name="dragViewOffsetY">-8.0dip</item>
<item type="dimen" name="app_widget_padding_left">0.0dip</item>
<item type="dimen" name="app_widget_padding_right">0.0dip</item>
<item type="dimen" name="app_widget_padding_top">0.0dip</item>
<item type="dimen" name="app_widget_padding_bottom">0.0dip</item>
<item type="dimen" name="folder_preview_size">64.0dip</item>
<item type="dimen" name="folder_preview_padding">4.0dip</item>
<item type="dimen" name="folder_name_padding">9.0dip</item>
<item type="dimen" name="folder_width_gap">0.0dip</item>
<item type="dimen" name="folder_height_gap">0.0dip</item>
<item type="dimen" name="folder_content_padding_left">0.0dip</item>
<item type="dimen" name="folder_content_padding_right">0.0dip</item>
<item type="dimen" name="folder_content_padding_bottom">0.0dip</item>
<item type="dimen" name="folder_scroll_begin_threshold">50.0dip</item>
<item type="dimen" name="folder_add_icon_padding_top">3.0dip</item>
<item type="dimen" name="max_folder_height">350.0dip</item>
<item type="dimen" name="popup_width">85.34dip</item>
<item type="dimen" name="popup_height">90.66998dip</item>
<item type="dimen" name="popup_width_inc">17.339996dip</item>
<item type="dimen" name="popup_height_inc">0.0dip</item>
<item type="dimen" name="popup_font_size">60.0dip</item>
<item type="dimen" name="index_level_0_width">21.669983dip</item>
<item type="dimen" name="index_level_0_padding_left">4.029983dip</item>
<item type="dimen" name="index_level_0_padding_top">6.4199963dip</item>
<item type="dimen" name="index_level_0_padding_right">0.0dip</item>
<item type="dimen" name="index_level_0_padding_bottom">6.4199963dip</item>
<item type="dimen" name="index_level_0_font_size">16.339996dip</item>
<item type="dimen" name="index_level_0_cell_height">15.669983dip</item>
<item type="dimen" name="index_level_1_width">22.669983dip</item>
<item type="dimen" name="index_level_1_padding_left">0.0dip</item>
<item type="dimen" name="index_level_1_padding_top">9.339983dip</item>
<item type="dimen" name="index_level_1_padding_right">3.669983dip</item>
<item type="dimen" name="index_level_1_padding_bottom">8.769983dip</item>
<item type="dimen" name="index_level_1_font_size">16.339996dip</item>
<item type="dimen" name="index_level_1_cell_height">21.339996dip</item>
<item type="dimen" name="badge_fontsize_default">16.0dip</item>
<item type="dimen" name="badge_fontsize_small">12.0dip</item>
<item type="dimen" name="icon_centerXOffset">6.0dip</item>
<item type="dimen" name="icon_topToTopOffset">-0.5dip</item>
<item type="dimen" name="folder_icon_top_margin">14.0dip</item>
<item type="dimen" name="folder_icon_left_margin">3.5dip</item>
<item type="dimen" name="folder_icon_bottom_margin">5.5dip</item>
<item type="dimen" name="open_folder_title_size">16.0dip</item>
<item type="dimen" name="empty_message_font_size">14.0sp</item>
<item type="dimen" name="workspace_scroll_zone_left_width">30.0dip</item>
<item type="dimen" name="workspace_scroll_zone_right_width">30.0dip</item>
<item type="dimen" name="menu_scroll_zone_left_width">15.0dip</item>
<item type="dimen" name="menu_scroll_zone_right_width">15.0dip</item>
<item type="dimen" name="APKTOOL_DUMMY_0014">false</item>
<item type="dimen" name="APKTOOL_DUMMY_008e">false</item>
<item type="dimen" name="APKTOOL_DUMMY_008f">false</item>
<item type="dimen" name="APKTOOL_DUMMY_0091">false</item>
<item type="dimen" name="APKTOOL_DUMMY_0092">false</item>
<item type="dimen" name="APKTOOL_DUMMY_0093">false</item>
<item type="dimen" name="APKTOOL_DUMMY_0094">false</item>
</resources>
well you can adjust other setting in this file
i you want to adjust number of screen Ect..
edit in value\integers.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="config_appsCustomizeSpringLoadedBgAlpha">45</integer>
<integer name="config_dragAppsCustomizeIconFadeInDuration">150</integer>
<integer name="config_dragAppsCustomizeIconFadeOutDuration">200</integer>
<integer name="config_dragAppsCustomizeIconFadeAlpha">100</integer>
<integer name="config_workspaceUnshrinkTime">300</integer>
<integer name="config_workspaceEditModeShrinkPercentage">80</integer>
<integer name="config_screenOnDropScalePercent">120</integer>
<integer name="config_screenOnDropScaleUpDuration">200</integer>
<integer name="config_screenOnDropScaleDownDuration">200</integer>
<integer name="config_screenOnDropAlphaFadeDelay">350</integer>
<integer name="config_screenOnDropAlphaFadeDuration">50</integer>
<integer name="config_appsCustomizeZoomInTime">350</integer>
<integer name="config_appsCustomizeZoomOutTime">600</integer>
<integer name="config_appsCustomizeZoomScaleFactor">7</integer>
<integer name="config_appsCustomizeFadeInTime">250</integer>
<integer name="config_appsCustomizeFadeOutTime">200</integer>
<integer name="config_appsCustomizeWorkspaceShrinkTime">300</integer>
<integer name="config_appsCustomizeWorkspaceAnimationStagger">40</integer>
<integer name="config_workspaceAppsCustomizeAnimationStagger">100</integer>
<integer name="config_tabTransitionDuration">250</integer>
<integer name="config_appsCustomizeDragSlopeThreshold">150</integer>
<integer name="config_workspaceDefaultScreenCount">7</integer>
<integer name="config_workspaceMaxScreenCount">7</integer> max desktop
<integer name="config_workspaceDefaultHomeScreenIndex">3</integer>
<integer name="config_dropTargetBgTransitionDuration">100</integer>
<integer name="config_crosshairsFadeInTime">600</integer>
<integer name="config_dragViewExtraPixels">40</integer>
<integer name="config_dragOutlineFadeTime">900</integer>
<integer name="config_dragOutlineMaxAlpha">191</integer>
<integer name="config_dropAnimMaxDuration">500</integer>
<integer name="config_folderAnimDuration">120</integer>
<integer name="config_dropAnimMaxDist">800</integer>
<integer name="config_workspaceScreenBitmapCacheScale">20</integer>
<integer name="config_maxScaleForUsingWorkspaceScreenBitmapCache">50</integer>
<integer name="config_workspaceShrinkPercent">17</integer>
<integer name="config_moveIntoFolderDuration">500</integer>
<integer name="config_fadeIntoFolderDuration">300</integer>
<integer name="config_workspaceCellCountX">4</integer>
<integer name="config_workspaceCellCountY">4</integer>
<integer name="config_scrollZoneScrollDelay">500</integer>
<integer name="home_cellCountX">4</integer>
<integer name="home_cellCountY">4</integer>
<integer name="home_pageIndicatorMaxVisible">7</integer>
<integer name="page_snap_animation_duration">550</integer>
<integer name="hotseat_cellCountX">5</integer> number of icons in dock
<integer name="hotseat_cellCountY">1</integer>
<integer name="menuAppsGrid_cellCountX">4</integer> number of icons in appdrawler in the x axis
<integer name="menuAppsGrid_cellCountY">4</integer> number of icons in appdrawler in the y axis
<integer name="menu_pageIndicatorMaxVisible">11</integer>
<integer name="menuAppsGrid_clingFocusedX">1</integer>
<integer name="menuAppsGrid_clingFocusedY">1</integer>
<integer name="menuWidgets_cellCountX">2</integer> number of widget in the menu in the x axis
<integer name="menuWidgets_cellCountY">3</integer> number of widget in the menu in the y axis
<integer name="max_folder_visible_rows">4</integer>
<integer name="max_folder_visible_cols">4</integer>
<integer name="folder_icon_row_size">3</integer>
<integer name="folder_icon_col_size">2</integer>
<integer name="open_folder_fixed_col_count">4</integer>
<item type="integer" name="APKTOOL_DUMMY_003c">false</item>
<item type="integer" name="APKTOOL_DUMMY_003d">false</item>
</resources>
i can help you if you want
Nice!!! No more lcd density modder, thanks a lot.
Damn lol
-DarkKnight- said:
DAMN LOL
Click to expand...
Click to collapse
Nice bit of quoting, not.
Sent from my XperiaS via transwarp conduit.
It's fantastic, thanks man.
For me, I can't install weather widget.it must be push in system or install?sorry for my bad English.
Sent from my GT-S5570 using xda app-developers app
zacky86 said:
For me, I can't install weather widget.it must be push in system or install?sorry for my bad English.
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
read da instructions. you need more files
I know that this thread is old but i tried decompiling touchwiz launcher apk. I change the max home screens to 7 instead of 9 in values/integers
when i recompile it with apkchange i get this:
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b11)
Java HotSpot(TM) Client VM (build 23.3-b01, mixed mode, sharing)
I: Copying raw classes.dex file...
I: Loading resource table...
I: Loaded.
I: Loading resource table from file: C:\Users\Kevin\apktool\framework\1-api15.apk
I: Loaded.
I: Decoding file-resources...
I: Decoding values*/* XMLs...
I: Done.
I: Copying assets and libs...
I: Copying classes.dex file...
I: Checking whether resources has changed...
I: Building resources...
C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\res\values\public.xml:914: error: Public symbol string/folder_cling_create_folder declared here is not defined.
C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\res\values\public.xml:913: error: Public symbol string/folder_cling_move_item declared here is not defined.
C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\res\values\public.xml:912: error: Public symbol string/folder_cling_title declared here is not defined.
Exception in thread "main" brut.androlib.AndrolibException: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Kevin\AppData\Local\Temp\APKTOOL5015977874102385438.tmp, -I, C:\Users\Kevin\apktool\framework\1-api15.apk, -S, C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\res, -M, C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\AndroidManifest.xml]
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:251)
at brut.androlib.Androlib.buildResourcesFull(Androlib.java:325)
at brut.androlib.Androlib.buildResources(Androlib.java:270)
at brut.androlib.Androlib.build(Androlib.java:193)
at brut.androlib.Androlib.build(Androlib.java:175)
at brut.apktool.Main.cmdBuild(Main.java:182)
at brut.apktool.Main.main(Main.java:67)
Caused by: brut.common.BrutException: could not exec command: [aapt, p, -F, C:\Users\Kevin\AppData\Local\Temp\APKTOOL5015977874102385438.tmp, -I, C:\Users\Kevin\apktool\framework\1-api15.apk, -S, C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\res, -M, C:\Users\Kevin\Desktop\apkchange\out\seclauncher2mdpiV1.10_Signed\AndroidManifest.xml]
at brut.util.OS.exec(OS.java:83)
at brut.androlib.res.AndrolibResources.aaptPackage(AndrolibResources.java:249)
... 6 more

Categories

Resources