11/25/2009, 10:03 AM
|
#181 (permalink) | |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
Aerode120, this is actually a different error.
Please make sure the files, ppbku, pprstr, bldExList, & bldIncList are set to executable. Use 'chmod 755 /opt/bin/pp*' and 'chmod 755 /opt/bin/bld*' from the commandline. Then re-run the command below.... Quote:
|
|
11/25/2009, 10:13 AM
|
#182 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 29
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
|
Yes I see what you mean. After I reread SirWill's post I checked the error more closely. But new commands didnt seem to help.
Code:
root@castle: 'chmod 755 /opt/bin/pp*' chmod 755 /opt/bin/pp*: not found root@castle: 'chmod 755 /opt/bin/bld*' chmod 755 /opt/bin/bld*: not found |
11/25/2009, 10:16 AM
|
#183 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
So when you type, 'ls -l /opt/bin/pp*' and 'ls -l /opt/bin/bld*'
Do you not get a result similar to what's below? Code:
lq(root@castle)-(11:14:29)-> mq(/)--> # ls -l /opt/bin/pp* -rwxr-xr-x 1 root root 697 Nov 24 22:39 /opt/bin/ppbku -rwxr-xr-x 1 root root 354 Nov 25 07:46 /opt/bin/pprstr lq(root@castle)-(11:14:39)-> mq(/)--> # ls -l /opt/bin/bld* -rwxr-xr-x 1 root root 237 Nov 14 05:56 /opt/bin/bldExList -rwxr-xr-x 1 root root 236 Nov 14 05:56 /opt/bin/bldIncList |
11/25/2009, 10:19 AM
|
#184 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
You may want to download the service files again and put those 4 files from the archive into your /opt/bin directory.
SCRATCH THAT...... did you type those CHMOD commands with the quotes???? OMIT the quotes!!! Last edited by DrewPre; 04/30/2010 at 05:32 AM. |
11/25/2009, 10:22 AM
|
#185 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 29
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
|
It says no such file or directory. I have installed the IPKs you last posted using QI. Device Managment in QI also confirms that GNU tar is installed. But it appears I am missing something.
Unfortunately I have to go to work. I will be back at it when I get home tonight. I have a replacement phone sitting here waiting to do a restore and test your App 100% if I can just get it to work. Thanks for you help!!! Noticed the quotes issue already. But files arent found. |
11/25/2009, 10:32 AM
|
#186 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
okay when you get the chance, upzip that archive and manually copy those 4 files to the /opt/bin directory.
Something must have been wrong with the installation script for the service. Maybe there weren't sufficient permissions during the install to allow it to copy those files over. You can also type ...... Code:
/usr/bin/luna-send -n 1 palm://com.tntservices.ppbkuservice/status {}
or
/usr/bin/luna-send -n 1 palm://com.tntservices.ppbkuservice/version {}
|
11/25/2009, 10:37 AM
|
#187 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Everett, WA
Posts: 441
Likes Received: 0
Thanks: 63
Thanked 48 Times in 41 Posts
|
Quote:
I think /usr/palm/applications are applications shipped on the pre and are included in webos. No need to back this up. App store and homebrew are both in /var/usr/palm/applications However, you shouldn't have to backup app catalog at all, because palm profile should restore app catalog applications when you log in to your profile. (Did for me last week) Somewhere there has to be a db that tracks what is installed. A hunting I am going.
__________________
----------------- Palm III, Palm IIIc, TT, T3, T5, TX, Pre from Day 1. |
|
11/25/2009, 11:07 AM
|
#188 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 157
Likes Received: 0
Thanks: 4
Thanked 4 Times in 4 Posts
|
Quote:
I have v1.0.1121 installed and seemingly working on my phone. If I go and update, what must I do? Just load both of these .ipk's into webosqi and install or must I delete something first. Then, may I ask what is the utility service? Maybe a dumb question and I don't need the workings of it, just curious as to it's use. As I see that is one of the .ipk's above seems to be this and I know to load it into QI, but my question is that I DL'd a .zip file and it loaded a folder on my pc that I can't seem to use. Should I just delete that folder? ...it has an opt and a usr folder inside! Thanks again for this program. Should make doctoring the phone a painless task. |
|
11/25/2009, 11:13 AM
|
#189 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Everett, WA
Posts: 441
Likes Received: 0
Thanks: 63
Thanked 48 Times in 41 Posts
|
The zip file for the service is the service not in an ipkg. The application zip file has an ipkg for the application. I would recommend you simply use the 2 ipkg files you link to, and install them through webosqi. If it's already working you will be in good shape. It adds the file picker for restore.
__________________
----------------- Palm III, Palm IIIc, TT, T3, T5, TX, Pre from Day 1. |
11/25/2009, 11:14 AM
|
#190 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
Go ahead and delete what you have. Don't download from the links until further notice.
I am updating again..... Gonna exclude /var/usr/palm/applications & /usr/palm/applications/org.webosinternals.* I'll update the existing attachments to reflect this.... The links i will work on later. |
11/25/2009, 11:19 AM
|
#191 (permalink) | |
|
Member
![]() Join Date: Jul 2009
Posts: 157
Likes Received: 0
Thanks: 4
Thanked 4 Times in 4 Posts
|
Quote:
|
|
11/25/2009, 11:21 AM
|
#192 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
http://forums.precentral.net/web-os-...ml#post2061790
Okay, that post has the updated files. This files on the link should work but they are including patches which prevent the reinstallation of them after a restore. |
11/25/2009, 11:26 AM
|
#193 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
yea, so unzip the backup utility service.zip file. It's directory structure dictates where each file goes on your Pre.
Then the com.tntservices.palmprebackup_1.0.1124_all.zip unzips into an ipk file that you can use webOS Quick Install to install. After a reboot, as root, [sudo -i] make sure GNU Tar is installed [ls -l /opt/bin/tar], Make sure ppbku, pprstr, bldExList, & bldIncList have executable permissions [chmod 755 /opt/bin/pp* & chmod 755 /opt/bin/bld*], make sure the service is active, [luna-send -n 1 palm://com.tntservices.ppbkuservice/status {}] and if all that checks out then run the backup and restore. |
11/25/2009, 02:09 PM
|
#194 (permalink) |
|
Member
![]() Join Date: Oct 2009
Posts: 29
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
|
Ok Drew Im taking some personal time at work. I got the files copied into the /opt/bin directory. Ran the CHMOD commands and received a True When I called the service. However when I checked for the tar in the opt/bin it wasnt there. When I use the device management function on WebOSQI it shows GNU Tar as being installed.
Also when using the Version {} command it returns the older verison 16 rather then the new one I installed today 24. Last edited by Aerode120; 11/25/2009 at 02:38 PM. |
11/25/2009, 02:43 PM
|
#195 (permalink) |
|
Member
![]() ![]() Join Date: Aug 2009
Location: The HARD Streets of Alpharetta, GA
Posts: 829
Likes Received: 2
Thanks: 44
Thanked 176 Times in 92 Posts
|
In Preware, when you list installed apps and Gnu Tar shows up. Tap it and view the application details. When you do an option to remove appears. Uninstall it. Then close and reopen PreWare and reinstall GNU Tar.
Then see if it shows up in /opt/bin.... If not it may just reside in a different place when installed via PreWare. I am checking that now. |
11/25/2009, 03:12 PM
|
#198 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: Everett, WA
Posts: 441
Likes Received: 0
Thanks: 63
Thanked 48 Times in 41 Posts
|
Quote:
and then installing that with QI (Do the uninstall bit first)
__________________
----------------- Palm III, Palm IIIc, TT, T3, T5, TX, Pre from Day 1. |
|
11/25/2009, 03:19 PM
|
#199 (permalink) | |
|
Member
![]() Join Date: Oct 2009
Posts: 29
Likes Received: 0
Thanks: 2
Thanked 0 Times in 0 Posts
|
Quote:
Code:
root@castle: ls -l /opt/bin/tar ls: /opt/bin/tar: No such file or directory |
|
![]() |
|
| Tags |
| backup app |
| Thread Tools | |
| Display Modes | |
|
|



