Google App Inventor won't connect

This is a discussion on Google App Inventor won't connect within the ChevyNo1 forums, part of the Custom Roms category; Not sure if anyone has the App Inventor yet that is using SS4.6 but Ive hit a snag. When using the stock 2.2 Rom that ...

+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Google App Inventor won't connect

  1. Junior Droid
    WildBill410's Avatar
    Member #
    7593
    Join Date
    Nov 2009
    Location
    Lynnwood Wa
    Posts
    6
    Phone
    MotoDroid
    #1

    Exclamation Google App Inventor won't connect

    Not sure if anyone has the App Inventor yet that is using SS4.6 but Ive hit a snag.

    When using the stock 2.2 Rom that was leaked the Code blocks part of the app inventor connects and runs just fine. When using SS4.6 the java console gives the following error:
    Code:
     **** devicesPluggedIn: 1 isPluggedIn: true connectionHappy: false
    It is seeing the phone but something is preventing it from keeping a connection. I thought it might have to do with the Simply Stunning banner and I've tried changing it back to the Verizon Wireless but the scripts will not do anything. Trying to run the script from a termnial gives this:
    Code:
    # su
    su
    # fixpd
    fixpd
    mkdir: can't create directory '/data/local/': Not a directory
    cp: can't stat '/data/local/tmp/res/xml/eri.xml': Path has non-directory component
    cd: can't cd to /data/local/tmp
    rm failed for /data/local/tmp/res, Not a directory
    
    Reboot to see the pulldown text changed!
    #
    I had done a wipe and installed everything fresh when I installed SS4.6 I am unsure how to fix this. Anyone have any ideas?
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     
  3. Developer
    ChevyNo1's Avatar
    Member #
    20299
    Join Date
    Dec 2009
    Posts
    5,355
    Liked
    26 times
    Phone
    Enter Current Phone Here
    DroidForums.net Developer
    Premium Member
    #2
    Quote Originally Posted by WildBill410 View Post
    Not sure if anyone has the App Inventor yet that is using SS4.6 but Ive hit a snag.

    When using the stock 2.2 Rom that was leaked the Code blocks part of the app inventor connects and runs just fine. When using SS4.6 the java console gives the following error:
    Code:
     **** devicesPluggedIn: 1 isPluggedIn: true connectionHappy: false
    It is seeing the phone but something is preventing it from keeping a connection. I thought it might have to do with the Simply Stunning banner and I've tried changing it back to the Verizon Wireless but the scripts will not do anything. Trying to run the script from a termnial gives this:
    Code:
    # su
    su
    # fixpd
    fixpd
    mkdir: can't create directory '/data/local/': Not a directory
    cp: can't stat '/data/local/tmp/res/xml/eri.xml': Path has non-directory component
    cd: can't cd to /data/local/tmp
    rm failed for /data/local/tmp/res, Not a directory
    
    Reboot to see the pulldown text changed!
    #
    I had done a wipe and installed everything fresh when I installed SS4.6 I am unsure how to fix this. Anyone have any ideas?
    You aren't doing this from recovery right?

    Run this command after su:

    ls -l /data
    D1 GB (10/17/2011) - Simply Stunning Gingerbread v5.6 (2.3.7) - from Source - 10/17/2011
    DX GB (10/17/2011) - Simply Stunning X Gingerbread v2.2 (2.3.7, GB Kernel) - from Source - 10/17/2011

    Follow me on Twitter @ http://twitter.com/ChevyNo1Droid

    If you enjoy my ROM's, feel free to help support my efforts by donating. I spend quite a few hours making sure you get the best ROM out there Your support is much appreciated! Paypal
  4. Junior Droid
    WildBill410's Avatar
    Member #
    7593
    Join Date
    Nov 2009
    Location
    Lynnwood Wa
    Posts
    6
    Phone
    MotoDroid
    #3
    Not in recovery. Ive tried with ADB and with the terminal emulator.

    Here is the ls command:

    Code:
    C:\Users\James>adb shell
    # su
    su
    # ls -l /data
    ls -l /data
    drwx------ system   system            2010-08-04 11:41 backup
    drwxrwxrwx root     root              2010-08-04 11:43 chevyno1
    drwxr-x--- root     log               2010-08-02 01:45 dontpanic
    drwxrwxr-x system   system            2010-08-04 11:41 anr
    drwx------ root     root              2010-08-04 13:40 property
    drwxrwx--x system   system            2010-08-02 01:45 app-private
    -rw-rw-rw- root     root      1926698 2010-08-02 01:41 local
    drwxrwx--x system   system            2010-08-04 11:42 dalvik-cache
    drwxrwx--x system   system            2010-08-04 11:41 data
    drwxrwxr-x system   system            2010-08-04 14:43 system
    drwxrwx--x system   system            2010-08-04 11:41 app
    -rw-rw-rw- root     root            8 2010-08-04 14:44 cc_data
    drwxrwx--t system   misc              2010-08-04 11:41 misc
    drwxrwx--- root     root              2010-08-02 01:45 lost+found
    #
    When I look in the /Data the "local" folder isn't a folder??
    Google App Inventor won't connect-device.png
  5. Developer
    ChevyNo1's Avatar
    Member #
    20299
    Join Date
    Dec 2009
    Posts
    5,355
    Liked
    26 times
    Phone
    Enter Current Phone Here
    DroidForums.net Developer
    Premium Member
    #4
    That is definitely a problem:

    su
    rm /data/local
    fixpd
    D1 GB (10/17/2011) - Simply Stunning Gingerbread v5.6 (2.3.7) - from Source - 10/17/2011
    DX GB (10/17/2011) - Simply Stunning X Gingerbread v2.2 (2.3.7, GB Kernel) - from Source - 10/17/2011

    Follow me on Twitter @ http://twitter.com/ChevyNo1Droid

    If you enjoy my ROM's, feel free to help support my efforts by donating. I spend quite a few hours making sure you get the best ROM out there Your support is much appreciated! Paypal
  6. Junior Droid
    WildBill410's Avatar
    Member #
    7593
    Join Date
    Nov 2009
    Location
    Lynnwood Wa
    Posts
    6
    Phone
    MotoDroid
    #5
    That worked!

    I don't know if it was the local folder that was causing the problem or the banner but I can connect to the Code Blocks flawlessly now.

    Thank you very much Chevy!!
  7. Developer
    ChevyNo1's Avatar
    Member #
    20299
    Join Date
    Dec 2009
    Posts
    5,355
    Liked
    26 times
    Phone
    Enter Current Phone Here
    DroidForums.net Developer
    Premium Member
    #6
    Quote Originally Posted by WildBill410 View Post
    That worked!

    I don't know if it was the local folder that was causing the problem or the banner but I can connect to the Code Blocks flawlessly now.

    Thank you very much Chevy!!
    Both technically - you needed to fix the banner, but you needed /data/local setup properly to fix the banner ... you're welcome, glad it's working!
    D1 GB (10/17/2011) - Simply Stunning Gingerbread v5.6 (2.3.7) - from Source - 10/17/2011
    DX GB (10/17/2011) - Simply Stunning X Gingerbread v2.2 (2.3.7, GB Kernel) - from Source - 10/17/2011

    Follow me on Twitter @ http://twitter.com/ChevyNo1Droid

    If you enjoy my ROM's, feel free to help support my efforts by donating. I spend quite a few hours making sure you get the best ROM out there Your support is much appreciated! Paypal
  8. Senior Droid
    mrpotatohead99's Avatar
    Member #
    57248
    Join Date
    Apr 2010
    Posts
    132
    Phone
    Motorola Droid 2 A955
    #7
    And it's because of things like this that you KNOW Chevy is the best!
  9. ???
    ??? is offline
    Master Droid
    ???'s Avatar
    Member #
    45527
    Join Date
    Mar 2010
    Posts
    453
    Liked
    9 times
    Phone
    droid
    #8
    where did you download the app inventer? i've been wanting to play with that.
  10. Master Droid
    eliassami5's Avatar
    Member #
    7202
    Join Date
    Nov 2009
    Location
    Bay Area, Cali
    Posts
    775
    Phone
    Motorola Droid
    #9
    Quote Originally Posted by ??? View Post
    where did you download the app inventer? i've been wanting to play with that.
    lol +1 for this guy...i want it!!
  11. Senior Droid
    solution's Avatar
    Member #
    19094
    Join Date
    Dec 2009
    Posts
    145
    Liked
    7 times
    Phone
    Moto Droid Bionic
    #10
    http://appinventor.googlelabs.com/about/

    Look on the right hand column of that page you'll see a link to sign up. Its in beta and they're letting ppl on in waves. Got mine today its pretty fun.

    Meow

    Lol

    Sent from my Droid using Tapatalk
    Droid Bionic -- Rooted -- TheoryROM 1.5PB

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. Replies: 224
    Last Post: 10-03-2010, 10:19 AM
  2. Replies: 9
    Last Post: 07-24-2010, 12:23 PM
  3. Just Got my Invite to App inventor from google
    By WoZzY in forum Droid Development
    Replies: 16
    Last Post: 07-23-2010, 12:50 AM
  4. Google App Inventor
    By ftajeffrey in forum Droid General Discussions
    Replies: 2
    Last Post: 07-13-2010, 04:39 PM
  5. Can't connect to google
    By mkarolian in forum Hacking Help
    Replies: 1
    Last Post: 05-12-2010, 11:45 PM

Search tags for this page

android app inventor wont connect to emulator
,
app inventor and emulator does not connect
,
app inventor cannot connect to device
,

app inventor cannot connect to emulator

,
app inventor connect to device
,
app inventor emulator wont load
,
app inventor molemash 2 cannot connect to emulator
,

app inventor won't connect to emulator

,
app inventor wont connect to galaxy s 2
,
appinventor will not connect to my device
,
cannot connect droid phone to appinventor
,
cannt connect phone app inventor
,
connect galaxy s2 to appinventor
,
connecting phone to app inventor
,
galaxy s2 appinventor connect to device
Click on a term to search our site for related topics.