• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Wireless keyboard issue

First of all, you need to make sure that the battery is working properly. Then, you may try to resync the setup with the help of the "Connect" button on the USB receiver. In case the receiver does not have that button, you may find the instructions that are usually given with the keyboard. If you try these all, and it still does not work, connecting the receiver to another USB port on the computer might be helpful. Besides, you may try to connect the keyboard to another computer to find out whether the issue is with the keyboard or computer itself. Finally, you should check whether you are using the latest drivers and software for your device, which also may affect its functionality.

Apps Why won't my Android Room Update my Table?

This is an issue I had posted elsewhere (StackOverflow and JavaRanch) but I had to abandon 5 months ago. Now that I'm back on this project this issue is still present and I'm not sure how to resolve it. I never received a comment or suggestion on previous posts and thought someone may have a help or suggestion here.

My problem: I cannot get the Android Room @update method calls on my DAOs to actually update my tables. Below is my code and you can reference my previous posts if you like (StackOverflow and JavaRanch). Below, I will be using the Question table and value as the example.

The Notes table acts as a Join table. Each note contains the unique primary keys of up to 7 tables with related data - including the Questions table.
Initialization of the Notes:

Java:
Notes updatedNote;
updatedNote = rdb.getNotesDao().getNote(vNoteID);

How I'm trying to update:
The 'valuesAreDifferent' boolean method evaluates the previous question value against the current question value. If they are different then a Questions object is created. The question's unique ID is retrieved from the updatedNote for the current Question and passed. Then the Question object is passed to the database Questions DAO to be updated with the @update method created.

NOTE: the 3rd line was an additional attempt to get the update to work but I'm not exactly sure it is needed.

Code:
if(!valuesAreDifferent(original.get(4), update.get(4))){
      Questions questions = rdb.getQuestionsDao().getQuestion(updatedNote.getQuestionID());
      questions.setQuestion(update.get(4));
      rdb.getQuestionsDao().updateQuestion(questions);
}

The Questions Entity and DAO:

Code:
@Entity(tableName = "Questions")
public class Questions {
    @PrimaryKey(autoGenerate = true)
    @ColumnInfo(name = "QuestionID")
    private int questionID;
    @ColumnInfo(name = "Question")
    private String question;
    public Questions(String question){
        this.question = question;
    }
/*    @Ignore
    public Questions(int questionID, String question){
        this.questionID = questionID;
        this.question = question;
    }*/
    public int getQuestionID() {
        return questionID;
    }
    public void setQuestionID(int questionID) {
        this.questionID = questionID;
    }
    public String getQuestion() {
        return question;
    }
    public void setQuestion(String question) {
        this.question = question;
    }
}

