New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
View Poll Results: Wich launcher do you think should be included?
Apex Launcher 73 32.16%
Nova Launcher 57 25.11%
Stock Launcher 40 17.62%
All of them 57 25.11%
Voters: 227. You may not vote on this poll

THREAD CLOSED
Tip us?
 
PonsAsinorem
Old
#891  
PonsAsinorem's Avatar
Recognized Contributor
Thanks Meter 994
Posts: 2,436
Join Date: Sep 2010
Location: Hawaii

 
DONATE TO ME
For gapps, it's simple. Find the version of android you're running (not mentioning it here to increase the surprise) then find the latest version of gapps for that version over at goo.im.

Or (what I'd do if I didn't know it off the top of my head) you can backup Goo Manager from Titanium Backup, have it converted to a flashable zip, flash that after the ROM, then open up Goo Manager and have it search for the latest gapps available for your current Android version, then flash that.



 

[ROM][UNOFFICIAL] Pons CM10 Inc builds
[ROM][UNOFFICIAL] Pons CM7.2 Inc builds
[ROM][UNOFFICIAL] Pons AOKP JB Inc builds

Quote:
Originally Posted by Chainfire View Post
If I had a microwave, you would have won it.
 
Hanger84
Old
#892  
Hanger84's Avatar
Senior Member - OP
Thanks Meter 268
Posts: 240
Join Date: Oct 2010
Location: Wheeling, WV

 
DONATE TO ME
Actually, if you look at the first post, right below the link for the rom is 2 links for google apps, and below that there is links for the extras. In addition to those links, ALL google apps packages have been available on goo.im for months. So, there's no game of hide and seek to find the link for them.

Also, all non-test builds of the rom are on the first post. Theblinks for the teat builds are always available on goo.im, my personal website, and android file host. The main post has not been updated with the test builds because the test build change sometimes 5 a day depending on the time I have available. And as states a few posts up, a full non-test release will be posted in a few days when I'm done helping my family with some things.

In addition to what's been said, if you can't find something, usually if you just ask, someone will provide the information your looking for.

Sent from my ADR6425LVW using Tapatalk 2

The Following User Says Thank You to Hanger84 For This Useful Post: [ Click to Expand ]
 
tiny4579
Old
#893  
Recognized Developer
Thanks Meter 2750
Posts: 5,368
Join Date: Jan 2011
Curious if those who are getting charger related freezes/reboots have the following error in their logcat when it freezes:

Code:
F/BatteryStatsImpl( 1336): problem reading network stats
F/BatteryStatsImpl( 1336): java.lang.IllegalStateException: problem parsing idx 1
F/BatteryStatsImpl( 1336): 	at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
F/BatteryStatsImpl( 1336): 	at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:250)
F/BatteryStatsImpl( 1336): 	at com.android.internal.os.BatteryStatsImpl.getNetworkStatsDetailGroupedByUid(BatteryStatsImpl.java:5734)
F/BatteryStatsImpl( 1336): 	at com.android.internal.os.BatteryStatsImpl.doUnplugLocked(BatteryStatsImpl.java:1418)
F/BatteryStatsImpl( 1336): 	at com.android.internal.os.BatteryStatsImpl.setOnBatteryLocked(BatteryStatsImpl.java:4335)
F/BatteryStatsImpl( 1336): 	at com.android.internal.os.BatteryStatsImpl.setBatteryState(BatteryStatsImpl.java:4394)
F/BatteryStatsImpl( 1336): 	at com.android.server.am.BatteryStatsService.setBatteryState(BatteryStatsService.java:434)
F/BatteryStatsImpl( 1336): 	at com.android.server.BatteryService.processValues(BatteryService.java:267)
F/BatteryStatsImpl( 1336): 	at com.android.server.BatteryService.update(BatteryService.java:249)
F/BatteryStatsImpl( 1336): 	at com.android.server.BatteryService.access$000(BatteryService.java:73)
F/BatteryStatsImpl( 1336): 	at com.android.server.BatteryService$1.onUEvent(BatteryService.java:197)
F/BatteryStatsImpl( 1336): 	at android.os.UEventObserver$UEventThread.run(UEventObserver.java:108)
F/BatteryStatsImpl( 1336): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 1336): 	at libcore.io.IoBridge.open(IoBridge.java:406)
F/BatteryStatsImpl( 1336): 	at java.io.FileInputStream.<init>(FileInputStream.java:78)
F/BatteryStatsImpl( 1336): 	at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
F/BatteryStatsImpl( 1336): 	... 11 more
F/BatteryStatsImpl( 1336): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 1336): 	at libcore.io.Posix.open(Native Method)
F/BatteryStatsImpl( 1336): 	at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
F/BatteryStatsImpl( 1336): 	at libcore.io.IoBridge.open(IoBridge.java:390)
F/BatteryStatsImpl( 1336): 	... 13 more
 
