Xamarin.Android And VS.Net - C++ or Other Android Development Languages

Hi all,
Totally new to Android app development. I have been trying on Xamarin.Android with VS.net to get started on app development.Does anybody know why I am getting this error when i run the program?
"The "ResourceNameCaseMap" parameter is not supported by the "AndroidComputeResPaths" task. Verify the parameter exists on the task, and it is a gettable public instance property."
Please advise.
Thanks all

sumchans said:
Hi all,
Totally new to Android app development. I have been trying on Xamarin.Android with VS.net to get started on app development.Does anybody know why I am getting this error when i run the program?
"The "ResourceNameCaseMap" parameter is not supported by the "AndroidComputeResPaths" task. Verify the parameter exists on the task, and it is a gettable public instance property."
Please advise.
Thanks all
Click to expand...
Click to collapse
Could you explain more? You use MVS or XAMARIN studio? Could I you post the code?

I used MVS in combination with mono for develop which is now called Xamarin.Android. I don't use Xamarin studio. It was just a hello world project that I was trying to run.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 4 Beta

Did u configure all things?
---------- Post added at 11:14 PM ---------- Previous post was at 11:13 PM ----------
Did u test it on a AVD or phone? Settings may have changed, I can't tell what is exactly

When I start to execute it I get that error? Didn't get a screen to start the emulator or my device. I guess there are very few people using mono for Android and visual studio to create android apps. Posted the same in a lot of forums. None of them responded. It's hard to get help if I stay on this platform for development.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 4 Beta

sumchans said:
When I start to execute it I get that error? Didn't get a screen to start the emulator or my device. I guess there are very few people using mono for Android and visual studio to create android apps. Posted the same in a lot of forums. None of them responded. It's hard to get help if I stay on this platform for development.
Sent from my SAMSUNG-SGH-I717 using Tapatalk 4 Beta
Click to expand...
Click to collapse
I cannot exactly still figured out what is the problem. Cause I haven't got that error before. You said u are testing Hello world app. right? the one when U started a new project that is Hello World. And you didn't change anything and try to run it. right?
I guess your android SDK's up to date..etc
---------- Post added at 08:10 AM ---------- Previous post was at 08:07 AM ----------
I saw in another forum a while ago, the same problem had a person. See the below, he said
I fixed the problem, one I had to update my mono.android SDK. Second, thanks to the new update of the official android SDK, I had to change the location of the aapt.exe file and the lib directory so that it would build properly, it's working fine now.
Click to expand...
Click to collapse

I guess I have to ditch xamarin
Sent from my SGH-I717 using Tapatalk 4 Beta

Related

Time Warner Cable app for ICS (Fixed for Rooted Users)

