TouchStudio - Windows Phone 7 Q&A, Help & Troubleshooting

Has anyone had a look at touchstudio? You can program some codes using it that access a lot of the phone's stuff.
Any developer/hacker wanna take a look at it and maybe see what dll allows access and stuff?

I've seen it. But I've seen nothing that has access to something cool. What are you referring to?

I don't think that TouchStudio has more access to the whole system than other apps. Because anything that you program in the app gets just displayed on the "wall" (or whatever that thing is called )...
And if there are interesting parts in this app MS has locked down these parts for sure...

I just downloaded this as it looks interesting and I'm hoping to learn a bit more about coding. Has anyone used it much? Is there any way to actually effectively use the codes that you create? It doesn't appear like theres a way to export the actions to your homescreen or anything to make them useable, aside from going into the touchscreen app and then running it. Is this just because its the beta version, or is it really just supposed to be for fun/learning?

Related

Install App From another Android?

I got my self the hero, and my wife the Moment. I am slightly jealous of the hardware she has..but that aside, I am in love with my Hero.
However, she does have one app that i really want and the market place does not have. I assume this is an app installed by sprint.
It is Photo and Video uploader. You set an email address or other location and after a video or photo is taken, it automatically uploads the photo to the predetermined destination. GREAT FOR BACKING UP PICTURES! But, her camera hardware blows. 3.2 MP and it is sooo slow. So picture quality is no where near that of the Hero's 5 MP.
So the real question here - -
Can I ADB into her phone and just take the .APK and ODEX file for this app and push it to my phone? Is it that easy???
Some apps are that easy. Give it a try and find out! The worst thing you'll get is some force closes.
However most stock apps require files from /system/lib that help run that apk. And they don't have the same naming convention therefore you won't know which one(s) it is amongst the 100s there. But I always say try and see what happens.
And if it works upload that .apk for the rest of us!
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
thedudejdog said:
And if it works upload that .apk for the rest of us!
Click to expand...
Click to collapse
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Kcarpenter said:
Thinking out loud here...well..you get the point.
Could I copy all of system/lib and only copy the files that dont already exist?
That could be a giant waste of space though, and it could still rely on a file that I have, not just one that isn't there....
Also since I am not "installing" the app, could Apps2SD hinder me? I am not entirely sure how a2sd works other than tricking the phone into using the SD card as a partition and unioning it with the existing part.
I love how open android is supposed to be, but how the darn manufacturers kill us with the different platform crap.
Click to expand...
Click to collapse
Copying the ../lib/ over and not replacing existing files could work. lol. As for apps2sd... you kind of have two ways you can try installing this. Without copying the lib and all that just try putting the apk on to your sdcard and browsing to it using astro or linda (a file manager) and click on the apk and installing it. See if it errors out or fails. If it does, THEN try copying it and the odex to /system/app (if it has an odex I'm pretty confident you won't be able to install it using package manager). If that still fails then you can go crazy and trying copying the lib ha.
Kcarpenter said:
Am I aloud to do that? I have seen XDA Mods get on to some people about uploading APK's. I guess I should read the EULA for that app before I do?
Click to expand...
Click to collapse
I don't remember if I read it on here or ppcgeeks but I believe officially the only stock apk's not allowed is quick office. But don't quote me on that.
So I hooked up to the Moment through ADB last night.
Found out really quickly that I can SU with it....
There is a "non permanent" hack out there to become root, but I tried it and still couldn't mount the file system to copy from it.
Any ideas guys?
From what I understand the Moment uses an FS16? file System? Something Odd that non of the other droids seem to be using.
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
rockcrawler said:
Just an Idea, thought I would throw it out there.
Does the temporary root allow for running applications as root an the device itself?
There is an app in the market called root explorer that allows copy/paste/cut/delete from the system/app folder.
It may be possible to use that app to copy the needed filed to your sdcard and then extract them from there.
This would all be contingent on the app being able to mount the directory as r/w though, so who knows, worth a shot though i guess.
Click to expand...
Click to collapse
This root doesn't allow you to run Root apps. not sure why, seems like root would be root.
After some reading, the root method that is being used on the Moment is not the safest. Apparently if you skip a step you have a brick. And with no Nandroid backup at the moment(pun?) I would HATE to attempt it. Apparently though Root sticks until you reboot. There is an INit. script that runs and resets the permisions.
I know, "Don't skips steps and you'll be ok"
I may get brave and try it tonight...
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
nelson8403 said:
as far as I can tell you cannot install this app on the hero. I'm not sure what the app is called and unless it starts in the /data folder it is under the system dumps
http://www.4shared.com/file/149766091/c3a7ee61/momentsystem.html
Click to expand...
Click to collapse
ROCK ON! Thanks for the link to the dump, I hadn't thought about looking around in one of these.
I will post what I find out.
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
wonder if their youtube app has better picture quality than ours?
BrianDigital said:
wonder if their youtube app has better picture quality than ours?
Click to expand...
Click to collapse
I will let you know in a few minutes. As soon as I get done with my WiFi teether I will compare the two. Pretty sure they should be the same.
EDIT: I am not sure if it is hardware or not. Running the same youTube video side by side - Our HERO has better color quality, Deeper blacker. The Moment has slightly sharper edges to the pictures, not quite as blurry. the moment does not go "Full Screen" for videos either which could be contributing to the sharper look to things. My assumption would be that this is a difference in the hardware. Quality of youTube videos seems to have diminished over the years anyways, none of the really look "good" any more. Probably in an effort to save bandwidth.
However, if you want to take a look personally, I will post the APK for you. Just please don't blame me if you forget to back up the original and want to revert....I love disclaimers.
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
BrianDigital said:
I was trying to use that picture uploader, for me it stalls on picking a new location. Wonder if it is because I am on gutted rom and missing some pointers somewhere
Click to expand...
Click to collapse
I am using MoDaCo + Optimizations w/ ZipAlign. Not sure if its worth the switch for you or not.
I have never used Gutted so I do not know what it offers/doesn't have.
Gutted is as vanilla as our Rom can get. It's quick too
that's pretty cool and sounds like a great idea for backing up pics so what all would I need to do to get this and install it I have root access already
Kcarpenter said:
WOOT IT WORKS!!!!!
So any how the application is in that Dump under apps, its only an APK
xms-android-1.0.42-prod.apk
If you are interested in what it does:
You setup predetermined "places" Flikr, FB, EMAIL, what ever.
Any picture or video you take automatically gets put in an upload queue and it sent to your predetermined places.
I am using it for back up, I have 2 kids and sometimes the cell phone is the quickest way to snap a great picture. Keeping these pictures in mutltiple places, like your 7 gig google account, is a nifty way to backup.
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
Wow... that's a really cool program... and just so you know, you can "install" it using adb and it still works fine
Code:
adb install xms-android-1.0.42-prod.apk
Then it will install in /data/apps (or if you have apps2sd, on the sdcard under /system/sd/apps)
Works great on the Sprint Hero and MoDaCo ROM
Kcarpenter said:
I am waiting for a Mod to get back to me if I can post the APK or not. I don't want to get in trouble.
Click to expand...
Click to collapse
The only rule regarding it would be
6. Do not post warez.
If a piece of software requires you to pay to use it, either pay or find your cracks and serials somewhere else. We do not accept warez nor do we permit any member to promote or describe ways in which Warez, cracks, serial codes or other means of avoiding payment, can be obtained.
Click to expand...
Click to collapse
which your app doesn't fit in to. Posting it is not outside of the rules and should be fine.

