Aller au contenu

tablette storex ezee805


Recommended Posts

Bonjour,

J'ai acquis il y a peu une tablette storex. Ma fille a voulu installer le jeu des SIMS sur playstore. Cela ne fonctionnait pas. En regardant les forums, il était indiqué qu'il fallait installer lcd density pour augmenter la résolution à 240. Depuis, la tablette bloque sur la page de démarrage storex. j'ai suivi un tuto sur le forum au sujet d'adb mais rien n'y fait. Quelqu'un pourrait il m'aider svp ?

Merci d'avance !

ci-joint un copier-coller de mon adb :

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints: <serial-number>

adb status-window - continuously print device status for a specifie

d device

adb remount - remounts the /system partition on the device re

ad-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo

tloader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip <port> - restarts the adbd daemon listening on TCP on th

e specified port

networking:

adb ppp <tty> [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]

<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u

pdated.

- If it is "system" or "data", only the corresponding partition

is updated.

environmental variables:

ADB_TRACE - Print debug information. A comma separated list

of the following values

1 or all, adb, sockets, packets, rwx, usb, sync

, sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes prior

ity over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these de

bug tags are printed.

C:\adb>restor

'restor' n'est pas reconnu en tant que commande interne

ou externe, un programme exécutable ou un fichier de commandes.

C:\adb>Adb Push c:\nouveau /sdcard

Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB devic

e

returns an error if more than one USB device is

present.

-e - directs command to the only running emulator.

returns an error if more than one emulator is r

unning.

-s <serial number> - directs command to the USB device or emulator w

ith

the given serial number. Overrides ANDROID_SERI

AL

environment variable.

-p <product name or path> - simple product name like 'sooner', or

a relative/absolute path to a product

out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices - list all connected devices

connect <host>[:<port>] - connect to a device via TCP/IP

Port 5555 is used by default if no port number

is specified.

disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.

Port 5555 is used by default if no port number

is specified.

Using this command with no additional arguments

will disconnect from all connected TCP/IP devic

es.

device commands:

adb push <local> <remote> - copy file/dir to device

adb pull <remote> [<local>] - copy file/dir from device

adb sync [ <directory> ] - copy host->device only if changed

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell <command> - run remote shell command

adb emu <command> - run emulator console command

adb logcat [ <filter-spec> ] - View device log

adb forward <local> <remote> - forward socket connections

forward specs are one of:

tcp:<port>

localabstract:<unix domain socket name>

localreserved:<unix domain socket name>

localfilesystem:<unix domain socket name>

dev:<character device name>

jdwp:<process pid> (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i

nstall it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data

)

('-s' means install on SD card instead of inter

nal storage)

adb uninstall [-k] <package> - remove this app package from the device

('-k' means keep the data and cache directories

)

adb bugreport - return all information from the device

that should be included in a bug report.

adb help - show this help message

adb version - show version num

DATAOPTS:

(no option) - don't touch the data partition

-w - wipe the data partition

-d - flash the data partition

scripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints: <serial-number>

adb status-window - continuously print device status for a specifie

d device

adb remount - remounts the /system partition on the device re

ad-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo

tloader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip <port> - restarts the adbd daemon listening on TCP on th

e specified port

networking:

adb ppp <tty> [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]

<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u

pdated.

- If it is "system" or "data", only the corresponding partition

is updated.

environmental variables:

ADB_TRACE - Print debug information. A comma separated list

of the following values

1 or all, adb, sockets, packets, rwx, usb, sync

, sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes prior

ity over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these de

bug tags are printed.

C:\adb>adb shell ls -l /system

drwxr-xr-x root root 2013-03-18 01:15 app

drwxr-xr-x root shell 2013-03-18 01:06 bin

-rwxrwxrwx root root 2685 2013-05-18 19:11 build.prop

drwxr-xr-x root root 2013-03-18 01:06 etc

drwxr-xr-x root root 2013-03-18 01:06 fonts

drwxr-xr-x root root 2013-03-18 01:06 framework

drwxr-xr-x root root 2013-03-18 01:07 lib

drwxr-xr-x root root 2013-03-18 01:06 lost+found