TWC just released the app that will allow you to stream the live TV shows from your phone. I got really excited to watch Game of Thrones.
But when I try to launch the app. It says it does not run on rooted device. WTF?
What is the difference between rooted or unrooted device when it comes to TWC app?
I tried to unroot with root keeper to run the app with no luck.
Any suggestions or workaround to get it working?
Update: Thanks to b00sted now rooted users can benefit from Time Warner App
Here is the link to fix : http://forum.xda-developers.com/showthread.php?p=24975697
Sent from my DROID RAZR using XDA Premium App
I can confirm this on Epic 4g touch (rooted)
Same issue here. Rooted Hp touchpad running 4.0.4. When you launch TWC app and choose Live TV it will state "TWC tv is not supported on rooted devices"
Frohoss said:
"TWC tv is not supported on rooted devices"
Click to expand...
Click to collapse
I'm sure it will be in time. Timewarner lol..
confirmed here on Verizon Galaxy Nexus. Hope someone fixes this. You also have to have USB Debugging disabled, AND be on your home network (which means Road runner is also a requirement).
EDIT...
Turns out the TWC app only checks for the presence of /system/app/superuser.apk. A quick rename of superuser.apk and it works fine. A simple script can be written for this to toggle it.
bhhurdler1 said:
I had this same issue with my jailbroken IPAD2. However a fix was created called "FakeTimeWarner" that you can install via cydia. Hopefully someone can create the same fix for android devices?
---------- Post added at 02:44 PM ---------- Previous post was at 02:40 PM ----------
I've edited and it still doesn't seem to work...
Click to expand...
Click to collapse
i haven't actually been able to test watching TV since im at work but when i renamed Superuser.apk i stopped getting the "TWC tv is not supported on rooted devices" message. ill try when i get home in a bit and reports back.
---------- Post added at 02:52 PM ---------- Previous post was at 02:50 PM ----------
bhhurdler1 said:
I had this same issue with my jailbroken IPAD2. However a fix was created called "FakeTimeWarner" that you can install via cydia. Hopefully someone can create the same fix for android devices?
---------- Post added at 02:44 PM ---------- Previous post was at 02:40 PM ----------
I've edited and it still doesn't seem to work...
EDIT -
Killed app and still didn't work...
Rebooted. and now WORKS. Thanks a lot
Click to expand...
Click to collapse
Ah ok, cool.
If you use the app 'GScript' which is in the market, you can write a script and add a widget to your homescreen to execute the rename and to reverse it. Makes it real easy to go ba ck and forth.
sweet!!! Working on my rooted att note, anyone have any workarounds that will allow me to view when not connected to home wifi network?
Sent from my SAMSUNG-SGH-I717 using xda premium
just found this post as well, was looking for this over on the nexus forums.. I have the decompiled apk if someone can tell me what to nix I can recompile and give it a try for us.. Here is the decompiled apk. u will see in the smali files it talks about if root and if adb is enabled.. I just dont know what to really nix out of there withough completely breaking it.. http://dl.dropbox.com/u/22063477/com.TWCableTV-1.zip
Anyone else seeing ever so slight lag? Kinda like a jitter.. I'm wondering if this is due to rom/kernal or if it's just cause it's the first version.
Does this help?
:~/Downloads/com.TWCableTV-1$ grep -H -r "Superuser" ~Downloads/com.TWCableTV-1
~/Downloads/com.TWCableTV-1/smali/com/TWCableTV/androidphone/a/a.smali: const-string v1, "/system/app/Superuser.apk"
Thank you everyone for clarification. Some Driod-life members reported that clearing cache helps too. I have not tried it myself yet but it is worth a shot.
Quote from D-L: We have seen a user submitted tip that if you wipe the application’s data in your app settings menu, that could clear up the issue. It’s worth a shot, so give it a try if you have been having this trouble and let us know if it works or not.
jeffrash said:
:~/Downloads/com.TWCableTV-1$ grep -H -r "Superuser" ~Downloads/com.TWCableTV-1
~/Downloads/com.TWCableTV-1/smali/com/TWCableTV/androidphone/a/a.smali: const-string v1, "/system/app/Superuser.apk"
Click to expand...
Click to collapse
ya.. since it jsut looks for the superuser app I can rename that to FU.apk and be fine lol testing ;P
---------- Post added at 09:52 PM ---------- Previous post was at 09:36 PM ----------
b00sted said:
ya.. since it jsut looks for the superuser app I can rename that to FU.apk and be fine lol testing ;P
Click to expand...
Click to collapse
still something else being detected..
I wonder if they've patched this already. I just tried, and it didn't work. Rebooted. Confirmed renamed APK. Cleared data in manage-apps. Still no go.
The only ICS devices I have are third-party (and rooted) ROMs.
Is there a problem if I have the superuser.apk file name?
renamed com.TWCableTV-1/smali/com/TWCableTV/androidphone/a/a.smali: const-string v1, "/system/app/Superuser.apk" to ****TimeWarner.apk and then renamed C:\Android\apktool\com.TWCableTV-1\smali\com\TWCableTV\androidphone\Login\Activities\SplashScreenActivity.smali an TWCHomeActivity.smali had root set to true so change the true to false and no luck.. I am shooting blind here so any help would be great
Looking forward to a fix.
Sent from my Galaxy Nexus using Tapatalk 2
GinoAMelone said:
I wonder if they've patched this already. I just tried, and it didn't work. Rebooted. Confirmed renamed APK. Cleared data in manage-apps. Still no go.
The only ICS devices I have are third-party (and rooted) ROMs.
Click to expand...
Click to collapse
I'm gonna assume it needs ICS on a compatible device... just an assumption..
Mine continue's to work changing the name of the superuser.apk
Really quick question. After the changing superuser.apk name did it effect any rooted functionalities?
And please update me with the solid work around so I can post it in OP.
Thank you
Sent from my DROID RAZR using XDA Premium App
I've deleted the superuser apk because I use SuperSu and still no dice for me.
gilpdawg said:
I've deleted the superuser apk because I use SuperSu and still no dice for me.
Click to expand...
Click to collapse
I assume you restarted your device as well? I know... Dumb question...

