cloning windows mobile OS or program - General Questions and Answers

I'll make this as quick as possible, any help would be greatly appreciated. I have been searching for weeks for a solution. I have even looked on the forums here and haven't found anything addressing this. I need to either clone the operating system with included programs from my work phone, or I need to clone a particular program that we use in the field (which is ultimately the object), and i need to either run it as a Virtual Machine on a netbook, or I need to run it on a tablet. I'm not a noob when it comes to computers, but I am when it comes to working with cell phones since computers have mostly been my focus. I'm happy to make the transition though. Any of the programs I would need or tutorials anyone knows of would be fan frickin tastic. I searched youtube also and nothing on there. I'm serious about this, you reply, I'll reply back. Thanks ahead of time.

Related

Debian??

ok so im noobish and before anyone rips me apart for even asking i did look it up and still dont understand...i have never used(or heard of) Debian but i see alot of pople talking bout running in on the g1 along side android..and im just wondering what kind benefiets is there to it.abd yea i kno im gonna get some greif for this but be gentel (ive seen dumber posts...ps2 emu..lol)
thanks in advance for not ripping me apart
hey i tried to PM you and says u have choosen to not recieve PMs...
I've noticed quite a few people have issues with the current debian how-to so perhaps since you are offering to help people over pm, you could draft up a friendly how-to to save yourself the onslaught of private messages
I know I would appreciate it as I would love a place to point co-workers/friends to for guidance instead of me just doing it for them...
resize debian image on windows
ive been researching this topic for some time now and have successfully installed the 750mb image but i cant seem to find any information on resizing the image on windows xp as i have only found information on resizing in linux.
also what additional programs can u install and run to utilize the debian os?
http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=2248
there is an installer for debian. works great and easy. I really need somebody to make a working 1.5gig image. this would be greatly apreciated.
I recommend downloading (it's free) a ubuntu or kubuntu CD, these are the most popular linux distros that require basically no knowlage of linux or computers to run. My Grandma uses this and my grandad an avid windows fan for 10 years is considering switching. You could also dual boot (Windows + Ubuntu choice at startup) or use a virtual PC, though i personally don't like them.
Then you can follow the instructions to resize, I doubt there's a way to do it on windows and I find faffing around in windows command line harder than bash (linux command line).
as far as running it on your phone. There's a fair amount doable in command line if you get confident at that. Run it as a webserver, convert files to a format that android can run etc.
Also there's a large amount you can do with a window manager, although that's limited to the g1's fairly bad specs (most applications are designed for fast processors aka computers + Laptops)
Has anyone tried VLC yet?
i second this..if anybody has a larger image than the regular 750mb can u please upload it or message me thanks
4u2nv68 said:
http://www.androidfanatic.com/cms/community-forums.html?func=view&catid=9&id=2248
I really need somebody to make a working 1.5gig image. this would be greatly apreciated.
Click to expand...
Click to collapse
as being the origanel poster here i dont know much of anything about debian but i have read some people have put vlc on g1 but its currently non operation(dont understand why u would want it if it wasnt working) again im just curious and b4 the post get off topic and anyone wouldnt mind talking to a noob PM and enlighten me on some of the beneifiets of running debian....thanks guiy xda has helped me alot. love this place full of g1 jedis!
XDA-Karma said:
Im just finishing up the image i will try to upload it but im not sure how or where too anybody can help me please!! it will be 3.5gig
Click to expand...
Click to collapse
www.mediafire.com

[WIP]MVS (Mobile Vulnerability Suite)

My job requires me to use a whole arsenal of native Linux penetration tools. I carry a laptop running backtrack Linux, has all the tools I need, and is ready to go right out of the box.
I thought I would bring over these tools to my phone, and maybe save me some time.
The end result being an update.zip or rom security pros aswell as average android user can flash to thier phone. And have these utilities at there fingertips to check network vulnerabilities without downloading a linux distro and tracking down libraries dependencies , etc.
I just started working on this today. So far I have netcat and some other basic tools working. My main goal is to port the more advanced tools such as nmap, ettercap, metasploit and the aircrack-ng suite. Im aware some of these utilities wont be able to be ported. We won't know till we try .
Im looking for people to help get this off the ground and see how far we can take it.
What do you guys think? Wouldnt it be nice to run a script and find out if your wifi network and computers connectd are secure?
Shoot me a pm if you want to join in
While I wish you the best, I know aircrack has always been that intangible gem. Always getting so close to full functionality but not quite. Though those were the early days and HW and Android has came a long way since then. Have you seen some of the older threads on aircrack? Might be some helpful info in there if you run into any issues.
I wish you the best on that one. You said all the others were running fairly well though?
There was a guy that actually got backtrack running on our phones in its entirety, not everything worked right but it was cool. Not sure where to find his stuff though as that was months ago.
Sent from my MIUI SCH-i500
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to General

How do I begin developing an app that controls my computer?

Hi guys,
I am new to app development and I have seen a lot of articles about apps that control the computer, but how would I actually go about making one? It doesn't need to be over Wifi either; it just has to be able to do basic keyboard actions over USB.
- Adam
Bump. Anyone know where I could start?
Start with c+ and toss in a little Java coding.
amarcott11 said:
Bump. Anyone know where I could start?
Click to expand...
Click to collapse
You haven't even described what platform you're writing said app for.
Android apps are mostly Java... The rest, I dunno. MS is probably dotNET, apple is... objective C I think?
Sorry for the lack of information. All I know so far is I have Eclipse and ADT (I am developing an Android app). I understand XML and how to develop the GUI, but when it comes to making the app communicate with a computer, I don't have a clue where to begin or how to do it.
Any tips or guidelines on tools to use or how to start are appreciated.
amarcott11 said:
Sorry for the lack of information. All I know so far is I have Eclipse and ADT (I am developing an Android app). I understand XML and how to develop the GUI, but when it comes to making the app communicate with a computer, I don't have a clue where to begin or how to do it.
Any tips or guidelines on tools to use or how to start are appreciated.
Click to expand...
Click to collapse
By having a server program running on your computer which accepts data you send from your android.
If you want it to be difficult, do it over usb, the easy way would be wifi.
Check up on "sockets".
Thanks for the reply. The only problem is, I need it to have very fast response time. I would like it to be as similar to a USB keyboard as possible, so I don't think WiFi would work. What makes doing it over USB difficult?
Do you have the server side app already? what exactly are you trying to control on your computer?
It doesn't matter what I'm controlling, I just want to be able to get my app to send information that a server side program can take and be able to keyboard map.
So I'll need to code with C++ for the server side and java for the app itself?
Plus, from what I've read, I've learned that the Android platform doesn't support USB hosting. Is this true? I've seen ways around it but it seems pretty cryptic.
Sent from my Galaxy Nexus using XDA App
There already is one that is apart of the android market and you can even use it on another computer It's called Team viewer not sure if this would help you or not, but I liked it when I needed to use it.
You can do app development on a pc emeulator instead of your phone (if thats what your asking) and Google App Inventor is great, but servers are closing soon. So goodluck!
Yeah I would start looking up about c+, c++, and java coding.... goodluck
I appreciate the help. Ryan1918, I have used Teamviewer myself, but I am looking to develop more of a controller, as opposed to a remote desktop app.
amarcott11 said:
Thanks for the reply. The only problem is, I need it to have very fast response time. I would like it to be as similar to a USB keyboard as possible, so I don't think WiFi would work. What makes doing it over USB difficult?
Click to expand...
Click to collapse
Both can be done with java and if you program it right and the wifi signal is good you shouldnt have much of a delay.
It will be difficult to use the USB as a network interface for your application.
Using TCP/IP or UDP over Wifi will be much much easier.
I don't mean to ignore what you're saying about WiFi, but I strongly believe that for the market this app will be directed toward, USB will be necessary. I don't feel comfortable giving away my idea, but just know that my goal is to make the responsiveness virtually seamless if it is at all possible.
I will test it out with WiFi first, but in case I don't get the results I'm looking for, can you expand a little more on USB?
Will it only be hard for me on the developing side, or will the consumer have to also put in extra effort to get it to work over USB (installing other apps, rooting, etc.)? If I was to develop the app around USB, I would want it to be easy to set up if I did all the coding right.
From my continued research, I have found a few articles in the following links that might be leading me in the right direction:
http://developer.android.com/guide/topics/usb/accessory.html
http://developer.android.com/reference/android/hardware/usb/UsbManager.html
http://stackoverflow.com/questions/5848876/java-sockets-transmission-in-real-time
http://stackoverflow.com/questions/4762620/sending-simple-commands-from-android-through-usb
I don't have much expertise in the area, i just took a quick google shot at it and it showed from some forum posts and questions, that doing it through usb is not the easiest way.

[Q] Request to Port Pharos to Windows RT

Hello,
I'm new here, but I've visited frequently for rooting instructions and things like that. I'm very impressed by the work that this community has put out, and I figure that I'd ask a favor directly. I only assume that some, if not all, of the members simply mod for fun, nor do I don't know how difficult it is to modify code, but I'm going to ask anyways and hope that I don't come off like an idiot.
I go to school at the University of Alaska Anchorage, and the printing system here allows for mobile printing. The problem is that I traded my old laptop for a Windows RT device, and although my vivotab is jailbroken and does properly run ported apps, it doesn't want to run the mobile print exe. I looked up the problem on google to see if I could fix it myself only to learn that the exe for mobile printing installs a pharos popup client along with the printer drivers and that Ohio State University has an open source club that solved the problem for Linux laptops by installing CUPS.
I don't know if anyone is interested in helping or if this is even possible, but I thought I'd give this a shot. Also it sounds relevant since RT is somewhat catered to the college student, and it looks like at least a handful of universities use the same type of system? I don't know. I'm in over my head, so thanks!

[Completed] Need a lot of help with porting GB

ok, first, I'm disabled, in a chair, on the dole, and DIRT poor. This is pertinent because it means I can't afford a better device, I have to work within my means. Suggestions to upgrade my device will be ignored. Second, I use Windows, mostly. I CAN use Linux a BIT, but don't really want to, as it's not very intuitive or user-friendly, and my current PC hardware configuration has a LOT of difficulty running even the newest Linux distros. I consider myself pretty computer-savvy, been a freelance PC tech for 20 years now, so I've got some fairly advanced skills and knowledge. I think. I'll also say that my phone is rooted, and has CWM recovery installed.
What I need help with is porting my current rom, to remove ALL of the PHONE/SMS features, and ALL of the wifi power-saving features built into Android. Basically, I want it to function as a non-3g tablet, but with MAX WIFI. GPS would be nice, I use Maps and Navigation a lot, but is not REALLY necessary, as long as I can use a wifi location, Maps should work fine. Since my device is plugged in most of the time, I don't need power-saving features, and I'm pretty sure that THEY are why my device is constantly "disabling" my wifi network (wifi shows as available, 2 bars (-60 or -70 dBm, never seen more than -76) BUT labelled "Disabled, secured with wpa/wpa2 psk. KNOWN issue with GB, I'm pretty sure.) If I click connect, it works FINE. while I'm using it. but after about 10 mins, it's disabled again. Googling this problem has led me to the belief that it is the unwanted power-saving features that are doing this. I should say that I have a KILLER battery my brother gave me, at present I can go 3 days without a charge, and that's with music playing 24/7 over a bluetooth connection, max brightness, AND using wifi/tethering as much as I can. So battery life is not a problem.
I do NOT have access to the SOURCES for my rom. I emailed Huawei and asked for them, and was given a link to the stock firmware, which is in some kinda strange format (it's an .app file, and I can't open/edit it, merely install it. If I could unpackage it, I MIGHT be able to use IT as a source, but I doubt it.)
I can do the work, it's surprisingly easy. I am currently running a kernel that I compiled, but this is beyond me. I have a Linux partition runnin 14.04 LTS. What I need from you:
what programs to use? where to get them? Instructions on HOW to USE them written for somebody who knows JACK about Linux. I ca ./run_a_Program, and have SOME knowledge about repos/sources and compiling/cross-compiling.
and the BIG part is: WTF do I remove/change to accomplish this? PLEASE, if you are replying, remember that I'm an idiot about this stuff, so K.I.S.S.
I have read ALL of the "noob-friendly" guides available here, and they all have one fatal flaw for me: they tell you HOW to do stuff, but not WHAT to do. They setup a build environment, and say have fun. WTF? IDK what im doing, here. What does Demilitarized_zone_free_space=2048 mean? what does changing it affect? how do I change anything, given that IDK What any of this MEANS? Think of it like this: I grew up racing hotrods, know EVERYTHING about them. Now I'm trying to work on an electric-only car. A LOT of my knowledge is useless, but I HAVE already managed to mod a buncha stuff, so I have SOME learning.
I don't REALLY wanna spend YEARS learning Linux, just to tweak my phone. I know I'm gonna have to USE it to do what I want, that's fine. where to start?
And if there is some SIMPLER WAY to do this, I'd LOVE to hear it. I ran across an apk one time here on XDA, that solved the wifi issue, but I cannot find it now.
Hi!
I can understand your frustration. Have you tried asking in the guide threads that you've referred to? Seems the best place to ask questions to me.
Have you seen this guide?
> Android Development and Hacking > Android General > [GUIDE] How to port Stock/GB/CM7/CM9/ICS/CM10/JB Based ROMs [Update: Sept.25.2012
It's an old thread, but still some recent activity in it. Or ask in any of the other threads you spoke about reading.
You could ask for help here as well,
> Android Development and Hacking > Miscellaneous Android Development
Hopefully you can find help in one of these places!
Good luck!

Categories

Resources