webOS Nation Forums
> webOS smartphones (Pre, Pixi, Veer)
> webOS tips, information, and resources
>
Palm Pre Faq: A Newbie Guide to Your WebOS Device!!! Welcome.
1 2 3
4 5 6
When I get to
Originally Posted by :
Step 15: # cp -rf com.appyouwant.tobackup /media/internal/ (press enter)
I seem to be getting a "not found" response in terminal. I tried different spacing and still got the same message. Am I to assume that "appyouwant.tobackup" is supposed to be replaced by that actual name of the app that I'm backing up? The thing is that I copied the entire app folder in the first set of instuctions because I want them all back (hassle free.) Am I mistaken?
I will be replacing my Pre tomorrow and want to know what is the best way (or only way) to use this backup file to restore my new Pre to that of my old one. I was thinking that I could copy the entire contents of my Pre USB (including back-up file created once I figure out the above paragraph) onto my desktop, then when I plug in my new Pre, I would wipe out it's contents and copy over the old usb folder (the one with the back-up in it.) Is that all I need to do... or do I need to "restore" the file with Preware or something. Dcar96 seems to be implying that simply placing the back-up file on the new pre is all that is needed, but he never elaborated on how he got it working "perfectly." I'm mainly worried about MiFi Hotspot since that was kinda a pain to install (for me.) Are the assumptions that I'm making correct, or am I missing something?
Member:
sketch42
at: 11:21 PM 02/03/2010
Originally Posted by aairman23:
When I get to
I seem to be getting a "not found" response in terminal. I tried different spacing and still got the same message. Am I to assume that "appyouwant.tobackup" is supposed to be replaced by that actual name of the app that I'm backing up? The thing is that I copied the entire app folder in the first set of instuctions because I want them all back (hassle free.) Am I mistaken?
I will be replacing my Pre tomorrow and want to know what is the best way (or only way) to use this backup file to restore my new Pre to that of my old one. I was thinking that I could copy the entire contents of my Pre USB (including back-up file created once I figure out the above paragraph) onto my desktop, then when I plug in my new Pre, I would wipe out it's contents and copy over the old usb folder (the one with the back-up in it.) Is that all I need to do... or do I need to "restore" the file with Preware or something. Dcar96 seems to be implying that simply placing the back-up file on the new pre is all that is needed, but he never elaborated on how he got it working "perfectly." I'm mainly worried about MiFi Hotspot since that was kinda a pain to install (for me.) Are the assumptions that I'm making correct, or am I missing something?
The main purpose i posted the method of backing up apps, was because i lost my paid apps when i switched devices, so this is how to backup all your applications.. just in case you lose your apps .
as far as patches are concerned just install them through preware..
as far as mobile hotspot im not really quite sure the issues you had, but you need to reinstall it ... especially if you're getting a new device.
So...as per you instructions (which I assumed was talking about backing up "homebrew apps"), I was able to create an "applications" folder on my Pre's USB. When I open it up, it appears to contain folders of all the apps that I have currently installed (including Homebrews, patches, & Mobile Hotspot) So when I get my new Pre and let the cloud do its thing as far as re-installing all my official apps...will I be able to drag the folders of the missings apps(from the back-up folder you helped me create) on my new Pre, and have them show up in my launcher?
I understand that I can just re-install patches and mobile hotspot via Preware/Quickinstall, but I would have to go and find everything again...since I didn't save the IPKs and they are not contained in the newly created "application" folder on USB.
I guess my ignorance is making this "back-up-thing" more of a hassle then just starting over with re-installing everything from scratch. I guess I was thinking that this would be and easy way of cloning all my paid and homebrew apps currently in my launcher. Pipe dream?
Member:
sketch42
at: 11:56 PM 02/03/2010
Originally Posted by aairman23:
So...as per you instructions (which I assumed was talking about backing up "homebrew apps"), I was able to create an "applications" folder on my Pre's USB. When I open it up, it appears to contain folders of all the apps that I have currently installed (including Homebrews, patches, & Mobile Hotspot) So when I get my new Pre and let the cloud do its thing as far as re-installing all my official apps...will I be able to drag the folders of the missings apps(from the back-up folder you helped me create) on my new Pre, and have them show up in my launcher?
I understand that I can just re-install patches and mobile hotspot via Preware/Quickinstall, but I would have to go and find everything again...since I didn't save the IPKs and they are not contained in the newly created "application" folder on USB.
I guess my ignorance is making this "back-up-thing" more of a hassle then just starting over with re-installing everything from scratch. I guess I was thinking that this would be and easy way of cloning all my paid and homebrew apps currently in my launcher. Pipe dream?
im sorry if my instructions gave the impression that it would be easier to backup your homebrew and patches and leave them on your USB drive for easy reinstallation.. im updating the post to explain otherwise. Again this is for those that want a Backup of their apps for whatever reason.
Patches , especially with the new version of preware with auto updates, is unneccessary to back up.
ipk's are easy enough to make.. if you have the sdk installed. and if you dont you cant just send them using the same method as the backup with 2 changes
Terminal: My Next Favorite
- Fire up Preware and when all the feeds have finished loading tap on "List of Everything"
- Start typing in preware (this will initiate a universal search in preware) Terminal
- click on "Terminal" NOT "Terminal Service" and click install
- Terminal is dependant on another file as well in order to work Preware should install it on its own but if not.
- do another Universal search by swiping back and deleting the contents of the search field
- now do a search for Terminal
- A bunch of diff files shoul come up , the one we want is Terminal Service click that and install
- After it installs your phone will lose signal its ok its doing a java restart
- Now leave Preware and fire up Terminal
- Dont be scared of the Black screen
- Start Typing
- cd / (press enter)
- rootfs_open -w (press enter)
- cd /media/internal/ (press enter)
- cp -rf com.appyouwant.toinstall /media/cryptofs/apps/usr/palm/applications/ (press enter)
- Reboot (press enter)
wait for your phone to reboot and you should find the file on the usb drive
Member:
sketch42
at: 12:00 AM 02/04/2010
Originally Posted by aairman23:
When I get to
I seem to be getting a "not found" response in terminal. I tried different spacing and still got the same message. Am I to assume that "appyouwant.tobackup" is supposed to be replaced by that actual name of the app that I'm backing up? The thing is that I copied the entire app folder in the first set of instuctions because I want them all back (hassle free.) Am I mistaken?
no you are not mistaken but its not just the name ... say you want to backup the game monopoly .. you would need to replace the the text with com.gameloft.app.monopoly (basically you need to know the app id for the app)
Thank you for clarifying...and thank you for the original post. It may not be exactly the method I was looking for, but it is nice to have the back file. Thanks again for taking the time to explain it to my dumb ***.
Member:
animemom
at: 01:04 PM 02/05/2010
Thanks! This helps with a lot of stuff, will limit my ***? posts on other forum areas.
Member:
trale
at: 02:50 PM 02/05/2010
Hi! Do all these instructions apply to the Verizon Pre Plus as well? Or Are there some compatibility issues I should be aware of?
Member:
sketch42
at: 02:54 PM 02/05/2010
Originally Posted by trale:
Hi! Do all these instructions apply to the Verizon Pre Plus as well? Or Are there some compatibility issues I should be aware of?
pre , pixi, pre plus, pixi plus... And all current webos devices
Wow, thanks ahead of time for all this great info! Looking forward to getting my first smart phone, the Pre Plus, from Verizon. This forum looks fabulous. I feel as though I'll already know the phone when I get it. Thanks for the effort, Sketch42.
Cliff,
Freehold, NJ
I uninstalled the patch to show Sprint TV icon but it did not want to come out of hiding... Preware/WOSQI say patch is gone, but there is no icon on launcher. I tried re/uninstalling the patch a few times... nada.
I ran WOSRepair a few times to no avail. I even ventured a guess with "restore specific file: usr/palm/applications/com.mobitv.app.sprinttv/icon.png" & was told: file not found in webOS Doctor. Is this even the right directory for the launcher icon??
P.S.I have 2 icons in sprinttv directory: icon.png & icon.pngBACKUP. I know the former is leftover from an old theme, not even EPR or full erase got rid of it. I am loving the idea of trial n error with terminal app (just discovered!!) to rename backup file & ditch the clinger. But as I just learned what a command line was about 8 hours ago, I'll wait until I can actually see the icon I want to resuscitate...
*Running webOS 1.3.5.1 on sprint palm pixi, WOSQIv3.01, WOSRUv1.9 & latest version of Dr., operating on windows vista x64 service pack 2. Phew.
Member:
sketch42
at: 02:23 PM 02/16/2010
i would run the EPR - this will remove all patches - and should restore the backup of the icon. if not send this icon to /usr/palm/applications/com.mobitv.app.sprinttv/
sketch42 - great post! Just wanted to mention that you might want to update your info in the main post where you say "remove all patches and themes before installing a new update".
With the release of AUPT, the only thing a user needs to worry about now is removing their theme. Of course a full wipe is never a bad thing, but it's not necessarily needed anymore.
Member:
sketch42
at: 03:02 PM 02/16/2010
im waiting for after 1.4 because once everyone has 1.4 on their phone its guaranteed that they removed all patches and reinstalled them. thus making everyones AUPT compatible.
Great point.
Member:
sriedy
at: 05:49 PM 02/16/2010
Wow thanks to the OP and others who contributed to this thread.
Member:
mayo1024
at: 06:25 PM 02/16/2010
Wow, Sketch, this is really nice! Kudos!
Member:
sketch42
at: 06:51 PM 02/16/2010
im working on an expanded version

hopefully ill be able to have it ready within the next few weeks.
Originally Posted by pogeypetey:
Anyone who spends this much time to help out his fellow WebOs users, deserves to have his thread stuck... Good job.
Most Def. This was awesome Sketch. Thanks for taking the time to put this together!
Member:
sketch42
at: 12:44 PM 02/28/2010
Updated ... with AUPT information
1 2 3
4 5 6
webOS Nation Forums
> webOS smartphones (Pre, Pixi, Veer)
> webOS tips, information, and resources
>
Palm Pre Faq: A Newbie Guide to Your WebOS Device!!! Welcome.