[Fix]Contact Pics for Handcent on ICS

Okay, I got annoyed enough with handcent not showing my contact pics so I googled how to fix it and found this from the rezound forums. It's way easier than it might seem.
Download the files from the link here http://forum.xda-developers.com/showpost.php?p=24187839&postcount=6 and extract them. Now follow the instructions on the link here http://forum.xda-developers.com/showpost.php?p=24242762&postcount=22
I used terminal emulator on my phone for the commands, and copied the long string of text from the browser and pasted it into terminal emulator after running "cd system" then "cd xbin" then "chmod 777 sqlite3" (obviously with no quotes anywhere)
Hopefully this is helpful, I haven't seen anyone post something like this yet. And I take no credit, except for my awesome googling skills
Edit: Sorry, I forgot to mention this is on the new ICS leak.
Sent from my HTC_Amaze_4G using Tapatalk 2 Beta-6
Doesn't work for me when I try this, it just says it can't load the libnscurses.so file
---------- Post added at 10:54 PM ---------- Previous post was at 10:30 PM ----------
I discovered that contact pics will start working in the messaging app if you update the picture from your phone, the problem seems to be that it won't display any picture that was taken from a google contact.
porkchopexpress said:
Doesn't work for me when I try this, it just says it can't load the libnscurses.so file
---------- Post added at 10:54 PM ---------- Previous post was at 10:30 PM ----------
I discovered that contact pics will start working in the messaging app if you update the picture from your phone, the problem seems to be that it won't display any picture that was taken from a google contact.
Click to expand...
Click to collapse
Bummer. I used root explorer to copy the two files, then ran all the commands and it worked first try. Maybe change permissions using root explorer? I changed mine to make sure they matched the other files in the respective folders.
Yea, updating every contact manually would be a pain though...
Sent from my HTC_Amaze_4G using Tapatalk 2 Beta-6
I only have like 30 contacts so its not to big of a deal.
Awesome, this worked on mine, thank you!
worked great!! thanks!!
This also works on the Sensation XE so thanks!
Please keep all fix/apps in the "apps & themes" section. Please take a few minutes to.read the rules. Failure to comply will result in an infraction.
Thread Moved.
Sent from my SAMSUNG-SGH-I717 using xda premium
PeartFan40 said:
Please keep all fix/apps in the "apps & themes" section. Please take a few minutes to.read the rules. Failure to comply will result in an infraction.
Thread Moved.
Sent from my SAMSUNG-SGH-I717 using xda premium
Click to expand...
Click to collapse
My bad, I had no idea since it wasn't an app or theme at all, and it was just taken from another forum. Either way, thanks for cleaning things up.
And to the sensation user, I would assume this works on most HTC ICS phones that have the issue since it originated in the rezound forums.
Sent from my HTC_Amaze_4G using Tapatalk 2 Beta-6
Yesss thanks for this
Sent from my HTC_Amaze_4G using XDA
works for me, thank you so much!
I've been trying to find this fix since sense 3.6
and OMG here it is. I spent like two whole night googling before giving it up
Can confirm this works on CapRom CE as well, did it word for word the way it was posted in the OP and it worked like a charm. thanks!
will this method work with moto razr?
asalus said:
will this method work with moto razr?
Click to expand...
Click to collapse
No idea, sorry. It's been confirmed for a few HTC devices, but Motorola could do things a little different. I'd say if it bugs you enough it's worth a shot, just make a solid backup first
Sent from my HTC_Amaze_4G using Tapatalk 2 Beta-6
does anyone know if this would work for gosms?
skyracer53 said:
does anyone know if this would work for gosms?
Click to expand...
Click to collapse
Don't know from experience, but it's supposed to work for all 3rd party apps...so probably.
Sent from my HTC_Amaze_4G using Tapatalk 2
eliasadrian said:
Don't know from experience, but it's supposed to work for all 3rd party apps...so probably.
Sent from my HTC_Amaze_4G using Tapatalk 2
Click to expand...
Click to collapse
i used both adb and terminal emulator cause i wasn't sure if i was doing i correctly but in the end it turned out to work! thanks lots. finally my GO SMS has pictures!
and yep it does seem to work on all 3rd party apps
There is an App now for this on the Marketplace
unlocker app http://www.1mobile.com/photo-unlocker-160330.html it worked wonders for me! I would see if this helps you
Chronic
If your contacts are linked all you have to do is open up facebook go to your list of friends and scroll through them all until their thumbnails pop up and then close out of handcent and it will refresh the pictures

