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

Tractors parking and farm game

Hi friends,
I am newbie.
I bought a new android application about tractors parking and farming.
Can you help me to improve my game, more downloads?
I am new about these things, If you help me; I will be so happy
Thank you...

Game : https://www.tennar.com/apkgames/play-drive-my-tractors-farming-game_366.htm
Play google : https://play.google.com/store/apps/details?id=com.TennarOnline.DrivingMyTractors
is this your game? did you develop it? or are you asking for help on the game?

Barren Lab_v3.8 apk - will not Load on my android TV

thats why I posted on "Apps & Games" , its a game . Also I posted here because the Developer is not going to answer my questions because they are too busy making $$$ . My mobile is android 10 ,working - Android Tv is android 9, not working.


Sounds like that might be the problem then, the game could be incompatible with Android 9 or earlier. There's no way to force it to work, apart from either updating the Android TV or finding a version of the game that works with Android 9. Also the dev may have built it for mobile only, i.e. phones or tablets.

I presume this is the game. Their Play Store URL shows not found, which usually indicates that it was discontinued and withdrawn. Perhaps it wasn't making them enough $$$ ?
https://www.taptap.io/app/67239?hreflang=en_US
https://play.google.com/store/apps/details?id=com.renderedideas.barrenlab&referrer=utm_source=TapTap

QBOX pro shuts off with TV

Is your Qbox Pro use its own power supply that you plug into a wall outlet or does it use a USB port on your Samsung TV for power?

If the USB port, it might be a matter where your LG TV had a pass-through, powered USB but your Samsung TV stops powering its USB ports when you shut down and/or sleep it. In that case, use an external power supply for your Qbox Pro.
But if it is already using an external power supply, something is apparently sending a shutdown signal to your Qbox Pro to power itself off so start digging through the setup menus on your Qbox Pro and your Samsung TV for some relevant power-related option.

TRavel App that allows you to get Visas as well as shop on Amazon!!

"This travel booking service is provided for free without any charge. A fresh and honest approach for your travel booking partner."

How is this a fresh approach?

"We don’t sell flight tickets, hotel rooms or car hire deals"

If it doesn't book travel, how can it be a travel booking service? Maybe it's just me, but something about this app seems very skunky.

Anyone study Trout(Cuttlefish for AAOS),help me with Kernel build

Recently I need to compile a special Android Kernel version,whicH includes a special driver named as Virtio-Video。 It's part of Virtio Standards and can be used for Virtualization.In android,it will be part of Cuttlefish/Trout.View repo details please check this link:https://android.googlesource.com/kernel/manifest/+/refs/heads/trout-android12-5.10;view the instructions please check this:https://source.android.com/docs/setup/build/building-kernels

And I have followed the offical instructions:

repo init -u https://android.googlesource.com/kernel/manifest -b trout-android12-5.10

because I need the Virtio-Video driver,so I used the command below to build:

BUILD_CONFIG=common-modules/virtual-device/build.config.virtual_device.x86_64 build/build.sh

But I get some errors like these:


opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/arm_scmi/smc.c:152:2: error: unknown register name 'r1' in asm
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:420:4: note: expanded from macro 'arm_smccc_1_1_invoke'
arm_smccc_1_1_smc(__VA_ARGS__); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:367:32: note: expanded from macro 'arm_smccc_1_1_smc'
#define arm_smccc_1_1_smc(...) __arm_smccc_1_1(SMCCC_SMC_INST, __VA_ARGS__)
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:342:33: note: expanded from macro '__arm_smccc_1_1'
register unsigned long r1 asm("r1"); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/arm_scmi/smc.c:152:2: error: unknown register name 'r2' in asm
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:420:4: note: expanded from macro 'arm_smccc_1_1_invoke'
arm_smccc_1_1_smc(__VA_ARGS__); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:367:32: note: expanded from macro 'arm_smccc_1_1_smc'
#define arm_smccc_1_1_smc(...) __arm_smccc_1_1(SMCCC_SMC_INST, __VA_ARGS__)
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:343:33: note: expanded from macro '__arm_smccc_1_1'
register unsigned long r2 asm("r2"); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/arm_scmi/smc.c:152:2: error: unknown register name 'r3' in asm
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:420:4: note: expanded from macro 'arm_smccc_1_1_invoke'
arm_smccc_1_1_smc(__VA_ARGS__); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:367:32: note: expanded from macro 'arm_smccc_1_1_smc'
#define arm_smccc_1_1_smc(...) __arm_smccc_1_1(SMCCC_SMC_INST, __VA_ARGS__)
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:344:33: note: expanded from macro '__arm_smccc_1_1'
register unsigned long r3 asm("r3"); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/arm_scmi/smc.c:152:2: error: unknown register name 'r0' in asm
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:420:4: note: expanded from macro 'arm_smccc_1_1_invoke'
arm_smccc_1_1_smc(__VA_ARGS__); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:367:32: note: expanded from macro 'arm_smccc_1_1_smc'
#define arm_smccc_1_1_smc(...) __arm_smccc_1_1(SMCCC_SMC_INST, __VA_ARGS__)
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:345:3: note: expanded from macro '__arm_smccc_1_1'
__declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
^
note: (skipping 5 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:313:2: note: expanded from macro '__declare_arg_5'
__declare_arg_4(a0, a1, a2, a3, a4, res); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:308:2: note: expanded from macro '__declare_arg_4'
__declare_arg_3(a0, a1, a2, a3, res); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:301:34: note: expanded from macro '__declare_arg_3'
register unsigned long arg0 asm("r0") = (u32)a0; \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/arm_scmi/smc.c:152:2: error: unknown register name 'r1' in asm
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:420:4: note: expanded from macro 'arm_smccc_1_1_invoke'
arm_smccc_1_1_smc(__VA_ARGS__); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:367:32: note: expanded from macro 'arm_smccc_1_1_smc'
#define arm_smccc_1_1_smc(...) __arm_smccc_1_1(SMCCC_SMC_INST, __VA_ARGS__)
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:345:3: note: expanded from macro '__arm_smccc_1_1'
__declare_args(__count_args(__VA_ARGS__), __VA_ARGS__); \
^
note: (skipping 5 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:313:2: note: expanded from macro '__declare_arg_5'
__declare_arg_4(a0, a1, a2, a3, a4, res); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:308:2: note: expanded from macro '__declare_arg_4'
__declare_arg_3(a0, a1, a2, a3, res); \
^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/include/linux/arm-smccc.h:302:31: note: expanded from macro '__declare_arg_3'
register typeof(a1) arg1 asm("r1") = __a1; \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[4]: *** [/opt/FranzKafkaYu/Android_Trout_Kernel/common/scripts/Makefile.build:273: ../common-modules/virtual-device/arm_scmi/smc.o] Error 1
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/virtio_video/virtio_video_driver.c:118:12: error: no member named 'dma_ops' in 'struct device'
if (!dev->dma_ops)
~~~ ^
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/virtio_video/virtio_video_driver.c:119:26: error: no member named 'dma_ops' in 'struct device'
set_dma_ops(dev, pdev->dma_ops);
~~~~ ^
2 errors generated.
make[4]: *** [/opt/FranzKafkaYu/Android_Trout_Kernel/common/scripts/Makefile.build:273: ../common-modules/virtual-device/virtio_video/virtio_video_driver.o] Error 1
make[4]: *** Waiting for unfinished jobs....
/opt/FranzKafkaYu/Android_Trout_Kernel/common/../common-modules/virtual-device/virtio_video/virtio_video_vq.c:362:6: warning: unused variable 'ret' [-Wunused-variable]
int ret;
^
LD [M] ../common-modules/virtual-device/virtio_snd/virtio_snd.o
LD [M] ../common-modules/virtual-device/goldfish_drivers/goldfish_pipe.o
LD [M] ../common-modules/virtual-device/wlan_simulation/virt_wifi_sim.o
1 warning generated.
make[3]: *** [/opt/FranzKafkaYu/Android_Trout_Kernel/common/scripts/Makefile.build:516: ../common-modules/virtual-device/virtio_video] Error 2
make[3]: *** Waiting for unfinished jobs....
LD [M] ../common-modules/virtual-device/virtio_gpu/virtio-gpu.o
make[3]: *** [/opt/FranzKafkaYu/Android_Trout_Kernel/common/scripts/Makefile.build:516: ../common-modules/virtual-device/arm_scmi] Error 2
make[2]: *** [/opt/FranzKafkaYu/Android_Trout_Kernel/common/Makefile:1909: ../common-modules/virtual-device] Error 2
make[2]: Leaving directory '/opt/FranzKafkaYu/Android_Trout_Kernel/out/android12-5.10/common'
make[1]: *** [Makefile:185: __sub-make] Error 2
make[1]: Leaving directory '/opt/FranzKafkaYu/Android_Trout_Kernel/common'
make: *** [Makefile:2: all] Error 2
make: Leaving directory '/opt/FranzKafkaYu/Android_Trout_Kernel/common-modules/virtual-device'


And when I check the commit log,I found another command:

BUILD_CONFIG=common-modules/virtual-device/build.config.trout.coqos build/build.sh

this command excuted OK and I got the output virtio-vedio.ko but it's ARM arch.But I need x86 arch.Can someone tell me how can I fix the compile errors?

htc desire a8181 help needed

hi hadron, my hdd was wipd, NOT ME! well mad. i got a w7pro comp, and seem to have hit stuck with 'minimal adb and fastboot' commands - got the recovery .img put on the desktop

fastboot devices
fastboot boot c:\user\desktop\recovery.img
<waiting for any device> stops....

copied direct:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Program Files\Minimal ADB and Fastboot>fastboot devices

C:\Program Files\Minimal ADB and Fastboot>fastboot boot c:\user\desktop\recovery
.img
< waiting for any device >

pls get me on the right track again
thanks

reti ad hoc

Hi I'm sorry I realized now that the forum is in English. I try to translate with Google translate, I hope you understand. thank you.
I have a Realme 8 smartphone with Android 8 and I would need to connect to an ad hoc network to receive data. Before the last update I turned on the WiFi of the smartphone, I searched for the network and I connected, when the smartphone connected to the network, a window came out with the words "network without internet, Connect or cancel" choose or connect and I began to receive data. Now, after the update, I connect it to the network and write me the usual phrase "network without internet" and instead of giving me the two options "connect or cancel" sinette automatically and if the checkbox connect to the network automatically, create a connection and disconnection loop.
I ask if anyone encountered the same problem and how they solved it.

tracfone issue

well this is what i did and lets see in a few days. i put the tracfone sim back in the a21 tracfone and it reactivated. i sent photos and text sand calls then i was able to order the a51 and it said i got it but i have yet to get the confirmation email. that may take some time. i went to tracfone to see if it showed as a pending order but it did not. so i will wait for a few days to see if it shows up in the mail. then they told me to test something to 611611 to transfer everything over to that phone. i guess it will be in the box. so i will then transfer the data over to that a51 phone i think it will come with a new sim. then i will put the a21 back on metro for 90 days and then see if i get the text telling me i can unlock the a51 phone. if i do then i will switch it over the metro using the sim from metro and see if i then have the a21 on tracfone and the a51 on metro. i guess time will tell on this. then i will see if i can transfer my data back to the a21 and then sell that phone with all the data on it. it has like 20 years of test calls and lots of data. i do not use the phone much thanks

Blah..

I saw in another thread of the camera overheating due to old cell hmmm...

Mine is over three years old, 8.8.19 hmmm...
I might get a newer version of the same cell ^ _ ^
That way I do not have to read upon the different OS or the different styles either, and I do have my apps back up, and it will be a hardship to phoenix back to the likeness of this one though :cool::cool::cool:

2 Bluetooth ear bud sets stopped working!!

Are both sets identical?
I am wondering if one got switched with one from the other set, and if that could make any difference.

No, they are two different brands. Use them both at night to listen to stuff when I can't sleep... when the battery worn down I"d switch to another... no problem. They worked fine both being on the phone for 6 months, then one set stopped working and, as I said, I needed to re-pair them. All is fine now. :-)

RealMe 8 Pro - glitchy after update :'(

Purely based on my experiences with two 2020 devices I have from another Chinese owned brand, Xiaomi, now on Android 12 - I would wait a few weeks for further system apps updates.

Apart from rebooting the device, and clearing as much system cache as it allows, there's not much to be gained in the meantime.

What month of Google Play Services and Security patch is it on? They may follow soon, though often Security becomes a 3 month cycle.

You could clear the Cache in Apps - Google Play Services.

There's probably a Realme forum with others complaining about similar. A big OS change may not settle smoothly at first.

Thanks for your reply. I never knew it was possible to clear cache for individual apps, it would appear this is the only place I can clear cache since the update! I've tried clearing cache for a few of the apps that were playing up, so we'll see if that helps at all.

The device appears to be completely up to date otherwise. By the sounds of things it may just be a case of waiting for further updates. Appreciate the reply regardless!

note 6 not charging connected to computer

Soooo, the folks at Samsung cant count?
they just wanted the note series to match with the s series of galaxy phones. they launched the s7 series in the spring and in the fall they launched the note 7. it made an easy transition for the note and s series to eventually merge. the upcoming s22 ultra 5G was the first phone to merge both phones together.

Help Is IN2017_11_C.41 Stable for rooting OnePlus 8?

Still not working for me, but It does say my network is unlocked in About phone

The OnePlus URL I posted seems to be okay.... Can't really assist any more than that, as I don't know too much about this device, apart from what I've already read.
Screen Shot 2022-09-27 at 11.07.24.png


BTW I'm sure that how to was written by someone whose English isn't their first language.

Good luck!

Filter

Back
Top Bottom