[CSS][UI][Phonegap][HTML]Share your CSS/HTML - Web App Development

I thought I would start a thread were developers could share UI information. I am working with a "Google cards" style layout:
Code:
.card {
position:relative;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
float:left;
background:#FFFFFF;
width:100%;
color:#000000;
padding:5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom:10px;
}
.top-card-pad {
position:relative;
float:left;
background: transparent;
width:100%;
margin-bottom:10px;
}
.top-card-pad is called as a div to add the proper padding at the top of a page.
Basic Android actionbar and iOS navbar:
Code:
<!-- Android Action bar -->
<div id="header" data-role="header" data-position="fixed">
<a href="#" id="action-title" class="ui-btn-left" data-role="button"
data-icon="carat-l" data-corners="false" data-rel="back">My App</a>
<h1></h1>
<a href="#" id="hrefresh" class="ui-btn-right" data-role="button"
data-icon="refresh" data-iconpos="notext" data-corners="false"></a>
</div>
<!-- iOS nav bar -->
<div id="header" data-role="header" data-position="fixed">
<a href="#" id="action-title" class="ui-btn-left" data-role="button"
data-icon="back" data-corners="false" data-rel="back">Back</a>
<h1>My App</h1>
<a href="#" id="refresh" class="ui-btn-right" data-role="button"
data-icon="refresh" data-iconpos="notext" data-corners="false"></a>
</div>
<!-- /header -->

Hi,
Can you share whole HTMl to visualize how this looks? Sorry I m new to mobile dev..
Wetzel402 said:
I thought I would start a thread were developers could share UI information. I am working with a "Google cards" style layout:
Code:
.card {
position:relative;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
float:left;
background:#FFFFFF;
width:100%;
color:#000000;
padding:5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom:10px;
}
.top-card-pad {
position:relative;
float:left;
background: transparent;
width:100%;
margin-bottom:10px;
}
.top-card-pad is called as a div to add the proper padding at the top of a page.
Basic Android actionbar and iOS navbar:
Code:
<!-- Android Action bar -->
<div id="header" data-role="header" data-position="fixed">
<a href="#" id="action-title" class="ui-btn-left" data-role="button"
data-icon="carat-l" data-corners="false" data-rel="back">My App</a>
<h1></h1>
<a href="#" id="hrefresh" class="ui-btn-right" data-role="button"
data-icon="refresh" data-iconpos="notext" data-corners="false"></a>
</div>
<!-- iOS nav bar -->
<div id="header" data-role="header" data-position="fixed">
<a href="#" id="action-title" class="ui-btn-left" data-role="button"
data-icon="back" data-corners="false" data-rel="back">Back</a>
<h1>My App</h1>
<a href="#" id="refresh" class="ui-btn-right" data-role="button"
data-icon="refresh" data-iconpos="notext" data-corners="false"></a>
</div>
<!-- /header -->
Click to expand...
Click to collapse

aviatcogni said:
Hi,
Can you share whole HTMl to visualize how this looks? Sorry I m new to mobile dev..
Click to expand...
Click to collapse
I should have mentioned I'm also using jQuery mobile. Check out the basic card UI on JSFiddle.

Wetzel402 said:
I should have mentioned I'm also using jQuery mobile. Check out the basic card UI on JSFiddle.
Click to expand...
Click to collapse
Thanks mate...

Related

Help building a homescreen

