Can this app be made? - Android Studio

thanks all sorted

Hi
I did this quickly if you want to try : https://github.com/midsylen/SMSResponse

Midsylen said:
Hi
I did this quickly if you want to try
thankyou midsylen, how do i load it do i place the folder on my phone and run the .bat file???
Click to expand...
Click to collapse

marky351 said:
Midsylen said:
Hi
I did this quickly if you want to try
Click to expand...
Click to collapse
thankyou midsylen, how do i load it do i place the folder on my phone and run the .bat file???
Click to expand...
Click to collapse
You would need to compile it in Android Studio and then sideload the compiled APK file! I can try and do this for you in the next day or so once I finish my last exam. Let me know if you still have questions.

Midsylen said:
Hi
I did this quickly if you want to try
shimp208 said:
You would need to compile it in Android Studio and then sideload the compiled APK file! I can try and do this for you in the next day or so once I finish my last exam. Let me know if you still have questions.
Click to expand...
Click to collapse
thanks that would be great, i'll try myself first also but if u have any spare time it would be much much appreciated
Click to expand...
Click to collapse

Oh i thought you had some dev skills so I just made the required classes but the app isn't really usable if you build it, you can't choose the phone number from the app for example. When I'll have some time i'll try to do a more usable app where you can put the number of the contact.

i dont use android studio but cant he just edit the line where it says private static final String PHONE_NUMBER = "+1234567890"; to what ever the phone number is he needs to use

nucleisoft said:
i dont use android studio but cant he just edit the line where it says private static final String PHONE_NUMBER = "+1234567890"; to what ever the phone number is he needs to use
Click to expand...
Click to collapse
Could though it's not much work to add in a input field for putting in the number.

composed it and modified it a little to get it working thankyou for all your help guys

Related

Number Selector (My First App) and a flashlite app and a couple others too now lol

Ok I changed this to have a few of my first apps in it including some I thought was not worth putting in at first like a flashlight app makes you screen bright white so that you can use your phone as a mini flash lite in dark rooms, and you double click teh screen to exit right the app cause it runs in fullscreen, right now now it doesn't change your backlight level, but it still helps. also there is a number selector, you can decide a minamum number and a max number and it will pick a random number in beetweens thse when you click the button on the window, and also a test to see how fast you can tap the screen lol
Even though I had absolutely no problems and dont think it is even possible for something like this to do any damage to a phone I am not responsible for anything I just made this app because I like xda and want to help as much as I can.
btw I really would appreciate feedback
I will try to post more pics later for the new programs I forgot to take them
OH and almost forgot they will all be in program files not the start menu
Link278 said:
This is my first app but when I tried to upload the cab file nothing happened but I did upload a pic could someone help me and also I will appreciate feedback.
Click to expand...
Click to collapse
Strange... What browser / OS are you using? Was there any error message? Did the "Manage Attachments" window show the file at the top after the upload complete?
Dave
DaveShaw said:
Strange... What browser / OS are you using? Was there any error message? Did the "Manage Attachments" window show the file at the top after the upload complete?
Dave
Click to expand...
Click to collapse
oh I was clikcing the wrong file lol sorry I uploaded it now.
sorry I made some last minute changes before I posted it and didnt test it so if you donwlaoded it earlier it wont work lol but now it will I tested it too
feel free to leave feedback if you try this out
how do u create apps is there a software and wat do i need to know about ppc first i a noob
Not working for me either, if I go to file explorer, my device, program files, I can see them all, but when I try to open them it says "This application requires a newer version of the Microsoft .NET Compact Framework than the version installed on this device." Then says quit on the bottom right.
claudius89 said:
how do u create apps is there a software and wat do i need to know about ppc first i a noob
Click to expand...
Click to collapse
Some of the tools here:
http://wiki.xda-developers.com/index.php?pagename=Development Tools
http://forum.xda-developers.com/showthread.php?t=445396
RuizGT said:
Not working for me either, if I go to file explorer, my device, program files, I can see them all, but when I try to open them it says "This application requires a newer version of the Microsoft .NET Compact Framework than the version installed on this device." Then says quit on the bottom right.
Click to expand...
Click to collapse
Try installing the MS .net Compact Framework 3.5 and try again.
Ta
Dave
DaveShaw said:
Try installing the MS .net Compact Framework 3.5 and try again.
Ta
Dave
Click to expand...
Click to collapse
Stupid question, but where could I find that?
RuizGT said:
Stupid question, but where could I find that?
Click to expand...
Click to collapse
Here is the place I install from where needed : http://forum.xda-developers.com/showthread.php?t=373721
Dave
DaveShaw said:
Here is the place I install from where needed : http://forum.xda-developers.com/showthread.php?t=373721
Dave
Click to expand...
Click to collapse
Got it, soft reset then trying these programs again, thanks.
claudius89 said:
how do u create apps is there a software and wat do i need to know about ppc first i a noob
Click to expand...
Click to collapse
sorry this took so long lol I gave up hope anyone would actually click on that thread lol but yes there is a software, I use microsoft visual studio, and it does require some knowledge of codes but there are books and guides to help u learn and I think almost anyone in the world is capable of learning but I dont try that hard so Im not that good but my pc apps are alot better. BTW In visualk stuidio you can use the same language for phones as pc's I use visual basic

