Gtabcomb wifi sleep - G Tablet Q&A, Help & Troubleshooting

Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk

Try REGPON wifi Keepalive from the market.

nixie2121 said:
Anyone know how to stop wifi from going to sleep? I have it set to never turn off yet it always does.... Thanks
Sent from my VM670 using Tapatalk
Sent from my VM670 using Tapatalk
Click to expand...
Click to collapse
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.

TJEvans said:
Have you checked the Gtabcomb Q&A thread for an answer? If it's not there, ask there and somebody that's usign Gtabcomb might answer you.
Click to expand...
Click to collapse
For some reason i cant post there. I get some kind of permission!?
Sent from my GtabComb using Tapatalk

darren1 said:
Try REGPON wifi Keepalive from the market.
Click to expand...
Click to collapse
So far seems to be working... Thanks
Sent from my GtabComb using Tapatalk

Nothing seems to work.... Help Please

nixie2121 said:
Nothing seems to work.... Help Please
Click to expand...
Click to collapse
When does the WiFi turn off? Immediately after the screen does, or 15 minutes after that, or after a few hours?
There is a trade-off between keeping devices like WiFi on and extending battery life. Android prefers the latter and tries to go into suspend mode if it can. If you want to keep WiFi on all the time, you'll have to keep a wakelock active using some of the apps from Market which are designed to do this.
To see what I mean, try this:
Start the default Android music player and set it to play something in a loop. The default music player will set a wakelock and prevent the system from going into suspend mode. This should keep your WiFi active as long as the music plays.

Thanks.. Any suggestions on a app?
Sent from my VM670 using Tapatalk

nixie2121 said:
Thanks.. Any suggestions on a app?
Click to expand...
Click to collapse
I never use such apps, so I can't recommend any. You can, of course, also set a wake lock from the command line. Install the Superuser app from Market, if not already installed, and then inside a Terminal Emulator window, type:
To set a wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_lock[/B]
To remove the (same) wake lock:
Code:
$ [B]su[/B]
# [B]echo user_lock > /sys/power/wake_unlock[/B]
The "user_lock", above, can be any word you want, but, you have to use the same word for both setting and then unsetting the lock. Ie., don't use "user_lock" when setting and "xyzzy" when unsetting. Also, only type the stuff in bold.

Related

Lost wifi until a reboot