Ok, I am basically running into a problem when it comes to adding multiple plugin in a row using homescreen builder 2007. I can add third party plugins but I can't add sms/email/mms on the same row. I could do this with madbeetle but I couldn't add 3rd party plugins or didn't know how. So, now I'm flat out at a loss.
Background:
I have installed the Jrulez cab and that should be eliminating my problem to begin with but no dice!
I'm using WM6 on the HTC bright 1.33.
I basically need more space but it's due to the rows not allowing me. I put the sms/email & say profile on the same row and I can't scroll to both but only one when I load it to my homescreen.
Any help much appreciated.
Pfunk
post up your .xml file and I am sure someone can take a look!
XML is like reading braille for me.
<?xml version="1.0" ?>
- <home>
<editor>Ruttensoft's Homescreen Designer</editor>
<author>Tizzo</author>
<title>Packers</title>
<version>1.2</version>
- <default target-width="240" target-height="320" font-face="Segoe" font-size="19" font-weight="normal" padding-left="4" padding-right="4" bgcolor="transparent" fgcolor="#FFFFFF" padding-top="2" b-border-color="transparent" b-border-width="0">
<format state="selected" fgcolor="#C0C0C0" />
</default>
<background bgimage="Packers.jpg" valign="top" />
- <!-- Color Scheme
-->
- <scheme>
<color name="COLOR_HOMEHIGHLIGHT" value="#FFFFFF" />
<color name="COLOR_HOMETEXT" value="#FFFFFF" />
<color name="COLOR_HOMEHIGHLIGHTTEXT" value="#C0C0C0" />
<color name="COLOR_TRAYGRADLEFT" value="#31D342" />
<color name="COLOR_WINDOW" value="#FFFFFF" />
<color name="COLOR_HIGHLIGHT" value="#FFFF00" />
<color name="COLOR_HIGHLIGHTTEXT" value="#000000" />
<color name="COLOR_WINDOWTEXT" value="#008000" />
<color name="COLOR_GRADLEFT" value="#FFFFFF" />
<color name="COLOR_GRADRIGHT" value="#FFFFFF" />
<color name="COLOR_INTGRADLEFT" value="#FFFF00" />
<color name="COLOR_INTGRADRIGHT" value="#FFFF00" />
<color name="COLOR_BTNFACE" value="#FFFF00" />
<color name="COLOR_WINDOWFRAME" value="#000000" />
<color name="COLOR_SCROLLBAR" value="#0080C0" />
<color name="COLOR_MENUTEXT" value="#000000" />
<color name="COLOR_MENU" value="#FFFFFF" />
<color name="COLOR_GRAYTEXT" value="#008000" />
<color name="COLOR_ALERTWINDOW" value="#FFFF80" />
<color name="COLOR_ALERTTITLE" value="#000000" />
<color name="COLOR_ALERTRULE" value="#008000" />
<color name="COLOR_STATIC" value="#FFFF00" />
<color name="COLOR_STATICTEXT" value="#000000" />
<color name="COLOR_BTNTEXT" value="#FFFFFF" />
<color name="COLOR_TRAYTEXT" value="#000000" />
</scheme>
- <!-- Iconbar Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="0" />
- <!-- }94040f8f48a0-5fca-8904-9b45-fc03baa1{
-->
- <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="Iconbar" height="0">
<iconbar bgcolor="transparent" fgcolor="#FFFFFF" y="0" x="0" />
<background gradient="title" bgcolor="COLOR_TRAYGRADLEFT" b-border-color="COLOR_HOMERULE" b-border-width="0" />
</plugin>
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="1" />
- <!-- MRU Plugin
-->
- <plugin file="sysplug.dll" clsid="{79EFB752-CB70-446d-B317-499723482B3D}" width="320" height="22">
<background b-border-width="0" />
<mru icon-size="16" x="56" y="-3" halign="left" valign="bottom" max-buttons="9" />
</plugin>
- <!-- Date/Time/Carrier Plugin
-->
- <plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="29">
- <label bgcolor="transparent" halign="left" font-weight="normal" y="7" x="2" w="320" font-size="16" fgcolor="#FFFF00">
- <text>
<carrier />
</text>
</label>
- <clock>
<time font-weight="bold" font-size="33" bgtext="transparent" halign="center" fgcolor="#FFFF00" mode="12" y="-1" x="0" w="320" />
<date font-weight="normal" fgcolor="#FFFF00" font-size="16" valign="top" halign="left" mode="short" y="7" x="242" w="320" />
</clock>
</plugin>
- <!-- Profile Plugin
-->
- <plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="Profile" height="51">
<background b-border-width="0" />
- <label>
<format state="selected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-size="16" />
<format state="unselected" x="2" y="32" w="320" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="16" />
- <text>
Profile:
<profile />
</text>
</label>
</plugin>
- <!-- SMS/Email Plugin
-->
- <plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="0" width="320">
<background b-border-width="0" />
- <label y="-14" x="207">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
- <text>
Email/MMS:
<unreadEmail />
</text>
</label>
- <label y="-14" x="271">
<format state="unselected" halign="left" bgcolor="transparent" fgcolor="#008000" font-weight="normal" font-size="11" />
<format state="selected" halign="left" bgcolor="transparent" fgcolor="#FFFFFF" font-weight="bold" font-size="11" />
- <text>
SMS:
<unreadSMS />
</text>
</label>
</plugin>
- <!-- Fizz Weather Plugin Plugin
-->
<plugin file="sysplug.dll" clsid="{E09043DF-510E-4841-B652-388316977A7A}" height="3" />
- <plugin clsid="{30DF3430-2005-0509-BAA6-00AA003E0EED}" name="WeatherPlugin" height="54">
<general sepline="false" hilighttoday="true" />
</plugin>
</home>
{
"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"
}
Bump
I think I've made some progress. I noticed on facades settings there was an orange homescreen plugin that was not checked. I'll take a look at HB2007 and try to reload the homescreen.
Booooo!
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
pfunkside said:
I got nothing....I can't figure it out. I got no mojo.
Basically I'm throwing it out there. Madbeetle and Homescreen Designer 2007 are still not idiot proof. Well basically the Dash/Excaliber makers are turds.
Click to expand...
Click to collapse
Lol. Turds!
Use phone alarm and u will be able to put more on the same line
Add <allow selection> to yr mru plugin in order to access comm mgr
UPDATE
This is all I needed to know.
This was quoted from Der Alta and n99Hockey @ EverythingQ
The Orange Plugin is a great little piece of software, but there is also a bit of a mystery surrounding it. As n99hockey stated, there is no infomation on it, so you have no choice but to learn it by studying others and expanding upon what they have done.
sadly there is no manual or editor that uses it
So, basically learning XML is the only way to truly understand this...arg
the best home screen on the excalibur is on Kavanas WWE WM 6.1 rom go take a look its dumb hot

[REF] Manilla 2D HomeSettings.XML Explained [ONLINE]

Now that the all new Manilla 2D is in place and still evolving. Themes and skins are flowing in which is a very very good and sporting spirit
This thread is a Reference for explaining each value and coding of the HTCHomeSettings.xml file which manages the whole Manilla 2D eye candy show into it
To start with, this is a default (.xml) file without any modifications: Default XML
Everyone who knows about xml coding can help by posting the explainations. This thread can serve everyone as a how-to for skinning
Code:
Code:
<HTCHome version="3.00.0" device="ELFIN" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="\Windows">
Explaination:
Version = theme skin "Version"
Device = theme for which "Device"
Portrait = size of the "Portrait" screen
Landscape = size of the "Landscape" screen
ImageList Path = path where the below mentioned images are called from for the skins
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="[COLOR=red]31[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_2NDDIGIT_POS" id="4" value="[COLOR=red]68[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_SEPARATOR_POS" id="5" value="[COLOR=red]21[/COLOR], [COLOR=blue]31[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_3RDDIGIT_POS" id="6" value="[COLOR=red]126[/COLOR], [COLOR=blue]46[/COLOR]" />
<Property name="IDHMWG_CLOCKBTN_4THDIGIT_POS" id="7" value="[COLOR=red]165[/COLOR], [COLOR=blue]46[/COLOR]" />
Explaination:
This is for the digital clock. The Red changes left <--> right. Blue changes up <--> dn
Thanks to Showaco: Also, properties ending with POS (instead of RECT) having 4 numbers, first set of two is Portrait and second set of two is Landscape. "(P)Left, Top, (L)Left, Top"
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CLOCKBTN_BGIMG" id="0" [COLOR=teal]value[/COLOR]="40" />
<Property name="IDTABWG_TABBG_IMAGE" id="4" [COLOR=teal]value[/COLOR]="2" />
Explaination:
value in IDs with "BGIMG" or "IMAGE" specifies the Index of image mentioned in the ImageList
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDTABWG_TABBG_ICON_WIDTH" id="3" value="[COLOR=red]48[/COLOR], [COLOR=blue]55[/COLOR]" />
Explaination:
To increase the width of the tab icons to use bigger tabs images, change the value
The Red changes width. Blue changes height
---------------------------------------------------------------------------------------------------------
Code:
Code:
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
<PeopleWidget enable="1" tab_bg_icon="19,20" tab_icon="168,169" big_icon="59,60" />
Explaination:
In the Widget list, the values of icons refer to the Index of images in ImageList
Changing the ImagePath works but you have to edit the image path/call out further down in the .xml as well. Only changing on top creates kind off a mess - Thanks to tyguy
Top entry from:
Code:
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="\Windows">
To (just an example)
Code:
<HTCHome version="3.00.0" device="OPAL" portrait="0,0,240,268" landscape="0,0,320,268">
<ImageList path="[B][COLOR=royalblue]\ManilaThemes\Original[/COLOR][/B]">
& All other "\Windows" calls as in
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" [COLOR=black]value="[B]\Windows[/B]\hh_myfaves[/COLOR]_button.png" />
To
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" value="[B][COLOR=royalblue]\ManilaThemes\Original[/COLOR][/B]\hh_myfaves_button.png" />
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDLAUNCHERWG_COLUMN" id="3" value="[COLOR=red]4[/COLOR]" />
Explaination: Thanks to imfloflo
To change no of columns in Launcher Widget to 4
---------------------------------------------------------------------------------------------------------
Code:
Code:
<Property name="IDHMWG_CALENDARBTN1_RECT" id="40" value="[COLOR=red]12,177,228,207[/COLOR]" />
Explaination: Thanks to Showaco
The four numbers are "Left, Top, Width, Height". If a property ending in RECT has eight numbers, then first set of four is for Portrait and second set is for Landscape orientations. "(P)Left, Top, Width, Height, (L)Left, Top, Width, Height"
Explaination: Thanks to btprice2001
Certain RECT settings use "Left, Top, Width, Height" while others use "X1, Y1, X2, Y2"
e.g.
(IDHMWG_CLOCKBTN_RECT) under the HomeWidget uses "X1, Y1, X2, Y2"
(IDWEWG_LOCATIONTXT_RECT) under the WeatherWidget uses "Left, Top, Width, Height"
{
"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"
}
---------------------------------------------------------------------------------------------------------
Weather panel coding
Explaination: Thanks to Showaco
http://forum.xda-developers.com/showpost.php?p=2840521&postcount=132
Note: This thread is not related to Manilla 2D issues or problems but just a reference to coding in the .xml file
Code:
<Image index="0" name="hh_fw_background.png" />
Explaination:
index = the number shortcut of the image
name = the name of the picture you want to use
This line is to add shortcut number to the image which are in the variable path.
To use an image just choose the number of the index
Code:
<Tabs>
Explaination:
This line is for all the tabs you can access at the bottom of manilla 2D
Each tabs must be declare like :
Code:
<HomeWidget enable="1" tab_bg_icon="7,8" tab_icon="69,70" big_icon="29,30" />
Explaination:
Enable = switch show or hide the tab. value avalaible are 1 to show and 0 to hide the tab
tab_bg_icon = that here you use the number of the index for the image you want to use, this image is when you select a tab
tab_icon = this image is the tab unselected
big_icon = this image is the picture you can see at the center of the screen when you switch tab
There are values for each icon, e.g. "7,8" - the first is the icon and the second is the image mask used.
You can change the order of the tabs by simply switching lines
Code:
<WidgetProperty>
Explaination:
WidgetProperty= contain the property of each tab you declare in <Tabs>
Code:
<Property name="IDTABWG_WIDGET_RECT" id="0" value="0,0,240,230, 0,0,320,230" />
Explaination:
name = the name of the element to show
id = the position order to show element on the screen, 0 = first element show
value = the position on the screen base on portrait and landscape variable ( see previous post)
You can stack element just add new line with an increment id number. Don't know the limitation??
edit : You can change the police font on the today screen only not all the phone with this cab see attachement(thanks to lepsyfou )
use the attache files and use this post for changing police: >>>> http://forum.xda-developers.com/showpost.php?p=2684364&postcount=39
edit : If you want to complete no problem ( Mikulec)
should we describe the 23 files bmp,png,brn use ?
edit : MUST SEE this post http://forum.xda-developers.com/showpost.php?p=2827653&postcount=581 &
http://forum.xda-developers.com/showpost.php?p=2820754&postcount=545 thanx you very much to >>>>> mpenguin14 <<<<< for all he does with this M2D
imfloflo;2659031
Explaination[/B said:
:
Enable = switch show or hide the tab. value avalaible are1 to show and 0 to hide the tab
tab_bg_icon= that here you use the number of the index for the image you want to use, this image is when you select a tab
tab_icon= this image is the tab unselected
big_icon= this image is the picture you can see at the center of the screen when you switch tab
Click to expand...
Click to collapse
There are values for each icon, e.g. "7,8" - the first is the icon and the second is the image mask used.
Yeah, i know but i try to understand the property value in <TabWidget>
cause there is the size of the picture witouth the bottom windows bar but there is other property which contain thier own position like "IDTABWG_UNREAD_TABBG_POS" ***_POS.
If some skinners knows ?
Code:
<Property name="IDHMWG_CLOCKBTN_1STDIGIT_POS" id="3" value="[COLOR=red]31[/COLOR], [COLOR=blue]46[/COLOR]" />
The Red changes left <--> right. Blue changes up <--> dn
Thk to ababrekar
Thanks imfloflo for showing me this thread!
This is what I was looking for!
At the moment I try to imitate the OSX dock but I have a few problems.
Look here:
What I need to know is:
How can I get the Icons on the tabbar a little bit higher?
@imfloflo:
here, http://forum.xda-developers.com/showpost.php?p=2662957&postcount=546, you asked me for some details.. what exactly do you want to know?
Just change the size of hh_fw_tabicon_home.png and the mask associate
i just increase the size , i haven't make new mask to have a high quality of picture
Code:
<Property name="IDLAUNCHERWG_COLUMN" id="3" value="[COLOR=Red]4[/COLOR]" />
Here is the value to change to have 4 column in the widget launcher
landscape can be done too
just needs quite a bit of editing
in TabWidget set landscape value to 140
Code:
<Property name="IDTABWG_TAB_RECT" id="2" value="0,217,240,51, 0,140,320,51" />
but this wil requier all page to be editi to fitt landscape
PseudoReal said:
perfect guys!
Thank you. If someone can find out how to add more appointments under the hometab, this would be very nice!
Click to expand...
Click to collapse
Would like to know this, too!
thx Aileen
Code:
<Property name="IDHMWG_CALENDARBTN1_RECT" id="40" value="12,177,228,207" />
<Property name="IDHMWG_CALENDARBTN1_IMG" id="41" value="46" />
<Property name="IDHMWG_CALENDARBTN1_IMGPOS" id="42" value="29,184" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_RECT" id="43" value="55,178,213,206" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_TIME_RECT" id="44" value="29,178,213,192" />
<Property name="IDHMWG_CALENDARBTN1_TEXT_SUBJECT_RECT" id="45" value="29,192,213,206" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS" id="46" value="181" />
<Property name="IDHMWG_CALENDARBTN1_IMG_FOCUS_DN" id="47" value="182" />
maybe by adding 2 times and modify this lines
For some reason my am/pm won't show up; I have both the big digital clock and analog clock. I've tried using the htchomesettings.xml for the clocks posted on the m2d clock/wallpaper thread that has the same setup as mine (large digital and analog clock) where the am/pm shows, but that didn't work. Anyone have any ideas?
ababrekar said:
WHOO!! Too many questions
1. For non leading zero - Change the time in settings to h:mm:tt
2. The clock can move up to the edge of the screen or out of it. Depends on where you want the clock or items
Click to expand...
Click to collapse
I'm having a hard time finding the value to move the clock up so that the first digit is level with the rest; even if I use the same value the first digit is a tad higher or lower. I'm sure it has something to do with IDHMWG_CLOCKBTN_BGIMG_POS. Also, what is IDHMWG_CLOCKBTN_RECT?
showaco said:
Ok, in the home widget portion of xml, why are we missing so many id numbers? Are these the missing id numbers for the landscape values? And if they are, does anyone have them?
Click to expand...
Click to collapse
I just noticed this in people and music there are referans to landscape
form music
Code:
<Property name="IDMUSICWG_PREVIOUSBTN_RECT" id="7" value="200, 47, 238, 85" />
<Property name="IDMUSICWG_PREVIOUSBTN_RECT_LANDSCAPE" id="8" value="26, 27, 91, 62" />
so this might be something we need to look into
showaco said:
yeah, I noticed that as well, thats why it makes sense that the missing id numbers could be the rest of the landscape items or maybe different items that could be displayed but aren't included in this xml. It would be great to get the landscape working correctly.
Click to expand...
Click to collapse
yes that sound right
@crazylilboy first post of me
http://forum.xda-developers.com/attachment.php?attachmentid=115441&d=1222190185
@stopthebus i think it is in registry
@crazylilboy just open the cab, change the font in the cab and change the setup.xml and install your cab.
in RED values to change if you want to make the cab manually
Code:
<wap-provisioningdoc>
<characteristic type="Install">
<parm name="InstallPhase" value="install"/>
<parm name="AppName" value="[COLOR=Red]HolyFox Q-Style[/COLOR]"/>
<parm name="InstallDir" value="%CE1%\[COLOR=Red]HolyFox\QQ[/COLOR]" translation="install"/>
<parm name="NumDirs" value="1"/>
<parm name="NumFiles" value="4"/>
<parm name="NumRegKeys" value="0"/>
<parm name="NumRegVals" value="0"/>
<parm name="NumShortcuts" value="0"/>
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir"/>
<characteristic type="[COLOR=Red]neue helvetica 35 thin.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]NEUEHE~1.001[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]neue helvetica 55 roman.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]NEUEHE~1.002[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]Helvetica LT 35 Thin.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]HELVET~1.003[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
<characteristic type="[COLOR=Red]Helvetica LT 55 Roman.ttf[/COLOR]" translation="install">
<characteristic type="Extract">
<parm name="Source" value="[COLOR=Red]HELVET~1.004[/COLOR]"/>
<parm name="WarnIfSkip"/>
</characteristic>
</characteristic>
</characteristic>
</characteristic>
<characteristic type="Registry"/>
</wap-provisioningdoc>
Well, I have found that the following registry entry is created:
Code:
HKLM\Software\HTC\Manili2D\Font
and also
Code:
HKLM\Software\HTC\Manili2D\TodayItem\TextColor
However, I have not had a chance to play with either of these to see what all can be done.
MyFaves Widget
I just noticed in the xml file:
Code:
<MyFavesWidget>
<Property name="IDTMOWG_BTN_RECT" id="0" value="60,68,180,183" />
<Property name="IDTMOWG_ICON_RECT" id="1" value="\Windows\hh_myfaves_button.png" />
<Property name="IDTMOWG_IMAGE_FILE" id="2" value="0,25,240,225" />
</MyFavesWidget>
My thoughts:
1) The second line, Property name = "IDTMOWG_ICON_RECT", the value refers to an image file.
2) Property name="IDTMOWG_IMAGE_FILE", the value refers to rectangular boundary points.
I'm not an expert, but my IQ tells me that the two values must have been interchanged.
I tried interchanging the values, but no luck in displaying the MyFaves widget.
Now, my questions are, do we have an edited version of the HTCHomeSettings.xml inside the cab file? Who edited it? Can we get hold of the original so we can take a look at the Myfaves widget?
you can see myFaves apps in android here http://www.youtube.com/watch?v=CSm0VgGwBSo
http://androidcommunity.com/blog/wp.../09/t-mobile_g1_getting_started_manual_13.jpg and in the notice pdf here http://support.t-mobile.com/knowbase/root/public/tm30235.pdf
I did a different context on the path of the images:
Code:
<ImageList path="\Windows">
<Image index="0" name="[B][SIZE="3"]\m2d_images\[/SIZE][/B]hh_fw_background.png" />
<Image index="1" name="\m2d_images\hh_fw_title.png" />
<Image index="2" name="\m2d_images\hh_fw_tab_bg_fill.png" />
<Image index="3" name="\m2d_images\hh_fw_tabbtn.png" />
<Image index="4" name="\m2d_images\hh_fw_tabbtn_mask.png" />
<Image index="5" name="\m2d_images\hh_fw_unread.png" />
<Image index="6" name="\m2d_images\hh_fw_unread_mask.png" />
<Image index="7" name="\m2d_images\hh_fw_tabbg_home.png" />
:
:
I've added it directly on the image path (\m2d_images\) and not modifying the imageList path attribute. Why? Everything is working except for one: for some reason my Album Art doesn't display properly, so I traced the root cause to this property:
Code:
[B][SIZE="3"]<Image index="119" name="hh_music_record.png" />[/SIZE][/B]
<Image index="120" name="\m2d_images\hh_fw_tabbg_operator.png" />
It seems hh_music_record.png doesn't want to be read anywhere other than \Windows. So if you have a music cover art problem I think this will fix it
pfcsabre said:
I did a different context on the path of the images:
It seems hh_music_record.png doesn't want to be read anywhere other than \Windows. So if you have a music cover art problem I think this will fix it
Click to expand...
Click to collapse
nice discovery.
I'll try
Code:
<ImageList path="[B]\m2d_images[/B]">
<Image index="0" name="hh_fw_background.png" />
<Image index="1" name="hh_fw_title.png" />
<Image index="2" name="hh_fw_tab_bg_fill.png" />
<Image index="3" name="hh_fw_tabbtn.png" />
<Image index="4" name="hh_fw_tabbtn_mask.png" />
<Image index="5" name="hh_fw_unread.png" />
<Image index="6" name="hh_fw_unread_mask.png" />
<Image index="7" name="hh_fw_tabbg_home.png" />
:
:
and
Code:
[B][SIZE="3"]<Image index="119" name="[B]\Windows\[/B]hh_music_record.png" />[/SIZE][/B]
<Image index="120" name="hh_fw_tabbg_operator.png" />
At least I just have to edit 2 lines of code instead of hundreds of lines.
Hope it works...

