Conversation
|
I can do it if you can either tell me how to build it (last time I did something, I spent days trying to get a cross-compile setup working) or if you can send me a build. |
|
Does 08edbd4 provide adequate instructions? |
|
When you compile as to the exact instructions, the following errors are logged: In file included from BulletinHandler.xm:14: |
|
I just got that myself, although I found out XCode didn't update properly and was still at 4.5.2 so I'm upgrading to 4.56 now |
|
Oh! That is because the version of mkdir substrate
cd substrate
curl -LO http://apt.saurik.com/debs/mobilesubstrate_0.9.4001_iphoneos-arm.deb
ar x mobilesubstrate_0.9.4001_iphoneos-arm.deb
tar xvf data.tar.gz
cd ..
cp substrate/usr/include/substrate.h theos/include
rm -r substrate |
|
Although those commands didn't work (I just ended up with alias' that lead no where), seems this file is it - https://raw.github.com/kennytm/iphone-private-frameworks/master/substrate.h |
|
Has anyone tested this functionality yet? |
|
Didn't seem to work for me.. That said, the notification popped up on the screen as well so it seems Pushover is bypassing DND. |
|
Whoops, just did more reading and DND only works when the device is locked. I tested again with the screen locked however and the notification was still pushed to my Pebble. |
|
Okay. It appears as if |
|
Any progress on this? |
|
Just for those who can't download the do not disturb patch and successfully build it, use the following build steps (assuming you're starting from scratch): git clone -b donotdisturb git://github.com/conradev/BTNotificationEnabler.git |
|
Still not working because Haven't tried to figure out why yet |
This contains the functionality described in #4.
I need someone to test this, as I am not able to verify if it works on my own.