Archive for the ‘Android’ Category
Posted by jpluimers on 2018/04/12
If you develop mobile apps with Delphi, you know it: compiling for Android and iOS is sloooooooooooooow, especially for debug builds. This little tip makes compiling Debug builds much faster……
Set the Debug information option to Limited Debug information
When I read a thing like that, I always think “how come I never thought about that before?” Well done Erik!
[WayBack] Improve Android and iOS debug compilation speed – grijjy blog
via: [WayBack] Here’s a quick tip to improve the compilation speed of debug builds for iOS and Android… – Erik van Bilsen – Google+
–jeroen
Posted in Android, Delphi, Development, iOS Development, Mobile Development, Software Development | Leave a Comment »
Posted by jpluimers on 2018/03/07
In cast I ever want to do Android work again in Visual Studio [WayBack] Visual studio (2015) emulator for android not working – XDE.exe – Exit Code 3 – Stack Overflow
Getting the Android Emulator to run is tough because Hyper-V and networking is awful and running this all in a Windows VM makes it even more complicated.
–jeroen
Posted in .NET, Android, Development, Mobile Development, Software Development, Visual Studio 2015, Visual Studio and tools, Xamarin Studio | Leave a Comment »
Posted by jpluimers on 2018/01/03
Raspbyerry Pi 3 are very versatile. Not just for your light weight Linux installation or Windows 10 IoT, but also for Android experimentation.
On my research list is [WayBack] Raspberry Pi | RTAndroid:
Raspberry Pi 3 This page provides a device-specific tutorial for installing RTAndroid on the Raspberry Pi 3 Model B. Single-board computing devices
It’s an Android 7 (codenamed Android N, now Android Nougat) distribution with Raspberry Pi images (nowadays Raspberry Pi 3, but should run on older as well). Which means you do not have to upgrade your phone to use more recent versions of Android to program against.
–jeroen
via: [WayBack] Fixed by Code: Running Delphi applications on Raspberry Pi 3 and [WayBack] A bit of ravings: https://fixedbycode.blogspot.dk/2016/12/running-delphi-appl…
Posted in Android, Development, Mobile Development | Leave a Comment »
Posted by jpluimers on 2017/01/10
Quotes from [WayBack] Ever wanted to download adb or fastboot without having to download the whole of Android Studio?…but didn’t want to download executables from some… – Elliott Hughes – Google+
Article:
These links will always return the adb/fastboot binaries currently shipping with Android Studio. No need to guess what the current version is, or update your own links: just follow these and get the latest binaries, direct from the source.
Comments:
+Elliott Hughes Any chance we can get something to tell us when it is updated? I know you probably don’t care about bandwitdh, but would be nice to know when updates are pushed.
–jeroen
via: [WayBack] finally.gif… – Koushik Dutta (Koush) – Google+
Posted in Android, Development, Mobile Development, Software Development | Leave a Comment »
Posted by jpluimers on 2016/11/30
On the reverse engineering of an early Pokemon Go apk, the protocol it uses and some more interesting findings: Unbundling Pokémon Go — Applidium
–jeroen
Posted in Android, Development, Java, Java Platform, Mobile Development, Software Development | Leave a Comment »
Posted by jpluimers on 2016/07/06
If you have a [Wayback/Archive] Vysor Pro (either subscription or one-time payment for life-long usage), then you can use this new [Wayback/Archive] New Vysor Feature – Go Wireless Click that button to mirror and control your without a USB cable…
There are more Pro features to come; currently they are:
- High Quality Mirroring
- Fullscreen Mode
- Go Wireless
- Vysor Share
- Drag and Drop Files
- Access to all future features
If Google Pay doesn’t work in your country, then you can use PayPal. When that doesn’t work either, well…
Another nice Vysor Pro feature: [Wayback/Archive] Vysor Share Server – an easy Android device farm: You can share all your Android devices at once using the new Share All feature. – Koushik Dutta (Koush) – Google+
Vysor links:
Read the rest of this entry »
Posted in Android, Android Devices, Development, Mobile Development, Power User, Vysor | Leave a Comment »
Posted by jpluimers on 2016/05/19
Android ADB over TCP/IP can be a bit of a pain to setup. Some devices have a built-in option to enable this (by default on port 5555), otherwise you have to connect through USB first, then use ADB to enable TCP/IP:
adb tcpip 5555
I got it to work without being root, but on some devices you need to be.
See these links for more information:
Note that while writing this, ADB For Chrome could not run over TCP/IP.
–jeroen
Posted in Android, Android Devices, Development, Mobile Development, OnePlus One, Power User, Software Development | 2 Comments »