Problem with Dynamic Pivot

Hello everyone,
I have a problem with Dynamic Pivot. I create Dynamic Pivot and binding data to it, but Pivot not display content.I tried using MVVM pattern to create Dynamic Pivot and it work well. But I still not know why is it worked (with MVVM).
But i don't want use MVVM pattern in this case. Please tell me know why it not work and how to fix it.
Please see below or download project demo (file attached) to more know . Thanks
XAML
<Grid x:Name="LayoutRoot" Background="Transparent">
<!--Pivot Control-->
<controlsivot x:Name="PivotPlatform" Margin="0,0,8,77" Title="BindingDynamicPivotDemo" ItemsSource="{Binding PivotItems}" >
<controlsivot.HeaderTemplate>
<DataTemplate>
<TextBlock Text="{Binding Name}"/>
</DataTemplate>
</controlsivot.HeaderTemplate>
<controlsivot.ItemTemplate>
<DataTemplate>
<StackPanel>
<Image Source="{Binding ImagePath}" />
<StackPanel>
<TextBlock Text="{Binding Address}" />
</StackPanel>
</StackPanel>
</DataTemplate>
</controlsivot.ItemTemplate>
</controlsivot>
</Grid>
Code Behind:
public ObservableCollection<Food> PivotItems { get; set; }
public MainPage()
{
InitializeComponent();
// Set the data context of the listbox control to the sample data
//DataContext = App.ViewModel;
PivotItems = new ObservableCollection<Food>();
LoadData();
}
public void LoadData()
{
XDocument loadedData = XDocument.Load("food.xml");
List<Food> data = (from query in loadedData.Descendants("food")
select new Food()
{
Id = (int)query.Element("id"),
Name = (string)query.Element("name"),
Address = (string)query.Element("address"),
ImagePath = (string)query.Element("imagepath"),
Thumbnail = (string)query.Element("thumbnail")
}).ToList();
for (int i = 0; i < data.Count; i++)
{
Food food = (Food)data;
Food header = new Food { Name = food.Name, Address = food.Address, ImagePath = food.ImagePath };
PivotItems.Add(header);
}
}
If you use MVVM the DataContext is set to the MainViewModelSataSource (e.g.).
You have to set the DataContext to your MainPage code.
Code:
<phone:PhoneApplicationPage
[U]x:Name="mainPage"[/U]
x:Class="BindingDynamicPivotDemo.MainPage"
and
Code:
<controls:Pivot x:Name="PivotPlatform" Margin="0,0,8,77" Title="BindingDynamicPivotDemo" ItemsSource="{Binding PivotItems}" [U]DataContext="{Binding ElementName=mainPage}[/U]">
should work
By the way, this probably should go in the Software Development sub-forum. It's dev-related, but doesn't appear to be hacking-related and is more just a general app development question.
Moved to Software Development so you get a few more hits
If you use Caliburn Micro doing this is really simple.
http://caliburnmicro.codeplex.com/S...aliburn.Micro.HelloWP71/PivotPageViewModel.cs

