Thread: How To Make A Cydia Repository
-
02-13-2009, 09:42 AM #61My iPhone is a Part of Me
- Join Date
- Jun 2007
- Location
- Arizona
- Posts
- 659
- Thanks
- 39
- Thanked 103 Times in 78 Posts
Sorry, I meant the sections and sources icons. But thanks PF.
Based on the instructions on page 3, I'm guessing we just make a whole new package and those icons will not show up until you have installed at least one thing from your own repo so it will drag those other icons along with it for install. Then when you go to install your second package, the sections and sources icons will display at that point.I write Mac only tutorials for the iPhone and own every model. My iPhones run on the following SIMs/networks: AT&T, GoPhone, H2O, O2, SimpleMobile, T-Mobile and Verizon.
-
02-13-2009, 10:10 AM #62Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,145
- Thanks
- 497
- Thanked 4,462 Times in 1,102 Posts
Ah - yah, you are correct. If your source isn't default in Cydia (those icons are included in the Cydia package itself), then you'll need to have your icons as a package, which each of your packages depends on - that way if they install anything, they get your repo icon as well.
-
02-13-2009, 11:59 AM #63
Um.....
I just used this guide to create a cydia repo and it seems that i get no packages listed. the url is Index of / can anyone help me? Thanks.
-
02-14-2009, 06:46 PM #64My iPhone is a Part of Me
- Join Date
- Jun 2007
- Location
- Arizona
- Posts
- 659
- Thanks
- 39
- Thanked 103 Times in 78 Posts
Instead of using a subdomain, how about just a folder? I don't know if that would solve your issue, but that's how I'm doing it. If the very nice guide on page 1 doesn't help, check out my guide, it's done in a different way and maybe you'll be able to follow along easier.
I write Mac only tutorials for the iPhone and own every model. My iPhones run on the following SIMs/networks: AT&T, GoPhone, H2O, O2, SimpleMobile, T-Mobile and Verizon.
-
The Following User Says Thank You to exNavy For This Useful Post:
PotatoHead (06-10-2009)
-
02-14-2009, 08:33 PM #65Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,145
- Thanks
- 497
- Thanked 4,462 Times in 1,102 Posts
Or the one in our wiki.
-
02-16-2009, 03:10 AM #66What's Jailbreak?
- Join Date
- Oct 2008
- Location
- Eindhoven, Netherlands
- Posts
- 14
- Thanks
- 0
- Thanked 4 Times in 4 Posts
You state "Components: Main" in your Release file, but do not have a main/ directory... I'm sure you'll see what goes wrong when you check your webserver logs ;-)
-
02-17-2009, 08:07 PM #67
can't find where mu log would be. Oh and what would i change it to?
EDIT:
I did find these:
Code:[Wed Feb 18 02:01:30 2009] [error] [client 96.235.8.131] File does not exist: /home/ndcxnet/addon/thelite/apt/Release.gpg and [Wed Feb 18 02:01:21 2009] [error] [client 96.235.8.131] File does not exist: /home/ndcxnet/addon/thelite/apt/Packages.bz2
Last edited by ctran; 02-17-2009 at 08:11 PM.
-
02-20-2009, 03:51 AM #68
i got an error "bash: ./dpkg-scanpackages: Permission denied"
when i try to do "./dpkg-scanpackages -m ./dev/null >Packages"
any suggestion?
i use Ubuntu OS
-
02-24-2009, 05:08 PM #69
When I put my source in Cydia, I get a message about some bzip2-things.
And when I get the message "Complete. Return to Cydia", and I press at my source, it is nothing there! I have put a app and a theme there, but it is nothing there! I did all the steps!!
What should I do?
My source: isimagan.co.nr/repoLast edited by isimagan; 02-25-2009 at 01:52 AM.
-
02-28-2009, 12:35 AM #70
-
02-28-2009, 12:11 PM #71
Excellent, well written guide. But after reading thorugh the thread and double checking my process, I get the following error when attempting to install my theme-
HTTP:1. 401 error or something like that, and the second time, I got Host unreachable.
Anyone?iPhone 4- I'll start theming again
-
03-02-2009, 03:59 AM #72What's Jailbreak?
- Join Date
- Oct 2008
- Location
- Eindhoven, Netherlands
- Posts
- 14
- Thanks
- 0
- Thanked 4 Times in 4 Posts
Not sure if you have a copy of dpkg-scanpackages in your local dir, instead of just using the system-wide installed version from ubuntu's dpkg-dev package, but it's probably not the right mode.
Drop the "./" in front of "dpkg-scanpackages" and separate the "." in front of "/dev/null" with a space (they are 2 different arguments to dpkg-scanpackages.Last edited by marcolz; 03-04-2009 at 03:41 AM.
-
03-02-2009, 05:58 PM #73
i get this message all the time:
Sub-process bzip2 returned an error code (2)
what should i do? i use bzip2Last edited by isimagan; 03-10-2009 at 12:24 PM.
-
03-03-2009, 03:44 PM #74
well i have allmost the same problem as deth here ...
when i try to do step 17 :
i get in return the error :Code:dpkg-scanpackages -m . /dev/null -->Packages
when i cheack it i see the file null is there for sure .Code:Binary dir /dev/null not found
i'm using ubuntu 8.04 with dpkg installed.
ty for any help guy
liraz
-
04-03-2009, 10:37 PM #75
Got an update! Try this out guys!
[ame=http://www.ipodtouchfans.com/forums/showthread.php?t=165207][RELEASE] Cydia Package Maker [MAC] - iPod touch Fans forum[/ame]
-
04-12-2009, 02:27 PM #76
Oh yah, if you have the downloaded dpkg-scanpackages, put it in the repo folder and execute this:
./dpkg-scanpackages -m . /dev/null > Packages
Instead of:
dpkg-scanpackages -m . /dev/null > Packages
The ./ symbolizes that there is a file called that name that will execute
-
04-26-2009, 04:20 AM #77
Anyone figure out how to add a USERNAME and PASSWORD to your repo? So that when users add your repo they need a username and password. Similar to logging in via FTP etc.
-
05-22-2009, 10:45 AM #78
-
06-02-2009, 11:17 AM #79
when i run the terminal command dpkg-deb -b terminal says: dpkg-deb -b MyProgram
/sw/bin/dpkg-deb: failed to open package info file `MyProgram/DEBIAN/control' for reading: No such file or directory
-
06-08-2009, 02:25 AM #80What's Jailbreak?
- Join Date
- Oct 2008
- Location
- Eindhoven, Netherlands
- Posts
- 14
- Thanks
- 0
- Thanked 4 Times in 4 Posts



LinkBack URL
About LinkBacks
Reply With Quote



Just one more question. Right now I have one deb in my repository. Let's say it's an app. Say I want to add another app. Do I just drop in the new into the debs folder, and skip a line and update the existing packages file? Thanks again!