d00dr
Old
(Last edited by d00dr; 27th June 2012 at 05:51 PM.)
#894  
d00dr's Avatar
Member
Thanks Meter 4
Posts: 82
Join Date: Jan 2012
Quote:
Originally Posted by tiny4579 View Post
Curious if those who are getting charger related freezes/reboots have the following error in their logcat when it freezes:

Code:
F/BatteryStatsImpl( 1336): problem reading network stats
F/BatteryStatsImpl( 1336): java.lang.IllegalStateException: problem parsing idx 1
F/BatteryStatsImpl( 1336): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:300)
F/BatteryStatsImpl( 1336): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:250)
F/BatteryStatsImpl( 1336): at com.android.internal.os.BatteryStatsImpl.getNetworkStatsDetailGroupedByUid(BatteryStatsImpl.java:5734)
F/BatteryStatsImpl( 1336): at com.android.internal.os.BatteryStatsImpl.doUnplugLocked(BatteryStatsImpl.java:1418)
F/BatteryStatsImpl( 1336): at com.android.internal.os.BatteryStatsImpl.setOnBatteryLocked(BatteryStatsImpl.java:4335)
F/BatteryStatsImpl( 1336): at com.android.internal.os.BatteryStatsImpl.setBatteryState(BatteryStatsImpl.java:4394)
F/BatteryStatsImpl( 1336): at com.android.server.am.BatteryStatsService.setBatteryState(BatteryStatsService.java:434)
F/BatteryStatsImpl( 1336): at com.android.server.BatteryService.processValues(BatteryService.java:267)
F/BatteryStatsImpl( 1336): at com.android.server.BatteryService.update(BatteryService.java:249)
F/BatteryStatsImpl( 1336): at com.android.server.BatteryService.access$000(BatteryService.java:73)
F/BatteryStatsImpl( 1336): at com.android.server.BatteryService$1.onUEvent(BatteryService.java:197)
F/BatteryStatsImpl( 1336): at android.os.UEventObserver$UEventThread.run(UEventObserver.java:108)
F/BatteryStatsImpl( 1336): Caused by: java.io.FileNotFoundException: /proc/net/xt_qtaguid/stats: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 1336): at libcore.io.IoBridge.open(IoBridge.java:406)
F/BatteryStatsImpl( 1336): at java.io.FileInputStream.(FileInputStream.java:78)
F/BatteryStatsImpl( 1336): at com.android.internal.net.NetworkStatsFactory.readNetworkStatsDetail(NetworkStatsFactory.java:269)
F/BatteryStatsImpl( 1336): ... 11 more
F/BatteryStatsImpl( 1336): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
F/BatteryStatsImpl( 1336): at libcore.io.Posix.open(Native Method)
F/BatteryStatsImpl( 1336): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
F/BatteryStatsImpl( 1336): at libcore.io.IoBridge.open(IoBridge.java:390)
F/BatteryStatsImpl( 1336): ... 13 more
I've only had it happen once on The 4th Kind. And now that I'm trying to replicate it, I can't. Figures...

EDIT: Got it to do it again. Seems to only happen when the battery is fully charged with the screen awake.

Sent from my Incredible using XDA
 
powerhouselb
Old
#895  
powerhouselb's Avatar
Member
Thanks Meter 1
Posts: 31
Join Date: Jul 2007
Location: Beaumont, CA
Quote:
Originally Posted by Hanger84 View Post
Actually, if you look at the first post, right below the link for the rom is 2 links for google apps, and below that there is links for the extras. In addition to those links, ALL google apps packages have been available on goo.im for months. So, there's no game of hide and seek to find the link for them.

Also, all non-test builds of the rom are on the first post. Theblinks for the teat builds are always available on goo.im, my personal website, and android file host. The main post has not been updated with the test builds because the test build change sometimes 5 a day depending on the time I have available. And as states a few posts up, a full non-test release will be posted in a few days when I'm done helping my family with some things.

In addition to what's been said, if you can't find something, usually if you just ask, someone will provide the information your looking for.

