Go Back   Android Forums > Android Phones > Samsung i7500 > i7500 - All Things Root

i7500 - All Things Root Rooting, ROMS, Overclocking, etc.



Reply
 
LinkBack Thread Tools
Old October 30th, 2009, 10:29 PM   #51 (permalink)
New Member
 
Join Date: Oct 2009
Posts: 7
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I was in recovery - force of habbit.
Thank you.
Quote:
Originally Posted by kam187 View Post
Are you in recovery or normal boot?

You need to be booting normally and then adb in.

gnasher666 is offline  
Reply With Quote
Sponsors
Old November 1st, 2009, 07:24 PM   #52 (permalink)
Junior Member
 
Join Date: Sep 2009
Location: London
Posts: 85
 
Device(s):
Thanks: 1
Thanked 3 Times in 2 Posts
Default

I've just used your script and manually killed off the ones I was happy to see go. I left some of the generic testing apps in place. Thanks again kam187!
hippy is offline  
Reply With Quote
Old November 5th, 2009, 07:08 PM   #53 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 6
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up

great post guys, followed this and removed some extras using the same methodology and my galaxy runs like a rocket! with improved batt life aswell, great stuff!
Jellman is offline  
Reply With Quote
Old November 8th, 2009, 05:32 PM   #54 (permalink)
Junior Member
 
Join Date: Sep 2009
Location: London
Posts: 85
 
Device(s):
Thanks: 1
Thanked 3 Times in 2 Posts
Default

Hey kam, I did this a while back and one of the steps is deleting the HTC keyboard. I assumed it was the unused one but it seems my main HTC Touch Input keyboard has vanished.

EDIT: I extracted the HTC_IME.apk from the Galaxo zip and this installed ok.
It required a reboot before it would let me select it in Settings > Locale & text.

I now have my HTC keyboard back. Thanks for your help haha
hippy is offline  
Last edited by hippy; November 8th, 2009 at 06:03 PM. Reason: Installation progress
Reply With Quote
Old November 10th, 2009, 05:03 PM   #55 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

Yeah, i prefer the original android keyboard. It uses less RAM and doesnt lag
kam187 is offline  
Reply With Quote
Old November 11th, 2009, 04:10 AM   #56 (permalink)
Junior Member
 
Join Date: Sep 2009
Location: London
Posts: 85
 
Device(s):
Thanks: 1
Thanked 3 Times in 2 Posts
Default

Really? I find it faster to type with the HTC one. If it uses more RAM so be it.
Are there any other free keyboard replacement options to try?
hippy is offline  
Reply With Quote
Old November 11th, 2009, 08:32 AM   #57 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

I turn on the auto replace and auto punctuation on the standard keyboard. Then i can get so many letters wrong and it still does it!

The only real anoyance is when i type 'sms' it replaces it with the word 'small' by default! All my messages to people are like "ok so i'll small you when i get there". So i have to check before i press space when i type sms
kam187 is offline  
Reply With Quote
Old November 11th, 2009, 08:52 AM   #58 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 919 Times in 777 Posts
Default

lol
Rastaman-FB is online now  
Reply With Quote
Old November 17th, 2009, 02:08 PM   #59 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by kam187 View Post
# Remount read/write
adb remount

# open shell
adb shell

# go to apps directory
cd /data/app_s

# delete QuickDroid (if you want to)
rm QuickDroid.apk

# delete NPS sync (it doesn't work so why run it!)
rm wssyncmlnps.apk

# disable drexe (this gets baseband info for NPS. Who needs it!)
mv /system/bin/drexe /system/bin/drexe.off

# disable npsmobex (this handles auth with nps)
mv /system/bin/npsmobex /system/bin/npsmobex.off

Now kill any running apps, and flush the cache to get a good baseline of free memory:

sync ; echo 3 > /proc/sys/vm/drop_caches ; cat /proc/meminfo ; free


I get this Total memory after boot with all tasks killed:

