webOS Nation Forums >  webOS apps and software >  webOS development > leaked 1.2 working app catalog
leaked 1.2 working app catalog

  Reply
 
LinkBack Thread Tools Display Modes
Old 09/11/2009, 05:16 AM   #1 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default leaked 1.2 working app catalog

No need to worry about this mod anymore leaked 1.2 official app catalog seems to be working now.
----------------------
so with the wave of new apps us 1.2 users cant take advantage of them sadly since the leaked 1.2 app catalog does not work.

But we all know the 1.1 app catalog does work... so extract your 1.1 web os doctor .jar using winrar and then resources folder... and in there extract the webos.tar file and in there extract the nova-cust-image-castle.rootfs.tar.gz

win rar will extract all those file types

inside the \nova-cust-image-castle.rootfs\usr\palm\applications directory you will find the app dir.... com.palm.app.findapps

rename it to com.palm.app.findapps2
inside of it use your favorit editor to change the app id under appinfo.json and the title

so the code should read as
Code:
{
	"title": "App Catalog2",
	"type": "web",
	"main": "index.html",
	"id": "com.palm.app.findapps2",
	"icon": "icon.png",
	"version": "1.0 Beta",
	"vendor": "Palm, Inc.",
	"noWindow": true
}
now save it....

when all done either package up as an ipk and install to your pre or just use winscp sftp and drag and drop it into your palm applications dir. its late. 4am i might clean up instructions friday night going to bed now.
__________________
MatterOfFactJack

Last edited by jack87; 09/17/2009 at 12:05 PM.
jack87 is offline   Reply With Quote
Thanked by awrnsmn, Leathal
Old 09/11/2009, 05:18 AM   #2 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

Quote:
Originally Posted by jack87 View Post
so with the wave of new apps us 1.2 users cant take advantage of them sadly since the leaked 1.2 app catalog does not work.

But we all know the 1.1 app catalog does work... so extract your 1.1 web os doctor .jar using winrar and then resources folder... and in there extract the webos.tar file and in there extract the nova-cust-image-castle.rootfs.tar.gz

win rar will extract all those file types

inside the \nova-cust-image-castle.rootfs\usr\palm\applications directory you will find the app dir.... com.palm.app.findapps

rename it to com.palm.app.findapps2
inside of it use your favorit editor to change the app id under appinfo.json and the title

so the code should read as
Code:
{
	"title": "App Catalog2",
	"type": "web",
	"main": "index.html",
	"id": "com.palm.app.findapps2",
	"icon": "icon.png",
	"version": "1.0 Beta",
	"vendor": "Palm, Inc.",
	"noWindow": true
}
now save it....

when all done either package up as an ipk and install to your pre or just use winscp sftp and drag and drop it into your palm applications dir. its late. 4am i might clean up instructions friday night going to bed now.
great work here dude !!! lol
glad to hear u got it working and running
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 09/11/2009, 09:05 AM   #3 (permalink)
ird
Member
 
Join Date: Jul 2009
Posts: 165
Likes Received: 0
Thanks: 3
Thanked 13 Times in 10 Posts
Default

I was thinking that this would work. I just never got around to trying out 1.2 to see if it did.
ird is offline   Reply With Quote
Old 09/11/2009, 09:38 AM   #4 (permalink)
Member
 
awrnsmn's Avatar
 
Join Date: Aug 2009
Location: Olathe, Ks.
Posts: 676
Likes Received: 0
Thanks: 203
Thanked 76 Times in 59 Posts
Default

I to was looking at this. I was wondering if I take the whole 1.1 folder and put it in, if that would work. Anybody try this yet?
awrnsmn is offline   Reply With Quote
Old 09/11/2009, 09:47 AM   #5 (permalink)
Banned
 
Join Date: Jun 2009
Posts: 1,561
Likes Received: 0
Thanks: 56
Thanked 450 Times in 160 Posts
Default

Have you verified this works? I tried it, following your steps, it shows in my launcher, but it won't launch... The App Catalog 2 icon lights up for a couple seconds, and then nothing.
Elysian893 is offline   Reply With Quote
Old 09/11/2009, 11:45 AM   #6 (permalink)
Member
 
fritos1406's Avatar
 
Join Date: Jul 2009
Posts: 1,307
Likes Received: 1
Thanks: 34
Thanked 462 Times in 187 Posts
Default

yes it does work
__________________

Donate Via Paypal to Email Adress: silent2205@gmail.com
Email: fritos1406@aim.com
Twitter: @fritos1406
fritos1406 is offline   Reply With Quote
Old 09/11/2009, 12:26 PM   #7 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

yes it works perrfectly however I have it in my usr/palm/applications folder... I have not tested in the var2 dir... Works flawlessly... Thatcs exactlyy what I'm doing is putting the whole findapp dir from 1.1 dr into my 1.2 file system. I personally used winscp and d rag and dropped I have not tried the ipk method.
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Old 09/11/2009, 12:31 PM   #8 (permalink)
Member
 
awrnsmn's Avatar
 
Join Date: Aug 2009
Location: Olathe, Ks.
Posts: 676
Likes Received: 0
Thanks: 203
Thanked 76 Times in 59 Posts
Default

Quote:
Originally Posted by jack87 View Post
yes it works perrfectly however I have it in my usr/palm/applications folder... I have not tested in the var2 dir... Works flawlessly... Thatcs exactlyy what I'm doing is putting the whole findapp dir from 1.1 dr into my 1.2 file system. I personally used winscp and d rag and dropped I have not tried the ipk method.
ya, I also use winscp. So why are you having to change the name? Doesn't just putting the folder in work, or am I misunderstanding?

Last edited by awrnsmn; 09/11/2009 at 06:58 PM.
awrnsmn is offline   Reply With Quote
Old 09/11/2009, 12:38 PM   #9 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

