New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
THREAD CLOSED
Tip us?
 
SiNJiN76
Old
#3251  
SiNJiN76's Avatar
Senior Member
Thanks Meter 170
Posts: 2,490
Join Date: Sep 2009
Quote:
Originally Posted by one4house View Post
Is there an issue with the auto brightness not polling enough? When I am in the sun I cannot read the screen at all, and the brightness takes a good 20 seconds to adjust. I just wanted to see if I had something set wrong out if it was an issue.
I had an issue with the Screen not auto sleeping. So, I used the cache wipe script in the OP and it works now. Try that.
 
PorchSong
Old
#3252  
PorchSong's Avatar
Senior Member
Thanks Meter 227
Posts: 408
Join Date: Nov 2007
Location: Denver
I can't hunt this down on my phone, but will someone who is using the Apex launcher let me know if the Gmail icon is showing count notification. My missed phone calls and text messaging are, but the gmail icon is not giving me a number count. I know it worked on Beta 1, but not on Beta 2 for me. I just want to know if this is isolated to me so I can try other things.

Thanks.
Phone - T-Mobile Galaxy S II SGH-T989
Rom - CM 10.1
Launcher - Nova Prime
Kernel - 3.0.66
Modem - T989UVMC6
Recovery - TWRP 2.5.0.0
SDCARD - Team 16GB Class 10 SDHC
 
ScreamingSkulls
Old
#3253  
ScreamingSkulls's Avatar
Senior Member
Thanks Meter 454
Posts: 523
Join Date: Apr 2012
Location: Owasso OK
Quote:
Originally Posted by PorchSong View Post
I can't hunt this down on my phone, but will someone who is using the Apex launcher let me know if the Gmail icon is showing count notification. My missed phone calls and text messaging are, but the gmail icon is not giving me a number count. I know it worked on Beta 1, but not on Beta 2 for me. I just want to know if this is isolated to me so I can try other things.

Thanks.

Nope wasn't working for me but I think that has something to do with gmail. I recall go launcher pro on GB roms stopped working also.
 
CAR1977
Old
#3254  
CAR1977's Avatar
Senior Member
Thanks Meter 34
Posts: 166
Join Date: Nov 2011
Location: Fort Lauderdale, FL
Quote:
Originally Posted by PorchSong View Post
I can't hunt this down on my phone, but will someone who is using the Apex launcher let me know if the Gmail icon is showing count notification. My missed phone calls and text messaging are, but the gmail icon is not giving me a number count. I know it worked on Beta 1, but not on Beta 2 for me. I just want to know if this is isolated to me so I can try other things.

Thanks.
I am using Apex pro and the gmail count shows.

Sent from my Transformer TF101 using XDA Premium HD app
 
PorchSong
Old
(Last edited by PorchSong; 10th May 2012 at 06:38 PM.)
#3255  
PorchSong's Avatar
Senior Member
Thanks Meter 227
Posts: 408
Join Date: Nov 2007
Location: Denver
Quote:
Originally Posted by ScreamingSkulls View Post
Nope wasn't working for me but I think that has something to do with gmail. I recall go launcher pro on GB roms stopped working also.
Actually, I figured out a solution:

1. Backup your Apex Desktop via Apex settings--do not backup your Apex settings.
2. Go to setting>applications and clear data/cache for both Apex Launcher & Apex Pro.
3. Delete Apex Launcher and Apex Pro
4. Reinstall Apex Launcher and Apex Pro.
5. Activate your Pro version and go and set up your settings again.
6. Restore your backed up Desktop via Apex Settings, but do not restore your Apex Settings settings.
7. Go to Advanced and toggle the Gmail count notification again.

Make sure you are using Gmail 4.0.5 too.

BTW, those of you fed up with Launcher Pro not being updated to work on ICS, Apex Pro with Android Pro Widgets will make you never look back--only thing missing is the swipe up dock icon feature.
Phone - T-Mobile Galaxy S II SGH-T989
Rom - CM 10.1
Launcher - Nova Prime
Kernel - 3.0.66
Modem - T989UVMC6
Recovery - TWRP 2.5.0.0
SDCARD - Team 16GB Class 10 SDHC
 
