Samsung Captivate :: One Click Lag Fix

Sep 27, 2010

I did the one click lag fix which gave me super user also. However I noticed today that my battery life is at half what it was before yesterday. Is this normal?

Samsung Captivate :: one click Lag Fix


Samsung Captivate :: One Click Lag Fix From XDA

Aug 9, 2010

I'll let this screenshot speak for itself. I JUST took this screenshot. How'd I do it? Check out the article over at XDA. [UTIL] One Click Lag Fix - xda-developers, You'll need root, Busybox, a Windows system with USB cable, and an iron stomach. (By the way, this was not my best run of Quadrant. The first time I ran it, I got a 2057. Unfortunately I didn't get a SS.)

View 49 Replies View Related

Samsung Captivate :: Odin One Click Green Screen

Nov 14, 2010

i put my phone into download mode, odin one-click was open already, press start then:

<ID:0/009> File analysis..
<ID:0/009> Set PIT file..
<ID:0/009> DO NOT TURN OFF TARGET!
<ID:0/009> Get PIT for mapping..
<ID:0/009> Firmware update start..
<ID:0/009> Sbl.bin
<ID:0/009> boot.bin
<ID:0/009> cache.rfs
<ID:0/009> dbdata.rfs
<ID:0/009> factoryfs.rfs

And a green screen on my phone.

View 1 Replies View Related

Samsung Captivate :: Get To Root Menu From Boot Up To Run One Click Lag Fix App?

Sep 18, 2010

I just bought the captivate on the 15th and was wondering how you get to the root menu from boot up so I can run the one click lag fix app.

anyone know how?

View 1 Replies View Related

Samsung Captivate :: Link To Odin 1 Click And Simple Guide

Sep 12, 2010

For anyone needing to flash back to stock while XDA site is down, I located a simple guide and a link to Odin 1 click. What's Odin?

View 7 Replies View Related

Samsung Captivate :: Phone Stuck On Galaxy S Screen After Trying To Undo One Click Lag

Oct 3, 2010

Was about to flash cognition 2.2 but I wanted to Undo my one click lag fix first. Now I'm stuck on the Galaxy S black screen. No idea what to do, I can't use odin cuz im on a Mac.

View 4 Replies View Related

Samsung Captivate :: One-Click Method To Side Load Apps Without Rooting

Aug 27, 2010

Download and use a program called Android Central Sideload Wonder Machine. It's a one click solution, works amazingly on the Captivate and requires no hassle. The program claims to work on un-rooted phones (though mine is rooted).My girlfriend's Captivate is not rooted though so I will test this out on her phone as well to confirm it. Check it out though. I've already gone to town with this and it works great.

View 5 Replies View Related

Samsung Captivate :: Does Not Sync With Yahoo Mail Account When Click The Email Icon

Jul 25, 2010

My captivate does not sync with my yahoo mail account when I click the email icon.I am not sure if my incoming and outgoing settings are correct..does anyone know what the right configurations are?

View 15 Replies View Related

Samsung Captivate :: Diffreence Between One Click Rooting And The Other Type Of Rooting

Aug 27, 2010

I used the the Lagfix app to "root" my captivate. so i'm wondering what's the difference between doing it this way vs. doing it through a computer or some other way? Also, how can install non-market apps now? Well I know how, but what's the easiest way to do it? is the an app market I can get?

View 4 Replies View Related

Sam Sung Captivate :: One Click Lag Fix / How To Perform A Reboot?

Aug 29, 2010

I'm trying to do the one click lag fix, but I don't know how to perform a reboot. Do I just turn the phone off then on?

View 1 Replies View Related

Android :: ListView Selection - Make Only Item Click Be Effected By Click?

Apr 1, 2010

when I click on one item in the ListView that item's background changes to light gray, but when I continue to scroll through the list every 4th item has the background changed to light gray even though those other items have not been clicked. How do I make only the item I clicked be effected by the click?