[privacy] you share with tapatalk my email address

I just received this email from tapatalk
Delivered-To: [email protected]
Received: by 10.195.11.232 with SMTP id el8csp885140wjd;
Sat, 15 Nov 2014 03:57:22 -0800 (PST)
X-Received: by 10.202.81.76 with SMTP id f73mr12408761oib.1.1416052641814;
Sat, 15 Nov 2014 03:57:21 -0800 (PST)
Return-Path: <[email protected]>
Received: from rs230.mailgun.us (rs230.mailgun.us. [209.61.151.230])
by mx.google.com with ESMTPS id og2si15277403oeb.1.2014.11.15.03.57.21
for <[email protected]>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Sat, 15 Nov 2014 03:57:21 -0800 (PST)
Received-SPF: pass (google.com: domain of [email protected] designates 209.61.151.230 as permitted sender) client-ip=209.61.151.230;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected] designates 209.61.151.230 as permitted sender) [email protected];
dkim=pass [email protected]
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=tapatalk.com; q=dns/txt; s=k1;
t=1416052641; h=Sender: Date: Content-Transfer-Encoding: Message-Id:
To: From: Subject: Content-Type: Mime-Version: X-Feedback-Id;
bh=OViD19cVs+3a2Ab1UmiQCD1YVYAIo+vf8ahg61vA+YQ=; b=TqS2iA9E+FY3AGCEuv9bcPfVgKOE+j+MrJudiBH5eq9JQrO4VUYqUVqgK0/+JV7ZXPdw6671
z8lM9iXXQJ7dP1BvC7vIVkCR2lNbaHaBon+zeZdUAKFCnZKRVNeVZWBTCEZZhnKtj0v2r8M8
CTDVYAEc7zRix5A010/8cI2mEus=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=tapatalk.com; s=k1; q=dns;
h=X-Feedback-Id: Mime-Version: Content-Type: Subject: From: To:
Message-Id: Content-Transfer-Encoding: Date: Sender;
b=IFXUQZUEkFcUOZWPVT+L+V7n/jZkntfZSjmJVXusWV+ICkpjtk18Y/vjRSE+M98KzaWb7m
vWL6hl7k1kAxgEMYwUZrbEe89X/VVmJ4oib1wZ2vI5kE0NOp7vUAJYIf5DBz/KI1m+sb3bnp
2sT4zvCZNsW9YuxXNhQG8Hg7lMLbA=
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mailgun.org; q=dns/txt; s=mg;
t=1416052641; h=Sender: Date: Content-Transfer-Encoding: Message-Id:
To: From: Subject: Content-Type: Mime-Version: X-Feedback-Id;
bh=OViD19cVs+3a2Ab1UmiQCD1YVYAIo+vf8ahg61vA+YQ=; b=bSxlDZfY5p8di2zzAz8Ogtb9uPNYcxWm6yJswcS/C90/dlJvlLqIMrnqY2/MRRGGyfSFgItx
We40hLMrzrSd0NwgnMeROL6NHXpzRv9wAJqwgIktZY5T/CZ5HMG2y9RXa3KVYX/6Nold3YmD
huKPaX1+1jan7lJU2fNrIskv0co=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=mailgun.org; s=mg; q=dns;
h=X-Feedback-Id: Mime-Version: Content-Type: Subject: From: To:
Message-Id: Content-Transfer-Encoding: Date: Sender;
b=dkv4D5RjGjWVOPURP0flIeE9D1/xh1f1IxbLaf6TIFyci6LxF/ZGi8PgYsy1ilPhBkqsrw
4ScY2/CQ6ZwdJ8/yGJze13oXSzesJBzdq6LkdvMznonkVZDvJjbK68jdE2EUZeVPMFhs08UW
sd85UPFA4B8ldFEASrx9rZafRGBHw=
X-Feedback-Id: 5404f7ec045ca459c593ebd5:mailgun
Received: by luna.mailgun.net with HTTP; Sat, 15 Nov 2014 11:57:20 +0000
Mime-Version: 1.0
Content-Type: text/html; charset="ascii"
Subject: Your forum account was linked to a Tapatalk ID
From: Tapatalk <[email protected]>
To: [email protected]
Message-Id: <[email protected]>
Content-Transfer-Encoding: 7bit
X-Mailgun-Sid: WyJmMDczMyIsICJncmltYWxkaS5hbGJlcnRvK3hkYUBnbWFpbC5jb20iLCAiMjQyZSJd
Date: Sat, 15 Nov 2014 11:57:21 +0000
Sender: [email protected]
<style type="text/css">
table td, table tr {
border:0;
padding:0;
margin:0;
}
table {
padding:0;
border:0;
}
@media only screen and (max-width: 660px) {
table[class=w600] { width:480px !important; }
td { font-size: 22px !important; }
td[class=smallwords] { font-size: 16px !important; }
td[class=middlewords] { font-size: 20px !important; }
td[class=bigwords] { font-size: 24px !important; }
table[class=download_button] { width: 50% !important; }
}
</style>
<table width="100%" cellpadding="0" cellspacing="0" border="0" data-mobile="true" dir="ltr" data-width="600px" style="background-color: rgb(240, 240, 240);">
<tr>
<td align="center" valign="top">
<table align="center" border="0" cellspacing="0" cellpadding="0" width="600px" bgcolor="#ffffff" class="w600">
<tr>
<td valign="top" align="left" style="margin: 0px; padding: 0px 0px 12px;"><img src="https://tapatalk.com/images/email/head_v2_left.png" data-src="https://tapatalk.com/images/email/head_v2_left.png" data-origsrc="https://tapatalk.com/images/email/head_v2_left.png" style="border: 0px none transparent; display: block; width: 100%; max-width: 100% !important;"></td>
</tr>
<tr>
<td align="left" valign="top" style="padding: 18px 16px 29px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: rgb(38, 38, 38);">
<b>Hello donpippo</b><br /><br />
<a target="_blank" href="https://tapatalk.com">Tapatalk</a> user <b>#TAPATALK-ID-NAME</b> just logged in to your account <b>donpippo</b> on forum <a target="_blank" href="http://forum.xda-developers.com">XDA-Developers</a> and the forum credential is now linked to his/her Tapatalk ID.
This connection allows it to log in to the forum account more easily in future visits since the credential is now secured with your Tapatalk ID.
You can find more information about this feature <a target="_blank" href="https://support.tapatalk.com/threads/multi-email-support-for-tapatalk-id-sso.23674/">here</a>.
<br /><br />
If you would like to override this action and deactivate this user's ability to link your forum credentials with his/her Tapatalk ID, select the appropriate link below.
<br /><br />
<a target="_blank" href="https://directory.tapatalk.com/au_deactivate_bind.php?id=#NUMBERS&fid=#NUMBERS&uid=#NUMBERS&type=delay&day=30">Deactivate the credential link after 1 month</a><br />
<a target="_blank" href="https://directory.tapatalk.com/au_deactivate_bind.php?id=#NUMBERS&fid=#NUMBERS&uid=#NUMBERS&type=immediate">Deactivate the credential link immediately</a>
</td>
</tr>
<tr>
<td valign="top" class="bigwords" style="text-align: center;padding: 30px 20px 10px 20px; margin: 0px; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: rgb(38, 38, 38); border: 0px none transparent; background-color: rgb(240, 240, 240);">
What is Tapatalk?
</td>
</tr>
<tr>
<td valign="top" class="middlewords" style="text-align: center;padding: 10px 20px 20px 20px; margin: 0px; font-size: 14px; font-family: Arial, Helvetica, sans-serif; color: #888888; border: 0px none transparent; background-color: rgb(240, 240, 240);">
Tapatalk is the world's leading social app for online forums - helping people find, follow, and share their passions and hobbies.
Tapatalk enables you to aggregate discussions from all of the online forums you follow into a single app interface.
</td>
</tr>
<tr>
<td valign="top" align="left" style="text-align: center;padding: 0; margin: 0px; font-family: Arial, Helvetica, sans-serif; color: rgb(38, 38, 38); border: 0px none transparent; background-color: rgb(240, 240, 240);">
<table class="download_button" width="33%" border="0" cellpadding="0" cellspacing="0" align="center" data-editable="text" style="margin-right: auto; margin-left: auto;">
<tr>
<td align="left" valign="top" style="text-align: center; padding: 10px; font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: rgb(255, 255, 255); background-color: rgb(26, 24, 24); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;">
<a target="_blank" style="text-decoration:none;" href="http://tapatalk.com/m/index.php?id=20"><span style="background-color: transparent; color: rgb(255, 255, 255);">Download Tapatalk</span></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="smallwords" valign="top" style="padding: 30px 10px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: rgb(38, 38, 38); background-color: rgb(240, 240, 240); line-height: 1.35;color:#888888;">
<div style="text-align: center;">
<span style="background-color: transparent;color:#a8a8a8;">
You have received this notification email for the security of your account.<br>
Copyright © 2014 Tapatalk Inc. <a target="_blank" href="http://tapatalk.com/privacy.php" style="color:#006699">Privacy Policy</a> <br>
2105 Colorado Avenue, Suite 109. Santa Monica, CA 90404
</span>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
Click to expand...
Click to collapse
Is there a way to stop this?
Yes, don't use Tapatalk. Furthermore I think providing your Google+ account is mandatory to use the app, so skipping.
Obviously Tapatalk can read your entire profiles on all of your forums, so reads all of your email addresses, control panel settings and so on.
scandiun said:
Yes, don't use Tapatalk. Furthermore I think providing your Google+ account is mandatory to use the app, so skipping.
Obviously Tapatalk can read your entire profiles on all of your forums, so reads all of your email addresses, control panel settings and so on.
Click to expand...
Click to collapse
Providing Google+ account information is NOT mandatory. I still prefer to use TapaTalk over the alternatives as NONE of them have any decent UI's and this isn't the only forum I'm a member of. I like being able to access ALL forums from a single app instead of having an app for each forum.
As for the email, they don't send them very often, once a month or so.
My problem is that I registered on xda with
MYEMAIL+xda@gmail.com
and tapatalk id with
MYEMAIL+tapatalk@gmail.com
If they send me email using MYEMAIL+xda@gmail.com how did they get this information?
I never logged on xda using my email, only my username.
They fetch this information from the app? Why? Which other info they collect?
They fetch this information from xda server? Admins know about it? For what reason they do it?
That's is what I want to know?
donpippo said:
My problem is that I registered on xda with
MYEMAIL+xda@gmail.com
and tapatalk id with
MYEMAIL+tapatalk@gmail.com
If they send me email using MYEMAIL+xda@gmail.com how did they get this information?
I never logged on xda using my email, only my username.
They fetch this information from the app? Why? Which other info they collect?
They fetch this information from xda server? Admins know about it? For what reason they do it?
That's is what I want to know?
Click to expand...
Click to collapse
They enter into your forum's profile and get your data: email used to register on the forum, birthday, location, and such. You receive an email in your MYEMAIL+xda@gmail.com account sent by tapatalk.
They should allow you to use tapatalk without any account like used to be.
scandiun said:
They enter into your forum's profile and get your data
Click to expand...
Click to collapse
from where? My app, xda server?
Because AFAIK tapatalk app should just connect to forumurl/mobiquo/mobiquo.php
After you join a forum via the Service, Tapatalk may transmit information you provide or we gather (such as email address or information provided through your Facebook or GOOGLE + account if you use it as your Tapatalk forum login) to the requested forum. We do not store on our servers any email addresses, usernames or passwords except for those provided by you for use with your Tapatalk account, or the username and email address we obtain from the applicable forum if you utilize the invite a friend feature. If you use Log in with Facebook to login into the Application, we collect and store certain information described below.
Click to expand...
Click to collapse
No idea ask them.

Can't login into XDA Labs

Hey Guys,
I was trying to download some APK from XDA Labs and I just can't login into Labs even though I am logged into the Main site.
Whenever I click on Login in Labs, It is redirecting me to some broken page and if it helps, I tried to login into XDA via my device and failed 5/5 times so i am still under the 15 mins waiting but I am logged in my PC though.
The URL it shows : https://api.xda-developers.com/oaut...rect_uri=https://labs.xda-developers.com/auth
Content :
<html lang="en">
<head>
<link href="//cdn2.xda-developers.com/css/2015/2015.min.css?v=1424112994" rel="stylesheet" type="text/css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" type="5d950566124479665e4c1584-text/javascript"></script>
<style>
body{background: #ffffff !important; min-width: 0 !important;}
.wrapper{
min-height: 100%;
}
.header-bar{
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
#logo{
margin-top: 20px;
margin-bottom: 20px;
}
.banner-text
{
text-align: center;
margin-bottom: 20px;
}
.banner-text h2
{
margin: 0;
font-weight: 900;
font: 16px / 16px 'Open Sans',sans-serif;
}
.signin-card
{
width: 260px;
margin: auto;
background: #ebebeb;
border: 1px solid #d8d8d8;
padding: 20px;
margin-bottom: 20px;
}
#login
{
margin-bottom: 0;
}
#login input
{
width: 100%;
margin-bottom: 5px;
}
.signin-submit{
border: 1px solid #d8d8d8;
background-color: #f9f9f9;
}
.signin-submit:hover
{
background-color: #F7F7F7;
}
input, input.signin-submit{
font: 16px / 16px 'Open Sans',sans-serif;
}
#authorize
{
background: #12911d;
color: #f9f9f9!important;
}
#authorize:hover
{
color: #454545!important;
background-color: #ebebeb;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="header-bar">
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="5d950566124479665e4c1584-"></script><img id="logo" src="//cdn1.xda-developers.com/images/2015/xda-logo.svg" alt="xda-developers" onerror="this.src='//cdn1.xda-developers.com/images/2015/xda-logo.png'" height="28" width="207" title="xda-developers">
</div>
<div class="banner-text">
<h2>Do you authorize access to your XDA Account?</h2>
</div>
<div class="signin-card">
<form id="login" action="authorize?/oauth2/authorize&response_type=code&client_id=XDA-AMC-LB&redirect_uri=https://labs.xda-developers.com/auth" method="post">
<input type="hidden" name="authorize" value="1" />
<input id="authorize" class="signin-submit" type="submit" value="Authorize" />
<input id="cancel" class="signin-submit" type="submit" value="Cancel" />
</form>
</div>
</div>
<script src="https://ajax.cloudflare.com/cdn-cgi/scripts/2448a7bd/cloudflare-static/rocket-loader.min.js" data-cf-nonce="5d950566124479665e4c1584-" defer=""></script></body>
<script type="5d950566124479665e4c1584-text/javascript">
$(document).ready(function()
{
$("#cancel").click(function(e)
{
e.preventDefault();
window.location = "https://forum.xda-developers.com";
});
});
</script>
</html>
P.S : Sorry for any mistakes, First Post ^.^
Hi,
next time, you can post in the dedicated XDA Labs thread here: https://forum.xda-developers.com/android/apps-games/labs-t3241866/
To answer to your post, if you read THIS POST, you will see that it has been reported multiple times already but we have no answer from the dev blk_jack so far.
Now, if you read the next post - THIS POST - you will learn a possible workaround. Please tell us in the XDA Labs thread if it works for you
Edit: also, as a second workaround to login, you can try to use the G+ button available from the login screen.
Good luck!

Categories

Resources