Code:
MemTotal:        95948 kB
MemFree:         23308 kB
Buffers:            44 kB
Cached:          15392 kB
a total of (23308 + 15392)/1024 = 37.79296875

You need to add the MemFree and Cached to get the total free memory usable by apps. This is the MAX memory you will have with no apps running (if u run the sync etc line above). The sync line above is usefull to compare the REAL memory change when you use various widgets or programs.

Extra info..

sync - flushes any disk caches

echo 3 > /proc/sys/vm/drop_caches - Free pagecache, dentries and inodes:

cat /proc/meminfo - Get memory and cache usage

free - get memory usage

how to do this????
worm18 is offline  
Last edited by worm18; November 17th, 2009 at 02:09 PM.
Reply With Quote
Old November 17th, 2009, 02:17 PM   #60 (permalink)
Junior Member
 
Join Date: Sep 2009
Location: London
Posts: 85
 
Device(s):
Thanks: 1
Thanked 3 Times in 2 Posts
Default

Have a look at post #19 in this thread. Use the search. Read.
hippy is offline  
Reply With Quote
Sponsors
Old November 17th, 2009, 02:20 PM   #61 (permalink)
New Member
 
Join Date: Nov 2009
Posts: 2
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by hippy View Post
Have a look at post #19 in this thread. Use the search. Read.

oh.....
sorry....
worm18 is offline  
Reply With Quote
Old November 17th, 2009, 05:19 PM   #62 (permalink)
Member
 
Join Date: Sep 2009
Posts: 145
 
Device(s):
Thanks: 2
Thanked 5 Times in 4 Posts
Default

Quote:
Originally Posted by kam187 View Post
I turn on the auto replace and auto punctuation on the standard keyboard. Then i can get so many letters wrong and it still does it!

The only real anoyance is when i type 'sms' it replaces it with the word 'small' by default! All my messages to people are like "ok so i'll small you when i get there". So i have to check before i press space when i type sms
Ah, I would love more language support in auto replace part of the app.
tisti is offline  
Reply With Quote
Old December 18th, 2009, 03:01 AM   #63 (permalink)
Junior Member
 
Join Date: Nov 2009
Posts: 15
 
Device(s):
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I ran into an error trying to implement the tweaks on a stock phone, this is what i got:
'busybox cp -s busybox cp
[1] segmentation fault busybox cp -s busybox cp'

I've followed the instructions carefully. What does this error mean, and how can i overcome it?

full disclosure: I ran the commands from this blog in an attemp to obtain root (failed..) before i obtained it the way kam187 wrote on the forum here. There might be a chance the commands i hit altered somethings on the phone's system
trin is offline  
Reply With Quote
Old December 18th, 2009, 03:14 AM   #64 (permalink)
Senior Member
 
kam187's Avatar
 
Join Date: Aug 2009
Location: UK
Posts: 1,320
 
Device(s): Nexus One
Thanks: 3
Thanked 45 Times in 28 Posts
Default

Hmm there's no need to use try3 to root the galaxy. Your best bet is to factory restore, then install the custom revoery. Then use the option in recovery to enable root (su).
kam187 is offline  
Reply With Quote
Old February 25th, 2010, 12:16 PM   #65 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 92
 
Device(s): Samsung Galaxy I7500
Thanks: 5
Thanked 3 Times in 3 Posts
Default

Anyone mind updating the tweaks for donut? Thanks!
davyu is offline  
Reply With Quote
Old March 12th, 2010, 05:11 PM   #66 (permalink)
Junior Member
 
Join Date: Oct 2009
Posts: 33
 
Device(s):
Thanks: 3
Thanked 1 Time in 1 Post
Default

I've read post #19 and still not getting it..

Where to type all that?
What to type?
What memory? like Ram memory or storage memory?
Tech is offline  
Reply With Quote
Old March 13th, 2010, 03:49 AM   #67 (permalink)
Member
 
inFECT's Avatar
 
Join Date: Feb 2010
Location: Germany
Posts: 256
 
