Giter VIP home page Giter VIP logo

droid2600's People

Contributors

rolzad73 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

hayate891

droid2600's Issues

Crashes when pressing non-directional iControlPad button in its default SPP mode

What steps will reproduce the problem?
1. Have iControlPad connected using the default SPP mode (with Bluez IME).
2. Start a game in Droid2600.
3. Press a non-directional button on the iControlPad.  (I can use just the 
DPad, but not much good without a working Fire button.)

What is the expected output? What do you see instead?
No crash. It crashes within a few seconds.

What version of the product are you using? On what operating system?
Unknown product version.  The "About" screen gives no version information.  I'm 
using it on a Galaxy S with Android 2.2.

Please provide any additional information below.
It does work with the iControlPad set to keyboard mode, but I'm not gonna go 
through that 5 minute tedious switching process (have to unpair, repair, and 
numerous other steps) just for this one app.  I'd be willing to pay for a 
working version though.

Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 7:49

cannot find ROM directory

Installed on android 4.4/nexus5, the app start but is impossibile find any ROM 
(placed in download sub dir and/or other dir.
The app show only the /sdcard empty (but is  not Empty)

Original issue reported on code.google.com by [email protected] on 24 Nov 2013 at 1:47

Can't change Key Mapping using iControlPad in its default SPP mode

What steps will reproduce the problem?
1. Have iControlPad connected using the default SPP mode (with Bluez IME).
2. Go to Key Mappings in the Droid2600 preferences.
3. Open the "Press a key" dialog for any of the controls. (such as "Player 1 
Joystick UP").
4. Press any button on the iControlPad.  (Within the BluezIME software, these 
are mapped to standard things like "DPAD UP".)

What is the expected output? What do you see instead?
The new keystroke should be saved to the Droid2600 control.  But instead, 
nothing happens.  (Droid2600 *does* recognize my DPAD presses within a game, 
and it works in other apps.)

What version of the product are you using? On what operating system?
Unknown product version.  The "About" screen gives no version information.  I'm 
using it on a Galaxy S with Android 2.2.

Please provide any additional information below.
It does work with the iControlPad set to keyboard mode, but I'm not gonna go 
through that 5 minute tedious switching process (have to unpair, repair, and 
numerous other steps) just for this one app.

Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 7:55

2 joy sticks

What steps will reproduce the problem?
1. Raiders of the lost arc needs 2 joy sticks to play
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jul 2011 at 6:59

Exception in Droid2600Activity on startup

Automated crash report from the Android Developer Console:

v16
Jan 29, 2011 10:56:35 AM
1 reports/week 

java.lang.RuntimeException: Unable to start activity 
ComponentInfo{com.droid2600/com.droid2600.Droid2600Activity}: 
java.lang.StringIndexOutOfBoundsException
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.StringIndexOutOfBoundsException
at java.lang.String.substring(String.java:1579)
at com.droid2600.Droid2600Activity.onCreate(Droid2600Activity.java:132)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
... 11 more

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 8:27

2 joy sticks

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Jul 2011 at 6:58

Popping noise when quitting a game on Nexus 10

What steps will reproduce the problem?
1. Load and start any ROM
2. Try to quit emulation by either hitting back or by opening the console and 
selecting quit

What is the expected output? What do you see instead?
While the quit dialog is open, there is a soft popping noise coming from the  
device.

What version of the product are you using? On what operating system?
Version 16. Android 4.2.1 on Nexus 10.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Dec 2012 at 2:13

Reworked build crashes on startup

Now that the project builds, startup of the app crashes with the following trace:

01-06 03:58:38.899    6870-6870/? E/AndroidRuntime﹕ FATAL EXCEPTION: main
    Process: com.droid2600, PID: 6870
    java.lang.RuntimeException: Unable to start activity ComponentInfo{com.droid2600/com.droid2600.Droid2600Activity}: android.view.InflateException: Binary XML file line #78: Error inflating class java.lang.reflect.Constructor
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2325)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
            at android.app.ActivityThread.access$800(ActivityThread.java:151)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5254)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
     Caused by: android.view.InflateException: Binary XML file line #78: Error inflating class java.lang.reflect.Constructor
            at android.preference.GenericInflater.createItem(GenericInflater.java:397)
            at android.preference.GenericInflater.createItemFromTag(GenericInflater.java:430)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:481)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:493)
            at android.preference.GenericInflater.inflate(GenericInflater.java:326)
            at android.preference.GenericInflater.inflate(GenericInflater.java:263)
            at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:272)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:485)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:444)
            at com.droid2600.Droid2600Activity.onCreate(Droid2600Activity.java:94)
            at android.app.Activity.performCreate(Activity.java:5990)
            at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
            at android.app.ActivityThread.access$800(ActivityThread.java:151)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5254)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
     Caused by: java.lang.reflect.InvocationTargetException
            at java.lang.reflect.Constructor.newInstance(Native Method)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:288)
            at android.preference.GenericInflater.createItem(GenericInflater.java:383)
            at android.preference.GenericInflater.createItemFromTag(GenericInflater.java:430)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:481)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:493)
            at android.preference.GenericInflater.inflate(GenericInflater.java:326)
            at android.preference.GenericInflater.inflate(GenericInflater.java:263)
            at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:272)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:485)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:444)
            at com.droid2600.Droid2600Activity.onCreate(Droid2600Activity.java:94)
            at android.app.Activity.performCreate(Activity.java:5990)
            at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
            at android.app.ActivityThread.access$800(ActivityThread.java:151)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5254)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
     Caused by: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/tvi910/android/R$layout;
            at com.tvi910.android.core.KeymapPreference.init(KeymapPreference.java:47)
            at com.tvi910.android.core.KeymapPreference.<init>(KeymapPreference.java:37)
            at java.lang.reflect.Constructor.newInstance(Native Method)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:288)
            at android.preference.GenericInflater.createItem(GenericInflater.java:383)
            at android.preference.GenericInflater.createItemFromTag(GenericInflater.java:430)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:481)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:493)
            at android.preference.GenericInflater.inflate(GenericInflater.java:326)
            at android.preference.GenericInflater.inflate(GenericInflater.java:263)
            at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:272)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:485)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:444)
            at com.droid2600.Droid2600Activity.onCreate(Droid2600Activity.java:94)
            at android.app.Activity.performCreate(Activity.java:5990)
            at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
            at android.app.ActivityThread.access$800(ActivityThread.java:151)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5254)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
     Caused by: java.lang.ClassNotFoundException: Didn't find class "com.tvi910.android.R$layout" on path: DexPathList[[zip file "/data/app/com.droid2600-1/base.apk"],nativeLibraryDirectories=[/data/app/com.droid2600-1/lib/arm, /vendor/lib, /system/lib]]
            at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
            at com.tvi910.android.core.KeymapPreference.init(KeymapPreference.java:47)
            at com.tvi910.android.core.KeymapPreference.<init>(KeymapPreference.java:37)
            at java.lang.reflect.Constructor.newInstance(Native Method)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:288)
            at android.preference.GenericInflater.createItem(GenericInflater.java:383)
            at android.preference.GenericInflater.createItemFromTag(GenericInflater.java:430)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:481)
            at android.preference.GenericInflater.rInflate(GenericInflater.java:493)
            at android.preference.GenericInflater.inflate(GenericInflater.java:326)
            at android.preference.GenericInflater.inflate(GenericInflater.java:263)
            at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:272)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:485)
            at android.preference.PreferenceManager.setDefaultValues(PreferenceManager.java:444)
            at com.droid2600.Droid2600Activity.onCreate(Droid2600Activity.java:94)
            at android.app.Activity.performCreate(Activity.java:5990)
            at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1106)
            at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2278)
            at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2387)
            at android.app.ActivityThread.access$800(ActivityThread.java:151)
            at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1303)
            at android.os.Handler.dispatchMessage(Handler.java:102)
            at android.os.Looper.loop(Looper.java:135)
            at android.app.ActivityThread.main(ActivityThread.java:5254)
            at java.lang.reflect.Method.invoke(Native Method)
            at java.lang.reflect.Method.invoke(Method.java:372)
            at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903)
            at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698)
    Suppressed: java.lang.ClassNotFoundException: com.tvi910.android.R$layout
            at java.lang.Class.classForName(Native Method)
            at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
            at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
            ... 28 more
     Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available
