問題タブ [android-wallpaper]

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.

0 投票する
1 に答える
351 参照

android - 一部のデバイスで壁紙が伸びないようにする

こんにちは、私は Android Dev の初心者です。そしてそれを自分自身に学びます。ホーム画面の壁紙を設定する方法を学んでいますが、一部のデバイス (すべてではない) で壁紙が伸びるという問題に直面しています。

問題は奇妙です。アプリから壁紙を設定し、アプリを閉じてホーム画面に来ると、壁紙は引き伸ばされた状態ではありませんでしたが、瞬く間に突然画面上で引き伸ばされます。または、あなたはそれを言うことができます画面上に画像のほぼ半分を表示します。


私が試しているコード


すべてのデバイスではなく、一部のデバイスでこの問題に直面しています!

どんな助けでも大歓迎です、前もって感謝します

0 投票する
0 に答える
168 参照

android - Why setting a 1x1 pixel wallpaper fails on (a few) Android devices?

To set a black or solid color wallpaper on an Android device, one can use a tiny 1x1 pixel image with the pixel set to that color. This works on most Android devices (including Nexus devices and others that run stock Android). The system knows how to fill the entire screen with that one pixel, giving you a full solid color wallpaper.

However, there are some Android devices that give an error immediately after setting the 1x1 pixel image wallpaper:

  • Unfortunately, System UI has stopped.
  • Unfortunately, Home has stopped.

Trying slightly larger image sizes (2x2, 3x3, 4x4) also fails.

I just created an open source Android app to test this issue: Minimum Wallpaper. Its source code is available on GitHub.

As you can see on GitHub, the code that actually sets the wallpaper is:

and

So far I have a report with screenshot that on Allview P8 Energy the minimum wallpaper size that works is 32x32. From another project I'm involved in, I have some information that a 1x1 wallpaper also fails on devices such as:

  • LG: G5, Stylus 2
  • Meizu: m1 note, m2 note, m3 note, MX5, Pro 6

My questions:

  1. What could be a reasonable reason that (only) some devices are giving errors after setting a 1x1 pixel wallpaper?

  2. What could be the minimum "safe" wallpaper size that should reasonable work on all Android devices?

0 投票する
1 に答える
1733 参照

android - AndroidでOGQ Backgrounds HDアプリが行うのと同じように、壁紙を固定およびスクロール可能に設定する方法

壁紙を固定してスクロール可能に設定したい。これは OGQ Backgrounds HD アプリへのリンクです。 https://play.google.com/store/apps/details?id=com.ogqcorp.bgh

そのアプリのスクリーンショットがここに添付されています。私がやりたいのと同じ方法です。ライブラリまたはリフレクション クラス コード、ハッキング、またはその他のコードを提案してください。スクロール可能な標準壁紙

画面の壁紙に合わせて固定

固定フィット センターの壁紙

0 投票する
1 に答える
77 参照

android - asyncTask をサービスに変更するにはどうすればよいですか?

アプリを閉じるか、デバイスを再起動するたびに aysncTask が機能しないため、asyncTask をサービスに変更するにはどうすればよいですか。Postリクエストをphpサーバーに送信するaysncがあり、リクエストごとに画像が返されたので、1、5、10ごとに変更する壁紙の画像を選択できる設定オプションをユーザーに設定しました..... minしかし、私が言ったように、私はサービスになりたいので、ユーザーが壁紙を変更するタイミングを選択してアプリケーションを閉じる(破棄する)と、サーバーはまだここで変更する必要があります私のコードです

0 投票する
2 に答える
432 参照

android - WallpaperService の「デフォルトのアクティビティが見つかりません」

Androidでgif画像を壁紙として使用したいのですが、問題に直面しています。次のエラーがあります: "Default Activity Not Found" . プロジェクトにエラーはありませんが、実行すると、Android Studio でこのエラーが発生しました。

これは私のマニフェストです: