Fixed htc dhd Headset Remote control button is invalid
find dhd kernel Source code (Flemmard or KangBanged)
/arch/arm/mach-msm/board-spade.c
open the board-spade.c file . find
/* HTC_HEADSET_MICROP Driver */
static struct htc_headset_microp_platform_data htc_headset_microp_data = {
.remote_int = 1 << 5,
.remote_irq = MSM_uP_TO_INT(5),
.remote_enable_pin = 1 << 4,
.adc_channel = 0x01,
.adc_remote = {0, 33, 38, 82, 95, 167},
};
Change into
/* HTC_HEADSET_MICROP Driver */
static struct htc_headset_microp_platform_data htc_headset_microp_data = {
.remote_int = 1 << 13,
.remote_irq = MSM_uP_TO_INT(13),
.remote_enable_pin = 1 << 4,
.adc_channel = 0x01,
.adc_remote = {0, 33, 38, 82, 95, 167},
};
ok, it work perfect and special headset working.
I'm from China.sorry I'm not very good at English
Thank you very much!
:victory:Thank you..
ah nice catch!!
ucxl can u give us and source for no wake delay plsssss Thx for your work you are verry good man to post here source code
Nice man !! 你真了不起 ( u are awesome ) !
Sent from my DHD+ loaded with ViperDHD V1.2.1 using xda premium
Compiling a kernel now with headset fix
edit : kernel done waiting for feed back
Sent from my Desire HD using xda premium
p2pjack said:
Compiling a kernel now with headset fix
Sent from my Desire HD using xda premium
Click to expand...
Click to collapse
Great news, hope a new kernel
You rock bro! Chinese all the way
Sent from my Desire HD using xda app-developers app
So i guess every sense rom dev will include this in their next update?
Now the headset is working, i'll pick the most stable ICS sense 4 ROM
0℃ Team
NiCk.JaY said:
You rock bro! Chinese all the way
Sent from my Desire HD using xda app-developers app
Click to expand...
Click to collapse
I am only on behalf of the team expression U of selfless apologize and immense gratitude!
---------- Post added at 01:07 PM ---------- Previous post was at 01:03 PM ----------
ucxl said:
Fixed htc dhd Headset Remote control button is invalid
find dhd kernel Source code (Flemmard or KangBanged)
/arch/arm/mach-msm/board-spade.c
open the board-spade.c file . find
/* HTC_HEADSET_MICROP Driver */
static struct htc_headset_microp_platform_data htc_headset_microp_data = {
.remote_int = 1 << 5,
.remote_irq = MSM_uP_TO_INT(5),
.remote_enable_pin = 1 << 4,
.adc_channel = 0x01,
.adc_remote = {0, 33, 38, 82, 95, 167},
};
Change into
/* HTC_HEADSET_MICROP Driver */
static struct htc_headset_microp_platform_data htc_headset_microp_data = {
.remote_int = 1 << 13,
.remote_irq = MSM_uP_TO_INT(13),
.remote_enable_pin = 1 << 4,
.adc_channel = 0x01,
.adc_remote = {0, 33, 38, 82, 95, 167},
};
ok, it work perfect and special headset working.
I'm from China.sorry I'm not very good at English
Click to expand...
Click to collapse
I am only on behalf of the team expression U of selfless apologize and immense gratitude!
I am willing to put my camera the transplantation technology dedicated to the DHD machine Friends of
all can support ucxl by using his brownser available on google play This man deserve that without it we would have been more back And i have to say its more stable than chrome or maxthon
It's a little bit off topic but, Is there any way to change skip keys in headset to Vol+ and Vol-, and keep skip track functionality with long press?
Sent from my Desire HD using xda app-developers app
I'm sorry I doubted you. Glad to see your stuff here.
well done.thanks
Sent from my Desire HD using xda app-developers app
BIG BROTHER U : Genius man. The most important point in HDD history. Yr Rom is also the best.
Sent from my HTC Desire HD Telus using Tapatalk 2
---------- Post added at 09:15 PM ---------- Previous post was at 08:36 PM ----------
torxx said:
ah nice catch!!
Click to expand...
Click to collapse
You are ready to include in your ROM now?
你真是個天才 !!! (((you're a genius))
ucxl said:
Fixed htc dhd Headset Remote control button is invalid
Click to expand...
Click to collapse
Thanks, my urBeats Monster InEar Headset work perfekt
Sent from my HTC Desire HD using xda app-developers app
@makey404
There are some apps in the play store that allow you to change what the button presses do. I can't remember for sure but I think this was possible.
Sent from my Desire HD using xda app-developers app
bananagranola said:
I'm sorry I doubted you. Glad to see your stuff here.
Click to expand...
Click to collapse
Never mind, I began to do wrong
Related
Well, since i took 5 mins of my life to relax stevenc19 (http://forum.xda-developers.com/showthread.php?t=1330111) a bit. I can take one minute more to share it with you ppl.
Nothing fancy and only for windows users (or through wine on linux, but i really dont want to curse ).
The script checks for cooper nightlies (CM7 for Ace) every 5 mins (autoit script)
Code:
$refreshTime = 300000 ;interval to check for cooper nightly in ms
while 1
InetGet("http://download.cyanogenmod.com/?type=nightly", @ScriptDir & "\cmnightlypage")
$file = FileOpen(@ScriptDir & "\cmnightlypage", 0)
$html = FileRead(@ScriptDir & "\cmnightlypage")
FileClose($file)
If StringInStr($html, "device=cooper&type=nightly") > 0 Then
FileDelete( @ScriptDir & "\cmnightlypage")
MsgBox(64, "Nightly available.", "Cooper has been added to nightlies!")
Exit
Else
FileDelete( @ScriptDir & "\cmnightlypage")
EndIf
Sleep($refreshTime)
WEnd
Just compile it with AutoIt and you are ready to go.
Cheers
-edit- attached compiled executable
-edit2- added android app for on demand checking (working from API level 8(= Froyo) and up).
-edit3- added possibillity to check periodically in background (interval check). Used same android package, so it will overwrite previous version. It uses seperate threads for manual and automatic checking, so even if in interval mode you can still check manually (for the really really impatient )
Downloads:
CooperCheckCM7.zip: PC Version
CooperCheck.apk: Android Version
Cheers
So, in newbie language; how do you use this?
AlterJack said:
So, in newbie language; how do you use this?
Click to expand...
Click to collapse
When compiled, you will have an executable. Once started it will check for CM7 nightly every 5 mins (or whatever time you put in the script).
When nightly CM7 for Ace is posted on cyanogenmod.com a messagebox will inform you about it.
Cheers
wow that's awesome
thanks
cant wait that messagebox pop up on my ace running official nightly cm7...lol
Sent from my GT-S5830 using XDA App
kn_jie said:
cant wait that messagebox pop up on my ace running official nightly cm7...lol
Sent from my GT-S5830 using XDA App
Click to expand...
Click to collapse
learn to read properly. This script is meant to be run on your computer not your phone.
Awesome! This script is really useful for the impatient ones like me!
happily1986 said:
learn to read properly. This script is meant to be run on your computer not your phone.
Click to expand...
Click to collapse
my computer not my phone rather sorry im just excited
Sent from my GT-S5830 using XDA App
All this for me lol thanks
Sent from my GT-S5830 using xda premium
stevenc19 said:
All this for me lol thanks
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
No prob mate. It was nothing
Cheers
catapult1234 said:
No prob mate. It was nothing
Cheers
Click to expand...
Click to collapse
Saves me constantly checking lol
Sent from my GT-S5830 using xda premium
script doesn't work
the script doesn't work with me, i cant open it i'm running Win Vista Edit: now working thx so mutch
slaid480 said:
the cript doesn't work with me, i cant open it i'm running Win Vista Edit: now working thx so mutch
Click to expand...
Click to collapse
Its running in the background.
Its visible in the tasktray as a blue/purplish icon. Via there you can exit the app if you want.
Cheers
Almost ready with the quick and dirty android version of the script
Cheers
Cool
Sent from my GT-S5830 using xda premium
Just a little optimizing and its ready
I want xD
Sent from my GT-S5830 using xda premium
nice
Sent from my GT-S5830 using XDA App
catapult1234 said:
Just a little optimizing and its ready
Click to expand...
Click to collapse
Ready for download?
Sent from my GT-S5830 using xda premium
This is so cute for us flashaholics xD
please i need to learn how to make a mod...
More info please. What kind of mod. What rom.
umm yea what kind of mod are you talking about
like monkee os
Sent from my PC36100 using xda app-developers app
TemplaPR said:
like monkee os
Sent from my PC36100 using xda app-developers app
Click to expand...
Click to collapse
You would know stuff about making a zip with binaries and the mod in the directory for theming go for framework-res.apk to theme some parts of the Rom. for battery saving set your CPU to 3xx and 844 deadline that's the best I got from that Rom.theming apps is like theming framework but the app and you should you PhotoShop or Gimp to theme pics and use UOT kitchen. For mods mods you need to know the right codes like for example if I wanted to make a photos look crisp and clean id use this in the build.prop file
"
Ro.media.dec.jpeg.memcap=8000000
Ro.media.enc.hprof.vid.bps=8000000
Ro.media.enc.jpeg.quality=100
Click to expand...
Click to collapse
"
And for init.d mods id do this
Goto (romname)/etc/init.d/01sysctl
Put this code for faster rom speed
#!/system/bin/sh
sysctl -p
net.ipv4.tcp_ecn=0
net.ipv4.route.flush = 1
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_rmem = 4096 39000 187000
net.ipv4.tcp_wmem = 4096 39000 187000
net.ipv4.tcp_mem = 187000 187000 187000
net.ipv4.tcp_no_metrics_save = 1
net.ipv4.tcp_moderate_rcvbuf = 1
Click to expand...
Click to collapse
Save and exit.
These are examples that will work and you need to know the right codes/strings to put in files or know how.to use PhotoShop or Gimp properly to theme.
This is just some of my basic knowledge
Sent from my PC36100 using xda premium
Papasmurph is a great mod. Why do we need to build a new one?
Sent from my SPH-L710 using xda app-developers app
Hi
There was mod/ built in script to kill apps by longpress of back key in SGS. is it available for SGS3....??
+1
Sent from my GT-I9300 using xda app-developers app
It comes buit in it Slim, so i'm guessing that cm9/10 or aokp have that feature. I'm also guessing that it's a part of the framework itself.
shaharofir said:
It comes buit in it Slim, so i'm guessing that cm9/10 or aokp have that feature. I'm also guessing that it's a part of the framework itself.
Click to expand...
Click to collapse
Yeah its quite easy to build it into AOSP roms. At the source code level you modify policy/src/com/android/internal/policy/impl/PhoneWindowManager.java which would end up as android.policy.jar in /frameworks
If you can decompile it, it can be added but you would probably also want to decomcpile SecSettings.apk to allow it to be added.
Can't you just enable it in "Settings" » "Developer Options" » "Kill app back button"? This should kill the current app if you hold the back button.
brins0 said:
Can't you just enable it in "Settings" » "Developer Options" » "Kill app back button"? This should kill the current app if you hold the back button.
Click to expand...
Click to collapse
That's what this thread is requesting. In fact that's what my post adds. Obviously this is not a standard option
Sent from my GT-I9300 using Tapatalk 2
brins0 said:
Can't you just enable it in "Settings" » "Developer Options" » "Kill app back button"? This should kill the current app if you hold the back button.
Click to expand...
Click to collapse
I don't have "Kill app back button" under "Developer options"
code72 said:
I don't have "Kill app back button" under "Developer options"
Click to expand...
Click to collapse
No of course not. This is a Development community mod. Not a factory one
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
Yeah its quite easy to build it into AOSP roms. At the source code level you modify policy/src/com/android/internal/policy/impl/PhoneWindowManager.java which would end up as android.policy.jar in /frameworks
If you can decompile it, it can be added but you would probably also want to decomcpile SecSettings.apk to allow it to be added.
Click to expand...
Click to collapse
Could you post what has to be modified / added in that file, I wouldn't mind having a bash at adding that to the stock rom.
webwolf_3000 said:
Could you post what has to be modified / added in that file, I wouldn't mind having a bash at adding that to the stock rom.
Click to expand...
Click to collapse
To be clear, I only know how to do it at a source code level, and then I've not done it since Gingerbread so I don't know if the code needs changing. It may be simpler to google it.
However,
This is what would be added for Settings:
packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
Code:
packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
public class DevelopmentSettings extends PreferenceActivity
implements DialogInterface.OnClickListener, DialogInterface.OnDismissListener {
private static final String KILL_APP_LONGPRESS_BACK = "kill_app_longpress_back";
private CheckBoxPreference mKillAppLongpressBack;
addPreferencesFromResource(R.xml.development_prefs);
mKillAppLongpressBack = (CheckBoxPreference) findPreference(KILL_APP_LONGPRESS_BACK);
}
@Override
protected void onResume() {
super.onResume();
mKillAppLongpressBack.setChecked(Settings.Secure.getInt(getContentResolver(),
Settings.Secure.KILL_APP_LONGPRESS_BACK, 0) != 0);
}
@Override
public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) {
} else if (preference == mKillAppLongpressBack) {
Settings.Secure.putInt(getContentResolver(), Settings.Secure.KILL_APP_LONGPRESS_BACK,
mKillAppLongpressBack.isChecked() ? 1 : 0);
}
And for frameworks:
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
Code:
Runnable mBackLongPress = new Runnable() {
public void run() {
if (Settings.Secure.getInt(mContext.getContentResolver(),
Settings.Secure.KILL_APP_LONGPRESS_BACK, 0) == 0) {
return;
}
try {
performHapticFeedbackLw(null, HapticFeedbackConstants.LONG_PRESS, false);
IActivityManager mgr = ActivityManagerNative.getDefault();
List<RunningAppProcessInfo> apps = mgr.getRunningAppProcesses();
for (RunningAppProcessInfo appInfo : apps) {
int uid = appInfo.uid;
// Make sure it's a foreground USER application
if (uid >= Process.FIRST_APPLICATION_UID && uid <= Process.LAST_APPLICATION_UID
&& appInfo.importance == RunningAppProcessInfo.IMPORTANCE_FOREGROUND) {
// Kill the entire pid
Toast.makeText(mContext, com.android.internal.R.string.app_killed_message, Toast.LENGTH_SHORT).show();
Process.killProcess(appInfo.pid);
break;
}
}
I think thats everything. Below are the full files so you can see them in context:
138 lines of code - DevelopmentSettings.java
2535 lines of code - PhoneWindowManager.java
good luck!
thanks for that, I'll unpack the the stock ROM when I have some time and figure out how to hook it together, shouldn't be too dificult I'll post the results when I've gaffered it.
dineshh said:
Hi
There was mod/ built in script to kill apps by longpress of back key in SGS. is it available for SGS3....??
Click to expand...
Click to collapse
+1 Any developer please...
Sent from my GT-I9300 using xda premium
ill make one
Sent from my GT-I9300 using xda premium
Has anyone made this mod yet?
Every phone I've had did have this feature on AOSP but not stock. It would be great to have it on Samsung ROMs.
Sent from my GT-I9300 using xda premium
CuBz90 said:
Every phone I've had did have this feature on AOSP but not stock. It would be great to have it on Samsung ROMs.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
+1000!
deliad said:
ill make one
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
looking forward to it.
anything new here?
someone?
Look for JKay's framework in original android dev section.
His framework can do this!
First I would like to say thank you to
The CM team
To ngiordano for all your help and teaching
To Google
To molesarecoming and D4rKn3sSyS for their amazing work
to the entire open source community
This is my build for the Hercules based off PA's source
Team Passion presents..........
PARANOID ANDROID 2.13 for the T-Mobile Galaxy S II ( Hercules )
Install instructions.
First time Install:
1. Make a backup
2. Data reset
3. Wipe system
4. Flash Rom
http://d-h.st/fYG
5. Flash latest gapps
http://goo.im/gapps/gapps-jb-20120726-signed.zip
If already on one of my previous builds:
1. Make a backup
2. Wipe Cache & Dalvik
3. Flash ROM
http://d-h.st/fYG
4. If you choose this install method please do not post bugs without trying a clean install first.
Enjoy.
And Remember Donations are appreciated not required.
Team Passions Site http://www.team-passion.com
Paranoid Android's site: http://www.paranoid-rom.com
Paranoid Android's Github: https://github.com/ParanoidAndroid
Awesome will flash and report
Are there any known bugs yet ?
Sent from my SGH-T989 using xda premium
what are the advantages
I have had this in testing in a private FB group. This version has no reported bugs as of yet
mataflakitas said:
what are the advantages
Click to expand...
Click to collapse
You will have to look at their site to much info to spoon feed
Sent from my SGH-T989 using xda premium
tdizzle404 said:
You will have to look at their site to much info to spoon feed
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
Come on bro ,you can at least give a taste. I've read you can change the DPI on individual apps. That's what I know thus far.
Sent from JMT Goodness
Cool I'm about to flash right now and test it out
Thanks Jay.Dub! I will be flashing tonight. For anyone who doesn't know what this looks like, here is a link to a post with screenshots:
http://forum.xda-developers.com/showpost.php?p=30117470&postcount=2
forgive for noobness but I looked around and didn't see, is this running ICS or JB? thanks
edit: looks like JB from that posted link above mine
mobbarley said:
forgive for noobness but I looked around and didn't see, is this running ICS or JB? thanks
edit: looks like JB from that posted link above mine
Click to expand...
Click to collapse
Jb bro
---------- Post added at 05:18 PM ---------- Previous post was at 05:17 PM ----------
Thnks for posting this ive also been following them on Fb also I'm gonna try this badboy out
casonswag said:
Jb bro
---------- Post added at 05:18 PM ---------- Previous post was at 05:17 PM ----------
Thnks for posting this ive also been following them on Fb also I'm gonna try this badboy out
Click to expand...
Click to collapse
thanks. I'll give it a shot after work later also! so many great ROMs right now, in the past 2 day's I've run 3 different ones and this will be the 4th to keep track of.
No flicker so that's nice! lol
the reason I had to go back to ICS from PA was the water mic. any reported problems with it in this build?
tdizzle404 said:
No flicker so that's nice! lol
Click to expand...
Click to collapse
Glad to know as that's the reason I left PA 2.10. Thanks!
A2DP fix for media: Currently CM10 based builds the Bluetooth device works just to stream audio to make calls but it doesn't work when streaming media(Pandora, PowerAmp Music player)
Looks like a sample rate is missing in the at a2dp line in the "audio_policy.conf"(/etc) line "sampling_rates 48000" and the 44100 needs to added before the 48000 with this "|" symbol and it should look like this "sampling_rate 44100|48000".:good:
Edit file with root explorer text editor.
Before:
sampling_rates 48000
After:
sampling_rates 44100|48000
Make sure there's no spaces between the values.
Testing this ROM and the fix works.
KRZ-2pa said:
A2DP fix for media: Currently CM10 based builds the Bluetooth device works just to stream audio to make calls but it doesn't work when streaming media(Pandora, PowerAmp Music player)
Looks like a sample rate is missing in the at a2dp line in the "audio_policy.conf"(/etc) line "sampling_rates 48000" and the 44100 needs to added before the 48000 with this "|" symbol and it should look like this "sampling_rate 44100|48000".:good:
Edit file with root explorer text editor.
Before:
sampling_rates 48000
After:
sampling_rates 44100|48000
Make sure there's no spaces between the values.
Testing this ROM and the fix works.
Click to expand...
Click to collapse
Have you thought of making this bit of insight into a thread in general ?
Sent from JMT Goodness
VINCOM has a flashable Bluetooth fix attached to his Superlite cm10 ROM in this forum. I can confirm that it works. Be sure to thank him for it.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
LoopDoGG79 said:
Have you thought of making this bit of insight into a thread in general ?
Sent from JMT Goodness
Click to expand...
Click to collapse
I thought about it but i wasn't sure in which thread (Dev or Apps) about my A2DP fix finding.
Sent from my SGH-T989 w/CM10-Hybrid ParanoidAndroid v2.11(9-13-12)by: jay.dub using XDA app.
LoopDoGG79 said:
Come on bro ,you can at least give a taste. I've read you can change the DPI on individual apps. That's what I know thus far.
Sent from JMT Goodness
Click to expand...
Click to collapse
Im telling you like ive told many others, JB PA is the best rom out there! Im glad this brother has one up thats we can follow now. I kniw starsky has had issues with his phone and have to rely on others for it. a lot of tge times with the hercukes builds we would get water mic. I will flash this baby later!
Sent from my SGH-T849 using xda app-developers app
Thanks for this! I just flashed and it's great, but my hw button lights aren't staying on. Any fix?
Trickster MOD app is a tweaking tool to change various settings included in your kernel and other tweaks to your phone. It was made by me and my friend.
Screenshots and more information at links below.
Links
Google Play Store
AndroidPIT
Donate
WebsiteIf you like the app please rate it 5 stars and if you can, please donate.
Feature requests
Please post & vote features on our feedback site. So we can keep track of them
Bug Report
Please read the FAQ at our website before reporting any problem
If the FAQ does not help, use the Bug Report feature in our app & reference your ID here (the number in the mail subject).
Credits:
- Google
- Our great kernel devs
- grilledbacon for your beautiful icon
- Beta testers and translators for your contributions
- Anyone that helped us in some way
Disclaimer: This is provided with NO GUARANTY whatsoever. Use your common sense.
Bump for interest.
not working for me..... I have stock rom and stock kernel (CF-Root) but its says - Sorry , your device is not supported...
Vlad87do said:
not working for me..... I have stock rom and stock kernel (CF-Root) but its says - Sorry , your device is not supported...
Click to expand...
Click to collapse
Did you get the beta or did you just install from the market? Because the beta works perfectly for me, and I mean every feature.
DARKSIDE
I've just added this app to the Nexus 4 Complete Index
Sent from my GT-I9100 using xda premium
cant wait for the public release
zephiK said:
cant wait for the public release
Click to expand...
Click to collapse
Pmed you for testing please
We have enough testers, and the public version will be released soon.
New version with N4 support is up on market.
bigeyes0x0 said:
New version with N4 support is up on market.
Click to expand...
Click to collapse
220 r
145 g
215 b
Best settings for me looks like my gnexus
Blacks are lots better.
Anyone else?
ianandamy said:
230 r
150 g
225 b
Best settings for me looks like my gnexus
Blacks are lots better.
Anyone else?
Click to expand...
Click to collapse
You must've liked a magenta screen on genex. Unless you meant 250 instead of 150 for g.
DARKSIDE
raycaster3 said:
You must've liked a magenta screen on genex. Unless you meant 250 instead of 150 for g.
DARKSIDE
Click to expand...
Click to collapse
If I set it like you said its all green yellow who wants that?
I use Faux's recommended ones 244 for red, 243 for green and 255 for blue
Donated thanks
Would love to see some nexus 4 specific features that are in fauxes app implemented to this
Sent from my Nexus 4 using Tapatalk 2
defconoi said:
Would love to see some nexus 4 specific features that are in fauxes app implemented to this
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
I'd love to do it but please wait until the other dev gets the device. I myself have decided to not get it, I really don't like the glass back, Android 4.2 is ATM buggy like hell and the GNex should be usable for another year IMO.
245
230
255
On Franco's nexus 4 calibration app
Transmission sent from my badass Nexus 4.
Doomsday new version :
Version 1.10.492 (20121221)
- Add frequency lock feature to workaround Project Butter frequency jumps (donate version)
- Add bootloop preventer so settings are not applied at boot if previous settings crashed your device (donate version)
- Add zeneractive governor control
- Add N4 VDD support, fast charge and vibrator control
- Add eco_mode support
- Add new translations: Chinese, Czech, German, Hebrew, Spanish
- Fix all known bugs
Wait for it to drop from your Google overlord.
Thank you do much for this app !!! Appreciate it!
Sent from my Nexus 4 using xda app-developers app
The next version is up https://plus.google.com/u/0/116709542966452959662/posts/NZBEEJcuY5d
Wait for Google to update its servers.