Seite 1 von 1

iTMSRemote for Android tablet

Verfasst: Sa 10. Sep 2011, 01:29
von deangelj
(apologies for posting in English)


I have compiled my iOS version of iTMSRemote now for Android. See here for more.

It assumes a screen resolution of 1024 x 768 so depending on your device it may work well or not. Also it is locked to landscape mode.

AW: iTMSRemote for Android tablet

Verfasst: Sa 10. Sep 2011, 01:31
von deangelj
Also, you need to register on the Australian forum to see the link. For a direct link to the kit go here: http://members.iinet.net.au/~deangelj/d ... idV1.1.zip

AW: iTMSRemote for Android tablet

Verfasst: Sa 10. Sep 2011, 07:46
von AtomicDog
Thank you. I installed it on an Acer Iconia A501 with Honycomb 3.2 and it just worked perfect. Only the jumping "made with marmalade" button is a little annoying.

Und die App hat für mich nebenbei noch den Beweis angetreten, das ich nicht zu doof bin TMSRemote zu konfigurieren, den in aTMSRemote hat bei mir der TMSRemote-Teil leider nie funktioniert, weder auf dem Handy noch auf dem Tablet.

Gruß

AW: iTMSRemote for Android tablet

Verfasst: Sa 10. Sep 2011, 09:09
von Twilight
thank you deangelj :respekt: :up:

twilight

AW: iTMSRemote for Android tablet

Verfasst: Sa 10. Sep 2011, 17:40
von xyzzyx
Yeah, great.
Works on Asus EeePad Transformer TF101 with Honeycomb 3.2 very nice.
I can see the whole remote control.
Just that M is a little bit strange.
The graphics built up are faster than with aTMSRemote.
Thanks a lot.
:hello: :hello: :hello: :hello: :hello: :hello:
:laola:


AW: iTMSRemote for Android tablet

Verfasst: So 25. Sep 2011, 22:22
von cyvr1
Hi deangelj,

I just found this app and wanted to install it on my tablet. Then I saw the rights this app is asking for and I was wondering why a remote control app should be allowed to

- read my contact info
- needs unlimited internet access
- receive and send SMS
- needs to know my location (GPS and network based)
- record audio, video and take pictures (probaly even without my knowledge)
- deativate standby mode
- read/identify telephone status ???????????????????????????????

Sorry, but this looks more than a spy software in good disguise than a 'harmless' application.

AW: iTMSRemote for Android tablet

Verfasst: Di 27. Sep 2011, 06:28
von deangelj
Thank you for letting me know. I use a cross-platform SDK to generate this. There are no settings in the SDK to enable/disable this apart from Android specific deployment options that I can enter in free-text. I don't know about these settings but I will have a look.

As for it being spyware, you are always free not to use it :) - I have made it available for people should they find it useful.

AW: iTMSRemote for Android tablet

Verfasst: Di 27. Sep 2011, 07:06
von deangelj
Ok - I think I found where to change the options. I will do it in 2 phases - if someone could please tell me if it still works ok, I will then remove the rest of the options. Phase 1 will remove:

<!-- Required if using the sdcard (AndroidUseSdcard=1). -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<!-- Required by s3eContacts. -->
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.WRITE_CONTACTS"/>
<!-- Required by s3eSoundRecord. -->
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
<!-- Required by s3eCamera. -->
<uses-permission android:name="android.permission.CAMERA"/>
<!-- Required by s3eSMS. -->
<uses-permission android:name="android.permission.SEND_SMS"/>
<uses-permission android:name="android.permission.RECEIVE_SMS"/>
<!-- Required by s3eLocation. -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<!-- Required by s3eAndroidLVL.mkb to check licensing. -->
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
<!-- Required by s3eAndroidInAppBilling to initiate in-app transactions -->
<uses-permission android:name="com.android.vending.BILLING" />
<!-- Required by s3eAndroidZeroConf to allow multicast receive -->
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>

Phase1 test is here: http://members.iinet.net.au/~deangelj/d ... nloads.htm

AW: iTMSRemote for Android tablet

Verfasst: Mi 28. Sep 2011, 17:44
von AtomicDog
works :hello:

AW: iTMSRemote for Android tablet