drwxr-xr-x root root 2013-03-18 01:07 media

drwxr-xr-x root root 2013-03-18 01:06 tts

drwxr-xr-x root root 2013-03-18 01:06 usr

drwxr-xr-x root shell 2013-03-18 01:07 vendor

drwxr-xr-x root shell 2013-03-18 01:07 xbin

C:\adb>adb get /system/build.prop

Android Debug Bridge version 1.0.26

-d - directs command to the only connected USB devic

e

returns an error if more than one USB device is

present.

-e - directs command to the only running emulator.

returns an error if more than one emulator is r

unning.

-s <serial number> - directs command to the USB device or emulator w

ith

the given serial number. Overrides ANDROID_SERI

AL

environment variable.

-p <product name or path> - simple product name like 'sooner', or

a relative/absolute path to a product

out directory like 'out/target/product/sooner'.

If -p is not specified, the ANDROID_PRODUCT_OUT

environment variable is used, which must

be an absolute path.

devices - list all connected devices

connect <host>[:<port>] - connect to a device via TCP/IP

Port 5555 is used by default if no port number

is specified.

disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.

Port 5555 is used by default if no port number

is specified.

Using this command with no additional arguments

will disconnect from all connected TCP/IP devic

es.

device commands:

adb push <local> <remote> - copy file/dir to device

adb pull <remote> [<local>] - copy file/dir from device

adb sync [ <directory> ] - copy host->device only if changed

