Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
fishman0919
Old
#51  
fishman0919's Avatar
Senior Member - OP
Thanks Meter 874
Posts: 1,556
Join Date: Sep 2009
Location: Providence, RI
Quote:
Originally Posted by mryounghc View Post
anybody on this rom phone get hot? when i was running axura back in the day my phone used to get super hot. regardless i kept the original zip on my pc because i loved it so much.
No, completely different build. I started with a stock KB5 rom and went from there, the only thing from the original Axura is the themed images.
Main Phone: T-Mobile Galaxy S 3
Secondary Phone: T-Mobile Vibrant
SD Card: Wintec 32GB Micro SDHC
Galaxy S 3 Rom: Fishman Droid'ish
Vibrant Rom: Vibrant - Droid RAZR v2.3
 
kxlling
Old
#52  
kxlling's Avatar
Senior Member
Thanks Meter 30
Posts: 173
Join Date: Mar 2009
Location: Las Vegas
Quote:
Originally Posted by fishman0919 View Post
No, completely different build. I started with a stock KB5 rom and went from there, the only thing from the original Axura is the themed images.
I do have the heat issue as well. Flashed bali and it's back to normal.

Shockingly the best gps I ever had was on slim ics. This rom gives instant locks just like I had on there. Been running it almost a week now and everything is good. Great work.
Current:
Samsung Galaxy S III Blue (Sprint), Liquid Smooth
Prev:
Samsung Vibrant (T-Mobile), Axura Ryder/Fishman Mod {sold}
HTC G1 Black (T-Mobile), CM6 {sold}


Wife's:
Samsung Galaxy S III White (Sprint), Stock
Prev:
LG MyTouch Q Violet (T-Mobile), Stock
HTC MyTouch Slide 3G Black (T-Mobile), Stock - broken display
 
sirganon
Old
#53  
Member
Thanks Meter 10
Posts: 93
Join Date: Aug 2010
Quote:
Originally Posted by fishman0919 View Post
The Odin image will reset the partitions back to RFS so if you were using Voodoo ext4,
it will do the partitioning conversion on reboot.
will this rom have any lag issues because of the RFS partitioning. i cant remember the last time i used a rom without Voodoo so i dont remember how they handle.
 
fishman0919
Old
#54  
fishman0919's Avatar
Senior Member - OP
Thanks Meter 874
Posts: 1,556
Join Date: Sep 2009
Location: Providence, RI
Quote:
Originally Posted by sirganon View Post
will this rom have any lag issues because of the RFS partitioning. i cant remember the last time i used a rom without Voodoo so i dont remember how they handle.
The Odin image was done with Voodoo turned off but if you had Voodoo on before... It will do the RFS to Ext4 (Voodoo) conversion on the first. boot

Sent from my SGH-T959 using xda app-developers app
Main Phone: T-Mobile Galaxy S 3
Secondary Phone: T-Mobile Vibrant
SD Card: Wintec 32GB Micro SDHC
Galaxy S 3 Rom: Fishman Droid'ish
Vibrant Rom: Vibrant - Droid RAZR v2.3
The Following User Says Thank You to fishman0919 For This Useful Post: [ Click to Expand ]
 
corpsetomb
Old
(Last edited by corpsetomb; 31st July 2012 at 11:29 PM.)
#55  
corpsetomb's Avatar
Senior Member
Thanks Meter 55
Posts: 178
Join Date: Feb 2011
Prompt Insufficient space error

Hey everyone,

I ran into a problem trying to download big files from the market (games and such). It would give me the "insufficient space" error. After trying many of the default fixes (clearing cache, fixing permissions etc) I came across a fix that worked for me. Below are the instructions and the credit. Hope this helps!

The problem is in the cache folder (that I assume used by the market) is using small partition (around 20mb in my case).

So to solve this we need to change it to bigger partition.

1. You gonna need Android Terminal Simulator or equivalent terminal app. This will also require your Android rooted.
2. Type ’su’ (root permission request will be showned, you need to approve it).
3. Type ‘cd /’
4. Type ‘umount /cache’
5. Type ‘mount -o rw,remount -t rootfs rootfs /’ (to set the folder access to rw – read write)
6. Type ‘rmdir /cache’ (delete cache folder)
7. I personally using root explorer to do point 5-6
8. Type ‘mkdir /sdcard/cache’
9. Type ‘ln -s /sdcard/cache /cache’ (to link cache folder to /sdcard/cache – which shoud have bigger partition size)

Done.
Try to rerun your Android Market and download big applications

