Brik my tablet whit overwrite framework.jar

zotgene

Member
Feb 9, 2011
1
0
Say HELLO to everybody (sorry for my english)

I don't know what kind of telechips tablet I have,but ,cause I'm stupid :p,I have do
THIS.
Now I can see just a Droid image on boot but nothing more.
I can see my device whit adb and whit adb logcat i get this :
Code:
D/AndroidRuntime( 1022): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 1022): CheckJNI is ON
D/AndroidRuntime( 1022): --- registering native functions ---
E/        ( 1022): Can't find class: android/util/EventLog$List
E/AndroidRuntime( 1022): Unable to register all android natives
I/ServiceManager(  845): service 'media.audio_flinger' died
I/ServiceManager(  845): service 'media.player' died
I/ServiceManager(  845): service 'media.camera' died
I/ServiceManager(  845): service 'media.audio_policy' died
I/        ( 1023): ServiceManager: 0xad08
E/ALSALib ( 1023): external/alsa-lib/src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL AndroidOut
W/AudioHardwareALSA( 1023): Unable to attach mixer to device AndroidOut: No such file or directory
E/ALSALib ( 1023): external/alsa-lib/src/control/control.c:909:(snd_ctl_open_noupdate) Invalid CTL AndroidIn
W/AudioHardwareALSA( 1023): Unable to attach mixer to device AndroidIn: No such file or directory
I/AudioHardwareALSA( 1023): ALSAMixer::setMasterVolume() ...in volume[1.000000]
I/CameraService( 1023): CameraService started: pid=1023
D/AudioHardwareALSA( 1023): openOutputStream called for devices: 0x00000002
D/ALSAModule( 1023): ++++ open called for devices 00000002 in mode 0...
E/ALSALib ( 1023): external/alsa-lib/src/pcm/pcm.c:2201:(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker_normal
E/ALSAModule( 1023): Device Name is AndroidPlayback_Speaker_normal
E/ALSALib ( 1023): external/alsa-lib/src/pcm/pcm.c:2201:(snd_pcm_open_noupdate) Unknown PCM AndroidPlayback_Speaker
E/ALSAModule( 1023): Device Name is AndroidPlayback_Speaker
E/ALSALib ( 1023): external/alsa-lib/src/control/setup.c:555:(add_elem) Cannot obtain info for CTL elem (MIXER,'PCM Volume',0,0,0): No such file or directory
E/ALSAModule( 1023): Device Name is AndroidPlayback
E/ALSAModule( 1023): s_open()  persist.sys.spdif_setting=
E/ALSAModule( 1023): Device Name is default
D/ALSAModule( 1023): ++++ Set PLAYBACK PCM format to S16_LE (Signed 16 bit Little Endian)
D/ALSAModule( 1023): ++++ Using 2 channels for PLAYBACK.
D/ALSAModule( 1023): ++++ Set PLAYBACK sample rate to 44100 HZ
D/ALSAModule( 1023): +++++++++ periodTime : 5804
D/ALSAModule( 1023): +++++++++ Buffer size: 4096
D/ALSAModule( 1023): +++++++++ Latency: 92879
D/ALSAModule( 1023): alsa.default.so: devices 2 mode 0
D/ALSAModule( 1023): --------------- doRouting --------------- mode[0]routes[2]
I/ALSAModule( 1023): Input Mux: Mic
D/ALSAModule( 1023): setHardwareRoute: Input Mux -> Mic
D/ALSAModule( 1023): Line:(capture)  0
D/ALSAModule( 1023): setHardwareRoute: Line -> false
D/ALSAModule( 1023): Capture Mic:(playback) 1
D/ALSAModule( 1023): setHardwareRoute: Capture Mic -> true
D/ALSAModule( 1023): Output Mixer Line Bypass:(playback) 0
D/ALSAModule( 1023): setHardwareRoute: Output Mixer Line Bypass -> false
D/ALSAModule( 1023): Initialized ALSA PLAYBACK device default
I/AudioFlinger( 1023): AudioFlinger's thread 0x42940 ready to run
D/AudioHardwareALSA( 1023): ~~~~ AudioStreamOutALSA::standby()
D/ALSAModule( 1023): ++++ route called for devices 00000002 in mode 0... cur dev[00000002] mode [00000000]
I/AudioHardwareALSA( 1023): ALSAMixer::setVolume() ...in device[       1][1.000000][1.000000]
D/AndroidRuntime( 1028): 
D/AndroidRuntime( 1028): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
..................more and more times..........

Someone can help???
 
Top