Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: Boxor HD
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Trying to configure Live Photo Box. I have a 4S and I do not have a folder in /private/var/mobile/Libary/ that is named Media.
...-
01-30-2012, 10:15 PM #4761
Trying to configure Live Photo Box. I have a 4S and I do not have a folder in /private/var/mobile/Libary/ that is named Media.
-
01-31-2012, 02:44 AM #4762
-
01-31-2012, 07:17 AM #4763
Ok, so I've more or less made some progress with this. Thankfully, copypasting did the trick for the most part.
What I'd like to know now, is what part of the weather widget do i have to edit to have the clock show up where the calendar is (like the weather widget from the lockscreen.
Does anyone have any pointers? I've been looking around the thread but found nothing so far
-
01-31-2012, 09:23 AM #4764
-
01-31-2012, 07:53 PM #4765
Does anyone know how I can remove the RSS feed, the live photo widget or facebook/google/twitter panel? As far as I know, they weren't covered in the howtoguide.
Thanks.
-
01-31-2012, 09:55 PM #4766
Use ifile or SSH into your device and go to /var/mobie/Library/Dreamboard/BoxorHD Ceramic White and click the "EXTRA" folder and then click on the "Modified Plist" folder. You will see a plist that says "LiveWeather + BigIcons only.plist" Just copy that plist list and replace it with your Current.plist. Other than that I am not sure how to delete them individually.
Good Luck!
-
The Following User Says Thank You to gjm4jc For This Useful Post:
xCobalt (01-31-2012)
-
01-31-2012, 10:52 PM #4767
Thanks, that works pretty well. The facebook widget is still there but it isn't a big deal.
-
02-01-2012, 08:54 AM #4768
Big Icon Help?
Can somebody that actually has Photoshop take a look and see if they can fix these 4 BigICONS for me? I used GIMP and was unable to edit the existing text layer in the included icon.psd file. They are close, but the text is the wrong color (it is white) on the icons I created. I have attached the icons in a zip. They are for AT&T U-verse, OnStar Remotelink, iSub (Subsonic), & iHog. Any help is extremely appreciated. They are close, but the images I added don't look inset in the frame like the other icons.
-hogfan
-
02-01-2012, 08:50 PM #4769
If you carefully compare the no web widget and big icons only, you can find all the lines to get rid of facebook. They, if i remember correctly, are page 1 and down in the lines that say insert view in Scrollview page 1, can be changed to page2 and so on to combine the two.
I removed page 1 (the web widget) and created a page 5 with the same Scrollview parameters (except page2, page3, ... page6) but I can't seem to have the icons show up on page 6. The page is scrolled to, but not with icons. Any suggestions?Last edited by duqtape; 02-01-2012 at 08:55 PM.
-
02-01-2012, 11:38 PM #4770
hey guy
did you copy the 5 page (or any other) and made it to be a sixth? here is an example:
every page end with: (the example is the end of the fifth page)
</array>
<key>UserInteraction</key>
<true/>
<key>ViewType</key>
<string>View</string>
<key>id</key>
<string>page5</string> (here it will be "page4","page3" etc...)
</dict>
</dict>
--------------------------------
after youll find it just copy this text and change its icons and stuff to you App's
<key>page6</key>
<dict>
<key>Frame</key>
<string>1600,0,320,480</string>
<key>Subviews</key>
<array>
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.iBooks</string>
</array>
<key>Frame</key>
<string>13,77,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/Crash bandicoot.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.youtube</string>
</array>
<key>Frame</key>
<string>165,77,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/GoldenAxe.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch UBI-018-WW</string>
</array>
<key>Frame</key>
<string>13,186,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/princeP.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.tategames.carnivores</string>
</array>
<key>Frame</key>
<string>165,186,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/Dino.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.mobilenotes</string>
</array>
<key>Frame</key>
<string>13,295,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/guitar tuner.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
<dict>
<key>Actions</key>
<array>
<string>launch com.tategames.carnivoresiceage</string>
</array>
<key>Frame</key>
<string>165,295,145,100</string>
<key>Image</key>
<string>$ROOT/SBicons/IA.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
</array>
<key>UserInteraction</key>
<true/>
<key>ViewType</key>
<string>View</string>
<key>id</key>
<string>page6</string>
</dict>
</dict>
-----------------------
under that should be:
<key>Functions</key>
<dict>
<key>ScrollViewDidScroll</key>
<array>
<string>views.Wallpaper.x = get.views.ScrollView.contentOffsetX / -2 - 160</string>
</array>
.........bla bla bla
hope youll understand...
hey guys...what do you think about my "BoxorHD Ceramic White":
first page, instead of the FB,google widget:

regular pages:
Last edited by dom6; 02-01-2012 at 11:58 PM.
-
The Following User Says Thank You to dom6 For This Useful Post:
duqtape (02-06-2012)
-
02-02-2012, 02:25 AM #4771
How do I do this. I downloaded iFile and iExplorer and I have no idea how to find the Current.plist. Can you please help me because my iPod isn't working in the bottom left corner.
-
02-02-2012, 07:56 PM #4772
open iFile and go to /var/mobile/library/Dreamboard/BoxorHD and you will have all the files related to the Boxor HD. The current.plist is there. Open it up and find your bottom dock and change the Bundle ID to "com.apple.mobileipod". It should look like this,
<dict>
<key>Actions</key>
<array>
<string>launch com.apple.mobileipod</string>
</array>
<key>Frame</key>
<string>14,20,40,40</string>
<key>Image</key>
<string>$ROOT/Images/dockiPod.png</string>
<key>ViewType</key>
<string>Button</string>
</dict>
-
02-06-2012, 07:14 AM #4773
I bought this theme and i'm very confused by it.. is there any way to change the apps in the big icons on the first few pages?? I can't find a way anywhere.. because I don't use the Whatsapp, so you hit it and it does nothing.. seems likea wasted icon.. am I missing something??
-
02-06-2012, 11:40 AM #4774
created a few custom icons for my own needs and thought i'd share. i used the "AppTicker" icon someone previously created to make the "Reminders" icon, so credit goes to the original creator. here are the bundle ids for the icons:
GroupMe: com.groupme.iphone-app
Reminders: com.apple.reminders
Instacast: com.vemedio.Instacast


Last edited by m0dmyeye; 02-06-2012 at 01:03 PM.
-
02-06-2012, 01:09 PM #4775
I like you design.
As for adding the icons, I most defiantly have the apps on the fifth page. I've even tried renaming all the pages 1-5 instead of 2-6. Still, no icons on the fifth page. I know I'm missing something somewhere.
Any chance you can take a look at my plist?
Also, I posted last week about my temp showing as 36A° instead of 36°. Any ideas on why that one is?
Thanks.
Well, I got the fifth page to show up. I had closed page 4 with a </dict> and I actually had to remove that second </dict> on page 4 and add it to the bottom of page 5. I knew my mistake was so small I had to find it. Your post helped, thanks so much. I would have never seen that I closed the code too early without comparing line by line what you had posted and what I had.
JenniferLast edited by duqtape; 02-06-2012 at 01:41 PM.
-
02-07-2012, 02:46 AM #4776
-
02-07-2012, 11:44 AM #4777
-
02-08-2012, 07:15 AM #4778
i want to change the stock messages button on the bottom dock to open biteSMS and not the default message app.. how would i go about doing it? thank in advance..
-
02-08-2012, 08:59 PM #4779
-
02-09-2012, 07:00 AM #4780
How do you go about deleting app store apps? Not cydia apps, apple app store apps. Thanks guys.




LinkBack URL
About LinkBacks
Reply With Quote