Verfasst: Mi 28. Sep 2011, 23:37
von deangelj
Thanks - phase 2 is now ready from here: http://members.iinet.net.au/~deangelj/d ... nloads.htm

I've removed the following permissions:

<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.BATTERY_STATS"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.DEVICE_POWER"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>

The only ones I have left are:

<uses-permission android:name="android.permission.SET_ORIENTATION"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

Apologies for doing it this way but I don't have an Android device so can't test it myself.

AW: iTMSRemote for Android tablet

Verfasst: Do 29. Sep 2011, 20:23
von AtomicDog
Works again, but only asked for the network-permission on honeycomb 3.2

AW: iTMSRemote for Android tablet

Verfasst: Fr 30. Sep 2011, 00:38
von deangelj
Ok - I have updated the kit. The final version is now available from my download site: http://members.iinet.net.au/~deangelj/d ... nloads.htm

(I added back the requirement for Internet).

AW: iTMSRemote for Android tablet

Verfasst: Sa 1. Okt 2011, 21:34
von actron
Hallo,

funktioniert leider nicht auf meinem MOTOROLA XOOM mit HC3.1
Ich kann die IP Adresse, Port und Passwort eingeben, jedoch wird nicht verbunden.
Fehlermeldung "Socket connect timed out".
Ich habe beide Versionen 1.1 und 1.2 versucht.

Mit einem anderen FTP-Programm auf dem Tablet (File expert) komme ich auf meinen TMS.

Weiß jemand Rat?

LG
Dietmar

AW: iTMSRemote for Android tablet

Verfasst: Sa 1. Okt 2011, 22:21
von xyzzyx
TMSRemote am PC hast Du aber vorher getrennt, oder?

AW: iTMSRemote for Android tablet

Verfasst: So 2. Okt 2011, 13:17
von actron
Halli hallo,

Hm..ich habe gar kein TMSRemote auf dem PC installiert.
Die Verbindung via FTP (Filezilla) hatte ich vorher getrennt.

Hmmmm... im Filezilla brauche ich keine Portnummer anzugeben und lasse das Feld dementsprechend leet; die App verlangt nach einer. Ich habe es mit der 0 und auch mit Port 21 probiert. Bring aber keien Unterschied.

im Moment sieht es so aus:
- Ich gebe IP, Port und Passwort (0000) ein.
- Alle drei Symbole leuchten blau
- Im schwarzen Viereck steht in Rot: Disconnected
- Wenn ich auf den blauen Pfeil drücke, wird der grau und es erscheint für 2/10 Sekunden der Schriftzug "Try to connect...."
Dansch passiert nix mehr bis ich auf den nun ausgegrauten Pfeil drücke. Dieser wird dann wieder blau und es steht im schwarzen Viereck wieder in Rot: Disconnected.

AW: iTMSRemote for Android tablet

Verfasst: So 2. Okt 2011, 13:42
von Twilight
du mußt selbstverständlich das tap "TMS Remote" installieren....und die ports solltest du auch nicht ändern ;)

twilight

AW: iTMSRemote for Android tablet

Verfasst: So 2. Okt 2011, 19:37
von actron
JHallo
das Tap habe ich in Settings installiert und gestartet. Poerts habe ich keine anderen eingestelllt.
Es ist nun so, dass das schwarze Viereck einfach nur schwarz bleibt. Im Moment weiss ich echt nicht weiter.Ansonstenist das Verhalten wie schon oben beschrieben.
LG
actron

AW: iTMSRemote for Android tablet

Verfasst: So 2. Okt 2011, 19:59
von Twilight
was soll das tap in settings? das gehört in den autostart.

twilight

AW: iTMSRemote for Android tablet

Verfasst: Mo 3. Okt 2011, 11:05
von deangelj
Yes, the screen is black of there is no OSD shown on the PVR. iTMSRemote just shows what is on the OSD. For example press Menu and see if anything happens

AW: iTMSRemote for Android tablet

Verfasst: Di 29. Nov 2011, 13:48
von jdberg
deangelj hat geschrieben:Ok - I have updated the kit. The final version is now available from my download site: http://members.iinet.net.au/~deangelj/d ... nloads.htm

(I added back the requirement for Internet).


Hi,
tried to download the android version of tmsremote but it is no longer available on the download-page? Is it really no longer available?

Regards
Jörg