webOS Nation Forums >  webOS smartphones (Pre, Pixi, Veer) >  Palm Pre and Pre Plus > What I have done to keep the app catalog after flashing the 1.2.1 firmware
What I have done to keep the app catalog after flashing the 1.2.1 firmware

  Reply
 
LinkBack Thread Tools Display Modes
Old 11/15/2009, 05:54 PM   #21 (permalink)
Member
 
Join Date: Oct 2009
Location: Portugal
Posts: 305
Likes Received: 1
Thanks: 86
Thanked 42 Times in 23 Posts
Default

After all this can I delete the files?

And how can I reverse if something goes wrong? (Using sprint 1.3.1)
glorifiedg is offline   Reply With Quote
Old 11/16/2009, 04:32 AM   #22 (permalink)
Member
 
Join Date: Oct 2009
Posts: 44
Likes Received: 0
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Quote:
Originally Posted by glorifiedg View Post
After all this can I delete the files?

And how can I reverse if something goes wrong? (Using sprint 1.3.1)
I am not a linux guy, but as far as my understanding goes with the commands,We are installing the 3 ipks and then you copy the directory "com.palm.app.findapps" to "/usr/palm/applications/"

But as I already told you I am not a linux guy, so please leave the copied files there itself as I have left it. Also I have tried this with 1.2.1 and 1.3.1 and Nothing goes wrong! So no need to worry
chander is offline   Reply With Quote
Thanked By: glorifiedg
Old 11/16/2009, 06:20 AM   #23 (permalink)
Formerly Shadow-360
 
Adam Carr's Avatar
 
Join Date: Oct 2009
Posts: 664
Likes Received: 0
Thanks: 52
Thanked 344 Times in 116 Posts
Default

Quote:
Originally Posted by glorifiedg View Post
After all this can I delete the files?

And how can I reverse if something goes wrong? (Using sprint 1.3.1)
Yes you can delete the files.

And yes you can reverse, to do this follow the same process but use the files from the sprint WebOS doctor instead.
Adam Carr is offline   Reply With Quote
Thanked by glorifiedg, VasTheGreek
Old 11/16/2009, 06:23 AM   #24 (permalink)
Member
 
Join Date: Oct 2009
Posts: 44
Likes Received: 0
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Quote:
Originally Posted by Shadow-360 View Post
Yes you can delete the files.

And yes you can reverse, to do this follow the same process but use the files from the sprint WebOS doctor instead.

Thanks for the wornderful tip Shadow.

Chander
chander is offline   Reply With Quote
Old 11/23/2009, 05:57 AM   #25 (permalink)
Banned
 
Join Date: Nov 2009
Posts: 5,049
Likes Received: 96
Thanks: 1,060
Thanked 2,486 Times in 1,669 Posts
Default

This works like a charm!
GuyFromNam is offline   Reply With Quote
Old 11/23/2009, 06:12 AM   #26 (permalink)
Member
 
Join Date: Nov 2009
Location: Germany - @silentguy
Posts: 65
Likes Received: 2
Thanks: 5
Thanked 3 Times in 3 Posts
Default

Hm, any chance of anybody automating this process? e.g. a program (WebOSQuickInstall?) that lets you choose which app store you want and then change it? I could imaging that there are a lot of people out there that want their 1.1.3 app store back on their 1.3.1 pre cause they removed lots of apps :-(
And I have the feeling that a lot of people would prefer a "choose and click" solution instead of "extract and copy and start under linux ..." solution...

Hm, is there a thread to request features for WebOSQuickInstall?
silentguy is offline   Reply With Quote
Old 11/23/2009, 08:42 AM   #27 (permalink)
Member
 
Join Date: Oct 2009
Location: Portugal
Posts: 305
Likes Received: 1
Thanks: 86
Thanked 42 Times in 23 Posts
Default

What about now that O2 1.3.1 is out? Does some one knows how to do this on sprint 1.3.1 using the new catalog from O2 1.3.1?
glorifiedg is offline   Reply With Quote
Old 11/25/2009, 04:38 AM   #28 (permalink)
Member
 
Join Date: Oct 2009
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 7 Times in 2 Posts
Default It work !

Hi everybody... I tried and i have the app catalog.

I extract files from european firmware 1.1.3

1)download the file: RapidShare: 1-CLICK Web hosting - Easy Filehosting

2)extract on your computer (winrar...or something like that)