@Dao
public interface QuestionsDao {
    @Insert
    void addQuestion(Questions question);
    @Update
    void updateQuestion(Questions question);
    @Delete
    void deleteQuestion(Questions question);
    @Query("SELECT * FROM Questions ORDER BY Question")
    List<Questions> getQuestions();
    @Query("SELECT * FROM Questions WHERE QuestionID = :questionID")
    Questions getQuestion(int questionID);
    @Query("SELECT last_insert_rowid()")
    int lastQuestionPKID();
    @RawQuery
    List<Integer> customSearchQuestionsTable(SupportSQLiteQue

"Around it" - new single player game

Hey guys, i am a 16 y/o indie game dev and i created a game called around it.
Description:-
single player free offline ping pong ball game with arcade and casual gameplay.
Enjoy around it which is a circular pong pong ball game. it can be played by a single player.
Warning :- extremely addictive.
Make the ball jump and Keep it in the circle or you will have to start again.
Score more and more to keep the fun coming.
3 kinds of random color themes.
Retro style mechanics.
One of the hardest game ever.
Classic arcade ball game with cartoon style graphics.
Free to play and unlimited fun.
• collect power ups.
• don't touch the X sign or you'll die.
This is simply ball vs block.
• completely offline game and not an online game.
You can also check our other games. And make sure to rate it 5 stars if you like the game.
Screenshot_2020-09-11-12-57-01-963_com.SoloDevelopmentStudio.AroundIt.png
Screenshot_2020-09-11-12-56-19-489_com.SoloDevelopmentStudio.AroundIt.png
Screenshot_2020-09-17-18-04-58-107_com.SoloDevelopmentStudio.AroundIt.png

Link :- https://play.google.com/store/apps/details?id=com.SoloDevelopmentStudio.AroundIt

My wife's phone sometimes shows her calls are coming from my daughter

If your wife's phone calls identify her as your daughter when this involves different recipients than it's probably a matter of her phone or her info with her account of her cellular service. If all her other phone calls are OK and it's just the one person, than yeah, it's most likely something they need to look into on their end. (i.e. check the Contacts listing on their phone)

Camera on Samsung SGS7 stops recording audio after about a minute

Since you encountered the same problem using two different camera apps, it's unlikely to be directly related to the camera app itself but more about something with your phone (i.e. Storage).
Try going into the Settings menu of the Camera app or the Open Camera app, and change the default Save location from your internal storage to your microSD card storage. Or set the resolution for default Video files down to a smaller setting (higher resolution videos result in larger file sizes, lower res will be smaller) and see if that makes any difference.

"Justin Bieber Fun Forum" application new features.

The number of views now is 28M in less than 4 days

Some of his songs are Christian.
1. Mon 26 Mar 2018
Justin Bieber set to release 'Christian appropriate' album
https://premierchristian.news/en/ne...er-set-to-release-christian-appropriate-album

2. 08-30-2019
Justin Bieber Leads Worship at LA Church, Shares Powerful Gospel Message
https://www1.cbn.com/cbnnews/entert...p-at-la-church-shares-powerful-gospel-message

3. 02-16-2020

'Thank you Jesus for Your Forgiveness': Bieber Praises the Lord as New Album 'Changes' Released
https://www1.cbn.com/cbnnews/entert...p-at-la-church-shares-powerful-gospel-message

Color Blocks Puzzle by Zen Games

Color Block Puzzle by Zen Games is a simple puzzle game for phones and tablets. This game has been built for stress relief. No rush, no hurry - a simple color blocks puzzle with no score or time limit. In this version of Zen games we have added 100 levels from easy to difficult. The game can be played by all ages by just moving the multi color blocks to match adjacent color and find your Zen.


Color Block Puzzle will improve your logic, coordination and help you relax with a soothing music as you cross each level moving color blocks and matching them. We have designed this zen game with soothing colours and happy music with a thought of helping you unwind.



Please try this game, play whenever you get time and also don’t forget to share this simple color block puzzle with your friend to help them find their Zen. Also do send your feedback at mediaplus.in@gmail.com


Thanks!


Team Zen Games


Price:Free
Download link:
https://play.google.com/store/apps/details?id=in.zengames.app

[Resurrected! ] How to turn on a Desktop PC?

The Motherboard and video card look quite new so I wouldn't see a trace of any faulty capacitors etc.

I have seen those power connectors off of photos I took last night (having moved the pc to another room, ok the other room) so I may tinker with those again this evening - but the front switch is still encased despite levering off a black plastic front panel and I don't see a screw access unless I was to disassemble everything from the inside - but I imagine those labelled connectors solve that anyhow.

Don't spend any more time on this for me, thank you - I'm good.

I hope the info kindly offered may assist another person also, who may benefit as well from a similar upcoming mental health assessment to mine. :)

I may either:
successfully get it running it myself soon (I'll post it here, but don't buy the popcorn yet)

get it to a repair store on foot or with opportune vehicle access (it's a heavy bugger)

... or sell it to a museum.

Emmylou, Linda, Van the Man, John Deutchendorf and the others will have to vie for my attention later. Things are looking slightly better on the income front anyhoo.


Screenshot_20200922-091205.png IMG_20200921_181830605~2.jpg

Filter

Back
Top Bottom