Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Boxor HD for iPad
is a discussion within theiPad New Skins/Themes Launches
forums, a part of theGeneral iPad
section;It's not a widget - it's simply a large icon that opens the Mail app. You can change the icon to another icon, and you can have the icon open
...-
07-13-2011, 09:44 PM #401My iPhone is a Part of Me
- Join Date
- Aug 2007
- Location
- Wilmington, Delaware, United States
- Posts
- 859
- Thanks
- 198
- Thanked 382 Times in 142 Posts
It's not a widget - it's simply a large icon that opens the Mail app. You can change the icon to another icon, and you can have the icon open any app on your iPad. You simply need to make sure you edit the Current.plist correctly. You can find the instructions in the ReadMe folder.
-
07-13-2011, 09:50 PM #402
Where is the readme folder? Im sorry for all of the newbie questions..Ok for example..the large icon for mail..I want to have my mboxmail app open up instead..how would I edit the Current.plist in order to change that? I assume this Current.plist is located in the same place as the function file
-
07-13-2011, 10:04 PM #403My iPhone is a Part of Me
- Join Date
- Aug 2007
- Location
- Wilmington, Delaware, United States
- Posts
- 859
- Thanks
- 198
- Thanked 382 Times in 142 Posts
SSH into your iPad and navigate to root/DreamBoard/BoxorHD-iPad/README
All the instructions to the things you ask are in there.
Also, something that would be helpful to anyone wanting to change the SBicons would be to download the free app "Appinfo" from Cydia. It can show you the bundle identifier for every app installed on your iPad.
-
07-13-2011, 10:22 PM #404
Ok so I read the readME file about how to replace big icons on springboard and I seriously have NO clue what the heck Im even supposed to do..its really confusing and Im not getting what I even have to change..I have the Current.plist open right now in Notepad and I dont know what I have to change
-
07-13-2011, 11:44 PM #405
Facebook page resize
I changed the facebook advwebview widget url to twitter (mobile) and I can't seem to get the width to wrap within the frame. I changed the scrollview contentwidth integer to 484 (same as frame width) with no success. Am I missing something / going about this the wrong way? Thx in advance
-
07-14-2011, 12:03 AM #406Theme Creator
- Join Date
- Jan 2008
- Location
- Singapore
- Posts
- 2,210
- Thanks
- 764
- Thanked 914 Times in 589 Posts
What you need to do to change the mail icon to open mBoxmail, is
find this lines of code in Current.plist
what you need to do is change the red part only, to get the red part (bundle id) the easiest way is to go to theme's edit mode, and just repeat the step on how you change the icon in Pinned Apps, when a window appear with the list of the apps, find mBoxMail and you see a text below the name of the app, THAT is the BundleID, you need to take down and replace the red part with that (case sensitive, it has to be exactly written as it appears in the list)Code:<dict> <key>Actions</key> <array><string>launch com.apple.mobilemail</string></array> <key>Frame</key><string>2,309,218,150</string> <key>Image</key> <string>$ROOT/SBicons/Mail.png</string> <key>ViewType</key><string>Button</string> </dict>
For your information, you need to edit two parts of the code, you find exactly the same code as the above, one is for portrait and one is for landscape
If you want to fix on how the widget handle the twitter (remove the horizontal scrolling) I'm afraid you can't to that, this is how the Dreamboard works
sorry
iPhone Themes:
FlowBoard - Kassou HD - BoxorHD Widescreen - BoxorHD - BoxorHD Ceramic White - Bookshelf - AsymmetricHD
iPad Themes: Honeypad Pro - HoneyPad Pro Retina - BoxorHD - BoxorHD Retina - Bookshelf - BoxorHD Ceramic White
- All my themes in one Cydia website - open the link from your iDevice
PayPal Donation: [email protected] | Twitter: changroy | HoneyPad Pro
-
07-14-2011, 12:27 AM #407
Hey there sorry for keeping on nagging u with annoying questions..Ok so let me understand this..I have to SSH into the iPad and when I go to Current.plist I have to find this
<dict>
<key>Actions</key>
<array><string>launch com.apple.mobilemail</string></array>
<key>Frame</key><string>2,309,218,150</string>
<key>Image</key>
<string>$ROOT/SBicons/Mail.png</string>
<key>ViewType</key><string>Button</string>
</dict>
and instead of launch com.apple.mobilemail I have to change it to launch com.apple.mboxmail? am I understanding that right..and I guess I have to do that twice..wow wish there was an easier way of doing this, like clicking a button or something, would be So much easier :-)
-
07-14-2011, 12:56 AM #408Theme Creator
- Join Date
- Jan 2008
- Location
- Singapore
- Posts
- 2,210
- Thanks
- 764
- Thanked 914 Times in 589 Posts
iPhone Themes:
FlowBoard - Kassou HD - BoxorHD Widescreen - BoxorHD - BoxorHD Ceramic White - Bookshelf - AsymmetricHD
iPad Themes: Honeypad Pro - HoneyPad Pro Retina - BoxorHD - BoxorHD Retina - Bookshelf - BoxorHD Ceramic White
- All my themes in one Cydia website - open the link from your iDevice
PayPal Donation: [email protected] | Twitter: changroy | HoneyPad Pro
-
07-14-2011, 01:22 AM #409
ThE theme is great just that I was wondering if the Facebook wedgit can be replace by something. The mobile version is kinda funny with it.. And also for ppl who have smart cover. How long does it take to make the whole thing rotates. Just see if I can help on anything or learn some fixing the theme. Great theme btw just want to tweak to fit my style
-
07-14-2011, 01:24 AM #410
Ohhh I see what your saying..Ok so once I find that then I can change it..now how will I be sure that Im changing it for both portrait and landscape mode, since I guess I want it changed for both of them..
-
07-14-2011, 04:39 AM #411
Quote Originally Posted by xX_Dog_Food_Xx View Post
Is that possible, when yes, can please anyone help us out with that?Hey there,
I was curious if someone can tell me how to increase the number of Big icon pages. if anyone has the answer, please don't hesitate to respond. thnx to everybody and thanks to falcon for this masterpiece!
PS: sorry about posting in the other thread, i couldn't find this one.
EDIT: Guys, I cracked it!
I figured out how to add more big icon pages that are scrollable.
To do so, first look for the bigicons key.
under the bigicons key, there is another key that says contentheight.
by default, it is 1528.
the first application has a FrameY of 3.
subtract 1528 by 3 and you get 1525. that is the length of 2 pages.
if you add 1525 on top of the 1528, you should get 3053.
Replace the ContentHeight with 3053, and you will have 4 pages.
IMPORTANT: You can only have an even number of pages.
For reasons unbeknownst to me, any value with a decimal does not load. if you try to have just 1 extra page, it will end up with a number with a .5 at the end. I have personally tested this and it leaves you with a black screen. If you want more pages, you can only have an even number of pages.
As far as I know, the same applies for the landscape version as well.
-
07-14-2011, 06:19 AM #412
how do I change the order of the SBicons? id like my ipod, and settings be in the top 5. i tried copy/paste in current.plist to put youtube in ipod's slot, and vice versa, re-sprung and no dice. thanks again falcon for my bat suit avatar, my theme is looking pretty damn sick so far!
-
07-14-2011, 12:56 PM #413
FINALLY figured out how to change names on those widgets(Or icons, whatever you call them) to show what I want..so I changed the gmail one to mboxmail..and mboxmail does now open, but the icon for gmail is still there..so I need to know what I have to put here
how do I change <string>/DreamBoard/BoxorHD-iPad/SBicons/Gmail.png</string> to mboxmail..do I just get rid of gmail.png
and instead put in mboxmail.png..is that how its done..thanks again for your help!
Oh one more thing..I notice in youtube videos of this theme that the applications folder on the top when opened is really big, a HUGE square box, mine is big but not THAT big just wondering how I Can expand it to make it larger..thanks
-
07-14-2011, 09:04 PM #414
can someone please make me these big icons facetime photobooth & mmi app and contacts thanks in advance.
-
07-14-2011, 09:07 PM #415Theme Creator
- Join Date
- Jan 2008
- Location
- Singapore
- Posts
- 2,210
- Thanks
- 764
- Thanked 914 Times in 589 Posts
You have to make sure mBoxMail.png exist in SBIcons folder (case sensitive) and just change gmail.png to the exact name of the icon name
that should do it
mmi and contacts have already been made, check here http://photobucket.com/BoxorHD
I will make Photobooth for you in awhile
edit: there ya go
Last edited by falcon212; 07-14-2011 at 09:15 PM.
iPhone Themes:
FlowBoard - Kassou HD - BoxorHD Widescreen - BoxorHD - BoxorHD Ceramic White - Bookshelf - AsymmetricHD
iPad Themes: Honeypad Pro - HoneyPad Pro Retina - BoxorHD - BoxorHD Retina - Bookshelf - BoxorHD Ceramic White
- All my themes in one Cydia website - open the link from your iDevice
PayPal Donation: [email protected] | Twitter: changroy | HoneyPad Pro
-
07-14-2011, 10:03 PM #416
Hey bro, so tomorrow is Friday
so where is the teaser for BoxorHD for iPad Ceramic White? Lol

