serkandurusoy / mt.issues

Mitolojix issue tracker
0 stars 0 forks source link

iOS ve Android App #361

Open muratulman opened 8 years ago

cyardimci commented 6 years ago

@serkandurusoy android kismi icin => 4 farklı emulatorde test ettim genymotion ile. 1200x800 civari cozunurlugu olan (2 cihaz boyleydi) cihazlarda, gorsel anlamda herhangi bir sorun yasamadim. Her sey gormem gerektigi gibiydi fakat cozunurlugu 2000 kusur x 1800 kusur civari olan 2 cihazda asagidaki gibi bir scale problemi yasamaktayim nasil cozerim aklima pek bir sey gelmedi mitolojix Bunun disinda, stylingle ilgili bir kac update yapmam gerekti.. API Level'i 25, 24 vb. gibi olan cihazlarda styling acisindan yine pek bir sorun yasamadim sanirim browserin destekledigi cogu propertyi destekliyor. Fakar API level 17 vs oldugunda, layoutlarda kaymalar oldu o nedenle bilgisayar browseriyla tutarli olacak sekilde bazi styling elementlerini degistirmem gerekti. Genel test ettigimde bir sorun gormedim ama ayrintili test sonrasi nereler patlamis ortaya cikar.

IOS ile ilgili olarak da, Xcode simulator'uyle ilgili sorunlarim var. Ya Xcode patliyor ya simulatorun kendisi, bir turlu calistiramadim. Meteor 1.5.2.2 releasei cordova-iosla ilgili bir kac sorunu duzeltiyor diye update ettim fakat bir degisiklik olmadi. Biraz internete bakininca da => https://forums.developer.apple.com/message/230338#230338 su topic tarzi seyler okudum (mevcut MacBook'un RAM'i 4GB yanlis hatirlamiyorsam) belki bu nedenle guncel xcode simulator sorunu yasiyorumdur ?

Onun disinda bence android kismini teste verebiliriz. Test icin ne yapmamiz gerekiyor nasil deploy edecegiz Murat Bey nasil test edecek vs. yardimlarini rica ediyorum.

cyardimci commented 6 years ago

@serkandurusoy bir de IOS testleri icin, eger sorun gercekten bilgisayarin donanimi ise, daha yeni bir MacBook bulup mu test yapmak gerekir yoksa virtual machine'e OSX kurup denemek de is gorur mu ?

serkandurusoy commented 6 years ago

@cyardimci virtual machine'e osx kurarak calisamazsin hic bosuna ugrasma. genel olarak kullandigin mac cihazin en az 8gb, tercihen 16gb ram'li olmasina calis yoksa cooook ugrasir, anlamadigin hatalarla karsilasabilirsin yok yere, ayrica en guncel osx olmasi ve en guncel xcode olmasi gerekiyor. bu arada meteor'u da maalesef tekrar bir guncellemen gerekecek 1.6 rc'lerden sonuncusuyla baslayabilirsin, ciktikca guncellemeye devam edersin.

cc @muratulman bu guncelleme isi biraz devam edecek bir iki hafta daha, malum hem ios hem android tarafinda guncellemeler geldi, bizim de bunlara ayak uyduracak tarzda kendi altyapimizin guncellemelerini takip etmemiz gerekiyor.

yukaridaki tam olarak kaca kac cozunurluklu bir ekran? cozunurluk kontrolu dogru calismiyor demek ki, zira dogru calissa bu ekrani hic gostermemesi, cozunurluk yeterli degil demesi gerekirdi. sigdirmak ise maalesef mevcut html/css/imajlar ve muhtelif pozisyon bazli fonksiyonlar duzeninde mumkun degil.

cyardimci commented 6 years ago

@serkandurusoy musaitlik durumuna göre haber eder misin hizlica bir call yapalim

ghost commented 6 years ago

hadi baslat

On Tue, Oct 10, 2017 at 4:55 PM, Cagri notifications@github.com wrote:

@serkandurusoy https://github.com/serkandurusoy musaitlik durumuna göre haber eder misin hizlica bir call yapalim

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-335480143, or mute the thread https://github.com/notifications/unsubscribe-auth/ALvA14LHd77dvTnNLPVs-NMpZsIO0fR1ks5sq3c3gaJpZM4IDkvW .

cyardimci commented 6 years ago

@muratulman Serkan ile gorustuk. Ben bu aksam su cozunurluk sorununa bir goz atip Serkan'dan yarin falan test icin deploy etmesini rica edecegim. Siz android testlerini yaparken de paket guncellemerini paralelde takip edecegim. IOS icin sanirim daha iyi bir Mac bilgisayara ihtiyacimiz var ama maalesef

cyardimci commented 6 years ago

@serkandurusoy ekran kontrolu icin kodda guncelleme yaptim, acilmamasi gereken ekranlarda acilmiyor 4-5 farklı cihazda da test ettim. Tek bir sorun var ekran goruntusunden goz atabilirsin ekran

(window.screen.height >= 768 && window.screen.width >= 1024) ||
        (window.screen.width >= 768 && window.screen.height >= 1024) ||
        (window.matchMedia( '(min-device-height: 768px)' ).matches && window.matchMedia( '(min-device-width: 1024px)' ).matches) ||
        (window.matchMedia( '(min-device-width: 768px)' ).matches && window.matchMedia( '(min-device-height: 1024px)' ).matches)

Bizim ekran kontrollerimiz yukaridaki gibi ve ekran goruntusune goz atarsan, consoleda cihazin ekran boyutlarini gorebilirsin. Cihaz tam olarak bizim kontrol esigimizde ama ekran goruntusundeki gibi gozukuyor. Nasil ilerleyelim ? Bunun disinda bence test icin hazir.

ghost commented 6 years ago

bu ekran goruntusu nereden geliyor bir anormallik oldugu kesin

Sent from my iPhone

On Oct 11, 2017, at 19:09, Cagri notifications@github.com wrote:

@serkandurusoy ekran kontrolu icin kodda guncelleme yaptim, acilmamasi gereken ekranlarda acilmiyor 4-5 farklı cihazda da test ettim. Tek bir sorun var ekran goruntusunden goz atabilirsin

(window.screen.height >= 768 && window.screen.width >= 1024) || (window.screen.width >= 768 && window.screen.height >= 1024) || (window.matchMedia( '(min-device-height: 768px)' ).matches && window.matchMedia( '(min-device-width: 1024px)' ).matches) || (window.matchMedia( '(min-device-width: 768px)' ).matches && window.matchMedia( '(min-device-height: 1024px)' ).matches) Bizim ekran kontrollerimiz yukaridaki gibi ve ekran goruntusune goz atarsan, consoleda cihazin ekran boyutlarini gorebilirsin. Cihaz tam olarak bizim kontrol esigimizde ama ekran goruntusundeki gibi gozukuyor. Nasil ilerleyelim ? Bunun disinda bence test icin hazir.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.

cyardimci commented 6 years ago

Genymotion'a kurdugum emulatorden. Cihaz bilgileri => Google Nexus 9, 1536 X 2048 (1536 X 2048, 320 dpi)

serkandurusoy commented 6 years ago

hm inan biiyorum bazi cihazlar ekstra scaling yapiyor olabilir veya cordova ayarlarinda veya meta taglerde ek bisiler istiyor olabilir, cihaz model ve yazilim surumune gore googlelayip benzer durumla karsilasanlar naapmis cohazin gercek kullanilabilir alani ne benzer baska cihazlar olabilir mi bakmak gerekir

Sent from my iPhone

On Oct 11, 2017, at 19:41, Cagri notifications@github.com wrote:

Genymotion'a kurdugum emulatorden. Cihaz bilgileri => Google Nexus 9, 1536 X 2048 (1536 X 2048, 320 dpi)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

ghost commented 6 years ago

Android app bitsin biz testlere başlıyalım. ios için mac bakacağım ben ama öncelik android.

serkandurusoy commented 6 years ago

cagri ben haftasonu vakit ayirabilecegim kurulum icin, senin bu asamadaki isin tamam mi?

On Fri, Oct 13, 2017 at 4:27 PM, Mitolojix notifications@github.com wrote:

Android app bitsin biz testlere başlıyalım. ios için mac bakacağım ben ama öncelik android.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-336452219, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbz3Fh5sxnuPueKshqN1h9IpQh8v71kks5sr2VTgaJpZM4IDkvW .

cyardimci commented 6 years ago

@serkandurusoy ben en son ayri tuttugum branchi developa cektim. En son testlerimi tamamlamistim ama bu gece ya da yarin sabahtan falan hizlica tekrar bir bakarim eksik var mi diye. Deploy etmeden once haber eder misin eger denklesirsek belki beraber yapariz hem dikkatini ceken bisey gorursen de aninda gosterirsin.

serkandurusoy commented 6 years ago

tamam anlastik. tesekkur ederim

On Fri, Oct 13, 2017 at 4:55 PM, Cagri notifications@github.com wrote:

@serkandurusoy https://github.com/serkandurusoy ben en son ayri tuttugum branchi developa cektim. En son testlerimi tamamlamistim ama bu gece ya da yarin sabahtan falan hizlica tekrar bir bakarim eksik var mi diye. Deploy etmeden once haber eder misin eger denklesirsek belki beraber yapariz hem dikkatini ceken bisey gorursen de aninda gosterirsin.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-336459337, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbz3Bp1KA9JVvm0yMPfekyo1DOn27Qbks5sr2vngaJpZM4IDkvW .

cyardimci commented 6 years ago

img-8016 Sanirim oldu :) Yalniz @muratulman Murat Bey, .apk uzantili bir dosyayi tabletinize indirmeniz gerekecek (mumkunse performans acisindan yeni bir tablet var ise elinizde daha efektif olur) Ya da bilgisayariniza bir emulator de kurabilirsiniz.

Apk dosyasinin 7 mb gibi kucuk bir boyutu var, nasil ulastirmami istersiniz, email uygun mudur ?

muratulman commented 6 years ago

Çağrı selam. Elimde sana verdiğimden başka tablet yok. İşin bittiyse onu geri alıp testlere başlayabilirim ya da emülatör kurayım?

2017-10-16 1:36 GMT+03:00 Cagri notifications@github.com:

[image: img-8016] https://user-images.githubusercontent.com/20126936/31589976-27aa1534-b212-11e7-90d3-e3f32de9a36e.JPG Sanirim oldu :) Yalniz @muratulman https://github.com/muratulman Murat Bey, .apk uzantili bir dosyayi tabletinize indirmeniz gerekecek (mumkunse performans acisindan yeni bir tablet var ise elinizde daha efektif olur) Ya da bilgisayariniza bir emulator de kurabilirsiniz.

Apk dosyasinin 7 mb gibi kucuk bir boyutu var, nasil ulastirmami istersiniz, email uygun mudur ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-336746943, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHr3NvdSnr0oxT01SHAHujli7Xzuzks5ssojRgaJpZM4IDkvW .

cyardimci commented 6 years ago

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

serkandurusoy commented 6 years ago

ya bimde carrefourda falan satilanlardan alsaniza nasilsa her turlu lazim olur

Sent from my iPhone

On Oct 16, 2017, at 22:52, Cagri notifications@github.com wrote:

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

muratulman commented 6 years ago

İlköğretim okullarındaki öğrenci ve öğretmenlere verilecek 8.9 inç ekran boyutundaki tablet bilgisayarları kapsayan 4.000 tabletlik ihaleyi General Mobile yakın bir zaman önce tanıtılan e-Tab ürünü ile kazandı. General Mobile E-Tab özellikleri: İşletim Sistemi : Android 2.3.4 Gingerbread Ekran Boyutu : 16:9 geniş ekran, 8,9″ Ekran Çözünürlüğü : 1280*768 pixel IPS Teknolojisi : Her açıdan mükemmel görüntü Parlaklık : 380 nit RAM : 512MB Harici Kart Tipi : Micro SD Harici Kart Desteği : 32GB’a kadar Pil : 6000 mAh Li-polymer Çalışma Süresi : 6 saat video izletebilme Sensörler : 3 Eksenli Accelerometre sensörü, 3 eksenli manyetik alan sensörü, 3 eksenli gyro sensörü, Yerçekimi sensörü, Işık sensörü Çalışma Isısı : -5 -~ 40 - İşlemci Tipi : Cortex A8 İşlemci Saat Hızı : 1Ghz A8 İşlemci Bağlantılar : Bluetooth, Wifi Wifi Desteği : 802.11 b, 802.11 g, 802.11 n Bluetooth Desteği : 2,1+EDR Multi Media Desteği : MP3, MPEG4, WAV, AAC, WMA, WMV, ASF, AVI, MKV, 3GP, Jpeg, Png, Bmp, Gif Kulaklık Jakı : 3,5mm Ön Kamera : 1.3M Pixel 5 nokta Kapasitif Multitouch Ekran Dolby Surround IPS LCD Panel 10.8 mm incelik 550m gram Üç yönlü hareket, hız, ışık sensörü

2017-10-16 23:28 GMT+03:00 Serkan Durusoy notifications@github.com:

ya bimde carrefourda falan satilanlardan alsaniza nasilsa her turlu lazim olur

Sent from my iPhone

On Oct 16, 2017, at 22:52, Cagri notifications@github.com wrote:

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337029719, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHiUEJnWUKU-CGmTF64wyPKn_XTjYks5ss7x9gaJpZM4IDkvW .

muratulman commented 6 years ago

Bizim elimizdeki bundan daha mı düşük kapasitede?

2017-10-16 22:52 GMT+03:00 Cagri notifications@github.com:

@muratulman https://github.com/muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337016782, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHmwvxgXIDXHo2VH0PSCFr1DaJ590ks5ss7QOgaJpZM4IDkvW .

muratulman commented 6 years ago

En son dağıtılan bu...

2017-10-17 14:27 GMT+03:00 Murat Ulman muratulman@gmail.com:

İlköğretim okullarındaki öğrenci ve öğretmenlere verilecek 8.9 inç ekran boyutundaki tablet bilgisayarları kapsayan 4.000 tabletlik ihaleyi General Mobile yakın bir zaman önce tanıtılan e-Tab ürünü ile kazandı. General Mobile E-Tab özellikleri: İşletim Sistemi : Android 2.3.4 Gingerbread Ekran Boyutu : 16:9 geniş ekran, 8,9″ Ekran Çözünürlüğü : 1280*768 pixel IPS Teknolojisi : Her açıdan mükemmel görüntü Parlaklık : 380 nit RAM : 512MB Harici Kart Tipi : Micro SD Harici Kart Desteği : 32GB’a kadar Pil : 6000 mAh Li-polymer Çalışma Süresi : 6 saat video izletebilme Sensörler : 3 Eksenli Accelerometre sensörü, 3 eksenli manyetik alan sensörü, 3 eksenli gyro sensörü, Yerçekimi sensörü, Işık sensörü Çalışma Isısı : -5 -~ 40 - İşlemci Tipi : Cortex A8 İşlemci Saat Hızı : 1Ghz A8 İşlemci Bağlantılar : Bluetooth, Wifi Wifi Desteği : 802.11 b, 802.11 g, 802.11 n Bluetooth Desteği : 2,1+EDR Multi Media Desteği : MP3, MPEG4, WAV, AAC, WMA, WMV, ASF, AVI, MKV, 3GP, Jpeg, Png, Bmp, Gif Kulaklık Jakı : 3,5mm Ön Kamera : 1.3M Pixel 5 nokta Kapasitif Multitouch Ekran Dolby Surround IPS LCD Panel 10.8 mm incelik 550m gram Üç yönlü hareket, hız, ışık sensörü

2017-10-16 23:28 GMT+03:00 Serkan Durusoy notifications@github.com:

ya bimde carrefourda falan satilanlardan alsaniza nasilsa her turlu lazim olur

Sent from my iPhone

On Oct 16, 2017, at 22:52, Cagri notifications@github.com wrote:

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337029719, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHiUEJnWUKU-CGmTF64wyPKn_XTjYks5ss7x9gaJpZM4IDkvW .

serkandurusoy commented 6 years ago

Yuh!!! http://en.0wikipedia.org/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvQW5kcm9pZF92ZXJzaW9uX2hpc3Rvcnk

Taaa 2010 bu!

2017-10-17 14:46 GMT+03:00 muratulman notifications@github.com:

En son dağıtılan bu...

2017-10-17 14:27 GMT+03:00 Murat Ulman muratulman@gmail.com:

İlköğretim okullarındaki öğrenci ve öğretmenlere verilecek 8.9 inç ekran boyutundaki tablet bilgisayarları kapsayan 4.000 tabletlik ihaleyi General Mobile yakın bir zaman önce tanıtılan e-Tab ürünü ile kazandı. General Mobile E-Tab özellikleri: İşletim Sistemi : Android 2.3.4 Gingerbread Ekran Boyutu : 16:9 geniş ekran, 8,9″ Ekran Çözünürlüğü : 1280*768 pixel IPS Teknolojisi : Her açıdan mükemmel görüntü Parlaklık : 380 nit RAM : 512MB Harici Kart Tipi : Micro SD Harici Kart Desteği : 32GB’a kadar Pil : 6000 mAh Li-polymer Çalışma Süresi : 6 saat video izletebilme Sensörler : 3 Eksenli Accelerometre sensörü, 3 eksenli manyetik alan sensörü, 3 eksenli gyro sensörü, Yerçekimi sensörü, Işık sensörü Çalışma Isısı : -5 -~ 40 - İşlemci Tipi : Cortex A8 İşlemci Saat Hızı : 1Ghz A8 İşlemci Bağlantılar : Bluetooth, Wifi Wifi Desteği : 802.11 b, 802.11 g, 802.11 n Bluetooth Desteği : 2,1+EDR Multi Media Desteği : MP3, MPEG4, WAV, AAC, WMA, WMV, ASF, AVI, MKV, 3GP, Jpeg, Png, Bmp, Gif Kulaklık Jakı : 3,5mm Ön Kamera : 1.3M Pixel 5 nokta Kapasitif Multitouch Ekran Dolby Surround IPS LCD Panel 10.8 mm incelik 550m gram Üç yönlü hareket, hız, ışık sensörü

2017-10-16 23:28 GMT+03:00 Serkan Durusoy notifications@github.com:

ya bimde carrefourda falan satilanlardan alsaniza nasilsa her turlu lazim olur

Sent from my iPhone

On Oct 16, 2017, at 22:52, Cagri notifications@github.com wrote:

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <https://github.com/mitolojix/issues/issues/361#issuecomment-337029719 , or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHiUEJnWUKU- CGmTF64wyPKn_XTjYks5ss7x9gaJpZM4IDkvW

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337205633, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbz3DKJQlcG7ASwrNaUm8pqQzZf7O1Wks5stJOfgaJpZM4IDkvW .

ghost commented 6 years ago

Ya bence burada bir hata var, yazilim guncellemesi falan gelmistir bunlara, zira "unsupported" isletim sistemi bu.

2017-10-17 16:26 GMT+03:00 Serkan Durusoy notifications@github.com:

Yuh!!! http://en.0wikipedia.org/index.php?q=aHR0cHM6Ly9lbi53aWtpcGVkaWEub3 JnL3dpa2kvQW5kcm9pZF92ZXJzaW9uX2hpc3Rvcnk

Taaa 2010 bu!

2017-10-17 14:46 GMT+03:00 muratulman notifications@github.com:

En son dağıtılan bu...

2017-10-17 14:27 GMT+03:00 Murat Ulman muratulman@gmail.com:

İlköğretim okullarındaki öğrenci ve öğretmenlere verilecek 8.9 inç ekran boyutundaki tablet bilgisayarları kapsayan 4.000 tabletlik ihaleyi General Mobile yakın bir zaman önce tanıtılan e-Tab ürünü ile kazandı. General Mobile E-Tab özellikleri: İşletim Sistemi : Android 2.3.4 Gingerbread Ekran Boyutu : 16:9 geniş ekran, 8,9″ Ekran Çözünürlüğü : 1280*768 pixel IPS Teknolojisi : Her açıdan mükemmel görüntü Parlaklık : 380 nit RAM : 512MB Harici Kart Tipi : Micro SD Harici Kart Desteği : 32GB’a kadar Pil : 6000 mAh Li-polymer Çalışma Süresi : 6 saat video izletebilme Sensörler : 3 Eksenli Accelerometre sensörü, 3 eksenli manyetik alan sensörü, 3 eksenli gyro sensörü, Yerçekimi sensörü, Işık sensörü Çalışma Isısı : -5 -~ 40 - İşlemci Tipi : Cortex A8 İşlemci Saat Hızı : 1Ghz A8 İşlemci Bağlantılar : Bluetooth, Wifi Wifi Desteği : 802.11 b, 802.11 g, 802.11 n Bluetooth Desteği : 2,1+EDR Multi Media Desteği : MP3, MPEG4, WAV, AAC, WMA, WMV, ASF, AVI, MKV, 3GP, Jpeg, Png, Bmp, Gif Kulaklık Jakı : 3,5mm Ön Kamera : 1.3M Pixel 5 nokta Kapasitif Multitouch Ekran Dolby Surround IPS LCD Panel 10.8 mm incelik 550m gram Üç yönlü hareket, hız, ışık sensörü

2017-10-16 23:28 GMT+03:00 Serkan Durusoy notifications@github.com:

ya bimde carrefourda falan satilanlardan alsaniza nasilsa her turlu lazim olur

Sent from my iPhone

On Oct 16, 2017, at 22:52, Cagri notifications@github.com wrote:

@muratulman Murat bey acikcasi elimdeki tabletle test yapmanizi tavsiye etmem, cunku API level'i 16 (oldukca eski) bir de bir kac farkli tablet imkani daha iyi olabilir. Eger ofisinizde olacaksaniz, carsamba gunu ya da cuma gunu, okul cikisi yaniniza ugrayayim, beraber emulator kurulumunu hallederiz ben teste hazir hale getiriri bilgisayarinizi. Umarim internetiniz hizlidir cunku Virtual Machine boyutu 1 gb falan :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <https://github.com/mitolojix/issues/issues/361# issuecomment-337029719 , or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHiUEJnWUKU- CGmTF64wyPKn_XTjYks5ss7x9gaJpZM4IDkvW

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337205633, or mute the thread https://github.com/notifications/unsubscribe-auth/ AEbz3DKJQlcG7ASwrNaUm8pqQzZf7O1Wks5stJOfgaJpZM4IDkvW .

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337230626, or mute the thread https://github.com/notifications/unsubscribe-auth/ALvA11IobmTcgO71d6VvYWxl24kB7KYYks5stKsWgaJpZM4IDkvW .

cyardimci commented 6 years ago

Zaten eger tablet buysa pek sansimiz yok zira API level 16-25 arasi gerektiriyor app. Bir sonraki guncellemeyle 16 destegi dahi gidebilir

serkandurusoy commented 6 years ago

Iste onu diyorum ben de. Yani eger o/s buysa zaten bunda hic calismaz ki. bunu bir arastirma imkanimiz var mi @muratulman

2017-10-17 16:30 GMT+03:00 Cagri notifications@github.com:

Zaten eger tablet buysa pek sansimiz yok zira API level 16-25 arasi gerektiriyor app. Bir sonraki guncellemeyle 16 destegi dahi gidebilir

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337231706, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbz3Lt6I-FAzc255av45GX3POjvT3ZLks5stKv3gaJpZM4IDkvW .

muratulman commented 6 years ago

MEB'le konuşmak gerek, bakacağım... Elimizdeki tablet desteklemiyor mu bizim app'i şu anda?

On Tue, Oct 17, 2017 at 4:41 PM, Serkan Durusoy notifications@github.com wrote:

Iste onu diyorum ben de. Yani eger o/s buysa zaten bunda hic calismaz ki. bunu bir arastirma imkanimiz var mi @muratulman

2017-10-17 16:30 GMT+03:00 Cagri notifications@github.com:

Zaten eger tablet buysa pek sansimiz yok zira API level 16-25 arasi gerektiriyor app. Bir sonraki guncellemeyle 16 destegi dahi gidebilir

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337231706, or mute the thread https://github.com/notifications/unsubscribe-auth/AEbz3Lt6I- FAzc255av45GX3POjvT3ZLks5stKv3gaJpZM4IDkvW .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337234988, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHoKbnO4BIbzDyiS3Tre441ZwJJOlks5stK53gaJpZM4IDkvW .

muratulman commented 6 years ago

Browser üzerinden çalışır mı?

2017-10-17 16:30 GMT+03:00 Cagri notifications@github.com:

Zaten eger tablet buysa pek sansimiz yok zira API level 16-25 arasi gerektiriyor app. Bir sonraki guncellemeyle 16 destegi dahi gidebilir

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337231706, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHnhOTT4Agfq8QL2_crRGrVW56LZsks5stKv3gaJpZM4IDkvW .

ghost commented 6 years ago

chrome browser kurulursa onunla calisir ama android browser sanmiyorum

bana bu cihazi bu os surumuyle birakacaklari akla yatkin gelmiyor acikasi

Sent from my iPhone

On Oct 17, 2017, at 17:47, muratulman notifications@github.com wrote:

Browser üzerinden çalışır mı?

2017-10-17 16:30 GMT+03:00 Cagri notifications@github.com:

Zaten eger tablet buysa pek sansimiz yok zira API level 16-25 arasi gerektiriyor app. Bir sonraki guncellemeyle 16 destegi dahi gidebilir

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mitolojix/issues/issues/361#issuecomment-337231706, or mute the thread https://github.com/notifications/unsubscribe-auth/ARFwHnhOTT4Agfq8QL2_crRGrVW56LZsks5stKv3gaJpZM4IDkvW .

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or mute the thread.