aiwapro
Old
#3256  
Senior Member
Thanks Meter 6
Posts: 218
Join Date: Mar 2007
Are there screenshots for this ROM. I am coming from a HTC Amaze, and thinking about buying this phone, so not familiar with previous ROMs from this developer. Screenshots would help me and others I think, please.
 
Rapalax
Old
#3257  
Member
Thanks Meter 13
Posts: 58
Join Date: Sep 2010
Quote:
Originally Posted by ScreamingSkulls View Post
He was talking about facebook and flipboard which both work perfectly for me and many others therefore it is user error, if it was app issue then "no one" would have successful usage of the app(s). If you would like video please let me know. Screenshots have already been posted.

App error would be something like instacrap that does not work perfectly for "anyone".
This is a rather short-sighted take on things. Basically you think that:

1. If it doesn't work for me, and it doesn't work for you => Application Bug
2. If it works for me, but not for you => You did something wrong

This leads me to the following:

1. You have limited experience with real application bugs

Not trying to offend, and not saying that I didn't in fact do anything wrong... but I don't believe that you used good logic to come to your conclusions.

Sadly, I don't have any additional info from my logcat
 
RealPariah
Old
(Last edited by RealPariah; 10th May 2012 at 08:34 PM.)
#3258  
Senior Member
Thanks Meter 285
Posts: 833
Join Date: Aug 2010

 
DONATE TO ME
Folks, keep in mind things like tweaks in init.d can cause issues.
I found one setting priorities on stock apps and after removal (the app not three script) it would cause odd issues and FCs, until I commented out the offending scripts (2 of 4 for me) seebelow for my edited 00darkside script...

Best viewing in browser if using tapatalk or other client and code section looks crammed together hit menu web view and move to this post...

Code:
## !!! DO NOT REMOVE OR MODIFY THIS FILE !!! ###
MOUNTS=/system/etc/darkside/scripts/init.darkside.mounts.sh
#RENICE=/system/etc/darkside/scripts/init.darkside.renice.sh
#TUNEUP=/system/etc/darkside/scripts/init.darkside.tuneup.sh
ZIPALIGN=/system/etc/darkside/scripts/init.darkside.zipalign.sh

echo "Running Zip Align ..."
  sh $ZIPALIGN
   echo "Zip Align complete!"
    sleep 2

echo "Running disk mounts ..."
  sh $MOUNTS
    echo "disk mounts complete!"
      sleep 2

#echo "Running tune up ..."
 # sh $TUNEUP
   #echo "tune up complete!" 
    sleep 120 #DO NOT MODIFY THIS VALUE!!!

#echo "Running application priorites ..."
  #sh $RENICE
   #echo "Applications priorties complete!"
    sync;
Hope that helps

I find using supercharger V6 had better effect than these included scripts FOR ME.

NOTE:
No need to remove scripts mentioned if you comment them out. That easy if you like them you just uncomment (delete #s you added to match above) and restart and they run again.

Sent from my SGH-T989 using Xparent Green Tapatalk 2
 
Branso07
Old
#3259  
Senior Member
Thanks Meter 13
Posts: 177
Join Date: Nov 2011
Location: San Diego

 
DONATE TO ME
Quote:
Originally Posted by aiwapro View Post
Are there screenshots for this ROM. I am coming from a HTC Amaze, and thinking about buying this phone, so not familiar with previous ROMs from this developer. Screenshots would help me and others I think, please.
Volume down + power for 2 seconds

Sent from my SGH-T989
 
PulldOvr
Old
#3260  
Senior Member
Thanks Meter 21
Posts: 236
Join Date: Jul 2009
Quote:
Originally Posted by Branso07 View Post
Volume down + power for 2 seconds

Sent from my SGH-T989
He said are there. Not how to. Lol

And screen shots are like any other stock touchwiz rom. There is the added option of apex which is similar to the stock ICS launcher. This from isn't themed or modded very much.

Sent from my SGH-T989 using XDA
T-MOBILESGS2 "Hercules"
Jedi Mind Trick... Itching to flash to CM 10.1

Tags
darkside venom
THREAD CLOSED
Subscribe