Thread: Name for my WinterBoard fork
-
09-06-2011, 06:23 AM #1iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
Name for my WinterBoard fork
Hi everyone,
(This is my first thread on ModMyi so please tell me if I'm doing anything wrong.)
I am planning to fork the source code of WinterBoard by saurik and make it work without having to respring.
SnowLeo_ asked me on Twitter to include DreamBoard integration, so if someone changes their home screen theme with DB, it will also turn on any WinterBoard themes that they want to be used at the same time.
He also referred me to PathKiller29, who is interested in helping me.
While I'm capable of making this tweak happen, I am not good at thinking of creative names for anything. So, if you can think of a name for the tweak, please tell me in this thread. I will be choosing the best name on the 8th of September.
Thanks for your help and I look forward to seeing the ideas you have.
-
09-06-2011, 08:24 AM #2Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
-
09-06-2011, 04:51 PM #3iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
-
09-06-2011, 11:59 PM #4Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
A lot of things...
For starters he's using a different tool chain, either on Linux or the phone itself.
So using his make file is different, so I take what I need and make my own, then I get a bunch or deprication errors.
I figure his compiler doesn't yell at him when simethings deprecated, theos can't even build with a simple warning.
-
09-07-2011, 12:20 AM #5iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
I tried to install gcc on my iPad from saurik's repo in Cydia, but it won't proceed because libgcc wasn't found. A quick Google shows that saurik removed it from the repo due to compatibility issues.
I'm going to try and see if I can find the deb for libgcc somewhere online and then install gcc.
-
09-07-2011, 12:58 AM #6Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
I just installed it...
Only getting tons of permission denied errors, even after chmod'ing them all to 755
-
09-07-2011, 01:39 AM #7iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
I've just installed a deb called “fake libgcc” and it seemed to let gcc install. In another MMi thread, I found an archive of the iPhonos (iPhone OS) 2.0 header files and I'm just installing them now. I'll try to compile WB once I'm done.
Edit: Are you compiling the source while running as root? Apparently mobile can't access some files required for gcc to run.Last edited by thekirbylover; 09-07-2011 at 01:45 AM. Reason: Asked question

-
09-07-2011, 02:43 AM #8Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
-
09-07-2011, 08:40 PM #9
Glad to see you guys are getting further on this by working together. Really wish I could help but my coding knowledge is very limited. I really hope you guys could get this to work because Winterboard with no resprings would be awesome especially if you could integrate it with DreamBoard.
Lol when I was thinking of names it occured to me that all of the seasons except Fall were used- Winterboard, Summerboard, Springboard. So why not FallBoard or AutumnBoard lol. Or ThemeBoard. SkinBoard. CoverBoard. InstantBoard. Quickboard. EnhanceBoard (that ones for you pathkiller lol). Blackboard. Whiteboard. Colorboard. ImBoard. Lol. You could also do something like WinterPanel or Winterwall or WinterPlank. I still kinda like your WinnerBoard better than my suggestions thoughLast edited by SnowLeo; 09-07-2011 at 09:00 PM.
-
09-08-2011, 06:52 AM #10iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
Great suggestions
.
I kinda forgot about WinnerBoard because the name would be easily confused with WinterBoard.
I've drilled it down to the ones I like - ThemeBoard, InstantBoard, QuickBoard and EnhanceBoard. I've used JavaScript to randomly choose one and it came out with InstantBoard.*
I'll give you the link to my repo on GitHub as soon as I change the name in the code.
-
09-08-2011, 08:36 AM #11Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
Don't use enhance board.
That's an inside joke that SnowLeo started ...why don't u ever try this hard when I ask snow?
Have u gotten it compiled yet?
Hmm would ur github happen to be
Github.com/kirbylover4000?
As is recall, I'm pretty sure I'm the one who mentioned adding a UI to DreamBoard, when i told himi found the WinterBoard Source code.
than he never got it out of his head...
been trying for a month!
Last edited by PathKiller29; 09-08-2011 at 08:43 AM.

-
09-08-2011, 02:13 PM #12Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
Question. Have u actually tested this method?
Because from my experience the images aren't reloaded until ur kill the app,that's why we respring(it's really just relaunching an app) ull need to reload the images...
-
09-08-2011, 10:04 PM #13iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
I haven't been able to compile anything at all (not even a hello world script), so I'm still looking at how to get gcc to work. Then I'll have to have a look at if that's possible.
Yup. Also, I've changed the repo from github.com/kirbylover4000/Winterboard to github.com/kirbylover4000/InstantBoard.
Originally Posted by PathKiller29
I'll update the readme to credit both of you for that idea.
Originally Posted by PathKiller29
Edit: Done.Last edited by thekirbylover; 09-08-2011 at 10:14 PM. Reason: Saying I fixed the readme

-
09-08-2011, 11:56 PM #14Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
-
09-09-2011, 12:17 AM #15iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
Last edited by thekirbylover; 09-09-2011 at 07:26 AM. Reason: Forgot to add chmod

-
09-09-2011, 06:56 AM #16Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
I just ran that and it spat out a hello file in documents folder...
Does that mean that this worked?
-
09-09-2011, 07:26 AM #17iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
If you can make it print hello world by running the commands from above, it's working. (Side note: I forgot to add above that you need to chmod the file before executing it, so run that before executing.)
Also, are you using the iPhonos 2.0 headers from this thread, or newer ones from the SDK?
-
09-09-2011, 11:50 AM #18Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
im usng a mix of headers... probably a really bad idea...
and as for the printing hello
i have some problems with ldid, most likely ios5 related.
but ill see if it matters
im usng a mix of headers... probably a really bad idea...
and as for the printing hello
i have some problems with ldid, most likely ios5 related.
but ill see if it matters
EDIT:

Last edited by PathKiller29; 09-09-2011 at 11:59 AM.

-
09-09-2011, 06:03 PM #19iPhone? More like MyPhone
- Join Date
- Sep 2011
- Location
- Australia
- Posts
- 138
- Thanks
- 10
- Thanked 5 Times in 5 Posts
-
09-09-2011, 10:06 PM #20Theme Creator
- Join Date
- Oct 2010
- Location
- file://
- Posts
- 3,568
- Thanks
- 156
- Thanked 1,135 Times in 564 Posts
no clue...




LinkBack URL
About LinkBacks
Reply With Quote

