Reply
Thread Tools
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#5361
Tryed run tweak x, backdeb, but MyDocs/BackDeb/All folder is empty.

Code:
X


Create .deb package from already installed app
For Exit, just press Enter...

Options:
1. Create .deb package
2. Install all backuped apps
----------------------------
3. Uninstall package creator

Choose a numbers separated by 1 space: 1

Create .deb package.

ar not installed, trying to install...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  binutils-doc
The following NEW packages will be installed
  binutils
0 upgraded, 1 newly installed, 0 to remove and0 not upgraded.
Need to get 3,010kB of archives.
After this operation, 8,700kB of additional disk space will be used.
Get: 1 https://downloads.maemo.nokia.com ./ binutils 2.19.51.20090709-0maemo10+0m6 [3,010kB]
Fetched 3,010kB in 11s (254kB/s)
Aegis rejecting /var/cache/apt/archives/binutils_2.19.51.20090709-0maemo10+0m6_armel.deb: package 'binutils' origin cannot be determined  --signature check failed
aegis aborting dpkg -- all listed package files rejected
Compilation failed in require.
Updating desktop entries... Done
E: Sub-process /usr/bin/dpkg returned an errorcode (255)
/opt/N9QTweak/Tweaks/TweakX: line 37: xexit: command not found

-----------------------------------------------
##### Backup Scripts N9 Harmattan Pr 1.3 ######
-----------------------------------------------
### By Farhad A. ( Maemo.org ID : Farfary ) ###
-----------------------------------------------
>> Backup >> Package >> -----------------------

> A: Backup All User Packages Installed since
  from first Use Of Mobile (After last flashed,
  if you are flashed it)

> O: Backup a Orig Package
  Orig package or System Orginal Package

> U: Backup a User Installed Package
  User Installed Package with dpkg/filemanagers

-----------------------------------------------

Choose letter or press Enter for exit: A

......

----------------------------------------- -----
End
-----------------------------------------------

Backup Finished !

All .deb Saved in MyDocs/BackDeb/All
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5362
Binutils not installed on your phone, don't know why it rejected.
 
Posts: 108 | Thanked: 77 times | Joined on Jul 2012
#5363
I think this feature shoul be a part of n9 quick tweak:
Controlling how long a network should stay connected in 'ídle' mode!

i do this through therminal:
gconftool-2 -s /system/osso/connectivity/network_type/default_idle_timeout -t int 300

The value 300 means 5 minutes. Default value is 60.
__________________
I Hope i Pissed you OFF

Just a 'normal' guy who Loves N9
Twittter: https://twitter.com/MunimZahid
Facebook: https://www.facebook.com/ModestAtTheTop
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#5364
Originally Posted by Schturman View Post
Binutils not installed on your phone, don't know why it rejected.
Installing from tweak not working, but dpkg -i works.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5365
Originally Posted by MK99 View Post
Installing from tweak not working, but dpkg -i works.
For me it worked, it's just simple command apt-get install... Maybe when you tried something happens to internet connection or something... Don't know why it not worked for you...
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#5366
Originally Posted by Schturman View Post
For me it worked, it's just simple command apt-get install... Maybe when you tried something happens to internet connection or something... Don't know why it not worked for you...
Running sh /opt/N9QTweak/Tweaks/TweakX or apt-get install binutils as root, it works fine.
But normally choose tweak X, it doesn't.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5367
Originally Posted by MK99 View Post
Running sh /opt/N9QTweak/Tweaks/TweakX or apt-get install binutils as root, it works fine.
But normally choose tweak X, it doesn't.
Look at this:
Code:
~ # apt-get remove --purge binutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED
  binutils*
0 upgraded, 0 newly installed, 1 to remove and0 not upgraded.
After this operation, 8,700kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 42414 files and directories currently installed.)
Removing binutils ...
Purging configuration files for binutils ...
Processing triggers for applauncherd-launcher ...
aegis uninstalling binutils
Updating desktop entries... Done
~ #
and this:
Code:
Options:
1. Create .deb package
2. Install all backuped apps
----------------------------
3. Uninstall package creator

Choose a numbers separated by 1 space: 1

Create .deb package.

ar not installed, trying to install...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  binutils-doc
The following NEW packages will be installed
  binutils
0 upgraded, 1 newly installed, 0 to remove and0 not upgraded.
Need to get 3,010kB of archives.
After this operation, 8,700kB of additional disk space will be used.
Fetched 3,010kB in 11s (264kB/s)
Selecting previously deselected package binutils.
(Reading database ... 42274 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.19.51.20090709-0maemo10+0m6_armel.deb) ...
aegis-installing binutils (from 'com.nokia.maemo')
Processing triggers for applauncherd-launcher ...
Setting up binutils (2.19.51.20090709-0maemo10+0m6) ...
Updating desktop entries... Done

-----------------------------------------------
##### Backup Scripts N9 Harmattan Pr 1.3 ######
-----------------------------------------------
### By Farhad A. ( Maemo.org ID : Farfary ) ###
-----------------------------------------------
>> Backup >> Package >> -----------------------

> A: Backup All User Packages Installed since
  from first Use Of Mobile (After last flashed,
  if you are flashed it)
From what you can see, no problem at all...

Command that I use in this tweak:
Code:
        [1] ) echo -e "${YELLOW}Create .deb package.${NORMAL}"
      echo ""
        if [ ! -f /opt/backdeb ]; then
          cp -rf /opt/N9QTweak/CreateDeb/* /
          if [ ! -f /usr/bin/ar ]; then
          echo "ar not installed, trying to install..."
            pkill pkgmgrd
            rm /var/lib/dpkg/lock
          apt-get install binutils || xexit "${BGRED}Failed to install ar, exiting...${NORMAL}" 11
          apt-get clean
        fi
           echo ""
            sh /opt/backdeb/backdeb.sh
      else
           echo ""
            sh /opt/backdeb/backdeb.sh
       fi
Do you have Open Mode ?
 
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#5368
Incepted.
I also compare those and i dont see differense. I tryed many ways, but allways same. Installation doesnt start from tweak X. Uninstalled, reinstalled, chmod many numbers...no help.
If anyone else doesnt report this, for me you dont need to do changes. But if you want....
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5369
OK... Like I say before i don't need to change anything here...
Only one thing, I forgot to add this parameter:
Code:
xexit()
{
	echo -e $1
	exit $2
}
In this case it just not continue if you phone can't install it, you should see message: "Failed to install ar, exiting..." and it jump to the end of N9QT...
I will add it to the next version...
 

The Following User Says Thank You to Schturman For This Useful Post:
MK99's Avatar
Posts: 644 | Thanked: 480 times | Joined on Jul 2012 @ Finland
#5370
Originally Posted by Schturman View Post
I found a small mistake in tweak F-7. Version 9.5.9 repackaged and reuploaded.
Reinstall from tweak UU or first post.
Newest version loses meecast from lockscreen.
 
Reply

Tags
hebrew vkb, n9 qtweak, n9 quick tweak, n9 quicktweak, root-ssh


 
Forum Jump


All times are GMT. The time now is 01:17.