I was happily playing with it tonight. It's been on since yesterday without a reboot.
I switched the screen off for about 2 hours while I went to watch a couple of programs. Turned it back on and wifi had gone. It would not reconnect.
I had previously (just before I turned the screen off) been adding and removing widgets. I had also put the speed up to 1.5Ghz using CPU Master Free. I had also managed to play a video for the first time using MX Video player.
A reboot fixed it and it's there now.
Anyone seen this?
Alan
Hey Alan, yeah WiFi problems are an issue. But can you try to limit questions to the Q&A section. This is really all about developement. I am working on a fix for it.
Sent from my PG86100 using Tapatalk
once again - apologies for posting in the wrong section.
Is there a guide for this?
Alan
alan sh said:
once again - apologies for posting in the wrong section.
Is there a guide for this?
Alan
Click to expand...
Click to collapse
Cmon dude, once its a mistake, twice done on purpose to get quick answers. Please post in the right section or else this section will be a mess.
Sent from my GT-I9000 using xda premium
alan sh said:
once again - apologies for posting in the wrong section.
Is there a guide for this?
Alan
Click to expand...
Click to collapse
1. Turn off wifi using the wifi toggle in the notifications bar
2. from the homescreen, hit menu>settings>wireless&networks>wifiSettings
3. turn on wifi and tap n hold on your saved network, select "Forget" (may take a little bit to register your touch, don't worry it will)
4. turn off wifi using the wifi toggle in the notifications bar again.
5. turn wifi back on, select your network and enter the password.
alan sh said:
once again - apologies for posting in the wrong section
Alan
Click to expand...
Click to collapse
Since your incapable of following rules why not just sell your tab and stay out
Thats a bit rude. Are you all like this over here?
Nope. Some people just don't know how to handle themselves when development slows down. Seems to happen in any slow sub forum. Don't add fuel to the fire and just brush it off.
Sent from my MB855 using XDA Premium App

Can't sideload apps

Hey guys,
Is anyone else having problems sideloading apps on the Amaze, even with unknown sources checked? Every time I try to install anything, I can only click "cancel" and not "install". It's quite frustrating. Thanks.
Sent from my HTC_Amaze_4G using Tapatalk
sportsinger75 said:
Hey guys,
Is anyone else having problems sideloading apps on the Amaze, even with unknown sources checked? Every time I try to install anything, I can only click "cancel" and not "install". It's quite frustrating. Thanks.
Sent from my HTC_Amaze_4G using Tapatalk
Click to expand...
Click to collapse
Interesting.
What apps are you trying to install?
Perhaps they're corrupted?
Try an adb push.
adb push appname.apk /data/app/
You may have to reboot but that might do the trick.
You can also try an apk installer (or manager).
These apps aren't (gasp) protected are they?
Binary100100 said:
Interesting.
What apps are you trying to install?
Perhaps they're corrupted?
Try an adb push.
adb push appname.apk /data/app/
You may have to reboot but that might do the trick.
You can also try an apk installer (or manager).
These apps aren't (gasp) protected are they?
Click to expand...
Click to collapse
Alright, so here's the deal. Did a factory data reset thinking that it wouldn't do anything and it fixed the issue. Weird...
sportsinger75 said:
Hey guys,
Is anyone else having problems sideloading apps on the Amaze, even with unknown sources checked? Every time I try to install anything, I can only click "cancel" and not "install". It's quite frustrating. Thanks.
Sent from my HTC_Amaze_4G using Tapatalk
Click to expand...
Click to collapse
Yes
Having this problem now...
I just did a wipe to install beast mod and I am getting it. Wanted to try out Extended controls. 4Shared it and I can cancel but not install.
***EDIT***
Reboot and all is golden~
Binary100100 said:
Interesting.
adb push appname.apk /data/app/
Click to expand...
Click to collapse
Don't know if it'l let you push to /data* anyways, instead I would try:
Code:
adb install appname.apk
Having this problem now with stock ROM with latest update and no root. It started all of a sudden. Although rebooting fixes the problem, it does so temporarily. This is also affecting installs from the Amazon App Store. Any ideas?
sportsinger75 said:
Hey guys,
Is anyone else having problems sideloading apps on the Amaze, even with unknown sources checked? Every time I try to install anything, I can only click "cancel" and not "install". It's quite frustrating. Thanks.
Sent from my HTC_Amaze_4G using Tapatalk
Click to expand...
Click to collapse
I have this problem with Amazon apps. I haven't tried anything else from the Market.
Restarting my phone fixes this problem for me but after a day or two it does it again.
I am running completely out of the box stock.
So yeah you're not the only one having this problem.
Possible Solution
Found the solution to my problem. Apparently when it's enabled, the Screen Filter app was preventing the side loading of applications. When I disable Screen Filter, I can side load my apps and the Amazon App Store installs applications normally. I no longer have to reboot. Hope this helps.
rastx said:
Found the solution to my problem. Apparently when it's enabled, the Screen Filter app was preventing the side loading of applications. When I disable Screen Filter, I can side load my apps and the Amazon App Store installs applications normally. I no longer have to reboot. Hope this helps.
Click to expand...
Click to collapse
That would explain why restarting the phone solved the problem, temporarily.
Until of course we all enabled "Screen Filter" again and then it would stop working.
Testing that now.
I have a similar problem when running Lux Auto Brightness.
Disable Lux, sideload the app, re-enable Lux.
dryicer said:
I have a similar problem when running Lux Auto Brightness.
Disable Lux, sideload the app, re-enable Lux.
Click to expand...
Click to collapse
Lmao, today is like thread revival day. I must have missed the memo.
Sent from my HTC_Amaze_4G using Tapatalk 2
Brooklyn8807 said:
Lmao, today is like thread revival day. I must have missed the memo.
Sent from my HTC_Amaze_4G using Tapatalk 2
Click to expand...
Click to collapse
Trolls are out in full force... i really miss the report button on tapatalk/xda premium
Sent from my SGH-T999 using xda premium
This is actually because of the application "Screen filter"
It's actually a security measure build into Android. It's so an application cannot 'trick' you into installing malicious software. (ie. let's say screen filter was hacked to swap the cancel/install buttons.. to make "cancel" appear as "install" etc)
Basically any app that overlays the entire screen disables the install button from working, for added security.
Thread moved to Q&A.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Didn't we go to different schools together?...<~~~see what I did there? Coffee Bean!
Sent from my HTC One X, using Tapatalk 2.1.3
Is it cool if I revive this rather than making a new thread? :?
Hope so. lol
I just started having this problem tonight.
I often sideload apps and never have a problem..
But tonight I just tried, and suddenly I can no longer click the "Install" button after scrolling through permissions.
I can click cancel fine to go back..
but Install button just won't click.
(and I have no "screen filter" app anywhere.)
Running stock 4.2.2 on my GNex.
Help?!
Edit: Found help here~http://forum.xda-developers.com/showpost.php?p=40074791&postcount=34
Glovebox was the culprit

cm7 Alpha 4 being worked on alpha 3 released

https://code.google.com/p/cmtouchpad/issues/list
go take a look, maybe a thanksgiving present?
EDIT: released
http://rootzwiki.com/topic/10121-releasealpha3cyanogenmod-touchpad/
curtis8523 said:
https://code.google.com/p/cmtouchpad/issues/list
go take a look, maybe a thanksgiving present?
EDIT: released
http://rootzwiki.com/topic/10121-releasealpha3cyanogenmod-touchpad/
Click to expand...
Click to collapse
Thanks!
Flashing A3 in about 30 mins.
Alpha 3 hasn't fixed my charging issues
Sent from my Incredible 2 HD using XDA App
hi why i install the alpha 3. i finished. but when i turn off the screen and turn on. it dont have the lock screen. it go direct to desktop. some way to fix that. thanks lot
philong641576 said:
hi why i install the alpha 3. i finished. but when i turn off the screen and turn on. it dont have the lock screen. it go direct to desktop. some way to fix that. thanks lot
Click to expand...
Click to collapse
It's disabled by default.
To enable it go to settings->Cyanogenmod Settings->Tablet Tweaks
then under interface uncheck "Disable lockscreen"
Still no wifi for me. This is getting frustrating.
Sent from my SPH-D700 using xda premium
sonjohn1 said:
Still no wifi for me. This is getting frustrating.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
i have a same issue. no wifi. darnnnnnnnnnnnnnnnnnn
try changimg ur wifi channel to 1 or 6
The link is currently down but i will flash and see how it works out.
mputtr said:
try changimg ur wifi channel to 1 or 6
Click to expand...
Click to collapse
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
No wifi fix? That's like the only thing I was looking forward too.
Sent from my SPH-D710 using xda premium
Wow...deal breaker for me if no wifi. I will wait for a decent beta....if it ever appears.
Wifi fix
http://www.rom-ulan.com/2011/11/32gig-hp-touchpad-running-cyanogenmod-7.html?m=1
Sent from my Touchpad using Tapatalk
Krunk_Kracker said:
Wifi fix
http://www.rom-ulan.com/2011/11/32gig-hp-touchpad-running-cyanogenmod-7.html?m=1
Sent from my Touchpad using Tapatalk
Click to expand...
Click to collapse
The (only) interresting part of your link, also in the RootzWiki original thread :
"HOW DO I CLEAR OUT *ALL* MY WIFI SETTINGS AND START FRESH?
If you find that your wifi is "strobing" on and off, or you wish to completely wipe out all wifi settings, you can do this in one of three ways:
THE "RIGHT" WAY (USING ADB):
adb shell rm -rf /data/misc/wifi && reboot
(this will remove the settings and then force a reboot)
THE "I-DON'T HAVE ADB INSTALLED" WAY:
From the Terminal app.
# rm -rf /data/misc/wifi && reboot
(similar command as above. The # is a prompt-- don't type that part. If you see a $ prompt instead, type "su" (no quotes) and it should become a #)[/INDENT]
THE VERY DRAMATIC "I DON'T MIND LOSING *ALL* MY SETTINGS" WAY
Boot into clockworkmod recovery. Do a factory reset. This will remove your wifi settings... along with ALL your personal settings and apps. Only use this if you understand that you will effectively be resetting CM7 to the first time you ran it."
Click to expand...
Click to collapse
Didn't got the time to install A3 this noon, I hope wifi will work with and this fix (already known but not personnaly tested, I was waiting the next alpha)
Édit : install and wifi ok for me.
markwebb said:
Wow...deal breaker for me if no wifi. I will wait for a decent beta....if it ever appears.
Click to expand...
Click to collapse
wow...most people don't have a wi-fi issue, but your welcome to miss out on what has been a godsend...besides you still have webOS if it doesn't float your boat.
Not sure what people are complaining baout WiFi works perfectly.
Awesome release thanks for the hard work!!
sonjohn1 said:
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
then try changing it to channel 1. the point is that sometimes the channel gets really congested (as in everyone in your apartment area is using the same channel) and sometimes it just refuses to work.
Mine was originally at 11 and it took forever to connect. i swapped it out to channel 1 (i think) and now it's a snap
sonjohn1 said:
It's been on channel six from the beginning. I'm wondering if it has something to do with U Verse. My WebOS wifi works great.
Sent from my SPH-D700 using xda premium
Click to expand...
Click to collapse
I'm on Uverse and have no wifi issues FWIW
No wifi issues here. Rocking the ICS theme and loving it!!!
I installed A3 and it worked fine but then I got a wifi FC problem
=/
it wasnt even turned off the screen wasnt off

Phone crashing, app to monitor?

Hi all.
My SGS2 keeps crashing on me. It doesn't reboot, the screen stays off but the battery will drain right out if I leave it. I have to boot into download mode to restart the phone.
Is there an app I can use to monitor what might be causing the phone to crash?
Thanks
Can you please provide more information about your phone? What ROM are you on?
Anyways, if you can't turn on the screen, what's the use of an app?
Can you reboot into recovery?
Sent from my GT-I9100 using Tapatalk 2
Rackers said:
Hi all.
My SGS2 keeps crashing on me. It doesn't reboot, the screen stays off but the battery will drain right out if I leave it. I have to boot into download mode to restart the phone.
Is there an app I can use to monitor what might be causing the phone to crash?
Thanks
Click to expand...
Click to collapse
Try re-flashing rom or kernel or trying new rom or kernel. If you get same issue on others then its likely a hardware issue.
I wanted an app that would log what was happening in the background before the crash to see if it was software related
. It happens on all ROMS so I am guessing I'm stuck with a hardware issue
Rackers said:
I wanted an app that would log what was happening in the background before the crash to see if it was software related
. It happens on all ROMS so I am guessing I'm stuck with a hardware issue
Click to expand...
Click to collapse
If you had USB debugging enabled, you can check with adb... Dunno any other way to get a log.
Sent from my GT-I9100 using Tapatalk 2
Excuse my noobness, how would I obtain that log using ADB?
Rackers said:
Excuse my noobness, how would I obtain that log using ADB?
Click to expand...
Click to collapse
Telling you're a noob isn't a bad thing. Trying to remain a noob is. You will learn that to get the most out of your phone, you need to read, read, and if you don't understand, search before asking it. Just a tip
Anyways, if you have ADB set up (in case you haven't, search for tutorials, its easy), here is how to obtain a log using adb: http://forum.xda-developers.com/showthread.php?p=27754634
Sent from my GT-I9100 using Tapatalk 2

Does the app 'Tasker' not work with Verizon GS4?

I tried 2 profiles so far and they both don't work. The "lockscreen off when connected to certain wifi" and the "turn wifi on when near a specific cell tower". I follow video guides for both, and they're simple enough, that I don't believe I made any mistakes. Yet, they're not working.
Am I doing something wrong? Is there a setting I need to enable first?
Did our install secure setting and it's helper?
Sent from my SCH-I545 using xda app-developers app
works great on my GS4. It may help if you elaborate on what exactly isnt working. did you update the profile with your SSID?
You need to install secure settings plugin from play store.
I currently have tasker setup to disable my pin lock when connected to my home network
Sent from my SCH-I545 using XDA Premium 4 mobile app
itsmejson said:
You need to install secure settings plugin from play store.
I currently have tasker setup to disable my pin lock when connected to my home network
Sent from my SCH-I545 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Can you explain exactly how you did yours? Because I downloaded secure settings and I have no idea what to do.
arozer said:
Can you explain exactly how you did yours? Because I downloaded secure settings and I have no idea what to do.
Click to expand...
Click to collapse
Do you have a pin or pattern lockscreen?
Please read forum rules before posting
Questions and Help issues go in Q&A and Help section
Thread moved
Thank you for your cooperation
Friendly Neighborhood Moderator
itsmejson said:
Do you have a pin or pattern lockscreen?
Click to expand...
Click to collapse
Yes I do. I have a pattern.
arozer said:
Yes I do. I have a pattern.
Click to expand...
Click to collapse
I created a profile in tasker. This should work but I have not tested it.
You will need to import the project.
- press/hold home button in tasked
- click import: pattern
- click untrusted
- not WiFi connected
- ssid: "input wireless network name"
- click trusted
- not WiFi connected
- ssid : "Input wireless network name"
- turn both profiles on
Hope that works
https://db.tt/IB2BFMgB
Sent from my SCH-I545 using XDA Premium 4 mobile app
Have you tried Llama? It's a more powerful app.
https://play.google.com/store/apps/details?id=com.kebab.Llama&hl=en
wryun said:
Have you tried Llama? It's a more powerful app.
https://play.google.com/store/apps/details?id=com.kebab.Llama&hl=en
Click to expand...
Click to collapse
Hmm. I'll have to look into that one. But I use Automateit instead. So far I really like it, I feel it's got a more user friendly interface than tasker, but my only complaint is that when I set it to silence my phone at work, and at the end of the day it sets the volume back, text messages are still silent, so it takes a reboot to get it back. So I just set it to reboot 1 minute after the sound is set to turn back on.
wryun said:
Have you tried Llama? It's a more powerful app.
https://play.google.com/store/apps/details?id=com.kebab.Llama&hl=en
Click to expand...
Click to collapse
I'm sorry, but Llama is in no way more powerful.
It may be easier to use, but as far as power goes, Tasker has much more. It has the ability to do more things based on more "states".
wolfgrrl said:
I'm sorry, but Llama is in no way more powerful.
It may be easier to use, but as far as power goes, Tasker has much more. It has the ability to do more things based on more "states".
Click to expand...
Click to collapse
I was going to say... Lol
Sent from my SCH-I545 using Tapatalk 2

Categories

Resources