theos springboard - jailbreak

Does anyone have this experience?
I just follow the http://brandontreb.com/beginning-jailbroken-ios-development-your-first-tweak/, however every make command ends up like: no springboard/springboard.h file or directory. How to solve this?
One more thing, can anyone give me download link for Saurik's libsubstrate.dylib dynamic library ? I did a lot search and found nothing.
Thanks so much for any advice!

Use SpringBoard headers from rpetrich's repository from here https://github.com/rpetrich/iphoneheaders
Download these headers and put them in /var/theos/include. (If you're developing on your iDevice). Then type #import <SpringBoard/SpringBoard.h>in your tweak.xm at the top and try to compile. Should work for you now.
Also look into rpetrich's theos fork. You should find the libsubstrate.dylib there

Related

Atom editor looks like html inspector?

I was fiddling around with the .atom folder on my Mac and moved it around but I deleted it (thinking it would reset things!) and it made the editor turn into this:
(source: atom.io)
I think it is a html inspector kinda like the one in safari?
No amount of installing and reinstalling could fix this. I deleted the frameworks, the .atom folder and anything to do with is so why is it stuffing up? I may have to change to Brackets if this an't be fixed…
Is there a way to do a fresh install?
Please help I don't like Brackets!
.atom is a folder that have all data which your atom need to run e.g : packages that you may download will be save there. Be sure , it doesn't effect your browser inspector.

Displaying / Linking To A PDF

i have just finished building a new website (wordpress), and i have a very strange problem linking to a PDF file.
I've uploaded a file to my website - http://goo.gl/tNxXYc - however when i enter the link in my browser it says that the page cannot be found, instead of showing the pdf.
Can anyone suggest what the problem might be? Thanks in advance for your help.
well, the given google.gl shortcode forwards to https://www.grasshopperlanguagecentre.com/wp-content/uploads/2014/11/hello.pdf
and that file does not exist.
So find the correct location of hello.pdf and link to that.
Please check permission of folder where pdf stored. Also try if any of following plug can solve your issue :
https://wordpress.org/plugins/search.php?q=pdf&sort=

Css not loading in point_of_sale OpenERP 8

I have a module that is an extension of the point of sale from OpenERP 8, I have properly set the css path in the __openerp__.py like this:
'css': ['static/src/css/mycss.css']
but with no luck I don't know why but my css is not being loaded like it did not even existed. If you have any ideas that can help me please I would be really grateful
Thanks in advance
I did not know that in the OpenERP things has changed a little now instead of putting
'css':['static/src/css/mycss.css']
you have to use xpath to load your css file. This link solved my problem

Prestashop 1.5 - cannot over ride top menu css

I am new to Presta Shop and trying to create a custom theme. I have read about the documented way to do this by extending the current module css/template files where necessary here: http://doc.prestashop.com/display/PS15/Overriding+default+behaviors
It all seems straight forward. I have over rode the templates and CSS for 2 modules so far with ease but on my 3rd attempt I am encountering some issues. I attempted to over ride the following CSS file:
/modules/blocktopmenu/css/superfish-modified.css
with this
/themes/newtheme/css/blocktopmenu/superfish-modified.css
but it did not work. Out of interest I also tried overwriting with this path too:
/themes/newtheme/css/blocktopmenu/blocktopmenu.css
but that also did not work?
Hopefully someone out there can help or shed some light as to the reason for this or a solution?
Thanks, Matt
Actually I just figured out the issue, the superfish-modified.css is in its own css folder in the actually module so the correct path to over ride should be:
/themes/newtheme/css/blocktopmenu/css/superfish-modified.css
10 points to me.
Is there a missing "modules" in that path? Is it not…
/themes/newtheme/css/modules/blocktopmenu/css/superfish-modified.css
to me, should be
/themes/newtheme/modules/blocktopmenu/css/superfish-modified.css
and you must copy blocktopmenu from /modules to /themes/newtheme/modules/
Seems to be an issue related to this module. Here the solution

FeedWordPress not parsing images properly

I recently installed WordPress and have been slowly learning how to use it. I've tried to solve this one problem for about an hour now, and I can't seem to find the problem.
No matter what feed I add to FeedWordPress, it just doesn't parse the images correctly. (But it does, see here): http://ttgdark.com/
It's like it's completely remove the path to the image in the src tag.
Does anyone know what's going on?
go to you source code find this:
<img src="http://ttgdark.com/wp-content/themes/Webly/timthumb.php?
http://feeds.feedburner.com/~r/ThatVideogameBlog/~4/PkjR8RbxWzQ
&h=200&w=200&zc=1&q=90" class="post-thumb">
and remove this line of code
http://ttgdark.com/wp-content/themes/Webly/timthumb.php?src=
it should help.

Resources