問題タブ [air-android]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
actionscript-3 - KEEP_AWAKE ですが、バッテリーを節約するために画面をオフにしますか?
FlashDevelop と Flash CS5.5 IDE (Flex なし) を使用して、楽しい小さな MP3 プレーヤーを作成しました。
このアプリは、選択した m3u プレイリストからトラックをフェードしながら、ランダムなラジオの刺し傷、ばかげた偽の広告、DJ のおしゃべり (GTA Vice City の Flash FM によく似ています) を挿入することで、昔ながらのスタイルのラジオを「エミュレート」します。
アプリ自体は非常にうまく機能SystemIdleMode.NORMAL
しますが、スクリーンセーバーが起動したときにアプリが停止するように設定するSystemIdleMode.KEEP_AWAKE
と、画面が起動せず、バッテリーがなくなるまでアプリが実行されます...残念ながらかかりません長すぎる ;)
バッテリーを節約するために、アプリを実行したまま画面を「無効」にすることはできますか?
いいえの場合、少なくとも明るさを制御し、おそらく黒いオーバーレイを表示できますか? これはバッテリー寿命に大きな影響を与えますか?
どんな提案でも大歓迎です。
乾杯。
actionscript-3 - Cant write to sdcard Adobe Air on Android
I'm getting a very strange situation while developing an AIR application for android: - I am getting error #3001 - "File or directory access denied" when I am trying to copy files to the sdcard. I have added the following permission to the manifest but it did not fix the issue:
I have tried to unplug the usb cord prior to launching the app in order to avoid any collisions but it doesnt help. The sdcard "lock" button remains in "unlocked" state. I have also tried to use another sdcard but the result is the same.
The version of android is 4.0.4 and the air sdk is 3.2
Any advice will be highly appreciated.
UPDATE 4/8/2014
My apologies, in fact the copy operation throws error 3002 - file or directory exists and the error 3001 is frown by destinationDir.createDirectory() which goes before it. However it becomes more incomprehensible since sd card is empty and I dont see anything on it. As I see from debugger the "exists" property of destination is false so I really dont understand why it throws error 3002.
Here is the source which provokes the exception:
air - Adobe Air Android でモバイル LED 懐中電灯をオンまたはオフにする方法
Adobe Air AndroidでモバイルLED懐中電灯を制御する方法はありますか。
フラッシュ CC で Adobe Air 14 を使用する
actionscript-3 - カメラを取り付けた後にアプリがクラッシュする (air for android 16.0)
上記のコードは、ボタンをクリックするとカメラを前面と背面に切り替えます。上記のコードがapkファイルにバンドルされたair 3.4を使用すると、モバイル(os android 4.2)で完全に動作します。air 16.0をapkファイルにバンドルすると、フロントカムはビデオのストリームですが、ボタンをクリックしてフロントカムとバックカムを切り替えるとアプリがクラッシュします
android - Android アプリケーション (フラッシュ) の空中でウェブサイトを読み込む方法
actionScript(3.0)を使用して、 Androidアプリケーション(ステージWebView)用に自分のWebサイトを空中にロードする必要があります。それは可能ですか?
次のコードを使用していますが、アプリケーション内では機能しません。