Dear "Gods of customization"
i really praise you all for the excellent work. many time i keep reading your threads and forget the work in my hands. i am very much new to WM and i am in need of some help.
I am developing a theme for titanium homescreen. In my theme i want to have a fixed area which holds the shortcuts for the most frequently used applications . i tried changing the Titanium CPR file as shown below:
<Form>
<Image ID="Background" Opacity="1.0" Top="-52" Width="480" Height="800" Source="ConfettiPlus::WallpaperBitmap" />
<Layer ID="StaticHomeArea" Visible="False" />
<TitaniumListView ID="HomeNav" Top="0" Width="480" Height="100" Columns="1" Rows="5" ItemWidth="480" ItemHeight="68">
<Layer ID="Focus" Width="480" Height="140" Clip="False">
<Image ID="Image Default" Left="0" Top="0" Width="480" Height="164" ScalingAlgorithm="TriLinear" Opacity="1.0" />
</Layer>
<Layer ID="ListItem" Visible="False" />
<Layer ID="No Items" Opacity="0">
<Text ID="Text" Width="100" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
</Layer>
</TitaniumListView>
<Layer ID="NPI">
<!-- NPI on left side -->
<Image ID="Left" Left="4" Top="74" Width="8" Height="18" Opacity="1.0" />
<!-- NPI on right side -->
<Image ID="Right" Left="468" Top="74" Width="8" Height="18" Opacity="1.0" />
</Layer>
<Layer ID="MPI">
<!-- MPI on left side -->
<Image ID="Left" Left="362" Top="32" Width="20" Height="20" Opacity="1.0" />
<!-- MPI on right side -->
<Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0" />
</Layer>
<!-- WelcomeCenter layout templates -->
.
.
.
.
.
<TitaniumListView ID="HomeNav" Top="100" Width="480" Height="600" Columns="1" Rows="5" ItemWidth="480" ItemHeight="68">
<Layer ID="Focus" Width="480" Height="140" Clip="False">
<Image ID="Image Default" Left="0" Top="0" Width="480" Height="164" ScalingAlgorithm="TriLinear" Opacity="1.0" />
</Layer>
<Layer ID="ListItem" Visible="False" />
<Layer ID="No Items" Opacity="0">
<Text ID="Text" Width="100" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
</Layer>
</TitaniumListView>
<Layer ID="NPI">
<!-- NPI on left side -->
<Image ID="Left" Left="4" Top="74" Width="8" Height="18" Opacity="1.0" />
<!-- NPI on right side -->
<Image ID="Right" Left="468" Top="74" Width="8" Height="18" Opacity="1.0" />
</Layer>
<Layer ID="MPI">
<!-- MPI on left side -->
<Image ID="Left" Left="362" Top="32" Width="20" Height="20" Opacity="1.0" />
<!-- MPI on right side -->
<Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0" />
</Layer>
<!-- HomeHome==Clock layout templates -->
.
.
.
.
</Form>
I dont know if my approach is right or wrong but this change is not creating 2 listviews.
Hi there
I know there are threads about this already, but I need something more specific.
What settings do I need to use for BBT on the built in internet calling?
I am currently using:
<wap-provisioningdoc>
<characteristic type="VoIP">
<parm name="SIPSettings"
value="<provision key='1232ab01' name='Bt Anywhere'>
<provider name='BT Anywhere' />
<user account='MYUSERNAME' password='MYPASSWORD'
uri='sip:MYUSERNAME'
allowedauth='digest'/>
<sipsrv addr='sip.btsip.bt.net:5060' protocol='UDP' role='proxy'>
<session party='First' type='pc2pc' />
<session party='First' type='pc2ph' />
</sipsrv>
<sipsrv addr='btsip.bt.com:5060' protocol='UDP' role='registrar'/>
</provision>" />
</characteristic>
</wap-provisioningdoc>
With these settings, I am able to get Internet Calling to show as 'Available' on the home screen, but when I tap it to select it, it opens the Internet Calling settings screen.
Am I doing something wrong?
Thanks in advance for your help.
I'd like some help editing this mclock mod. I want to add a semi colon between hours and minutes and change all upper case to first letter capitalized and rest lower cased(camel case). I looked at W3 and couldn't find anything. The code is below:
Code:
<Canvas BackgroundImage="/sdcard/mClock/arcd/clock1.png" BackgroundImageStretch="none" Clipping="false">
<Stack Orientation="Horizontal" Left="-5" Top="-62">
<Hour FontSize="72" is24hour="false" leadingzero="true" Clipping="false" left="0" Top="-12" text=":" Foreground="#ffffffff, #ffffffff" />
<text fontsize="32" Clipping="false" left="-150" Top="-27" text=" " />
<Minute FontSize="72" is24hour="true" Clipping="false" left="-55" Top="-12" Foreground="#ffffffff, #ffffffff" />
</Stack>
<DayName FontSize="18" Case="Upper" left="-170" top="-55" Foreground="#ffffffff, #ffffffff" />
<Day fontsize="18" left="-170" top="-12" foreground="#ffffffff, #ffffffff" />
<monthname case="upper" fontsize="18" left="-140" top="-12" foreground="#ffffffff, #ffffffff" />
</Canvas>
I know someone here knows XML.
Finally got the semi colon in. Anyone know the name to call for camel case in XML?
I was wondering if someone could tweak this app to show a hidden setting, I've looked into several XML files in this APK and I can see that in the Global Settings the setting to Enable 3G/4G but when you use the program and go into the settings it is hidden, the Disable HD Purchase warning does show.
I'm hoping if someone can tweak this and re-sign the APK I can use it to view videos over cell connection! Thanks for you help
default_settings.xml
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen android:id="@id/PreferenceScreen"
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/settings_general_section" android:key="general_settings">
<CheckBoxPreference android:title="@string/bypass_hd_notice" android:key="bypass_HD_Notice" android:summary="@string/bypass_hd_summary" />
<CheckBoxPreference android:title="@string/bypass_wifi_notice" android:key="bypass_Wifi_Notice" android:summary="@string/bypass_wifi_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/settings_info_section">
<Preference android:enabled="false" android:title="@string/deviceID" android:key="deviceID" />
<Preference android:enabled="false" android:title="@string/version_notice" android:key="buildNum" android:summary="unknown" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/settings_account_section" android:key="account_settings" />
</PreferenceScreen>
No such luck huh? well can anyone give me any hints as to how to make this happen?
Is anyone looking into it?
ive been looking into this too, there seems to be a lot of hidden settings on the app, havent had much luck though.
For the last few months when I open mxplayer I see my videos and mp3's. Videos open but when I click on a song MXplayer just disappears. I downloaded AIO Pack codecs and it shows under MXPlayer Help as being used. Is there something else I can try? Thanks
Rav45 said:
For the last few months when I open mxplayer I see my videos and mp3's. Videos open but when I click on a song MXplayer just disappears. I downloaded AIO Pack codecs and it shows under MXPlayer Help as being used. Is there something else I can try? Thanks
Click to expand...
Click to collapse
Are you getting any audio or not?
ktsamy said:
Are you getting any audio or not?
Click to expand...
Click to collapse
Yes. Audio works fine on videos and also streaming podcasts using mxplayer. When I begin the program it shows whatever videos, recordings and mp3's I have on my phone. However when I click a music mp3 it's as if the program just automatically closes.
Rav45 said:
Yes. Audio works fine on videos and also streaming podcasts using mxplayer. When I begin the program it shows whatever videos, recordings and mp3's I have on my phone. However when I click a music mp3 it's as if the program just automatically closes.
Click to expand...
Click to collapse
Kindly upload the logs. It will be helpful to resolve the issue
ktsamy said:
Kindly upload the logs. It will be helpful to resolve the issue
Click to expand...
Click to collapse
Thanks for the reply. I took me a while to figure out how to find the log and then how to get it off my phone to the pc.
I hope this is what you mean:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <mx-player application="mx_player" version-code="82" version-name="1.7.36a">
- <preferences>
<bool name="omxdecoder.2" value="true" />
<bool name="default_deinterlace" value="false" />
<int name="gestures" value="1017" />
<bool name="back_to_list" value="false" />
<bool name="android_40_compatible_mode.2" value="false" />
<int name="noticed_version" value="82" />
<bool name="battery_clock_in_title_bar" value="false" />
<bool name="swdecoder_net" value="false" />
<bool name="quick_zoom" value="true" />
<string name="user_locale" value="" />
<bool name="group_by_folder" value="true" />
<bool name="osd_background" value="true" />
<bool name="osd_bottom" value="false" />
<bool name="pause_on_seek" value="false" />
<bool name="loading_circle_animation" value="true" />
<string name="core_limit" value="0" />
<bool name="smart_prev" value="true" />
<bool name="show_hidden" value="false" />
<bool name="sync_system_volume" value="true" />
<bool name="delete_subtitle_files_together" value="true" />
<bool name="video_zoom_limited" value="false" />
<bool name="fast_seek" value="true" />
<bool name="mark_last_played_media_for_each_folders" value="true" />
<string name="new_tagged_period" value="7" />
<bool name="resume_only_first" value="false" />
<bool name="sticky_audio" value="true" />
<string name="custom_codec.libname" value="libffmpeg.mx.so.neon.1.7.32" />
<float name="screen_brightness" value="1.0" />
<string name="resume_last" value="resume" />
<bool name="omxdecoder_net" value="false" />
<bool name="audio_fade_in_on_start" value="true" />
<int name="video_zoom" value="0" />
<long name="custom_codec.date.libffmpeg" value="1418774964000" />
<bool name="quit_button" value="false" />
<int name="osd_text_color" value="-3355444" />
<bool name="allow_edits" value="true" />
<int name="fullscreen" value="2" />
<bool name="omxdecoder_notified" value="true" />
<bool name="default_swaudio" value="true" />
<bool name="thumbnail" value="false" />
<string name="color_format" value="rgb565" />
<int name="screen_orientation" value="99999" />
<bool name="omxdecoder_10bit" value="false" />
<int name="osd_back_color" value="-2013265920" />
<bool name="screen_brightness_auto" value="false" />
<bool name="audio_focus" value="true" />
<bool name="button_backlight_off" value="true" />
<bool name="headset_show_system_volume_ui" value="true" />
<bool name="status_show_always" value="false" />
<float name="calibrate_hw_play_position" value="0.0" />
<bool name="use_speedup_tricks" value="false" />
<bool name="keep_screen_on" value="false" />
<bool name="elapsed_time_show_always" value="false" />
<bool name="audio_fade_in_on_seek" value="true" />
<bool name="omxdecoder_local" value="true" />
<bool name="subtitle_hw_accel" value="true" />
<bool name="omx_audio_with_sw_video" value="true" />
<bool name="hw_audio_track_selectable" value="true" />
<int name="screen_lock_mode" value="0" />
<bool name="volume_boost" value="true" />
<bool name="lock_show_interface" value="false" />
<int name="playback_touch_action" value="2" />
<int name="interface_auto_hide_delay" value="2000" />
<bool name="respect_nomedia" value="true" />
<bool name="show_interface_at_the_startup" value="true" />
<bool name="toggle_on_media_play_button" value="false" />
<bool name="soft_main_keys" value="false" />
<int name="over_volume" value="15" />
<bool name="pause_if_obscured" value="false" />
<bool name="correct_hw_aspect_ratio" value="true" />
<bool name="double_tap_back_key" value="false" />
<int name="custom_codec.size.libffmpeg" value="40214441" />
<bool name="seek_previews" value="true" />
<bool name="screen_rotation_button" value="true" />
<bool name="sticky" value="false" />
<string name="custom_codec" value="/storage/emulated/0/Download/aio.1.7.32-2.zip" />
<bool name="shuffle" value="false" />
<bool name="media_buttons" value="true" />
<int name="lock_mode" value="0" />
<bool name="show_left_time" value="false" />
<long name="custom_codec_checksum" value="3478287755" />
<bool name="swdecoder_local" value="false" />
<bool name="cache_thumbnail" value="true" />
<string name="list_theme" value="white" />
<component name="play_link" value="true" />
<component name="audio_player" value="true" />
</preferences>
</mx-player>
I still would like to try to use mx player to play my mp3's.
Rav45 said:
Thanks for the reply. I took me a while to figure out how to find the log and then how to get it off my phone to the pc.
I hope this is what you mean:
Click to expand...
Click to collapse
JFTR that is a configuration file, not a log.
foxidriver said:
JFTR that is a configuration file, not a log.
Click to expand...
Click to collapse
Rats. Do I have to install another app to do this?
I see something called "MX Log Collector" when I search for how to get log for mxplayer.
I think I've gone a ways to solve my own problem? What I've bee trying to do was 1st open mx player.It shows a selection for videos, music etc. When I navigate to the music part and see my mp3's I select one. Then the mxplayer window closes and nothing happens. Today I went to my es file explorer. Found the mp3 file, clicked it and then it asked me which player I wanted to use to play it. I selected the mxplayer and it started playing!
Rav45 said:
When I navigate to the music part and see my mp3's I select one. Then the mxplayer window closes and nothing happens. Today I went to my es file explorer. Found the mp3 file, clicked it and then it asked me which player I wanted to use to play it. I selected the mxplayer and it started playing!
Click to expand...
Click to collapse
I'm assuming here that MX Player is still not playing them when you open one from within MX Player
You might like to try this:
save your settings from the MX Player general menu,
uninstall MX Player
play an MP3 file using the default system or another app you have loaded - and MX Player will no longer be registered so you should see the selection menu
reinstall MX Player
play any MP3 file - and by rights I think you will see the menu again to select the player you wish to use so reselect MX Player
See if that helps the situation - and then reload your saved settings.
If there is still a problem then try a basic MP3 file to see if that plays - say with a lower bitrate around 128 Kbit, stereo, CBR
Re the log - you are on the right track I think: see here https://sites.google.com/site/mxvpen/faq#TOC-How-to-send-system-log-
I'm not permitted to post a URL at this stage - copy and paste it.
Rav45 said:
Rats. Do I have to install another app to do this?
I see something called "MX Log Collector" when I search for how to get log for mxplayer.
I think I've gone a ways to solve my own problem? What I've bee trying to do was 1st open mx player.It shows a selection for videos, music etc. When I navigate to the music part and see my mp3's I select one. Then the mxplayer window closes and nothing happens. Today I went to my es file explorer. Found the mp3 file, clicked it and then it asked me which player I wanted to use to play it. I selected the mxplayer and it started playing!
Click to expand...
Click to collapse
There's already a sticky topic about log collection.
http://forum.xda-developers.com/showthread.php?t=2843144
foxidriver said:
I'm assuming here that MX Player is still not playing them when you open one from within MX Player
You might like to try this:
save your settings from the MX Player general menu,
uninstall MX Player
play an MP3 file using the default system or another app you have loaded - and MX Player will no longer be registered so you should see the selection menu
reinstall MX Player
play any MP3 file - and by rights I think you will see the menu again to select the player you wish to use so reselect MX Player
See if that helps the situation - and then reload your saved settings.
If there is still a problem then try a basic MP3 file to see if that plays - say with a lower bitrate around 128 Kbit, stereo, CBR
Re the log - you are on the right track I think: see here https://sites.google.com/site/mxvpen/faq#TOC-How-to-send-system-log-
I'm not permitted to post a URL at this stage - copy and paste it.
Click to expand...
Click to collapse
OK Thanks. I'll give that a try.
Rav45 said:
For the last few months when I open mxplayer I see my videos and mp3's. Videos open but when I click on a song MXplayer just disappears. I downloaded AIO Pack codecs and it shows under MXPlayer Help as being used. Is there something else I can try? Thanks
Click to expand...
Click to collapse
I have had the same issue. I discovered this only happens to me when I have 1274 or less mp3's in my music folder. 1275 or more and it does the same for me also.