how do you read xml files in the apk files, help???

Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Right click on the file, click open with and choose notepad to view its raw formating. if you want a cleaner look use word to view the XML file. Be careful not to save it in word though it can garble the file. you will just have to play with it to see what works for you.
IE definitely is not a good way to view and edit XML files.
Sent from my HERO200 using XDA App
&RoidRage said:
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Great advice!
lol j/k
Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Click to expand...
Click to collapse
Do a search in the forums. There are threads I have started and others as well that explain and gives u apps to help
Powers16 said:
Right click on the file, click open with and choose notepad to view its raw formating. if you want a cleaner look use word to view the XML file. Be careful not to save it in word though it can garble the file. you will just have to play with it to see what works for you.
IE definitely is not a good way to view and edit XML files.
Click to expand...
Click to collapse
I have tried viewing in both notepad and word pad and both of them could not read the files that is why I tried to find an xml file editor online lol :-(
dsMA said:
I have tried viewing in both notepad and word pad and both of them could not read the files that is why I tried to find an xml file editor online lol :-(
Click to expand...
Click to collapse
Use smali and backsmali. If you download this little toolkit from here you should be able to edit them in notepad++. I forgot how to use them but its pretty easy.
Maybe I'm wrong--been so long since I've messed with this stuff
dsMA said:
Hi Everyone
I feel like an idiot asking this question but how can what can I use to read the xml files that are in the apk files? Every time I double click on them and IE opens I get an error. I then downloaded an xml editor and when I tried to open it in there I also got an error.
Click to expand...
Click to collapse
The best way is to use brut.all's apktool(http://code.google.com/p/android-apktool/) it does all the difficult work for you.
^ Greatest tool ever.
Decad3nce said:
The best way is to use brut.all's apktool(http://code.google.com/p/android-apktool/) it does all the difficult work for you.
^ Greatest tool ever.
Click to expand...
Click to collapse
Hey did u add the axmlprinter.bat file I posted on ur resource page
Papa Smurf151 said:
Hey did u add the axmlprinter.bat file I posted on ur resource page
Click to expand...
Click to collapse
Yep, with your description
Decad3nce said:
Yep, with your description
Click to expand...
Click to collapse
Woohoo I should tag the link and put it in my sig. That is if I still have room. Lol
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Brut.all said:
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Click to expand...
Click to collapse
I effing love your apktool. Use it daily!
Papa Smurf151 said:
Woohoo I should tag the link and put it in my sig. That is if I still have room. Lol
Click to expand...
Click to collapse
Go ahead man...
Brut.all said:
XML files are compiled to binary form when app is built. This is why you can't open them.
AFAIK my apktool is only one tool, which decompiles XMLs fully and gives you possibility to compile them back. There is also AXMLPrinter tool, but it doesn't decompile all data and it's used mainly to help with hex editing, cause it can't compile file back.
smali/baksmali doesn't have anything to do with XML files.
Click to expand...
Click to collapse
Dude I love ur apktool. Did u see the axmlprinter.bat file that dec put in his resources page. It works great with axmlprinter2 file. It takes away all the typing in the cmd and does it for u and shows u the readable file in its own small window. A suggestion...maybe adding that to ur apktool would be a great addon
Papa Smurf151 said:
Dude I love ur apktool. Did u see the axmlprinter.bat file that dec put in his resources page. It works great with axmlprinter2 file. It takes away all the typing in the cmd and does it for u and shows u the readable file in its own small window. A suggestion...maybe adding that to ur apktool would be a great addon
Click to expand...
Click to collapse
http://code.google.com/p/android-apktool/issues/detail?id=70
Brut.all said:
http://code.google.com/p/android-apktool/issues/detail?id=70
Click to expand...
Click to collapse
I understand ur view. I didn't make the bat file just thought it was useful and u might like it. BTW words on post instead of just a link really helps in communicating around here. Just sayin
Papa Smurf151 said:
BTW words on post instead of just a link really helps in communicating around here. Just sayin
Click to expand...
Click to collapse
Yeah, I know, sorry for that.
I just like to explain my point of view very precisely to avoid misunderstanding. And I ain't English speaker, so it takes me some time to describe it. I could do just two things to not waste time on repeating myself: give a link or give a link and place a quotation beneath it ;-) Maybe second option is better
Brut.all said:
Yeah, I know, sorry for that.
I just like to explain my point of view very precisely to avoid misunderstanding. And I ain't English speaker, so it takes me some time to describe it. I could do just two things to not waste time on repeating myself: give a link or give a link and place a quotation beneath it ;-) Maybe second option is better
Click to expand...
Click to collapse
Yeah second option would be better but I wasn't bashin bro u do great work
You can also view and edit binary xml's in root explorer, as long as they haven't been hex edited. Skews up the formatting some how.
Sent from my HERO200 using XDA App

Choose your OS

Hi everyone,
I am very happy with Windows Mobile, rhobuntu and xdandroid on my topaz, so I thought I could make a program in .net compact framework to choose what os you want to choose when windows phone boots. If you choose windows, then the program will exit, and for the rest, you will have to set the path before. As soon as I can, I will try to make it and upload it here with the sources.
But now, can anyone send me the three images for Windows Phone 6.5, Rhobuntu and XDandroid, please?
Thanks in advance
For all the images you need, you can use the google or the search feature here at XDA. this is a great idea, and i hope to try it soon.
Ok
I will search for that on google. Thanks
vagaerg said:
I will search for that on google. Thanks
Click to expand...
Click to collapse
heh.. what happened??
I can!
vagaerg said:
Hi everyone,
I am very happy with Windows Mobile, rhobuntu and xdandroid on my topaz, so I thought I could make a program in .net compact framework to choose what os you want to choose when windows phone boots. If you choose windows, then the program will exit, and for the rest, you will have to set the path before. As soon as I can, I will try to make it and upload it here with the sources.
But now, can anyone send me the three images for Windows Phone 6.5, Rhobuntu and XDandroid, please?
Thanks in advance
Click to expand...
Click to collapse
I won't mind doing a small layout...
Layout OS Chooser
So... Is this what you need?
sampainho said:
So... Is this what you need?
Click to expand...
Click to collapse
The link would be nice
Thanks
illi said:
The link would be nice
Thanks
Click to expand...
Click to collapse
I attached the image to the post itself! Didn't you saw it?
http://imageshack.us/photo/my-images/191/800x480bootchooser.png/
sampainho said:
I attached the image to the post itself! Didn't you saw it?
http://imageshack.us/photo/my-images/191/800x480bootchooser.png/
Click to expand...
Click to collapse
I saw the image alright! But I thought theres a link to the app..
illi said:
I saw the image alright! But I thought theres a link to the app..
Click to expand...
Click to collapse
I just offered to do the layout for the app vagaerg wanted to do.
sampainho said:
I just offered to do the layout for the app vagaerg wanted to do.
Click to expand...
Click to collapse
That's great! I'll beon the look out for it.
Thanks

[Q] master key security

i want to know what is master key security
or
how to make use of it
mhmod222 said:
i want to know what is master key security
or
how to make use of it
Click to expand...
Click to collapse
You will faster gather information about that from searching, google-ing than waiting for someone to explain you here.
http://www.androidcentral.com/making-sense-latest-android-security-scare
i tried but i didn't understand
mhmod222 said:
i tried but i didn't understand
Click to expand...
Click to collapse
You did not read this part of that link I gave you?
All apps on your Android are signed with a cryptographic key. When it’s time to update that app, the new version must have the same digital signature as the old or it won’t overwrite. You can't update it, in other words.
Click to expand...
Click to collapse
I think it is not something that we can get use of, it is just some bug or something like that.

Please Help Me Change The Product I.D.

Hey! All cool dev over there i have been able to create a working xap to deploy for WHATSAPP
but i am working on to install multiple WhatsApp on one device.
so my request to the great developers to kindly help me out in changing the product id of the attached AppxManifest and WMAppManifest file. I have enclosed the same in the zip.
i will me thankfull to u
and ya off course its a part of development and hacking i suppose.
Dont know nothing about this. Sorry pal.
It's ok. I am still waiting for it! May be someone can help ?
edit it with notepad or something idk
(not so sure if it will work)
Super_Vegito said:
edit it with notepad or something idk
(not so sure if it will work)
Click to expand...
Click to collapse
Editing with Notepad or any other text editor won't work for its original file is regenerated in the rebuild process and btw I have already tried all sort of text editors
Danish18 said:
Editing with Notepad or any other text editor won't work for its original file is regenerated in the rebuild process and btw I have already tried all sort of text editors
Click to expand...
Click to collapse
Try this file and say .
irshad2809 said:
Try this file and say .
Click to expand...
Click to collapse
Irshad bhai I can't get the file that u uploaded. You can change the product I.D. on vissual studio and I promise to provide 2 WhatsApp xaps for sideloading

Categories

Resources