ListView lv = (ListView) findViewById(R.id.resultsList);
lv.setAdapter(new ArrayAdapter(this, R.layout.resultitem, (String[])labelList.toArray(new String[labelList.size()])));
lv.setOnItemClickListener(new OnItemClickListener() {
public void onItemClick(AdapterView parent, View view, int position, long id) {
TextView tv = (TextView)view.findViewById(R.id.result);
tv.setBackgroundColor(Color.LTGRAY);
tv.setTextColor(Color.BLACK);

View 1 Replies View Related

Android :: Catching Both Click And Long Click On ListView

May 3, 2010

I have a ListView in my Activity. I am trying to catch both a click and a long click (which should bring up a context menu).

ListView lv = (ListView) findViewById(R.id.MyListView); ... lv.setOnItemClickListener(this); lv.setOnCreateContextMenuListener(this); ...

I notice that if I have both the click and long click listeners up, I won't ever get the long click listener (i.e. the context menu). If I remove the setOnItemClickListener() call, i get a call into

@Override public void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) {

You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscribe@googlegroups.com For more options, visit this group at

View 4 Replies View Related

Android :: Click To Expand List -and- Click On A Button?

May 31, 2010

I have just started my career as an android programmer, and am currently relying heavily on the sample code and api examples. I have been working with this api example, to produce an expandable list of items (note this example does not use the ExpadableListView).In playing with the example, I tried to add another widget that would become visible and be gone at the same time as the text (mDialogue in the sample code). This works well with another TextView, but as soon as I tried to add a button widget, it stopped working. The list would expand on first click, showing my hidden TextView and Button, but it will not disappear on further clicks. The button is however, clickable, and I was able to set up an onClick listener to change the button text back and forth.I'm starting to wonder, is it just not possible to have a clickable item inside a clickable list item? Or is there some kind of work around? Would it solve my problem if I used ExpandableListView?

View 1 Replies View Related

Samsung Galaxy S :: 2.2 And One Click Lag Fix

Nov 10, 2010

The lag fix and froyo really turns the Galaxy into such a slick and smooth handset! Definatley worth the wait!

View 5 Replies View Related

Samsung Fascinate :: Undo One Click Lag Fix V1+

Sep 21, 2010

I looked in the market this morning, and saw an update for the OCLF. I installed the update, then opened the app and selected "Undo OneClickLagFix V1+". Afterwards, for good measure, I removed then reinstalled "EXT2 Tools." Every time I've tried to install the V2 lag fix, I get an error (redoing OCLF V1+, however, appears to work fine).

View 7 Replies View Related

Samsung Captivate :: Rooted My Captivate / Install Programs Like WIFI Teething

Oct 25, 2010

I rooted my captivate thinking that i could install apps that are blocked on my phone, like Sirius XM, WiFI tethering.....even after rooting the programs are still being blocked and i cant install them. am i missing something? im new to android and had an iphone that i jail broke. im confused on what rooting actually.

View 8 Replies View Related

Samsung Captivate :: Samsung Captivate / Game Boy Emulators

Nov 25, 2010

I'm kind of new to Android. Only have had this phone for a few weeks,switched over from the iPhone. Anyway, I'm having trouble with Game boy emulators. I loved playing Pokemon on my jailbroken iPhone and would really love to enjoy it on my Captivate.

View 2 Replies View Related

Samsung Captivate :: Need Opinion About Quality Of Samsung Captivate?

Aug 17, 2010

There have been a lot of threads both touting the quality of this phone and whining and bitching about its drawbacks. Let's make it official. Do you like the Captivate? Feel free to elaborate, or just take the poll.

View 49 Replies View Related

Samsung Fascinate :: One Click Root Not Working

Oct 25, 2010

I am trying to install the 1click root but it is not working. It shows my phone connected but then restarts the phone to make sure the push will work. When my phone restarts it tries to push everything during the restart and of course it does not show my phone connected anymore.

View 5 Replies View Related

Samsung Fascinate :: How Long Until One Click Root

Sep 10, 2010

Just wondering how long you all thought it would be before there is a one click root app for the Fascinate? I can't imagine it would be long.

View 7 Replies View Related

Samsung Captivate :: Display Battery Door Fit With A REAL Captivate?

Sep 24, 2010

So I painfully watched my Cappy's battery door crushed under my friend's car as one of their "harmless" joke. Now there's not a single site on the internet selling these doors, and I'm desperate. I found dummy/display Captivates though, so I was just wondering if anyone knows if the dummy battery door can replace the REAL door by any chance?

View 8 Replies View Related

Samsung Captivate :: How To Sync Captivate Memo To MS Outlook Notes?

Dec 1, 2010

How Do I Sync Captivate "Memo" to MS Outlook 2007 "Notes"? Is there an app? Can I just do it through Google (have already sync'd mail and calendar; contacts are sync'd via export/import)?

View 4 Replies View Related

Samsung Captivate :: How To Change IMEI On Unlocked / Rooted Captivate?

Nov 24, 2010

I got AT&T Samsung Captivate i897 (2.1 Eclair). I unlocked and rooted my phone. I was using simple free phone earlier which doesn't require data plan but after two weeks I bought samsung captivate, AT&T added $25 data plan. I got my phone from AT&T store where my friend works so he took my data plan out of the plan for now but he said they will find out and add into your plan again. Also, He said that they recognize by your IMEI number. My question is: Is there anyway I can change my IMEI number? I was thinking to use my simple free Nokia phone's IMEI number and use it for Samsung Captivate so AT&T thinks that I am using Nokia phone.

View 4 Replies View Related

Samsung Captivate :: Glowing Yellow Light On Captivate When Unlocked

Aug 18, 2010

After running three updates this morning. I started getting a weird light effect when I unlock my phone. It happens at the top of the screen just to the right below the battery. It's a quick yellow glow then it disappears until my phone is locked then unlocked again. One of the updates had to do with my weather widget [Weather & toggle]. Anyone seen or heard of this?

View 3 Replies View Related

Samsung Captivate :: Unlocked Captivate / GPS Works / Need Data Plan?

Aug 27, 2010

I have an unlocked captivate. I have a German T-D1 pay-as-you-go sim that I've used many times in unlocked GPS phones. Now I have an AT&T captivate and wonder whether GPS or other apps will work. Does GPS require a data plan to work? If so I'll have to figure out whetted I can add this to my T-D1 plan. This will also answer my question about whether using the Captivate for navigation in the US needs a data plan to work.

View 3 Replies View Related

Samsung Captivate :: Rooted Captivate But Still Unable To Uninstall Bloatware

Oct 27, 2010

I rooted my Captivate tonight and I know how the superuser icon with android skull and crossbones. However neither Super Manager or ASTRO will allow me to uninstall the crap ware on my phone. Is there something I'm missing? I followed all the steps at XDA. So far I've tried to remove YPMobile, ATT Navigator, and ATT Maps. Any suggestions? I tried searching this on google and this forum but didn't come up with anything.

View 8 Replies View Related

Samsung Captivate :: Are There Any External Lights On The Captivate That Let You Know You Have Email Or A Message?

Nov 11, 2010

Are there any external lights on the Captivate that let you know you have email or a message or battery charge is complete, etc?

View 8 Replies View Related

Samsung Captivate :: Captivate Galaxy - Make Camera Up And Down Instead Of Sideways

Jul 20, 2010

How to make camera up & down instead of sideways?

View 2 Replies View Related

Samsung Captivate :: Official Hard Case Review - Captivate

Jul 18, 2010

Just wanted to start a hard case review. Anyone got a hard case yet? Will seidio make one for this phone? How about screen protectors? I'm assuming the steinheil crystal for the regular galaxy s they have on the website won't fit?

View 2 Replies View Related

Samsung Captivate :: Captivate Severe Rattle / When On Vibration Mode

Aug 4, 2010

Noticed since I work in a rather quiet environment. During office hours I need to keep it on vibrate mode. When the phone vibrates during a call, it causes a severe rattling noise when the phone is in my hands or if the bottom is not resting against a hard object. Removing the battery compartment cover and repeat, and the rattle is non existent. With the battery cover on, the rattle can be diminished by pressing firmly on the top section of the cover.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved