Help!! Chinese tablet em86

marc132 schrieb:
But in past the cat cost 299€ at Weltbild, so Thats are
299 EUR
=
370.55397 USD

Old anecdote about "new russian's":
- How much did you pay for that tie ?
- 140$ !
- Foool! Same tie round corner costs 190$ !
 
I have god working module! :) Build from AR6kSDK.build_3.1_RC.563.

Code:
root@android:/system/wifi # iwconfig                                           
lo        no wireless extensions.

dummy0    no wireless extensions.

sit0      no wireless extensions.

ip6tnl0   no wireless extensions.

wlan0     AR6000 802.11ng  Nickname:""
          NWID:off/any  Mode:Managed  Bit Rate=1 Mb/s   Tx-Power=0 dBm   
          Sensitivity=0/3  
          Retry:on   RTS thr=0 B   Fragment thr=0 B   
          Encryption key:off
          Power Management:on
          Link Quality:255/94  Signal level:-96 dBm  Noise level:-96 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

root@android:/system/wifi # iwlist wlan0 scanning                            
wlan0     Scan completed :
          Cell 01 - Address: C8:3A:35:12:A0:00
                    ESSID:"nuuzerpogodi"
                    Mode:Master
                    Frequency:2.432 GHz (Channel 5)
                    Quality=27/94  Signal level=-68 dBm  Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
                              18 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 12 Mb/s
                              24 Mb/s; 48 Mb/s
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : TKIP CCMP
                        Authentication Suites (1) : PSK
                       Preauthentication Supported
                    Protocol:IEEE 802.11ng
                    Extra:bcn_int=100
                    Extra:wmm_ie=dd180050f2020101000003a4000027a4000042435e0062322f00
          Cell 02 - Address: 84:C9:B2:5A:23:82
                    ESSID:"sergey"
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Quality=6/94  Signal level=-89 dBm  Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Protocol:IEEE 802.11ng
                    Extra:bcn_int=100
                    Extra:wmm_ie=dd180050f2020101820003a4000027a4000042435e0062322f00
                    Extra:ath_ie=dd0900037f01010000ff7f
                    IE: Unknown: DD260050F204104A0001101044000102104900140024E26002000101600000020001600100020001
          Cell 03 - Address: 40:4A:03:AE:71:7F
                    ESSID:"ZyX--6"
                    Mode:Master
                    Frequency:2.462 GHz (Channel 11)
                    Quality=5/94  Signal level=-90 dBm  Noise level=-95 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                              11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    Protocol:IEEE 802.11g
                    Extra:bcn_int=100
                    Extra:ath_ie=dd0900037f01010020ff7f
                    IE: Unknown: DD790050F204104A0001101044000102103B00010310470010555555550000C0A80101404A03AE717F102100055A7958454C1023000F5A7958454C20574641446576696365102400001042000830303030303030311054000800060050F2040001101100105A7958454C204E42473333345720415010080002008C
 

Anhänge

  • ar6k3-android4.zip
    2,3 MB · Aufrufe: 144
Anyone knows easy way to get number of GPIO pin to enable 3G? I have tried to toggle all of them on/off -- got result of reboot, vibration, light, etc. Most of pins generates just reboot or hungs...
 
The cat has no 3g
 
Have built uhci & ohci modules, new USB hosts appears fine.
After that i have toggled all GPIO pins to hi/low -- but no new USB device detected... something wrong with EM770 initialization... or i have missed something more :(
still trying to get 3G up ://

Der ursprüngliche Beitrag von 19:30 Uhr wurde um 20:33 Uhr ergänzt:

Get 3G up! Just pulled hight GPIO pins 171 and 172 :)

Whoops! Correct PINs are 167 and 168 -- there delay ~5 second before it starts after pull both high.
 
Zuletzt bearbeitet:
great
 
So, to get 3G up, you should put modules: ehci-hcd.ko, ohci-hcd.ko, gpiotoggling.ko to /system/wifi/

And run as root (via adb shell):
insmod /system/wifi/ehci-hcd.ko
insmod /system/wifi/ohci-hcd.ko
insmod /system/wifi/gpiotoggling.ko
echo 167 > /sys/gpiotoggling/pin_on
echo 168 > /sys/gpiotoggling/pin_on

After that internal 3G module is UP.

gpiotoggling module you can grab here: https://github.com/datacompboy/gpio-toggling---linux-kernel-module
[eo]hci-hcd.ko are built from telechips 3.0.8 kernel.
 

Anhänge

  • em86-3g.zip
    239,6 KB · Aufrufe: 172
  • Danke
Reaktionen: xminister, dickenseck und marc132
Built new initramfs, with 3g module. Now it fully working and automatically enables 3G.
Now, android4 for me fully working -- i can use it as car navi :)

Full install procedure:
1. Install CatNova4Flash2707.rar
2. root it
3. put em86an4-3g.img to /sdcard/
4. adb shell flash_image boot /sdcard/em86an4-3g.img
5. put wifi-update.zip as update.zip to card, and install it via recovery OR just put its system/wifi/ contents to /system/wifi of tablet.
6. Reboot.

Now you have fully working internal 3G and fully working Wifi on EM86.
 

Anhänge

  • em86an4-3g.7z
    3,4 MB · Aufrufe: 206
  • wifi-update.zip
    2,7 MB · Aufrufe: 178
  • Danke
Reaktionen: sosialisme und dickenseck
Klasse Arbeit! :cool:

Um für uns Cat Nova Besitzer einen Nutzen daraus ziehen zu können, fehlen nun folgende Informationen:

-Welches 3G modul ist verbaut?
-Wo bekommt man es preisgünstig her?
 
Ok!
That pic is from a Cat nova, that means there is no mini pci socket but its prepared for that.

So we need 3G-modul + a mini pci socket + craftsmanship?
 
Zuletzt bearbeitet:
looks so. when (and if) i'll open my em86, i'll see is there connector or just directly soldered its
 
You should also connect some antenna (not sure, is it on backplate printed ?) + you need SIM card holder. As i see, module doesn't have it internal. Maybe some kind of have.
 
I do not understand a thing, you mean 3g for internet browsing or mobile phone?
 
it should work for both. i'm using just mobile internet.
 
Pffr... Google doesn't helps... I have repacked SDNovaA4.zip with my kernel & modules, ZipSigner used to sign it; but recovery install fails "Signature verification failed"... what can be wrong?
 
Use update zip modifier from xda-board.

Gesendet von meinem GT-I9000 mit der Android-Hilfe.de App
 
  • Danke
Reaktionen: datacompboy
Since you also have em86, I have a question, you also happen the problem of recovery mode, I do not work the touch and so I can not go into the options, only happens in 4.0
 
wolfstain schrieb:
the problem of recovery mode, I do not work the touch and so I can not go into the options, only happens in 4.0
there several users of JY8002 says about that problem.
right now i can't find any solution for recovery mode, but if you have adb working, can you show output of "dmesg" from 2.3 version (where touch working) and 4.0 version (where not) ?
needs dmesg from scratch boot, reboot tablet before gathering output please.
 

Ähnliche Themen

androstarter
Antworten
1
Aufrufe
2.142
CatJogi
C
B
  • bibombel
Antworten
9
Aufrufe
2.462
n-hecker
N
B
  • bluejeanny
Antworten
13
Aufrufe
4.656
xminister
xminister
Zurück
Oben Unten