12/16/2012, 10:48 PM
|
#1 (permalink) |
|
Member
Posts: 2,090
|
I remember reading that someone cut out cryptofs from their Pre and I thought I might try the same. I can't find the original post, so I'm devising my own. Please note that this is experimental, and I won't be responsible if you damage something.
You will need Novacom enabled so you can access the device. On-device shells won't work. Procedure
The replacement successfully allows the media partition to dismount. passfs source code here: https://github.com/GMMan/passfs-webos Known Issues None. Speed test results (procedure per http://it.toolbox.com/blogs/database...d-test-31069): Code:
passfs multithreaded write 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 372.881667 seconds, 5.2MB/s real 6m 43.41s user 0m 3.98s sys 1m 4.83s 4.8MB/s w/ sync read 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 173.510649 seconds, 11.3MB/s real 2m 53.52s user 0m 2.67s sys 0m 34.60s passfs single threaded write 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 354.736778 seconds, 5.5MB/s real 6m 21.91s user 0m 3.65s sys 0m 40.18s 5.1MB/s w/ sync read 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 172.213540 seconds, 11.3MB/s real 2m 52.21s user 0m 2.28s sys 0m 28.43s cryptofs write 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 370.175645 seconds, 5.3MB/s real 6m 37.07s user 0m 2.66s sys 0m 37.94s 4.9MB/s w/ sync read 2000000+0 records in 2000000+0 records out 2048000000 bytes (1.9GB) copied, 169.489399 seconds, 11.5MB/s real 2m 49.50s user 0m 1.37s sys 0m 14.70s
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. Last edited by GMMan; 03/23/2013 at 12:23 PM. Reason: Copy path wrong? |
12/17/2012, 12:27 PM
|
#2 (permalink) |
|
Member
|
What is the reason for doing this? It's not immediately obvious to me...
__________________
HP Think Beyond Event - http://youtu.be/VnjwG7Z8AM8 m505 > Z|71 > T|C > Z|71 > T|T3 > LifeDrive > iPod touch 4 > Pre 2 > Treo Pro > HTC Aria > HTC HD2 (overheats) > ? Looking for a Windows Phone... |
12/17/2012, 02:55 PM
|
#3 (permalink) |
|
Member
|
Perhaps what you were searching was mybackup by Metaview: L\'Haut-Parleur » Original Palm Pre auf WebOS 2.1 updaten (dont' mind the topic)
Pre1- : Saving all apps it had a runtime of 40minutes for 270MB data @146 Apps (be sure to have it on the touchstone) Pre3: Saving all apps it had a runtime of 10minutes for 315 MB data @142 Apps They are then single gzipped and uncrypted in the /media/internal/mybackup folder, ready to be backuped or transfered anywhere.
__________________
Patch Enhancing vCard Export -|- Your own cloud with Zarafa (EAS sync) -|- Tasks-app of 2.x on 3.x incl.EAS sync -|- SYM key in Enyo on phones -|- My hidden webOS Tips and Tricks - like it ?
Last edited by gizmo21; 12/18/2012 at 01:48 PM. |
12/17/2012, 06:17 PM
|
#4 (permalink) |
|
Member
Posts: 2,090
|
It opens up app files for easier editing (you know, patching and game hacking). There may also be a bit of speed improvement because things don't have to be encrypted and decrypted all the time. And also app backups, if you're into that.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
12/17/2012, 09:28 PM
|
#5 (permalink) |
|
Member
Posts: 2,090
|
I've finished writing the guide and posted some speed test results.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
12/18/2012, 09:32 PM
|
#6 (permalink) | |
|
Member
Posts: 2,090
|
Quote:
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
|
12/19/2012, 04:14 AM
|
#7 (permalink) |
|
Member
Posts: 310
|
A more reliable way of clearing the disk page cache for performance testing is to tell the kernel to drop it from RAM (non-destructively; unwritten data will not be dropped):
echo 1 > /proc/sys/vm/drop_caches Writing a large file to fill up RAM is not guaranteed to clear the read cache, because the write cache will stop expanding at around 20% of total RAM (defined by /proc/sys/vm/dirty_ratio) and pause the writing process until the pages are written out. |
12/19/2012, 05:54 AM
|
#8 (permalink) |
|
Member
Posts: 361
|
To do a backup, I usually open up a term on my WebOS device and scp the entire cryptofs partition. Can't miss anything that way.
__________________
Palm III->Palm IV->Palm V->M130->Tungsten->Treo 270->Treo 600->Treo 700->Palm Pre Plus->FrankenPre 2->Pre 3 & TouchPad |
12/19/2012, 06:53 AM
|
#9 (permalink) |
|
Member
Posts: 2,090
|
The main point of this, at least for me, is not backup, but getting rid of unnecessary roadblocks.
__________________
Contact: @GMMan_BZFlag (me on Twitter) | webOS onTap | @webOSonTap webOS Releases: Change your App Catalog country: TouchPad/PC | TouchPad/webOS Resources | Search suggestion patch for browser | Cycling Email Notifications | Don't Doctor! Make a good support request. | How to post logs | webOS Charge Monitor I will be busy, so I may not be able to provide private support. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



