SlateDroid.com: Ice Cream Sandwich -cm9 base- NOW WITH MOAR AUDIO - SlateDroid.com

Jump to content


  • 101 Pages +
  • « First
  • 99
  • 100
  • 101
  • You cannot start a new topic
  • You cannot reply to this topic

Ice Cream Sandwich -cm9 base- NOW WITH MOAR AUDIO

#2001 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 13 May 2012 - 01:36 AM

I was thinking more like pitchforks torches etc
0

#2002 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted 13 May 2012 - 05:02 PM

Lol
0

#2003 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted 15 May 2012 - 09:03 AM

So I've been out of town then sick ill see what I can do today though we really need a kernel
0

#2004 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted 16 May 2012 - 02:08 AM

of course android-xref is down when I am actually sitting down to work... Here's one thing. Our device thinks mobile data is enabled I.E. 3G EDGE GPRS...

D/ConnectivityService( 1971): getMobileDataEnabled returning true

This post has been edited by chambejp: 16 May 2012 - 09:26 AM

0

#2005 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 16 May 2012 - 02:17 PM

View Postchambejp, on 16 May 2012 - 02:08 AM, said:

of course android-xref is down when I am actually sitting down to work... Here's one thing. Our device thinks mobile data is enabled I.E. 3G EDGE GPRS...

D/ConnectivityService( 1971): getMobileDataEnabled returning true



isn't that normal if wifi is configured as your mobile data iface

    <!-- This string array should be overridden by the device to present a list of network
         attributes.  This is used by the connectivity manager to decide which networks can coexist
         based on the hardware -->
    <!-- An Array of "[Connection name],[ConnectivityManager connection type],
         [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
    <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
         before automatically restore the default connection.  Set -1 if the connection
         does not require auto-restore. -->
    <!-- the 6th element indicates boot-time dependency-met value. -->
    <string-array translatable="false" name="networkAttributes">
        <item>"wifi,1,1,1,-1,true"</item>
    </string-array>

    <!-- This string array should be overridden by the device to present a list of radio
         attributes.  This is used by the connectivity manager to decide which networks can coexist
         based on the hardware -->
    <!-- An Array of "[ConnectivityManager connectionType],
                      [# simultaneous connection types]"  -->
    <string-array translatable="false" name="radioAttributes">
        <item>"1,1"</item>
    </string-array>

0

#2006 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted 16 May 2012 - 06:12 PM

Hmm maybe so then but what happens if we don't use it as mobile? You know more about it than i
0

#2007 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 17 May 2012 - 01:14 AM

I don't know if its an option I've been fighting Ubuntu 12.04 trying to get jdk 6 installed so I can compile and working on my sweet new lawn mower I took it for my first ride today lol fun as hell I painted it too just to cover the rat excrement and mold and slime so its clean and orange and it goes fast but it doesn't cut grass yet lol
0

#2008 User is offline   Zero7 

  • Advanced Member
  • PipPipPip
  • Group: Jr. Member
  • Topics: 4
  • Posts: 329
  • Joined: 03-October 10
  • LocationIndia

Posted 17 May 2012 - 04:17 AM

View Postrandomblame, on 17 May 2012 - 01:14 AM, said:

so its clean and orange and it goes fast but it doesn't cut grass yet lol

:rofl: enjoy
0

#2009 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted 17 May 2012 - 08:49 AM

Nice. I'm hoping to figure this out before I move on June 3rd. Prolly wont have high speed internet for awhile
0

#2010 User is offline   blazingwolf 

  • Advanced Member
  • Group: Global Moderators
  • Topics: 60
  • Posts: 1,393
  • Joined: 05-July 10

Posted 17 May 2012 - 11:05 AM

View Postrandomblame, on 17 May 2012 - 01:14 AM, said:

I don't know if its an option I've been fighting Ubuntu 12.04 trying to get jdk 6 installed so I can compile and working on my sweet new lawn mower I took it for my first ride today lol fun as hell I painted it too just to cover the rat excrement and mold and slime so its clean and orange and it goes fast but it doesn't cut grass yet lol


Not sure if you got the JDK up and working yet but I finally found a way that worked for me. Check here if you haven't gotten it working: https://github.com/f...otorg/oab-java6
0

#2011 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 18 May 2012 - 12:26 AM

View Postblazingwolf, on 17 May 2012 - 11:05 AM, said:

Not sure if you got the JDK up and working yet but I finally found a way that worked for me. Check here if you haven't gotten it working: https://github.com/f...otorg/oab-java6


I tried that I think its out of date it doesn't error out but it seems to get stuck during the download portion of the script

*edit finally got it going I can compile again woot

This post has been edited by randomblame: 18 May 2012 - 06:00 PM

0

#2012 User is offline   Jonathan M. 

  • Newbie
  • Pip
  • Group: Jr. Member
  • Topics: 0
  • Posts: 6
  • Joined: 25-April 12

Posted 19 May 2012 - 04:03 PM

I'd like to help. can some one tell me what there is left to do on this?
0

#2013 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 19 May 2012 - 04:46 PM

we need a new kernel or a way to circumvent the ipv6 and other new requirements. Without it apps will not have data access only browser has access for now. We have working wifi working accelerometer working sound etc etc
0

#2014 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 19 May 2012 - 04:47 PM

I just did a repo sync and I'm compiling a fresh build today :D
0

#2015 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 19 May 2012 - 08:07 PM

it's acting weird I had to execute init again from shell to get it to start lol

* the launcher overlay fix is no longer doing anygood it seems

This post has been edited by randomblame: 19 May 2012 - 08:36 PM

0

#2016 User is offline   blazingwolf 

  • Advanced Member
  • Group: Global Moderators
  • Topics: 60
  • Posts: 1,393
  • Joined: 05-July 10

Posted 19 May 2012 - 09:31 PM

View Postrandomblame, on 19 May 2012 - 08:07 PM, said:

it's acting weird I had to execute init again from shell to get it to start lol

* the launcher overlay fix is no longer doing anygood it seems


Hmm. I'm pretty sure it's still working on the original device it was written for. I will check to see if there were any changes in the newest version of the Adam ROM.

Nope. No changes. Noot sure why it wouldn't work anymore for us. :?
0

#2017 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 19 May 2012 - 10:51 PM

Idk I'll screw with it
0

#2018 User is offline   Jonathan M. 

  • Newbie
  • Pip
  • Group: Jr. Member
  • Topics: 0
  • Posts: 6
  • Joined: 25-April 12

Posted 20 May 2012 - 04:44 PM

So which IDE are you guys using? I curently am using cloud nine. Ialso have the SDK manager, but it's not reading this build as an avd. IS there anything to that, do I even need the sdk manager for this build?
0

#2019 User is offline   randomblame 

  • Doofenshmirtz
  • PipPipPip
  • Group: FW Developer
  • Topics: 10
  • Posts: 1,375
  • Joined: 03-September 11
  • LocationTri-State Area

Posted 20 May 2012 - 04:48 PM

we just flash to test
0

#2020 User is offline   chambejp 

  • Agent P!
  • PipPipPip
  • Group: FW Developer
  • Topics: 2
  • Posts: 1,130
  • Joined: 04-December 11
  • LocationCowboy State

Posted Yesterday, 09:00 AM

Read the wiki
1

Share this topic:


  • 101 Pages +
  • « First
  • 99
  • 100
  • 101
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users