How use chinese phone on Eclipse? - android

I have a huge problem and I do not know how solve It. I have a chinese Smartphone, a Bluebo L100 FW with Android 4.1 ROM for Samsung S3. I'm developing Android apps with Eclipse Juno and I want to test them on my new phone. I did all the steps here and also I tried this, but nothing of this works. I'm sure the problem is the vendor Id I have to use in the 51-adroid rules. I tried the samsung Id and the huawei also. Not working, still having the List of devices attached.
No permissions when I use the ./adb devices. I'm using Linux btw.
Any suggestions?

Related

is multicasting enabled on the nexus 5x or 6p?

I am developing a multicasting application and I need to know if multicasting is enabled on the nexus 5x or on the 6p. I currently have the nexus 5 and it is disabled.
Ref: https://code.google.com/p/android/issues/detail?id=51195
Rooting and recompiling the kernel to enable multicasting isn't an option so I will be purchasing a new device to test with. I would like to use a nexus product, however I need to know if it is enabled.
Could someone who owns one please check if "/proc/net/igmp" exists? any file manager application will work. Sorry, I know it's a simple request. I've googled it, called google support, and looked through an emulator's files all without an answer.
Also If they don't support it, could someone please recommend a device that does support multicasting?
Thanks!
I do have a Nexus 5X with Android 6.
ls /proc/net/ig* shows:
igmp6
I also have an old ASUS K010 tablet which have both igmp and igmp6.
I tried multicast using GStreamer in Android. Both work, just make sure you have the right permissions.

Android Studio Not Detecting Kindle Fire HD Tablet

I followed all of Amazon's instructions (https://developer.amazon.com/public/resources/development-tools/ide-tools/tech-docs/01-setting-up-your-development-environment), but my Kindle Fire HD (2013 model) tablet is not showing up in Android Studio when I try to run an app. It works fine on another computer in Android Studio, but not on this one (I recently reinstalled Windows 8.1 and Android Studio 1.3.2).
To clarify: I don't see it in the device list under 'Choose a running device'.
My apologies. I couldn't see properly, so I mistakenly skipped the instruction to run KindleDrivers.exe
It's working now. :)
Change the cable ? Sometimes if you are not using a stock cable or one designed for transfer of information it will do nothing when plugged in.
or
May need to change the adb_usb.ini to include your device signature text.
Or
It is your USB drivers for the tablet.
Or
You have not gone into developer settings and enabled developer mode.
If you have found this useful, please do not forget to vote UP :)

Titanium can't find my Android Nexus device

Hi I'm trying to compile a Titanium Android app directly on my Nexus 7 (2013, SDK 4.3) device but I can't see any 'Titanium on Android Device' option in the Run Configurations.
My device is in Developer mode, connected to the USB, detected by Android File Transfer (Mac OS X 10.9, Titanium 3.1.4), detected by adb...
I tried to restart adb, restart Titanium, plug and unplug the device, but I still cannot see the option.
I also tested all this with Titanium 3.1.3, with no success.
I have no clue of what's happening :/ any help would be appreciated. thanks
It may sound stupid, but my friend had similar problems with his Nexus and he changed the USB slot to which he plugged his device and it worked.
Try using a different cable. Most cables are only able to load the device, somehow. Not every micro-USB-cable is capable of sending data, correctly.
Again a reason why I don´t like to work in the android environment. No one checks whether software and hardware is working the way it´s supposed to. That´s why I love Apples restrictive "closed" system. No 1000 viruses and other crap.
Well, that was a bit confusing but I finally found such option inside a Project Explorer menu...

How to deploy to CyanogenMod Android tablet?

How do i deploy an NBAndroid app (by directly moving the .apk file or else compiling straight from NetBeans?) onto a connected tablet (HP Touch that i just put CyanogenMod ICS onto)? I connect it to my computer and it isnt recognised (like WebOS was) but Android ICS was installed fine. Do i need to use the bootloader to do this? I had a quick google and Stack search but could only see stuff relevant to using the emulator, and thought id probably get an answer here quicker.
Edit: this is the same question as this How to deploy android application to a device? which i discovered afterwards.
If the Tablet is not recogniced (have this problem at work, too, even with stock OS) maybe give it a try syncing it via a dropbox folder. Its the best bet for me, so far.
i found how to connect to a device via here
How can I connect to Android with ADB over TCP?
using this method you can get the .apk on the device without using dropbox
But the dropbox method is easier, even in development.

Android Development on Samsung Galaxy S

I am trying to test my Android apps in my Samsung Galaxy S i9000 but I dont know why, I cant. It doesn't appear in the Devices tab on Eclipse.
I've downloaded the Google Drivers via SDK Manager, I've got the Samsung Drivers for Windows x64, I've put it in debugging mode, and still nothing.
This is weird, because some time ago, but in another computer, I was able to do this with my old Xperia X8 and Nexus S, with no problem.
This phone is rooted and has a MIUI Rom on it, but my old phones were rooted and had cooked rooms too, and worked perfectly.
Am I missing something?
Thanks a lot!
On your computer, go to the start menu and type devmgmt.msc (it runs Device Management. There should then be a yellow exclamation-point box thing and a name of a driver (for the one that's missing). If there exists that issue, please comment with the exact name of the missing driver. If that does not appear there, then that means it's an issue with the MIUI rom, not so much the drivers.
I personally had some custom roms that I could not get to support ADB.
Though, if I installed "Remote ADB" from the Android Market, that would work via Wi-Fi even without USB drivers, so that is another recommendation.
Go settings on phone, manage applications, development, usb debug is off by default.

Categories

Resources