3)copy all the files on your Pre in (usb mode)

4) install terminal on your Pre (preware)

5) reboot your Pre

6) Launch terminal

7) write command : (be carrefull with spaces)

mount / -oremount,rw
cd /media/internal
/usr/bin/ipkg -o /var install ./1.ipk
/usr/bin/ipkg -o /var install ./2.ipk
/usr/bin/ipkg -o /var install ./3.ipk
cp -Rf com.palm.app.findapps /usr/palm/applications/
reboot

8) now you have 161 apps!

work in switzerland

Last edited by dleira; 11/25/2009 at 04:48 AM.
dleira is offline   Reply With Quote
Old 11/25/2009, 05:40 AM   #29 (permalink)
Member
 
Join Date: Oct 2009
Posts: 62
Likes Received: 0
Thanks: 5
Thanked 5 Times in 4 Posts
Default

Confirm working with 1.3.1 (italian).
chrispazz is offline   Reply With Quote
Old 11/25/2009, 08:37 AM   #30 (permalink)
Member
 
VasTheGreek's Avatar
 
Join Date: Oct 2009
Posts: 575
Likes Received: 22
Thanks: 119
Thanked 26 Times in 24 Posts
Default

Quote:
Originally Posted by dleira View Post

mount / -oremount,rw
cd /media/internal
/usr/bin/ipkg -o /var install ./1.ipk
/usr/bin/ipkg -o /var install ./2.ipk
/usr/bin/ipkg -o /var install ./3.ipk
cp -Rf com.palm.app.findapps /usr/palm/applications/
reboot
I am assuming when you say 1/2/3.ipk you actually mean
audiod-config-eu_1.0-5_castle.ipk
palmcustomizationinfo-wr_1.0-100_all.ipk
sweatshop-wr-castle_1.0-13_armv7.ipk
right?

What is the original dir if you wish to mount it back?
VasTheGreek is offline   Reply With Quote
Old 11/25/2009, 08:43 AM   #31 (permalink)
Formerly Shadow-360
 
Adam Carr's Avatar
 
Join Date: Oct 2009
Posts: 664
Likes Received: 0
Thanks: 52
Thanked 344 Times in 116 Posts
Default

Quote:
Originally Posted by VasTheGreek View Post
I am assuming when you say 1/2/3.ipk you actually mean
audiod-config-eu_1.0-5_castle.ipk
palmcustomizationinfo-wr_1.0-100_all.ipk
sweatshop-wr-castle_1.0-13_armv7.ipk
right?

What is the original dir if you wish to mount it back?
Yes.

I could probably help you, but not quite show what you mean by whats the original dir if you wish to remount, elaborate?
Adam Carr is offline   Reply With Quote
Old 11/25/2009, 09:30 AM   #32 (permalink)
Member
 
VasTheGreek's Avatar
 
Join Date: Oct 2009
Posts: 575
Likes Received: 22
Thanks: 119
Thanked 26 Times in 24 Posts
Default

Quote:
Originally Posted by Shadow-360 View Post
Yes.

I could probably help you, but not quite show what you mean by whats the original dir if you wish to remount, elaborate?
Sorry my bad... I thought we were copying a blank directory by doing this "cp -Rf com.palm.app.findapps /usr/palm/applications/"

I don't know where my eyes were earlier on when I unpacked the rar file. I looked again and I saw that we are replacing the catalog application.

Are we losing any major fixes by doing so? Do you know?
Thanks
Vas
VasTheGreek is offline   Reply With Quote
Old 11/25/2009, 09:57 AM   #33 (permalink)
Formerly Shadow-360
 
Adam Carr's Avatar
 
Join Date: Oct 2009
Posts: 664
Likes Received: 0
Thanks: 52
Thanked 344 Times in 116 Posts
Default

Quote:
Originally Posted by VasTheGreek View Post
Sorry my bad... I thought we were copying a blank directory by doing this "cp -Rf com.palm.app.findapps /usr/palm/applications/"

I don't know where my eyes were earlier on when I unpacked the rar file. I looked again and I saw that we are replacing the catalog application.

Are we losing any major fixes by doing so? Do you know?
Thanks
Vas
Nahh its fine.

When you do cd /media/internal/ you are moving into that directory so any actions performed are using the files there (in this case it was the app catalog app which we moved to usb/internal)