Device(s): N1, i7500, Hero
Thanks: 8
Thanked 70 Times in 38 Posts
Default

The FAQ's are your friend little padawan!
inFECT is offline  
Reply With Quote
Old March 13th, 2010, 10:50 AM   #68 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 92
 
Device(s): Samsung Galaxy I7500
Thanks: 5
Thanked 3 Times in 3 Posts
Default

My question still stands, the apps to clear don't seem applicable to donut. Anyone with any insight?
davyu is offline  
Reply With Quote
Old March 20th, 2010, 10:13 AM   #69 (permalink)
Junior Member
 
juliusedward's Avatar
 
Join Date: Mar 2010
Location: In the fires of Hell!!!
Posts: 24
 
Device(s): Nexus One With CM6, Samsung I7500 With GAOSP 18092010
Thanks: 8
Thanked 0 Times in 0 Posts
juliusedward
Default

Thanks kam187 for this useful post. Now my phone runs smooth without any lags :-)
juliusedward is offline  
Reply With Quote
Old May 5th, 2010, 06:39 AM   #70 (permalink)
Member
 
Join Date: Oct 2009
Location: Sheffield, UK
Posts: 102
 
Device(s): HTC Desire - waiting on Froyo.
Thanks: 10
Thanked 0 Times in 0 Posts
Default The Dark Arts

Sorry to invoke the dark and mysterious black art of Threadomancy, but I just have one question:

Q. Have the newest versions of the Galaxo firmware implemented all of kam's changes as was discussed? I've had a read (well, a good 'scan') of the Galaxo 1.6.2 thread and it's not clear whether they have or not.

Cheers!
carthesis is offline  
Reply With Quote
Sponsors
Old May 5th, 2010, 07:01 AM   #71 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 919 Times in 777 Posts
Default

Quote:
Originally Posted by carthesis View Post
Sorry to invoke the dark and mysterious black art of Threadomancy, but I just have one question:

Q. Have the newest versions of the Galaxo firmware implemented all of kam's changes as was discussed? I've had a read (well, a good 'scan') of the Galaxo 1.6.2 thread and it's not clear whether they have or not.

Cheers!
it seems that way. i currently have 44 megs of ram free with a load of apps installed lol
EDIT

MemTotal: 94356 kB
MemFree: 31292 kB
Buffers: 48 kB
Cached: 19744 kB

49.90625mb
Rastaman-FB is online now  
Last edited by Rastaman-FB; May 5th, 2010 at 07:12 AM.
Reply With Quote
The Following User Says Thank You to Rastaman-FB For This Useful Post:
carthesis (May 5th, 2010)
Old May 5th, 2010, 07:13 AM   #72 (permalink)
Member
 
Join Date: Oct 2009
Location: Sheffield, UK
Posts: 102
 
Device(s): HTC Desire - waiting on Froyo.
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Wickeeeeed. Cheers. I'll have to get that installed at some point then! Just a shame it means i need to reinstall NPS for the drivers...
carthesis is offline  
Reply With Quote
Old May 5th, 2010, 07:58 AM   #73 (permalink)
Member
 
Join Date: Oct 2009
Location: Sheffield, UK
Posts: 102
 
Device(s): HTC Desire - waiting on Froyo.
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Nice one. So the new version of Galaxo is fairly whippy-quick then?

I've actually dumped the Galaxy and got a Desire, but my mother wants to try it to see if she can get used to it before she gets an android phone herself, so I'm trying to make the Galaxy behave like a 'real' device...
carthesis is offline  
Reply With Quote
Old May 5th, 2010, 08:39 AM   #74 (permalink)
New Member
 
Join Date: Mar 2010
Posts: 10
 
Device(s):
Thanks: 5
Thanked 2 Times in 2 Posts
Default

is it possible to view free memory information from the Galaxy itself? I can't seem to find this info in device itself, I'm running the latest Galaxo 1.6.3.1 rom.
banesi is offline  
Reply With Quote
Old May 5th, 2010, 08:42 AM   #75 (permalink)
Member
 