Sent from my ADR6425LVW using Tapatalk 2
Sorry about that, but I didn't mean to imply that the links weren't reliable and nothing else is available. Yeah, I didn't have much luck and I did assume that the link on the main post was unavailable. I'm sorry. I tried goo.im and got a page full of giberish. That may very well have been my PC. I was stating that I simply didn't feel like searching of a working link or asking for help because it wasn't that kind issue. I was at work and didn't have the time to search it out.

Just so you know, it was an excellent looking rom. I'm sure I would have been able to find what I needed had I dedicated the time. I d intend to check out the ROM one day. Thanks for the reply. I appreciate it.
The Following User Says Thank You to powerhouselb For This Useful Post: [ Click to Expand ]
 
Hanger84
Old
#896  
Hanger84's Avatar
Senior Member - OP
Thanks Meter 268
Posts: 240
Join Date: Oct 2010
Location: Wheeling, WV

 
DONATE TO ME
Working on the new test build for 2.1 now that AOKP B40 is out. I'm going to be changing the kernel as well.....but it will still be incredikernel. Since I'm going to be changing it, and no one seemed to notice it......the surprise in the latest build of Abduction (2.1) and 4th Kind is that they both use Incredikernel Beta 3 and have a new governor, Intellidemand. The new test build of Abductiona nd 4th Kind will have a new version of Incredikernel for folks to test out.

I'm considering making an odexed version as well, which will offer some speed improvements, and help with battery life as well.

On a side note, I may end up selling my Incredible soon to help get a Nexus 7 (which I plan to also dev for as soon as I get one) that doesn't mean that I'm going to stop working on my ROMs for the Inc though, just that test builds will take a little longer to finish testing and be released.

 
nfiniti9
Old
#897  
nfiniti9's Avatar
Senior Member
Thanks Meter 31
Posts: 154
Join Date: Aug 2010
Quote:
Originally Posted by Hanger84 View Post
Working on the new test build for 2.1 now that AOKP B40 is out. I'm going to be changing the kernel as well.....but it will still be incredikernel. Since I'm going to be changing it, and no one seemed to notice it......the surprise in the latest build of Abduction (2.1) and 4th Kind is that they both use Incredikernel Beta 3 and have a new governor, Intellidemand. The new test build of Abductiona nd 4th Kind will have a new version of Incredikernel for folks to test out.

I'm considering making an odexed version as well, which will offer some speed improvements, and help with battery life as well.

On a side note, I may end up selling my Incredible soon to help get a Nexus 7 (which I plan to also dev for as soon as I get one) that doesn't mean that I'm going to stop working on my ROMs for the Inc though, just that test builds will take a little longer to finish testing and be released.
See the last comment almost every dev left before they never came back
 
Hanger84
Old
#898  
Hanger84's Avatar
Senior Member - OP
Thanks Meter 268
Posts: 240
Join Date: Oct 2010
Location: Wheeling, WV

 
DONATE TO ME
I'm not every other dev. I don't use my Incredible for anything other than to test my roms. I have a Rezound that is my main phone, yet I only make roms for the Incredible.....I'm not leaving, if I ever was going to leave, I would have left when I got my Rezound.

Sent from my ADR6425LVW using Tapatalk 2

The Following User Says Thank You to Hanger84 For This Useful Post: [ Click to Expand ]
 
IAmTheOneTheyCallNeo
Old
#899  
IAmTheOneTheyCallNeo's Avatar
Recognized Contributor / Recognized Developer
Thanks Meter 9289
Posts: 5,659
Join Date: Aug 2011
Location: Mobile, AL

 
DONATE TO ME
Quote:
Originally Posted by Hanger84 View Post
I'm not every other dev. I don't use my Incredible for anything other than to test my roms. I have a Rezound that is my main phone, yet I only make roms for the Incredible.....I'm not leaving, if I ever was going to leave, I would have left when I got my Rezound.

Sent from my ADR6425LVW using Tapatalk 2
True story and he's been using a Rezound as his primary for some time now

Sent from my S-OFF Rezound using Tapatalk 2.0
 
powerhouselb
Old
#900  
powerhouselb's Avatar
Member
Thanks Meter 1
Posts: 31
Join Date: Jul 2007
Location: Beaumont, CA
Default Great ROM

I've finally downloaded GApps from my home computer, flashed the ROM and gapps, and I gotta say, it's a very nice ROM. I do believe this will be the one I use until my upgrade date. The ROM I tried to use before this one was very laggy. Maybe it required more horsepower than my phone could give.
Thanks.

Tags
abandoned, abduction, deleted, winning
THREAD CLOSED
Subscribe