HD2 book collection database software sought

I got my new HD2 and was delighted, but then tried to get the software that I have been using previously to work on it.
As I travel around and look in second hand book and record shops, I am never totally sure from memory whether i have a particular book or cd. Publishers keep changing the covers and synopses.
On my Psion, it had as standard a lovely card database / rolodex type of program. It was easy to input, easy to search.
When I moved to the hx4700 on windows 2003SE I lost that. Eventually I found Data On The Run which is fully access compatible. So I've converted all of my lists to access, and was happy enough. It wasn't great as it tries to get too much on, and portrait only.
Now on the HD2, the software does not like fingers, only styluses. Scrolling is virtually impossible, as it won't drag to scroll. The pop out scroll bar helper does not show. The developer is one guy and hasn't time to continue developing.
I've looked at stuff like Bookbag plus and someone mentioned "My Collection" but I cannot find it anywhere on the net. There are serious commercial pieces of software that are in effect full database programs, but that is a sledgehammer to crack a walnut.
I know this may only help in the short term, and doesn't solve the software issue.
Have you changed the original theme on the device? If so the Pop out function on the theme is lost in order to return it without going back to the original theme you could try this. please remember to backup
Hope this helps in the short term.
Try this
Try ListPro.. it's a great application..
Neville.Holland said:
I know this may only help in the short term, and doesn't solve the software issue.
Have you changed the original theme on the device? If so the Pop out function on the theme is lost in order to return it without going back to the original theme you could try this. please remember to backup
Hope this helps in the short term.
Click to expand...
Click to collapse
Thanks for hte idea, but Nope, original theme. Pop out scroll is there for other apps.
Klaus1960 said:
Try ListPro.. it's a great application..
Click to expand...
Click to collapse
THanks. I had seen Collectorz which has templates for this, but had not found listpro. It looks a fairly steep learning curve, and I need to import my existing lists. However, its great advantage is that it is only one program that covers a multitude of lists, so i won;t be paying out twice or three times for basically the same thing.
I've installed and imported my book list, so can now try and get it synchronised. I had to install the cab file separately. I can set up the synchronisation in the Windows MObile Device Centre, but that has to be done through "files" and unless i have missed something that only lets me synchronise to the machine, not the storage card. That is no damn good.

