Samsung Gear 2 berhasil di jailbreak, dapat menginstal aplikasi tanpa smartphone Samsung


Minggu lalu, custom ROM pertama berbasis OS Tizen telah hadir untuk Samsung Gear. Dikembangkan oleh anggota forum XDA Developer Skin1980, ROM ini dibangun di atas ROM resmi XXUCNF1 dengan menambahkan fungsi root dan beberapa fitur untuk membuat baterai lebih tahan lama serta beberapa fitur estetis lainnya. Sekarang, pengembang ini telah memperbarui karyanya dengan kemampuan baru untuk Samsung Gear, Gear 2 dan Gear 2 Neo.

ROM yang dirilis dengan nama TizenMod 3 ini didasarkan pada pendahulunya dalam beberapa cara. Sebagai permulaan, ROM ini berbasis firmware terbaru XXUCNF3 yang tersedia dari Samsung. Masih membawa akses root dan semua fitur sebelumnya seperti penghematan baterai dan penghilangan suara kamera, yang paling menarik adalah bahwa dengan ROM ini Samsung Gear 2 telah berhasil di jailbreak.

Dengan menggunakan ROM TizenMod 3, smartwatch Samsung Gear Anda tidak lagi memerlukan smartphone Samsung yang kompatibel untuk menginstal aplikasi. Jadi buat Anda yang ingin sedikit kebebasan dengan perangkat Gear Anda bisa memcoba ROM baru ini.

TizenMod 3.0:

Features:
  • Based on the last NE5 FW;
  • rooted;
  • battery saving script;
  • removed camera sounds;
  • added Android L fonts;
  • added the support for custom icon theme;
  • added the support for custom fonts, ringtones, alarms ecc.
  • added the support for set the max cpu freq and governor ( don't use for now... i need to change the script that control the clock spee );

...but the most important thing

- bypassed Samsung protection! By now, all the people that haven't a compatible phone or simply a not Samsung phone, can install every app. Just put the apk on your phone and install it manually. In 3rd post i will explain how to MOD the original apks.

HOW TO INSTALL:

IMPORTANT: Update your gear to the NE5 FW before flash!
  1. Reboot gear in download mode;
  2. Download Odin 3.09
  3. in AP field select the ROM file;
  4. Press start and wait till finish.





___________________________________________________________________________________________

HOWTO:

In order to use all the customization options you need to use sdb:
  1. enable USB debug in the watch settings;
  2. connect the watch to the PC and open a shell
  3. navigate to the folder where u put the sdb binary and then:

Code:
sdb root on
Code:
sdb shell

...now you are in the gear shell, so:

setup folders with:

Code:
setup-folder.sh

...this script create some folders on your gear mass-memory, accessible from windows or linux, just copy your ringtones, alarms, alerts, fonts into the relative folders.
- The custom boot and shutdown animations must be copy into the root and must be renamed to poweron.edj and poweroff.edj
- The icons must be renamed like the ones u find in the simple theme attached at this post ( take care of the size);

...then do these commands to install your stuff:

Code:
install-ringtones.sh
Code:
install-alarms.sh
Code:
install-alert.sh
Code:
install-shutdownanimation.sh
Code:
install-bootanimation.sh
Code:
install-theme.sh
Code:
install-fonts.sh

HERE you can find a theme pack. Inside there're some folder of stock icons colored in different way.

Just copy all the png's inside the "theme" folder in the memory of your gear and run the script install-theme.sh.


_______________________________________________________________________________

HOW TO MOD THE APKS IN ORDER TO WORK WITH TIZENMOD ROM:
  1. Bring the apk ( you can also install via Samsung App Store and copy the apk with a root browser from /data/app/);
  2. pull the wgt file that are inside the assets folder;
  3. import in tizen SDk and remove the signature;
  4. always in Tizen SDK rebuild the wgt with the test signature;
  5. put the wgt u have created in the step above inside the apk ( you have to copy it over the original);
  6. sign the APK.

Here's a video




Modded version of WatchStyler DOWNLOAD



Comments