Active Topics

 


Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#11
Originally Posted by kainerious View Post
Sorry, do not quite understand. I can get the installer.. Skype for example? I saw your mod in Quicktweak. Thanks.
Once you have installed Tweak KK-3-1,

in terminal as root:

Code:
backdeb -o account-plugin-skype

Edit:

If you want to find the package name of an app; in terminal as root:

Code:
dpkg -l | grep APP_NAME
The packages related to the app will appear then use backdeb to get them...

Last edited by thedead1440; 2012-09-18 at 06:10.
 

The Following 2 Users Say Thank You to thedead1440 For This Useful Post:
farfary's Avatar
Posts: 147 | Thanked: 300 times | Joined on Mar 2012 @ ^^ IRAN ^^ - Tehran :D
#12
Originally Posted by kainerious View Post
Sorry, do not quite understand. I can get the installer.. Skype for example? I saw your mod in Quicktweak. Thanks.
very Thanks for ansewr thedead1440
Yes You can , all app was installed on System ( these app is original app , you can not delet these or find theme with
Code:
dpkg show <packagename>
but you can find theme with
Code:
apt-cache show <packagename>
and for list of package file
Code:
dpkg -L <packagename>
worked
AND a things
some app need depends !
i dont tested these , but when you backdeb a package , dpkg error depends , and now you can install theme with
Code:
apt-get -f install
if apt-get not installed theme, add options " -d "
apt-get downloaded these , now you can install theme with " incept "
only for find the package details i add options for my app , because
the way is deffrent

Last edited by farfary; 2012-09-19 at 18:55.
 

The Following User Says Thank You to farfary For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#13
Originally Posted by thedead1440 View Post
Once you have installed Tweak KK-3-1,

in terminal as root:

Code:
backdeb -o account-plugin-skype
Edit:

If you want to find the package name of an app; in terminal as root:

Code:
dpkg -l | grep APP_NAME
The packages related to the app will appear then use backdeb to get them...
You can use it directly from tweak (after installation of creator)...
Tweak KK-4-3-2
it will ask: "Write the correct SYSTEM package name: "
here just write the name of package, for example:
Code:
account-plugin-skype
and it will create the .deb file...
 

The Following 3 Users Say Thank You to Schturman For This Useful Post:
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#14
On Nokia N9, I need to install "binutils" package so "ar" works.
I've changed the destination directory to "/root/" instead of "/home/user/MyDocs/BackDeb/" by editing the scripts in "/opt/backdeb/".
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
I would prefer it to backup to the mmc partition as it does now so that i can backup how many packages i want without eating up space from the rootfs partition...
 
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#16
Originally Posted by thedead1440 View Post
I would prefer it to backup to the mmc partition as it does now so that i can backup how many packages i want without eating up space from the rootfs partition...
On my N9, everytime I get :
ar: /home/user/MyDocs/BackDeb/<package-name>.deb: Permission denied
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#17
hmmm i have never got that... Maybe Because i am using the version since that was first released and had a modified tar instead of the regular tar... The first page still has links to that tar...I also never installed binutils..

Will test the latest version and report back...
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#18
Thedead1440, its not because of "tar" file, i don't use this file and after installation binutils it work without any problem..
After creating the .deb File, a Latest command is just transfer to user directory:
Code:
devel-su user -c "cp -f /home/.backdebtmp/$package$VERSION\_armel.deb /home/user/MyDocs/BackDeb"

Last edited by Schturman; 2012-09-21 at 04:57.
 

The Following User Says Thank You to Schturman For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#19
Originally Posted by Schturman View Post
Thedead1440, its not because of "tar" file, i don't use this file and after installation binutils it work without any problem..
Thanks

Do you also get the permission denied error as in 4posts above? I've never got that error...
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#20
Yes, i got this when copy command is directly without "devel-su user -c "command""
This is what i edited and added to N9QT..
Work like a charm

Last edited by Schturman; 2012-09-21 at 05:12.
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:31.