Hello,
I am wondering which Android OS the current firmware is based on, I am mainly asking for the Stratos 3.
also, when will the Android OS eventually be upgraded, if at all?
Cheers,
GL
For Pace, the software is based on Android 5.1. I would try this I found over at StackOverflow,the watch should be connected to the pc and ADB commands must be used:
To get Android version you can use: adb shell getprop ro.build.version.release
To get API level: adb shell getprop ro.build.version.sdk
You can see all available properties with this command: adb shell getprop
Related
So I am currently connected to my android phone using adb shell. When I do "stat file" I get this message:
Code:
stat: not found
Do I need to install this script or what? Im on a 2.3.4 Gingerbread.
I cannot grep too. I'm on a windows box firing up the Android SDK adb shell.
How do I change the shell prompt in android to [email protected] /# as the current prompt is ugly, just a #?
Hi,
I've tried to su a logicom 10 inch tab model S1024
Android 4.1.1
kernel 3.4.0+ [email protected]#231
build full_gs702a-userdebug4.1.1 JRO03C eng.popchip_dlf.20130801.162447 test-keys
I'm on ubuntu 12.04
I managed to get it recognized by adb
adb devices --> 02468AC
first adb shell --> $
then adb root --> #
So I can install some apk, mv files, chmod but when I su from the tablet I'm no root :=(
I tried framaroot and Supersu installed from the tablet or installed from adb --> same result = no root
I tried : Root_with_Restore_by_Bin4ry_v36.zip I found on xdavevelopers
I tried using number 3 (= normal) and with RunMe.sh modified to my /usr/bin/adb but the result was still no su.
I would like to try a linux dist on it with linux deploy but I need root access.
Could someone tell me how I can get root adb shell but no su ?
Oh and I tried to mount -o remount,rw without any success too
Hope to find some help because I'm stuck on this for a while now and I don't find the way to the light.
ty
lepage41 said:
Hi,
I've tried to su a logicom 10 inch tab model S1024
Android 4.1.1
kernel 3.4.0+ [email protected]#231
build full_gs702a-userdebug4.1.1 JRO03C eng.popchip_dlf.20130801.162447 test-keys
I'm on ubuntu 12.04
I managed to get it recognized by adb
adb devices --> 02468AC
first adb shell --> $
then adb root --> #
So I can install some apk, mv files, chmod but when I su from the tablet I'm no root :=(
I tried framaroot and Supersu installed from the tablet or installed from adb --> same result = no root
I tried : Root_with_Restore_by_Bin4ry_v36.zip I found on xdavevelopers
I tried using number 3 (= normal) and with RunMe.sh modified to my /usr/bin/adb but the result was still no su.
I would like to try a linux dist on it with linux deploy but I need root access.
Could someone tell me how I can get root adb shell but no su ?
Oh and I tried to mount -o remount,rw without any success too
Hope to find some help because I'm stuck on this for a while now and I don't find the way to the light.
ty
Click to expand...
Click to collapse
you 'll find a working firmware on the net and flash it with PAD Product Tool
I'm becoming familiar with Android linux on the Moto G. There is no find command. Is there a set of options for ls that will recursively show all files and directories, one per line? Note that there is no man command, nor does ls respond to the --help switch. It responds to -R for recursion, but not -1 for one item per line (not that it would solve the problem, as it does not prepend the dirname of the path). Note also that the shell is sh rather than bash, and I am using an app commonly known as adb to remotely shell into the Android OS (over a USB connection).
Here are some details from the phone:
* Android 4.4.4
* Kernel version 3.4.42-g67b2f25
* System version 210.12.50.falcon_umts.Telus.en.CA
* Build number KXB21.14-L1.50
Is there any way to root the Android subsystem on FydeOS? I'm new to Chromium OS and I don't know all the ins and outs. I do know, however, that there's this way to root Android on Chrome OS. Does it also work on FydeOS? If not, is there any other relatively simple way to root?
I tried to run sudo /usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partitions $(( $(rootdev -s | sed -r 's/.*(.)$/\1/') - 1)), but I got a message saying that I don't have developer firmware.