01-06 03:58:38.900     779-1377/? W/ActivityManager﹕ Force finishing activity 1 com.droid2600/.Droid2600Activity

Cam

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jul 2011 at 7:50

Crash when starting preferences

Automated crash report from developer console:

v15, v16
Jan 19, 2011 11:06:00 AM
0 reports/week 



java.util.UnknownFormatConversionException: Conversion is ''
at java.util.Formatter$FormatSpecifierParser.advance(Formatter.java:2641)
at 
java.util.Formatter$FormatSpecifierParser.parseConversionType(Formatter.java:271
6)
at 
java.util.Formatter$FormatSpecifierParser.parseArgumentIndexAndFlags(Formatter.j
ava:2687)
at 
java.util.Formatter$FormatSpecifierParser.parseFormatToken(Formatter.java:2624)
at java.util.Formatter.doFormat(Formatter.java:1072)
at java.util.Formatter.format(Formatter.java:994)
at java.lang.String.format(String.java:2254)
at java.lang.String.format(String.java:2219)
at android.preference.ListPreference.getSummary(ListPreference.java:152)
at android.preference.Preference.onBindView(Preference.java:441)
at android.preference.Preference.getView(Preference.java:391)
at 
android.preference.PreferenceGroupAdapter.getView(PreferenceGroupAdapter.java:22
1)
at android.widget.AbsListView.obtainView(AbsListView.java:1361)
at android.widget.ListView.makeAndAddView(ListView.java:1743)
at android.widget.ListView.fillDown(ListView.java:668)
at android.widget.ListView.fillFromTop(ListView.java:725)
at android.widget.ListView.layoutChildren(ListView.java:1596)
at android.widget.AbsListView.onLayout(AbsListView.java:1174)
at android.view.View.layout(View.java:7077)
at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
at android.view.View.layout(View.java:7077)
at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1252)
at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1128)
at android.widget.LinearLayout.onLayout(LinearLayout.java:1045)
at android.view.View.layout(View.java:7077)
at android.widget.FrameLayout.onLayout(FrameLayout.java:333)
at android.view.View.layout(View.java:7077)
at android.view.ViewRoot.performTraversals(ViewRoot.java:1045)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by [email protected] on 29 Jan 2011 at 8:30

Enviroment Setup Document

Please create a Enviroment Setup Document in order to know how to build the 
project and let me help to improve the app. I not able to run the source code 
yet.

Thanks.

Gabriel.

Original issue reported on code.google.com by [email protected] on 31 May 2015 at 3:59

Can't move app to SD card, claims "The application is copy-protected"

What steps will reproduce the problem?
1. Install app from market
2. From 'home' screen: menu->settings->Application->Manage Applications.
3. Select "droid2600" from the list
4. Click on "Move to SD card"

What is the expected output? What do you see instead?

I would expect to be able to move this to the SD card.  Instead, I get the "The 
application is copy-protected" message.

What version of the product are you using? On what operating system?

Droid2600 v15

Running on CyanogenMod-6.1.1-Slide on a T-Mobile MyTouch 3G Slide.

Weighing in at 4.92 megabytes, this is one of the heftier apps on the phone, it 
would be nice to be able to move it to the SD card to free up some internal 
space.

Original issue reported on code.google.com by [email protected] on 11 Jan 2011 at 3:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.