Simple Calculator App Development Help

Greetings, here is a simple calculator app that I am developing in Flash Builder with Flex, which basically uses java and xml's to develop. Although I have the basic logic down as for how I would like to approach this type of APP, I would like for some one to help me structure the coding. I will upload the source directly along with screen shots to help. XDA Developers won't let me upload the coding within the actual post so I have provided them as attachments.
ryandwatts said:
Greetings, here is a simple calculator app that I am developing in Flash Builder with Flex, which basically uses java and xml's to develop. Although I have the basic logic down as for how I would like to approach this type of APP, I would like for some one to help me structure the coding. I will upload the source directly along with screen shots to help. XDA Developers won't let me upload the coding within the actual post so I have provided them as attachments.
Click to expand...
Click to collapse
If you're building a tip calculator, you might want to take a look at the source code of this example app. (It's from a book I'm reading "Android How to Program")
Edit: I just realized you're developing an app using Flash.. This post may not be of use to you. If so, just ignore this and move on.
Either way thanks. For the reply. I appreciate it
Sent from my DROID RAZR using xda app-developers app

[Q]Java developement on Android

Hello. I've been wondering for some time now if it's possible to make some Java classes (that you would normally compile and run on windows) on android. Here's the thing; I'm a student and we need to make some silly classes at school. I bought my new SGS3 and I wanted to do all the work on it so I don't have to take my PC to school everytime.
So, is there any kind of emulator or application which could solve my problem?
I know there's Eclipse for Androd Java developement but that's not gonna help me with my problem. I also know that Android has DVM instead of JVM but i just wanna know if there's a workaround.
Thank you,
Krastt
PS: I'm sorry if I this is not the right place to post such a question but honestly it seems the most appropriate.
Sent from my GT-I9300 using Tapatalk 2
Krastt said:
Hello. I've been wondering for some time now if it's possible to make some Java classes (that you would normally compile and run on windows) on android. Here's the thing; I'm a student and we need to make some silly classes at school. I bought my new SGS3 and I wanted to do all the work on it so I don't have to take my PC to school everytime.
So, is there any kind of emulator or application which could solve my problem?
I know there's Eclipse for Androd Java developement but that's not gonna help me with my problem. I also know that Android has DVM instead of JVM but i just wanna know if there's a workaround.
Thank you,
Krastt
PS: I'm sorry if I this is not the right place to post such a question but honestly it seems the most appropriate.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
You could look at ADIE https://play.google.com/store/apps/details?id=com.aide.ui&hl=en which is a IDE to run on android to build android apps but you might be able to use it to write java classes.
Or check out my project which lets you run full linux distros on top of android, this its a bit of a work around but you could then install a full java IDE and work from there
While I'm waiting for more ideas I'll check your project. I knew about AIDE but I never tought it might also work with Java classes. Imma try that too.
Sent from my GT-I9300 using Tapatalk 2
Check out an app called Terminal IDE. I think it's what you are looking for.
Sent from my GT-I9300 using xda premium