Join Date: Oct 2009
Location: Sheffield, UK
Posts: 102
 
Device(s): HTC Desire - waiting on Froyo.
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by banesi View Post
is it possible to view free memory information from the Galaxy itself? I can't seem to find this info in device itself, I'm running the latest Galaxo 1.6.3.1 rom.
No, you need to run a shell command through ADB AFAIK.
carthesis is offline  
Reply With Quote
Old May 5th, 2010, 09:35 AM   #76 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 919 Times in 777 Posts
Default

Quote:
Originally Posted by banesi View Post
is it possible to view free memory information from the Galaxy itself? I can't seem to find this info in device itself, I'm running the latest Galaxo 1.6.3.1 rom.
you need a terminal application like better terminal (dont use SU file browser and terminal as the dev is a bit naughty)
you can then use the same shell commands listed here


Quote:
Originally Posted by carthesis View Post
Nice one. So the new version of Galaxo is fairly whippy-quick then?

I've actually dumped the Galaxy and got a Desire, but my mother wants to try it to see if she can get used to it before she gets an android phone herself, so I'm trying to make the Galaxy behave like a 'real' device...
hell yeah, right now its running @ 710mhz with 49meg free physical ram with compache running that uitilises ramzswap with my 119mb swap partition
its lightening
Rastaman-FB is online now  
Last edited by Rastaman-FB; May 5th, 2010 at 09:38 AM.
Reply With Quote
Old May 5th, 2010, 11:19 AM   #77 (permalink)
Member
 
Join Date: Oct 2009
Location: Sheffield, UK
Posts: 102
 
Device(s): HTC Desire - waiting on Froyo.
Thanks: 10
Thanked 0 Times in 0 Posts
Default

Any other issues with it? Are you suffering from the 'no sleep' bug or anything?
carthesis is offline  
Reply With Quote
Old May 5th, 2010, 11:50 AM   #78 (permalink)
Senior Member
 
Rastaman-FB's Avatar
 
Join Date: Sep 2009
Location: UK
Posts: 5,841
 
Device(s): i7500@galax0-1.6.3.4 OC@710mhz HTC Desire - never ending modding
Thanks: 104
Thanked 919 Times in 777 Posts
Default

Quote:
Originally Posted by carthesis View Post
Any other issues with it? Are you suffering from the 'no sleep' bug or anything?
I dont know about no sleep as i suffered from it with jc6 and galaxo 1.6.2 so i always reboot from time to time when i make a few calls or charge for too long.

as for other issues, please see this
Galaxo0 1.6.3.1 bugs (Page 1) - Help & Support - Android and other Stuff
Rastaman-FB is online now  
Reply With Quote
Reply

Buy the Samsung i7500
Sign up for instant notification when the Samsung i7500 goes on sale!
Samsung i7500

When Samsung joined the Open Handset Alliance, excitement and anticipation engulfed the mobile world. With industry leading mobile phones such as the Samsung Instinct and Samsung Omnia already on the market, expectations soared. The speculation can f... Read More


Bookmarks


Go Back   Android Forums > Android Phones > Samsung i7500 > i7500 - All Things Root User CP
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Galaxo Installation problems.. Importing contacts and applying new themes (Galaxo 1.6.3.3) voodoochild16 i7500 - All Things Root 8 September 1st, 2010 05:45 PM
any tweaks for ss4.6? Raazazuul Droid - All Things Root 2 August 11th, 2010 01:33 AM
Where to find tweaks for evo xcelprinting.com EVO 4G - All Things Root 10 June 21st, 2010 07:27 PM
Droid GPS tweaks? gizbug Motorola Droid 8 February 22nd, 2010 01:38 PM
Tweaks... kam187 i7500 - All Things Root 7 September 27th, 2009 06:35 AM



All times are GMT -5. The time now is 12:17 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo


SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.