Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
imwillzillla
Old
#1  
imwillzillla's Avatar
Senior Member - OP
Thanks Meter 16
Posts: 314
Join Date: Apr 2008
Default Journaling, can someone explain?

So my question is 2 fold. 1, I have no internet whatsoever so Tether is very important to me and having the fastest speeds possible would be ideal.

Upon my quest to get a decent speed with tethering I've noticed this Journaling situation. What is it and can someone explain what it entails?
God Bless You
 
ecooce
Old
#2  
ecooce's Avatar
Senior Member
Thanks Meter 811
Posts: 1,610
Join Date: Nov 2010

 
DONATE TO ME
Journaling has no effect on internet speed (unless the phone is pulling somthing from the disk like a bookmark),will not affect "information on the fly",like the internet.
Epic 4g
Rom: CM10.1 4.2.2 (nightly)
Kernel: Nitest 03/15 @1.2ghz
Modem: NS4g KD8

Nexus7
Rom: CM10.1 4.2.2 (nightly)
Kernel: Franco #r48

Visit BriefMobile.com and follow @BriefMobile


Frankenstein's kilLJoy7 v2.2 ksmullins88 & me...

 
Electrofreak
Old
#3  
Electrofreak's Avatar
Senior Member
Thanks Meter 57
Posts: 317
Join Date: Jul 2010
Location: Rochester, NY

 
DONATE TO ME
http://en.wikipedia.org/wiki/Journaling_file_system

Quote:
Originally Posted by Wikipedia
A journaling file system is a file system that keeps track of the changes that will be made in a journal (usually a circular log in a dedicated area of the file system) before committing them to the main file system. In the event of a system crash or power failure, such file systems are quicker to bring back online and less likely to become corrupted.[1]
Seriously folks, installing a ROM isn't all that different from something you do almost every day.

How to install a ROM - Wipe 3x and flash.
How to use the toilet - Wipe 3x and flush.

My blog: The Obsessions of an Electronics Freak
 
musclehead84
Old
#4  
musclehead84's Avatar
Senior Member
Thanks Meter 818
Posts: 4,296
Join Date: Nov 2010
Location: Falling Waters, WV
I have the no journal mod on my phone and it makes it a little more snappier.
"If you cant live large look big in the coffin"
Competitive powerlifter and member of Metal Militia Virginia Chapter! Currently ranked in the top 10!
Goals: Squat- 1,000-1,050 Bench 715-800 Deadlift- 650-715.


When my ass leaves the breaking floor,
Lifting weight of such amount
That no mortal eye can count,
All of sudden on top I soar
And Realize:
To happiness there's no such bind
As a PR that's left behind!
Squat! Squat! Squat!
 
dreamsforgotten
Old
#5  
dreamsforgotten's Avatar
Senior Member
Thanks Meter 2428
Posts: 4,882
Join Date: May 2010
Location: Louisiana

 
DONATE TO ME
Quote:
Originally Posted by musclehead84 View Post
I have the no journal mod on my phone and it makes it a little more snappier.
If you dont wish to use journaling why are you not using ext 2?

Sent from my SPH-D700 using Tapatalk
I quit school because of recess...they play too much
"I find it kinda funny....Find it kinda sad....That the dreams in which im dying...Are the best I've ever had..."
-Gary Jules
If you want to learn to develop, check out http://www.dreamsforgotten.net.

Fixed lol..Fixed for real this time!
Look out for your devs PayPal is appreciated.

Learn to Theme: Includes links to the next guide at bottom
 
MysteryEmotionz
Old
#6  
MysteryEmotionz's Avatar
Senior Member
Thanks Meter 1397
Posts: 4,842
Join Date: Sep 2010
Location: Massachussets

 
DONATE TO ME
You silly goose. We don't have ext2 for are phones yet

Sent From Da Hood.
If i helped you out in away please help me and BUY me a beer

Follow Me On Twitter @MysteryEmotionz

My Most Noticeable Work
Samsung Epic4g - Syndicate Frozen (Rom) 1.2 & EmotionlessBeast Resurrection (theme)
Samsung Admire - Admiral Best rom, Odin, CWM
LG E739 & E730 - MyEzOS 3.0 (rom & kernel )
LG E970 - kernel
 
DiGi760
Old
#7  
Senior Member
Thanks Meter 84
Posts: 636
Join Date: Nov 2010
That's some subtle trolling.
 
someone0
Old
#8  
Senior Member
Thanks Meter 216
Posts: 470
Join Date: May 2010
Just in case wiki isn't being clear. Here is what the difference between journaling and no journaling.
scenario 1 w/ no journaling:
you surf the web, pull down image > data written to cache > save to disk
if your phone crash and reboot then you lost the image that's being pull down
scenario 1 w/ journaling:
you surf the web, pull down image > data written to disk as image loaded
if your phone crash and reboot then you have the image save as much as it was downloaded.
Final point: it's no big deal whether you have journaling or not.

scenario 2 w/ no journaling:
You work on a very important spreadsheet as you hit save > data written to cache > save to disk
if the software have recovery feature, and the phone crash before you hit save, then you lost all changes prior to the last saved because the temp file that the software use wasn't written to the disk.
scenario 2 w/ journaling:
You work on a very important spreadsheet as you hit save > data written to disk.
if the software have recovery feature, and the phone crash before you hit save, then you get to choose the recovery file which is the temp file that constantly being written to the disk.
The difference: hours of work.
The Following User Says Thank You to someone0 For This Useful Post: [ Click to Expand ]
 
running_the_dream
Old
#9  
running_the_dream's Avatar
Senior Member
Thanks Meter 82
Posts: 627
Join Date: Jan 2011
Location: Dub C
Isn't the ext system just the file system for Linux based systems? Like FAT and NFTS is for Windows? And isn't ext2 the precursor to ext3, and ext the precursor to ext4? Like FAT, then FAT16, FAT32, etc? If that's correct, why would we want ext2 in the first place if we have ext4?
Up Up Down Down Left Right Left Right
 
dreamsforgotten
Old
#10  
dreamsforgotten's Avatar
Senior Member
Thanks Meter 2428
Posts: 4,882
Join Date: May 2010
Location: Louisiana

 
DONATE TO ME
Quote:
Originally Posted by running_the_dream View Post
Isn't the ext system just the file system for Linux based systems? Like FAT and NFTS is for Windows? And isn't ext2 the precursor to ext3, and ext the precursor to ext4? Like FAT, then FAT16, FAT32, etc? If that's correct, why would we want ext2 in the first place if we have ext4?
The benefit of ext 4 over ext 2 is journaling or stability on a cellphone. If your not worried about error correction or saving files before a crash then ext2 should be used as it is way faster. You think your ext4 scores improved, ext 2 would blow that away. When I was on the moment ext2 was used but people were concerned about the reliability. doesn't make much since if you turn the journaling off to use a slower fs.

Sent from my SPH-D700 using Tapatalk
I quit school because of recess...they play too much
"I find it kinda funny....Find it kinda sad....That the dreams in which im dying...Are the best I've ever had..."
-Gary Jules
If you want to learn to develop, check out http://www.dreamsforgotten.net.

Fixed lol..Fixed for real this time!
Look out for your devs PayPal is appreciated.

Learn to Theme: Includes links to the next guide at bottom

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more

Sony Continues AOSP Initiative on the Tablet Z

Sometimes, you can harp on a subject so much that you end upbeating a dead horse. In our eyes, … more