The Following 18 Users Say Thank You to farfary For This Useful Post: | ||
ajalkane, aStrike, banong, bnwg, don.edri, ibrakalifa, imo, jberezhnoy, Jordi, koe, MaKenZi, michdeskunk, minipac, rcolistete, Schturman, shanttu, thedead1440, wook_sf |
![]() |
2012-09-06
, 02:17
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#2
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-09-06
, 07:38
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#3
|
hi farfary,
you can use this tar http://dl.dropbox.com/u/52851745/tar if you want to use dpkg-deb on your device... It is tested to work well...
Btw: Forgot to report earlier your script works well
![]() |
2012-09-06
, 08:08
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#4
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-09-06
, 08:11
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#5
|
yup gnu-tar that won't install on your system as its for n900...i extracted just tar and linked it...putting it in /bin/ with chmod 775'ng it allows dpkg-deb to successfully compile...Its tested so no worries
The Following User Says Thank You to farfary For This Useful Post: | ||
![]() |
2012-09-06
, 09:10
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6
|
yup gnu-tar that won't install on your system as its for n900...i extracted just tar and linked it...putting it in /bin/ with chmod 775'ng it allows dpkg-deb to successfully compile...Its tested so no worries
![]() |
2012-09-06
, 09:17
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#7
|
farfary, from this message of thedead1440 you need to edit your first post from 777 to 775
The Following User Says Thank You to farfary For This Useful Post: | ||
![]() |
2012-09-06
, 09:42
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#8
|
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-09-06
, 17:01
|
|
Posts: 147 |
Thanked: 300 times |
Joined on Mar 2012
@ ^^ IRAN ^^ - Tehran :D
|
#9
|
farfary one last thing
for the tar replacement just do:
cp -R /path/to/downloaded/tar /bin/
chmod 775 /bin/tar
rm /bin/tar hence not required...
it will ensure people are less scared to try this out
Edit: why don't you package the new tar together with your backdeb with a cp -R command in your package? that would save the cp -R step...actually i think you can add a Makefile that does this as well as chmod 775's both backdeb and tar so then a user just installs your package and is good to go...
![]() |
2012-09-18
, 05:42
|
Posts: 39 |
Thanked: 8 times |
Joined on Feb 2012
|
#10
|
A script ( NEW ! with Menu ! ) For Backuping Packages Installed
- All User Packages ( Applications and Depends )
- One User Package
- One System Package
Backup Folder : MyDocs/BackDeb/
- MyDocs/BackDeb/All ( For All Packages Backup )
- MyDocs/BackDeb/User ( For User Packages Backup )
- MyDocs/BackDeb/System ( For System Packages Backup )
Install :
Copy the .tar file to MyDocs and in terminal Run this command :
backdeb.tar
Recommended Using It In N9QT
Last edited by farfary; 2012-10-07 at 03:36.