New s voice from s4 system dump

Droid life released the app for s voice on the s4 from the system dump: http://www.droid-life.com/2013/03/26/download-new-s-voice-from-the-galaxy-s4/
It works great except for in driving mode if you try to navigate it will force close.
Sent from my SCH-I605 using XDA Premium HD app
Thanks for showing this. In downloading now!
Sent from my Samsung Galaxy Note²
Just DL'ed it. Gonna try it out today.
---------- Post added at 08:01 AM ---------- Previous post was at 07:35 AM ----------
location settings is way off. I'm asking where restaurants are near me Anna keeps giving me restaurants near my work. If I ask where I am it tells me I'm at my office 15 miles away. I uninstalled the update. Went back to original settings. Re ask the same questions and got the same results. I checked Google now and it worked flawlessly from my exact location. S voice needs a lot of work.
dklimah said:
Just DL'ed it. Gonna try it out today.
---------- Post added at 08:01 AM ---------- Previous post was at 07:35 AM ----------
location settings is way off. I'm asking where restaurants are near me Anna keeps giving me restaurants near my work. If I ask where I am it tells me I'm at my office 15 miles away. I uninstalled the update. Went back to original settings. Re ask the same questions and got the same results. I checked Google now and it worked flawlessly from my exact location. S voice needs a lot of work.
Click to expand...
Click to collapse
You're also running an apk not made for your device. It may depend on other apps/resources that you don't have installed.
I'm a big s-voice hater, but I don't think you can judge the new version based on what you have.
Sent from my SCH-I605 using Tapatalk 2
The only thing I want to try is the new keyboard.
Chocu1a said:
The only thing I want to try is the new keyboard.
Click to expand...
Click to collapse
Agreed, I also want to try that out
Sent from my SCH-I605 using xda premium
doesnt work for me, it just says "no network connection" does anyone have the stock SVoice APK?
vmahendra98 said:
doesnt work for me, it just says "no network connection" does anyone have the stock SVoice APK?
Click to expand...
Click to collapse
Samsung turned off their server for the new site voice, they did a similar thing when the s3
Sent from my SCH-I605 using xda premium
I can confirm that Samsung turned off the server because I had it on my S3 over a week ago and it worked. They got wind it was being used and pulled the plug til release.
Any word on new camera apk and keyboard apk also would love to c eye scroll on our beloved note 2
spiderbolt said:
Any word on new camera apk and keyboard apk also would love to c eye scroll on our beloved note 2
Click to expand...
Click to collapse
I saw a thread that had the keyboard apk, just search for s4. I would do it to post the link but I'm on my phone and we all know how useful the search function is on the app
EDIT: I forgot I bookmarked it
http://forum.xda-developers.com/showthread.php?p=39596820
Nothing beats Google Now!
Mine stopped working also does anyone know how to get the old s voice back
timmyd463229 said:
Mine stopped working also does anyone know how to get the old s voice back
Click to expand...
Click to collapse
If you would read the few posts of this thread, samsung turned off the server. To get the old one back re flash your rom.
BoostedB18C said:
If you would read the few posts of this thread, samsung turned off the server. To get the old one back re flash your rom.
Click to expand...
Click to collapse
I did read that and I have flashed from beans build 11 to 12 and I still have the s4 s voice
Should be able to just pull the old apk from another Rom, uninstall the current one and install the Note 2 version.
Sent from my SCH-I605 using xda app-developers app
Nate14 said:
Should be able to just pull the old apk from another Rom, uninstall the current one and install the Note 2 version.
Sent from my SCH-I605 using xda app-developers app
Click to expand...
Click to collapse
Thank you.... How do I pull the apk from a rom though not sure how to do that

Categories

Resources