-
07-14-2011, 10:24 PM #417
Thank you I looked on photo bucket but no FaceTime can you make this last one thank you again.
-
07-15-2011, 12:02 AM #418
Thank you so much for responding to me. I am sorry to be such a nuisance with this but what is the SBIcons folder? Is that the applications folder or the pinned apps folder? So I just write down exactly how the app is called in the SBIcons folder folder and change gmail.png to that? Wait..Ok edit this post..is the SBIcons folder what I SSH into the iPad..I think I saw an SBIcons folder in there
-
07-15-2011, 01:55 AM #419Theme Creator
- Join Date
- Jan 2008
- Location
- Singapore
- Posts
- 2,210
- Thanks
- 764
- Thanked 914 Times in 589 Posts
Promise is a promise


there ya go

more icons: http://photobucket.com/BoxorHDLast edited by falcon212; 07-15-2011 at 01:59 AM.
iPhone Themes:
FlowBoard - Kassou HD - BoxorHD Widescreen - BoxorHD - BoxorHD Ceramic White - Bookshelf - AsymmetricHD
iPad Themes: Honeypad Pro - HoneyPad Pro Retina - BoxorHD - BoxorHD Retina - Bookshelf - BoxorHD Ceramic White
- All my themes in one Cydia website - open the link from your iDevice
PayPal Donation: [email protected] | Twitter: changroy | HoneyPad Pro
-
The Following User Says Thank You to falcon212 For This Useful Post:
AuStynburg (07-15-2011)
-
07-15-2011, 06:19 AM #420




LinkBack URL
About LinkBacks
Reply With Quote