I change the name and app ID so it doesn't conflict with the 1.2 app catalog already there.. If you want to compleatly replace the nome working one than you don't have to change the name or app id
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Thanked By: bordenll
Old 09/11/2009, 12:41 PM   #10 (permalink)
Member
 
awrnsmn's Avatar
 
Join Date: Aug 2009
Location: Olathe, Ks.
Posts: 676
Likes Received: 0
Thanks: 203
Thanked 76 Times in 59 Posts
Default

Perfect thank you jack87. I hope they release it soon so we can quit having to tweek 1.2 to get things to work. I guess it will come when it comes.
awrnsmn is offline   Reply With Quote
Old 09/11/2009, 12:48 PM   #11 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

Quote:
Originally Posted by awrnsmn View Post
Perfect thank you jack87. I hope they release it soon so we can quit having to tweek 1.2 to get things to work. I guess it will come when it comes.
sadly i dont think it will be anytime soon
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Old 09/11/2009, 01:03 PM   #12 (permalink)
Banned
 
Join Date: Jun 2009
Posts: 1,561
Likes Received: 0
Thanks: 56
Thanked 450 Times in 160 Posts
Default

Quote:
Originally Posted by jack87 View Post
yes it works perrfectly however I have it in my usr/palm/applications folder... I have not tested in the var2 dir... Works flawlessly... Thatcs exactlyy what I'm doing is putting the whole findapp dir from 1.1 dr into my 1.2 file system. I personally used winscp and d rag and dropped I have not tried the ipk method.
I copied it to /media/internal/ and then copied it manually and recursively to /usr/palm/applications, did all the other steps you mentioned as well... guess I'll have to try a different method...
Elysian893 is offline   Reply With Quote
Old 09/11/2009, 01:12 PM   #13 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

Quote:
Originally Posted by Elysian893 View Post
I copied it to /media/internal/ and then copied it manually and recursively to /usr/palm/applications, did all the other steps you mentioned as well... guess I'll have to try a different method...
maybe you can try removing the current app catalog... place it in internal dir.. and delete it from usr/palm/applications and than move the 1.1 into it to replace it
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Old 09/11/2009, 03:35 PM   #14 (permalink)
Member
 
awrnsmn's Avatar
 
Join Date: Aug 2009
Location: Olathe, Ks.
Posts: 676
Likes Received: 0
Thanks: 203
Thanked 76 Times in 59 Posts
Default

jack87..thanks, it worked great. It is nice to have the app cat. back again. I replaced it with 1.1 and saved the 1.2 file on my computer for easy access when it comes out. It sure beats going back to full 1.1. That's what we call having your cake and eat it to!!
awrnsmn is offline   Reply With Quote
Old 09/11/2009, 06:46 PM   #15 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

Quote:
Originally Posted by awrnsmn View Post
jack87..thanks, it worked great. It is nice to have the app cat. back again. I replaced it with 1.1 and saved the 1.2 file on my computer for easy access when it comes out. It sure beats going back to full 1.1. That's what we call having your cake and eat it to!!
sweet! I am glad it worked enjoy that cake
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Old 09/13/2009, 01:33 AM   #16 (permalink)
Member
 
Join Date: Apr 2009
Posts: 187
Likes Received: 3
Thanks: 10
Thanked 25 Times in 14 Posts
Default

I dragged and dropped via WinSCP, and the app launches, showing the 1.1 fake-load screen, but then returns the same "App Catalog unavailable" message as the 1.2 catalog.
Libb is offline   Reply With Quote
Old 09/13/2009, 11:09 AM   #17 (permalink)
Member
 
Join Date: Apr 2009
Posts: 59
Likes Received: 0
Thanks: 11
Thanked 4 Times in 4 Posts
Default app catalog on webOS 1.2

there is no need to push the old catalog onto 1.2. I accidentally hit the app catalog icon today and IT WORKED! The UI is slightly changed and it seems to be more responsive than the old app catalog, but then again that could also be due to the fact that 1.2 is a lot faster as a whole. i have downloaded 4 apps through the new catalog and they all work.
seekis is offline   Reply With Quote
Old 09/13/2009, 11:12 AM   #18 (permalink)
Member
 
awrnsmn's Avatar
 
Join Date: Aug 2009
Location: Olathe, Ks.
Posts: 676
Likes Received: 0
Thanks: 203
Thanked 76 Times in 59 Posts
Default

Quote:
Originally Posted by seekis View Post
there is no need to push the old catalog onto 1.2. I accidentally hit the app catalog icon today and IT WORKED! The UI is slightly changed and it seems to be more responsive than the old app catalog, but then again that could also be due to the fact that 1.2 is a lot faster as a whole. i have downloaded 4 apps through the new catalog and they all work.
When did it start working. You would be the first with 1.2 to get it to work that I know of. Maybe they are releasing 1.2 now soon if it's working now.
awrnsmn is offline   Reply With Quote
Old 09/13/2009, 12:04 PM   #19 (permalink)
Member
 
jack87's Avatar
 
Join Date: Jun 2009
Location: Salt Lake City, Ut
Posts: 1,225
Likes Received: 9
Thanks: 78
Thanked 179 Times in 128 Posts
Default

1.2 catalog is working!! So there is no need to put the old catalog in 1.2 anymore.
__________________
MatterOfFactJack
jack87 is offline   Reply With Quote
Old 09/13/2009, 12:04 PM   #20 (permalink)
Member
 
Join Date: Apr 2009
Location: Atlanta, GA
Posts: 373
Likes Received: 7
Thanks: 46
Thanked 68 Times in 30 Posts
Default

Confirmed, works for me in 1.2 as well
gtkansan is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0