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

[Free] ErgonApp

Holding your phone or smart device incorrectly can cause tension and pain in the neck and shoulder. ErgonApp encourages you to use your phone correctly by using the screen fade feature and/or break alerts when you hold the phone too low.

Screenshot: https://imgur.com/a/qAKSWJ8

Google Play: https://play.google.com/store/apps/details?id=com.ergonapp.mobile

App Info:

Current Version: 1.0.2
Requires Android: 6.0 and up
Content Rating: Rated for 3+

Help Internet connection stops after a while, when using 2 sim cards

..To restore internet connection i have to enter into flight mode and then stop it (or restart etc..)

My phone is Redmi, android 10.
Im using 2 sims. the secondary is a prepaid without outgoing calls and data.
The internet is defined to use only first sim.

if i eject the secondary sim the problem stops. if i use another secondar sims from a friend, the problem stops again.
What can cause this issue?

[GAME][FREE] Sticky Bubble Shooter

Sticky Bubble Shooter is a bubble shooter with advanced physics, powerful boosters, golden stars and very sticky glue.

  • Free (no in-app purchases at all)
  • Cool physics, bubbles stick to each other
  • 555 levels
  • Play offline or online
  • Connect to Google Play: Global Leaderboard, 60 Achievements, Cloud Save Games
  • Boosters, stars, high scores and much more
  • Suitable for all ages
  • Works on potatoes with Android 4.0
Download
https://play.google.com/store/apps/details?id=com.wildbug.stickybubbles

[Game][DEV] Life Of Hacker

Hey guys!


Check out my new game Life of Hacker. It's simulation of Life of a Hacker.

https://play.google.com/store/apps/details?id=logic.paradigm.life_of_hacker

wHpBxqKkBBdDKUAH-XqbiutTqmIE32TEq11nvTWYk1aMlzqqpq8NEQW3vDJtW0y6LwJR=s180-rw


Your goal is to hack the Pentagon.

To do so, you should:

- Find a job and earn for your education
- Take care of your well-being
- Study new programming languages and computer science
- Buy and upgrade your workstation to the future technology
- Buy luxury items
- Buy software for hacking
- Increase your anonymity
- Hack in different levels


I would appreciate any feedback in comments.

FT232 Sample program does not work

Hello,
I am trying to create program where I use FT2232H in SPI mode. For that I need MPSSE.

So what i need is to open USB, get handle, and when read/write data to chip. I am constantly using this chip with C# and visualBasic

FTDI give example how to use it. Tested on my phone, works very well. Because I am very new with android, I don't know what I am doing wrong.
Using Visual Studio

http://www.ftdichip.com/Support/SoftwareExamples/Androi/TN_147_Java_D2xx_for_Android_Demo_Source.zip

1) Created simple project with empty activity, added button, and text filed, generated interrupt. Goal is press button, connect to USB, or read any data, like how many device channels are connected, since i am using FT2232H, i should get response 2.

2) Copied android manifest lines that are related to USB:
<uses-feature android:name="android.hardware.usb.host" />
<intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter>

<meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"
android:resource="@xml/device_filter" />

3) In correct location created device_filter file, so my application would trigger if VID/PID match, this is my understanding. And after compiling it does, when I connect USB, android ask what program should i use for USB, so no problem here.


<?xml version="1.0" encoding="utf-8"?>
<resources>
<usb-device vendor-id="1118" product-id="688"></usb-device>
<usb-device vendor-id="1027" product-id="24577" /> <!-- FT232RL -->
<usb-device vendor-id="1027" product-id="24596" /> <!-- FT232H -->
<usb-device vendor-id="1027" product-id="24592" /> <!-- FT2232C/D/HL -->
<usb-device vendor-id="1027" product-id="24593" /> <!-- FT4232HL -->
<usb-device vendor-id="1027" product-id="24597" /> <!-- FT230X -->
<usb-device vendor-id="1412" product-id="45088" /> <!-- REX-USB60F -->
</resources>

4) So in main activity I have button and text field. All I need to do is to check how many channels of high speed USB devices I have. On create I do init.

@override
public void onCreate(Bundle savedInstanceState)
{
try
{
ftD2xx = D2xxManager.getInstance(this);
} catch (D2xxManager.D2xxException ex)
{
ex.printStackTrace();
}
super.onCreate(savedInstanceState);
setContentView(R.layout.fragment_layout);
if(!ftD2xx.setVIDPID(0x0403, 0xada1))
{
Log.i("ftd2xx-java","setVIDPID Error");
}

IntentFilter filter = new IntentFilter();
filter.addAction(UsbManager.ACTION_USB_DEVICE_ATTACHED);
filter.addAction(UsbManager.ACTION_USB_DEVICE_DETACHED);
filter.setPriority(500);
this.registerReceiver(mUsbReceiver, filter);
}

5) OnClick event I want to read some USB related data;
static Context DeviceInformationContext;
D2xxManager ftdid2xx;
int devCount = 0;
devCount = ftdid2xx.createDeviceInfoList(DeviceInformationContext);
Log.i("FtdiModeControl","Device number = " + Integer.toString(devCount));

Well, here program simply goes to break, and I don't know what I am doing wrong. I don't understand what DeviceInformationContext is, and how do I get it, or what to do with it ? Initialization works ok, no breaks detected.

Any idea what I am doing wrong ? And how to fix it ?

Thank you for any help :)

Attachments

[GAME][FREE] Emoji Run 3D

Control the emoji and run through the obstacle course to get fabulous reward.

Features
- Simple and intuitive control;
- Addictive gameplay;
- Jump and fly to overcome barriers on your way;
- Challenge yourself;

Download
https://play.google.com/store/apps/details?id=com.LazyHamster.EmojiRun3D

139461-8e62bd56e9069ad9ddc3a8bbf55fcc8d.jpg
139462-4e9d2aafb342ee091679c595c1bb3bfb.jpg
139463-03eef099f413df793d8daa8b4bafbb69.jpg
139464-2b02fd904e0f99d1588496667dcbbe14.jpg

Attachments

  • Screenshot_20210327-170522.png
    Screenshot_20210327-170522.png
    209 KB · Views: 219
  • Screenshot_20210327-170810.png
    Screenshot_20210327-170810.png
    151 KB · Views: 199
  • Screenshot_20210327-172146.png
    Screenshot_20210327-172146.png
    159.8 KB · Views: 210
  • Screenshot_20210327-171444.png
    Screenshot_20210327-171444.png
    183.3 KB · Views: 210

5G Nationwide not working at home?

Ok, I haven't left my house since getting the pixel 5. A few months ago, I had a Samsung Note 20 which supports 5G. At home, I got the 5G logo. I switch phones with my wife because I wanted the call screening that a pixel had. But she had a pixel 4. A few days ago, for whatever reason, the phone died. You can read my other post as to why I now I have the pixel 5. But, I'm getting LTE at home with the pixel 5. I know 5G Nationwide is kind of pathetic. But, the way I see it, 4G LTE will get stagnant and not get any better while 5G hopefully improves. So, just curious why the note 20 gets 5G at home but the pixel 5 gets LTE.

Filter

Back
Top Bottom