(-l means list but don't copy)

(see 'adb help all')

adb shell - run remote shell interactively

adb shell <command> - run remote shell command

adb emu <command> - run emulator console command

adb logcat [ <filter-spec> ] - View device log

adb forward <local> <remote> - forward socket connections

forward specs are one of:

tcp:<port>

localabstract:<unix domain socket name>

localreserved:<unix domain socket name>

localfilesystem:<unix domain socket name>

dev:<character device name>

jdwp:<process pid> (remote only)

adb jdwp - list PIDs of processes hosting a JDWP transport

adb install [-l] [-r] [-s] <file> - push this package file to the device and i

nstall it

('-l' means forward-lock the app)

('-r' means reinstall the app, keeping its data

)

('-s' means install on SD card instead of inter

nal storage)

adb uninstall [-k] <package> - remove this app package from the device

('-k' means keep the data and cache directories

)

adb bugreport - return all information from the device

that should be included in a bug report.

adb help - show this help message

adb version - show version num

DATAOPTS:

(no option) - don't touch the data partition

-w - wipe the data partition

-d - flash the data partition

scripting:

adb wait-for-device - block until device is online

adb start-server - ensure that there is a server running

adb kill-server - kill the server if it is running

adb get-state - prints: offline | bootloader | device

adb get-serialno - prints: <serial-number>

adb status-window - continuously print device status for a specifie

d device

adb remount - remounts the /system partition on the device re

ad-write

adb reboot [bootloader|recovery] - reboots the device, optionally into the boo

tloader or recovery program

adb reboot-bootloader - reboots the device into the bootloader

adb root - restarts the adbd daemon with root permissions

adb usb - restarts the adbd daemon listening on USB

adb tcpip <port> - restarts the adbd daemon listening on TCP on th

e specified port

networking:

adb ppp <tty> [parameters] - Run PPP over USB.

Note: you should not automatically start a PPP connection.

<tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1

[parameters] - Eg. defaultroute debug dump local notty usepeerdns

adb sync notes: adb sync [ <directory> ]

<localdir> can be interpreted in several ways:

- If <directory> is not specified, both /system and /data partitions will be u

pdated.

- If it is "system" or "data", only the corresponding partition

is updated.

environmental variables:

ADB_TRACE - Print debug information. A comma separated list

of the following values

1 or all, adb, sockets, packets, rwx, usb, sync

, sysdeps, transport, jdwp

ANDROID_SERIAL - The serial number to connect to. -s takes prior

ity over this if given.

ANDROID_LOG_TAGS - When used with the logcat option, only these de

bug tags are printed.

C:\adb>adb pull /system/build.prop

37 KB/s (2685 bytes in 0.069s)

C:\adb>

ci joint mon build.prop

# begin build properties

# autogenerated by buildinfo.sh

ro.build.id=JRO03H

ro.build.display.id=STOREX-dt-805F-yx-4.1.1-20130317

ro.build.version.incremental=20130317

ro.build.version.sdk=16

ro.build.version.codename=REL

ro.build.version.release=4.1.1

ro.build.date=Sun Mar 17 18:51:47 CST 2013

ro.build.date.utc=1363517507

ro.build.type=eng

ro.build.user=root

ro.build.host=guangg-pc

ro.build.tags=release-keys

ro.product.model=eZee Tab805

ro.product.brand=STOREX

ro.product.name=rk30sdk

ro.product.device=rk30sdk

ro.product.board=rk30sdk

ro.product.cpu.abi=armeabi-v7a

ro.product.cpu.abi2=armeabi

ro.product.manufacturer=STOREX

ro.wifi.channels=

ro.board.platform=rk30xx

# ro.build.product is obsolete; use ro.product.device

ro.build.product=rk30sdk

# Do not try to parse ro.build.description or .fingerprint

ro.build.description=STOREX-dt-805F-yx-4.1.1-20130317

ro.build.fingerprint=STOREX/rk30sdk/rk30sdk:4.1.1/JRO03H/20130317:eng/release-keys

ro.build.characteristics=tablet

# end build properties

#

# system.prop

#

#rild.libpath=/system/lib/libreference-ril.so

#rild.libargs=-d /dev/ttyUSB2

#

# ADDITIONAL_BUILD_PROPERTIES

#

ro.com.android.dateformat=MM-dd-yyyy

ro.config.ringtone=Ring_Synth_04.ogg

ro.config.notification_sound=pixiedust.ogg

ro.carrier=unknown

ro.config.alarm_alert=Alarm_Classic.ogg

dalvik.vm.heapstartsize=8m

dalvik.vm.heapgrowthlimit=80m

dalvik.vm.heapsize=384m

ro.config.facelock=enable_facelock

persist.facelock.detect_cutoff=5000

persist.facelock.recog_cutoff=5000

sys.bluetooth.module.mtk=0

sys.4in1.module.mtk=0

ro.product.locale.language=fr

ro.product.locale.region=FR

persist.sys.language=fr

persist.sys.country=FR

persist.sys.strictmode.visual=false

dalvik.vm.jniopts=warnonly

ro.rksdk.version=RK30_ANDROID4.1.1-SDK-v1.00.00

sys.hwc.compose_policy=6

sys.rkadb.root=0

ro.sf.fakerotation=true

ro.sf.hwrotation=270

ro.rk.MassStorage=false

wifi.interface=wlan0

ro.sf.lcd_density=120

ro.rk.screenoff_time=60000

ro.rk.def_brightness=200

ro.rk.homepage_base=http://www.google.com/webhp?client={CID}&source=android-home

ro.rk.install_non_market_apps=true

ro.default.size=100

persist.sys.timezone=Europe/Paris

ro.product.usbfactory=STOREX

wifi.supplicant_scan_interval=15

ro.opengles.version=131072

ro.factory.tool=0

ro.kernel.android.checkjni=0

ro.factory.storage_policy=0

persist.sys.usb.config=mass_storage

testing.mediascanner.skiplist=/mnt/sdcard/Android/

rild.libargs=-d_/dev/ttyUSB1

ril.pppchannel=/dev/ttyUSB2

rild.libpath=/system/lib/libril-rk29-dataonly.so

ril.function.dataonly=1

ro.product.version=1.0.0

ro.product.ota.host=www.rockchip.com:2300

dalvik.vm.dexopt-flags=m=y

net.bt.name=Android

dalvik.vm.stack-trace-file=/data/anr/traces.txt

j'ai changer la valeur 240 par 120 (ro.sf.lcd_density)

Modifié par ricco88
Lien vers le commentaire
Partager sur d’autres sites

Rejoignez la conversation

Vous pouvez poster maintenant et vous enregistrez plus tard. Si vous avez un compte, connectez-vous maintenant pour poster.

Invité
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

×
×
  • Créer...