As for as i can see no, didnt notice any bugs anyway, all we are doing is everting to the 1.1.3 catalog which gave access to all free apps (inc U.S).
Adam Carr is offline   Reply With Quote
Old 11/25/2009, 10:27 AM   #34 (permalink)
Member
 
Join Date: Nov 2009
Location: Dusseldorf, Germany
Posts: 50
Likes Received: 0
Thanks: 10
Thanked 1 Time in 1 Post
Default

rapidshare not working
chowdarygm is offline   Reply With Quote
Old 11/25/2009, 02:47 PM   #35 (permalink)
Member
 
Walhalla2k's Avatar
 
Join Date: Nov 2009
Location: Prague, CzechRepublic
Posts: 342
Likes Received: 2
Thanks: 139
Thanked 20 Times in 20 Posts
Default

please, you have uploaded it to a free rapidshare account and it only alows you to download the file ten times. could you upload it somewhere else.. or somebody who already downloaded it?
Walhalla2k is offline   Reply With Quote
Old 11/25/2009, 03:03 PM   #36 (permalink)
Formerly Shadow-360
 
Adam Carr's Avatar
 
Join Date: Oct 2009
Posts: 664
Likes Received: 0
Thanks: 52
Thanked 344 Times in 116 Posts
Default

Here you go.

EU App catalog 1.1.3 - You need this one for the method <--

_http://www.mediafire.com/file/ezomtzuomxd/App Catalog 1.1.3 -[360].zip

EU App catalog 1.3.1 - If you wish to reverse the process and get original App catalog back use this:

_http://www.mediafire.com/file/2mzqnjfomaz/1.3.1 App Catalog -[360].zip

Last edited by Adam Carr; 11/25/2009 at 03:11 PM.
Adam Carr is offline   Reply With Quote
Old 11/25/2009, 03:44 PM   #37 (permalink)
Member
 
Join Date: Nov 2009
Location: Dusseldorf, Germany
Posts: 50
Likes Received: 0
Thanks: 10
Thanked 1 Time in 1 Post
Default

it worked on german palm pre on O2.... thank you i can see 161 apps
chowdarygm is offline   Reply With Quote
Old 11/25/2009, 04:03 PM   #38 (permalink)
Member
 
Walhalla2k's Avatar
 
Join Date: Nov 2009
Location: Prague, CzechRepublic
Posts: 342
Likes Received: 2
Thanks: 139
Thanked 20 Times in 20 Posts
Default

and for those who prefere it on rapidshare - the shadow-360 files reuploaded

RapidShare: 1-CLICK Web hosting - Easy Filehosting
Walhalla2k is offline   Reply With Quote
Old 11/25/2009, 04:19 PM   #39 (permalink)
Member
 
VasTheGreek's Avatar
 
Join Date: Oct 2009
Posts: 575
Likes Received: 22
Thanks: 119
Thanked 26 Times in 24 Posts
Default

Quote:
Originally Posted by Shadow-360 View Post
Here you go.

EU App catalog 1.1.3 - You need this one for the method <--

_http://www.mediafire.com/file/ezomtzuomxd/App Catalog 1.1.3 -[360].zip

EU App catalog 1.3.1 - If you wish to reverse the process and get original App catalog back use this:

_http://www.mediafire.com/file/2mzqnjfomaz/1.3.1 App Catalog -[360].zip
Just playing Devil's Advocate here....
I am assuming that the 1.1.3 files are from the GSM image.
Why didn't we use the app files from 1.2.1 Sprint version?
Anyone tried that?

Vas
VasTheGreek is offline   Reply With Quote
Old 11/25/2009, 04:30 PM   #40 (permalink)
Formerly Shadow-360
 
Adam Carr's Avatar
 
Join Date: Oct 2009
Posts: 664
Likes Received: 0
Thanks: 52
Thanked 344 Times in 116 Posts
Default

Quote:
Originally Posted by VasTheGreek View Post
Just playing Devil's Advocate here....
I am assuming that the 1.1.3 files are from the GSM image.
Why didn't we use the app files from 1.2.1 Sprint version?
Anyone tried that?

Vas
When i flashed to 1.2.1 Sprint, i only had around 20-30 apps for some reason, thats why =P. Using 1.2.1 defies the whole purpose of this thread.

Reverting back to 1.1.3 EU gave me 160+ apps.
Adam Carr is offline   Reply With Quote
Thanked By: Eshmael
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0