Thanks to jimmy! @ http://jimmod.com/blog/2011/10/andro...on-the-device/
Assault: T.959 Vibrant
Engineer: AOKP
Support: Stock
Recon: KB5
The Following User Says Thank You to corpsetomb For This Useful Post: [ Click to Expand ]
 
jneal9
Old
#56  
jneal9's Avatar
Senior Member
Thanks Meter 43
Posts: 287
Join Date: May 2011
Quote:
Originally Posted by corpsetomb View Post
Hey everyone,

I ran into a problem trying to download big files from the market (games and such). It would give me the "insufficient space" error. After trying many of the default fixes (clearing cache, fixing permissions etc) I came across a fix that worked for me. Below are the instructions and the credit. Hope this helps!

The problem is in the cache folder (that I assume used by the market) is using small partition (around 20mb in my case).

So to solve this we need to change it to bigger partition.

1. You gonna need Android Terminal Simulator or equivalent terminal app. This will also require your Android rooted.
2. Type ’su’ (root permission request will be showned, you need to approve it).
3. Type ‘cd /’
4. Type ‘umount /cache’
5. Type ‘mount -o rw,remount -t rootfs rootfs /’ (to set the folder access to rw – read write)
6. Type ‘rmdir /cache’ (delete cache folder)
7. I personally using root explorer to do point 5-6
8. Type ‘mkdir /sdcard/cache’
9. Type ‘ln -s /sdcard/cache /cache’ (to link cache folder to /sdcard/cache – which shoud have bigger partition size)

Done.
Try to rerun your Android Market and download big applications

Thanks to jimmy! @ http://jimmod.com/blog/2011/10/andro...on-the-device/
Do you think I could add this to the update-script so it's already done when the rom is installed. Or would that be a bit overkill you think?

Device: Samsung Galaxy S III
ROM: AOKP 4.2.1 by KAsp3rd
-------------
Device: Barnes & Noble Nook Color
ROM: CM7 Nightlies
-------------
 
corpsetomb
Old
#57  
corpsetomb's Avatar
Senior Member
Thanks Meter 55
Posts: 178
Join Date: Feb 2011
Quote:
Originally Posted by jneal9 View Post
Do you think I could add this to the update-script so it's already done when the rom is installed. Or would that be a bit overkill you think?
Hmmm, fish or moped are more experienced and better equipped to answer that! Thoughts guys?
Assault: T.959 Vibrant
Engineer: AOKP
Support: Stock
Recon: KB5
The Following User Says Thank You to corpsetomb For This Useful Post: [ Click to Expand ]
 
Moped_Ryder
Old
#58  
Moped_Ryder's Avatar
Senior Member
Thanks Meter 518
Posts: 768
Join Date: Sep 2010
Location: Columbus
Quote:
Originally Posted by corpsetomb View Post
Hmmm, fish or moped are more experienced and better equipped to answer that! Thoughts guys?
Question is how often or how common is this error? I don't want to attempt to make a symlink style change if only a minority have issues.
Never eat prunes when famished.
 
fishman0919
Old
#59  
fishman0919's Avatar
Senior Member - OP
Thanks Meter 874
Posts: 1,556
Join Date: Sep 2009
Location: Providence, RI
Quote:
Originally Posted by Moped_Ryder View Post
Question is how often or how common is this error? I don't want to attempt to make a symlink style change if only a minority have issues.
The issue seems to happen when downloading large apps, 20mb or larger, from the market. The markets running out of temp storage.

I found a few apps and games that are larger then 20mb and it fails every time.
Main Phone: T-Mobile Galaxy S 3
Secondary Phone: T-Mobile Vibrant
SD Card: Wintec 32GB Micro SDHC
Galaxy S 3 Rom: Fishman Droid'ish
Vibrant Rom: Vibrant - Droid RAZR v2.3
 
sirganon
Old
#60  
Member
Thanks Meter 10
Posts: 93
Join Date: Aug 2010
I've spent quite a while installing and reinstalling axura to try to get rid of any kinks. I have one problem left and its kind of a big one to me, hopefully I can get it sorted so I can keep this amazing rom on my phone. Love the look and its so smooth!

Ok when I first install the rom (came from bionix-v fishmanmod and tried both odin and zip versions) my 3g is on and works fine. After I am done reinstalling my apps and getting my phone set up its not showing up anymore. If I turn off wifi I have no connection to the internet. I do have a phone signal though and can make calls, or at least I could check my voicemail. Any ideas why this may be happening and/or suggestions on how to try and fix it? I did update busybox (to 1.19.4) and superuser (to latest) but the 3g was gone before I did that and I haven't noticed any other problems after so I think they are playing nice.

 
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...