Is there a way to tell what apk is what in the menu?

I seem to remember a app like this on a older CyanongenMod, but can not for the life of me remember what it was called. I am trying to clean up a bit of space, and my menu of unwanted items. I know there is the simple hide it method, but I would rather just remove it all together. So I just need something to tell me which menu entry corresponds to which apk file.
Dev Tools is what I was looking for, I feel blind, as it was there in front of me the whole time.

[Q] I believe I discovered a new spy program.

I've always known that my girlfriend's ex was stalking her using her phone. The problem was we could never find the physical proof in the phone.
I found some emulated partitions on her grab when I was going through it trying to find out what was using all the storage up. Anyway it looks good like he was able to link an emulated preload partition to the real one, the code says from what I could tell from the manifest.xml, to use the same files as before but adds some new abilities and special parameters.
Anyway the reason I know for sure that it was him, I gave up looking along time ago, is this a#$#@le left a trace by using the URL he has for his very successful 3d animation business as the proxy server to receive collected files.
My knowledge is minimal but I learn quickly. I'm afraid of screwing up any evidence, and I don't think I can trust the local law enforcement to handle this properly. Can anyone help me understand what I am looking at?

Running multiple versions of a app/simulating screen prompting

Id like to run 2 versions of a app is this possible? Id love to do this is a unrooted scenario but if its not possible my phones can be rooted.
My second question is how easy/safe would it be to simulate a button press externally? Looking for creative ideas here I need to hit a prompt once a hour on my phone. I dont want to use internal apps because im pretty sure those will get noticed.
Thanks!
You can, if you break an application to change the name of the package, replacing all the way to him to collect and re-sign. Get a new application. Of course, there may be problems with the treatment settings, databases, etc., but if the application is very simple, you can hire.

Categories

Resources