Since I've started posting my native apps to the general Android Software Development, I thought maybe I should also put a small link here since I tested it on my X10.
Please check the [APP] fortune-mod-1.99.1 for Android (native) thread.
For geeks only (but super easy setup)!
Related
Hi
Tried to install track id.apk i found here -> http://forum.xda-developers.com/showthread.php?t=739929&page=2
on AOSP 2.1 007a
Butt getting forced closed when trying to launch it.
doing:
Go to Settings -> Applications -> Manage Applications
Select the TrackID app
Tap on "Clear data"
Tap on "Force stop"
dint work either...
Is it possible? or should i just give up
sorry for bad english.
I imagine like all other manufacturers like HTC , Samung , Motorola etc etc core apps which they designed for a specific user experience are all tied in together with there customised Android Framework, meaning to use such an app you would need all of sony ericssons proprietary files also which obviously defeats the object as you may aswell not bother with having an aosp 2.1 rom also with AOSP you will have no drivers for the X10 Specifically which will mean you will more than likely have errors using hardware unless you fish them out from an SE 2.1 rom
Also on a last note, now i have answered your question, in future remember to ask your questions in the correct forum : x10 Q&A forum
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
LouNGeRR said:
I think you need to install some or all SE APKs to make it work.
Code:
com.sonyericsson.*
Click to expand...
Click to collapse
You're screenshot is about the permission it uses. Permissions are built in a system, not in an app. Nonetheless it still can depend on an app, but not in the way you mean.
Please post in the proper thread
Hey,
I`ve just bought HD2 and I see that I can install Android software.
1.Is this ROM bugless on HD2? If not, what is the biggest bugs?
2.Can I install and run Android games, apps on Android ROM?
3. What is the best navigation software for android phones?
Sorry of my bad English,
thanks for answers
You'll find your answers in these forums - http://forum.xda-developers.com/forumdisplay.php?f=735 and http://forum.xda-developers.com/forumdisplay.php?f=928
This forum is for Winmo ROM developement, so before it gets closed or moved by a moderator, go to the correct forums.
As for answers:
1. Not even Winmo is bugless. Read some of the threads of the android roms and you'll see the bugs. Not all roms are the same.
2. Yes
3. Don't use so can't comment
topnoch said:
Hey,
I`ve just bought HD2 and I see that I can install Android software.
1.Is this ROM bugless on HD2? If not, what is the biggest bugs?
2.Can I install and run Android games, apps on Android ROM?
3. What is the best navigation software for android phones?
Sorry of my bad English,
thanks for answers
Click to expand...
Click to collapse
Why dont you try some of the sd builds - they are super easy to install - if you read and do what the guides say.
Then you can makeup your mind.
WinMo is good. If you only use the phone and HTC Sense apps.
Android is another experience. You have the games, video, music and ton of apps in the market.
One drawback is the office apps are only viewers, not editors and you have paid version editors in the market as opposed to free office suite in WinMo.
Here you can start:
Win
http://forum.xda-developers.com/showthread.php?t=609477
NAND Android
http://forum.xda-developers.com/showthread.php?t=893948
3. FOR ME!!!! Best navigation is IGO(Motonav) or Copilot.
Both work great for me.
Hello,
I'm not sure if this is the right sub-forum but I think this one isn't the worst choice.
I have a Radxa Rock Pro-Board running with Android 4.4.2. This board has GPIO-Pins for UART-Communication. I connected an UART-GPS-Device to it and can see incoming NMEA-Data on /dev/ttyS3. The Problem: How to configure Android to listen on GPS-Data on this interface?
I found some threads about GPS-Infrastructure in Android which says something about drivers (do I really need one in Android when it's a UART-one-way-Communication?), configuring the build.prop ("ro.android.gps.provider = ttyS3" which I did without success) and daemons like gpsd or glgps (which isn't included in a new build Android from radxa sources and is it really needed, or is this a can and not must have?).
So my question is, where does Android listen do GPS on default and how to change it to ttyS3?
Thanks in advance
geifawkes
*Note: this has been out for a bit now, but I did not see this posted on the forums so hope this is useful for someone*
How-to run Android apps on ChromeOS [WITHOUT Dev mode]
This is for NON-PIXELBOOK owners that DO NOT have Android app support yet.
( Look here if you're device is already supported OR will-be supported: Here. )
Similarly, this allows Android app support WITHOUT developer mode enabled.
( Look here if you want to enable developer mode to support Android apps: Here. )
Instructions:
Download the ARC Welder Chrome OS extension, here.
To find APK files to run, look here.
Then, just simply Test the app.
NOT EVERYTHING WORKS, so do not freak out if it is not working for you. I got a few apps to work so I thought I'd share.
The main purpose of using this over dev channel was that I couldn't stand having to enter a command every time in crosh to enable Android app support on dead-restart, ONTOP of that being in dev channel, which is not stable for my day-to-day usage.
Hit me a Thanks if this helped you! :good:
This was tested using a ASUS C201PA.
-masivb
Surprised no one has replied to this yet. I've tried several apps. Haven't found any that work yet. Can the OP list a few apps that have worked?
live net tv worked on my acer cb
Try older es file explorer Tapatalk and other movie /TV apps like showbiz freeflix etc
tekgurl said:
Surprised no one has replied to this yet. I've tried several apps. Haven't found any that work yet. Can the OP list a few apps that have worked?
Click to expand...
Click to collapse
Hello...
yes the developer for this is over on github, you can see the apps that can work using the conversion tool.
https://github.com/vladikoff/chromeos-apk/blob/master/archon.md
vpn
Any VPNs that work with this?
Hello there.
I'm developing a custom rom and I want to add a link to my website on the Homescreen / Launcher (so users will be able to check infos and updates about the rom)
1st Method: chrome
I searched on google "how to add an .html file on Android launcher /home screen" and every website I consulted just adviced me to download Chrome and use it to add bookmarks on the home screen.
The problem is that I'm making an Android 2.3 rom and I'm working on a device with limited storage, I don't want to download and install Chrome just to make a link...
2nd Method: apk with webview
I know how to develop a simple app in Android Studio that just uses a webview to display my website, but I don't want to use this method too because Android 2.3 webview is obsolete and I included a modern and lightweight browser in my rom. A whole apk to just open a webpage would be wasted
3rd Method: ?
I believe there's a way to put links to any file on the homescreen! Especially if the rom (pre)rooted like mine. Can you tell me how to do this, please?
Thanks in advance