[Rom] X10 Eminence v1.2 [For xRecovery] |2.0.2.A.0.24| -28/12/10- - XPERIA X10 Android Development

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Details:
I am no longer continuing this project. Any issues refer to the bottom of this as I've tried to post the most common or read through thread.
Installing:
You need to install xRecovery, then extract the folder named "Eminence v1.2" to /sdcard/xrecovery/backup, then reboot into xRecovery and use the Restore option to install the ROM to your phone.
You can find a more detailed guide by hellsrage619 HERE
Credits:
MrRusch for his work on the framework mod, H0CKEY for the home screen ICONS, rabetionline for pointing out the obvious, zdzihu for xRecovery and the rooted ROM, Fightspit for the SuperCircle Mod, Kersey for pointing out the JIT issue, mbrad26 for THIS, Jassiered for the Animations & Calum for his Thread.
Change Log:
Not changed a great deal really, modified for the new update, changed the button press, new animations, JIT enabled, removed the recovery menu. I've not made the background so dark so it stands out a bit more and changed the bootscreen, also cleaned up the dialler buttons.
Included
3.D Gallery, BusyBox, FileManager, Gauge Battery Widget [free], HTC ime [Themed], LauncherPro, Linpack, Signal Strength Widget, Superuser, Tajm, Titanium Backup [Free Version], xRecovery, Rooted
Removed *
Chinese Text input, Creatouch, Digital Clock Widget, EManual, Emanual Launcher, Facebook, Face Recognition, Home Launcher, Latin IME, Learning Client, Moxiermail, Music, Officesuite, PC Companion, Playnow/Client/Back/App Installer, Quadrapop, Ringtones, Recent Calls, Status Switch, Semc/Checkin/Setup Wizard/TouchPal Korean Qwerty, Search Widget, Textinput TNG, Timescape/Plugin Manager/Provider/Themes, Track I.D, User Support, uWlop, Wallpaper
Features:
JIT
Framework Animations
SuperCircle Battery Mod
X10 Res Mods Styling
Extras:
Bootscreen, Comfertaa Font, Wallpaper
Screen Shots:
​
Boot Screen: (quality is better on the phone)
Download Links:
Download Link 1
Download Link 2
Download Link 3
PLEASE READ
You are free to use 99.9% for whatever you wish, HOWEVER, I created the lockscreen, I've used it in my themes, now this, and it's a feature, a signature if you like, of my work, which I don't wish to see used in other themes/ROMS, ESPECIALLY which are for the X10, and I don't think that's an unfair request, PLUS, if you are going to create something for the community, try and put your own stamp on it.
If you get a md5 "mismatch" error, smartgardens has posted a solution HERE. Or some have said renaming the folder, for example, "Eminence v1.2" to Eminence_v1.2" works also.
If you've not already used zdzihu's ROM and flashtool files to update to 2.0.2.A.0.24 then you need to update the Baseband as well. Doesn't matter if you don't, but as we all like to be upto date you might as well...
zdzihu said:
You need xRecovery to flash rooted system (and system only) image.
Then you need X10 flasher to flash all remaining parts (SIN files = kernel, baseband etc)
Cheers,
z
Click to expand...
Click to collapse
...so just run the flashtool from HERE
----------
x10_lynx said:
i was modifing app and framework directory in case of searching an solution for my market and gtalk problem. (market no download and gtalk wont start)
Click to expand...
Click to collapse
x10_lynx said:
i found a solution for my case of gtalk&market issues.
after deleting /data/system/accounts.db there was a clean accounts folder under settings.
after reboot i go to market and login with my account. after this no problem with market and gtalk!
Click to expand...
Click to collapse
----------
McKebapp said:
Well I'd like to change the comfortaa font to sonysketch.
The common way via TypeFont doesn't seem to work.
Click to expand...
Click to collapse
McKebapp said:
There is a free App called "Font Changer Lite".
Worked like charme
Click to expand...
Click to collapse
----------
llama69 said:
Ok first post - it doesn't look like anyone's solved this on here yet, so I registered to explain my experience;
Basically I didn't want to go without Timescape as I actually find it useful, so I tried to reinstall it (installing the Timescape* apks from my backup of /system/apps I made before putting the firmware on), however everytime I tried to log in I got the same error as above stating that my login details were incorrect!
After much frustration and searching for the reason, I finally found it - the uWlopProvider.apk had been removed. It's this apk that Timescape/Mediascape use to communicate with facebook/twitter, and without it they keep chucking up the incorrect username/password / authentication error messages (it would have saved me a LOT of time if they had simply said they could not communicate with the servers, but oh well...).
So, the solution to this problem is to get ahold of the uWlopProvider.apk file, either from the link in the first post (re getting removed apps) or restore the firmware and copy it from that, then reflash - then once you have the apk, install it with adb.
For reference - these are the commands I used to install Timescape back on (inc uWlopProvider.apk) - note you need adb installed on your pc and usb debugging turned on; (note the files you are installing from need to be in /sdcard/apps if you are copying/pasting below)
Code:
adb shell mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
adb shell dd if=/sdcard/apps/TimescapeLargeUI.apk of=/system/app/TimescapeLargeUI.apk
adb shell dd if=/sdcard/apps/TimescapeLargeUIThemeBlue.apk of=/system/app/TimescapeLargeUIThemeBlue.apk
adb shell dd if=/sdcard/apps/TimescapeLargeUIThemeGreen.apk of=/system/app/TimescapeLargeUIThemeGreen.apk
adb shell dd if=/sdcard/apps/TimescapeLargeUIThemeIndigo.apk of=/system/app/TimescapeLargeUIThemeIndigo.apk
adb shell dd if=/sdcard/apps/TimescapeLargeUIThemeOrange.apk of=/system/app/TimescapeLargeUIThemeOrange.apk
adb shell dd if=/sdcard/apps/TimescapeLargeUIThemeSakura.apk of=/system/app/TimescapeLargeUIThemeSakura.apk
adb shell dd if=/sdcard/apps/TimescapePluginManager.apk of=/system/app/TimescapePluginManager.apk
adb shell dd if=/sdcard/apps/TimescapeProvider.apk of=/system/app/TimescapeProvider.apk
adb shell dd if=/sdcard/apps/uWlopProvider.apk of=/system/app/uWlopProvider.apk
adb shell chmod 644 /system/app/Timescape*
adb shell chmod 644 /system/app/uWlopProvider.apk
adb shell reboot
And that's it - once the phone reboots Timescape should work. If you only want Mediascape to sync with fb/twitter and don't want Timescape back, then just do the dd and chmod on the uWlopProvider file above, not the Timescape ones (obviously!).
Hope that helps!
Click to expand...
Click to collapse
----------
Market Issues Have Nothing To Do With Themes
* You can find most of the apps that have been removed HERE, and if it's not listed in the first post chances are you will find it somewhere in the thread.
Some extras for your X10:
Fonts
Bootscreens
60 SMS Tones
178 Game HD wallpapers
Hubble Telescope wallpapers
FHM Top 10 2010 wallpapers
2.1 System Apps/Framework Files

http://forum.xda-developers.com/showthread.php?p=9877530#post9877530
already list your modded rom to above..
post 2...
if u want me to unlist, pm me..
purpose:supporting custom rom development...

Woah! Very nice!!
Just one question: What's the keyboard in this screenshot?
Can you share it please?
Thanks. I really appreciate your work.

That is so sexy I think I'm gonna have a crisis

fyzm345 said:
already list your modded rom to above..
post 2...
Click to expand...
Click to collapse
Thanks.
Farhang said:
Woah! Very nice!!
Click to expand...
Click to collapse
Thanks
Farhang said:
Just one question: What's the keyboard in this screenshot?
Click to expand...
Click to collapse
It's a themed HTC IME
Farhang said:
Can you share it please?
Click to expand...
Click to collapse
Sure, see attachment.
Farhang said:
Thanks. I really appreciate your work.
Click to expand...
Click to collapse
Thank you.
Gavilaaar said:
That is so sexy I think I'm gonna have a crisis
Click to expand...
Click to collapse
Thanks.

Wow, what can I say...what a great looking rom making my X10 even sexier.
Great work mate

The HTC IME is awesome thanks for sharing.
sent from my commodore 64

Congratulations XperiaX10iUser, I've always loved your themes and this is a beautifully themed ROM, I'll start to recommend this rom for the guys that ask for stock based ROM's in my own theme thread...

Just for you guys to know even though it's stated as JIT enabled I ran Linpack and was only getting around 6.45 MFLOPS.
Having enabled JIT via Terminal Emulator am now getting 17.638 MFLOPS

kersey said:
Great work mate
Click to expand...
Click to collapse
Thanks.
chiefy009 said:
The HTC IME is awesome thanks for sharing.
Click to expand...
Click to collapse
You're welcome.
rmourar said:
Congratulations XperiaX10iUser, I've always loved your themes and this is a beautifully themed ROM, I'll start to recommend this rom for the guys that ask for stock based ROM's in my own theme thread...
Click to expand...
Click to collapse
Thanks, and thanks.
kersey said:
Just for you guys to know even though it's stated as JIT enabled I ran Linpack and was only getting around 6.45 MFLOPS.
Having enabled JIT via Terminal Emulator am now getting 17.638 MFLOPS
Click to expand...
Click to collapse
See p.m.

This is the dogs danglers. Stunning.

Damnit, these download links are WAY TOO slow... Can't you post some more links because these are taking > 50 minutes to complete.. And I'm not planning to purchase a premium account

kersey said:
Having enabled JIT via Terminal Emulator am now getting 17.638 MFLOPS
Click to expand...
Click to collapse
Strange, having run the customiser and the optimiser I've got a similar score with Linpack to you, so seems like they haven't enabled it for me. Can you post the emulator command to see if that makes any difference?

buzzboy said:
This is the dogs danglers. Stunning.
Click to expand...
Click to collapse
Thanks.
dnifan said:
And I'm not planning to purchase a premium account
Click to expand...
Click to collapse
No for reasons already stated on my theme thread, and it takes less than 2 minutes to sign up for a free account.

XperiaX10iUser said:
Strange, having run the customiser and the optimiser I've got a similar score with Linpack to you, so seems like they haven't enabled it for me. Can you post the emulator command to see if that makes any difference?
Click to expand...
Click to collapse
Just replied to your p.m.

kersey said:
Just replied to your p.m.
Click to expand...
Click to collapse
Updated the first post and credits.

dnifan said:
Damnit, these download links are WAY TOO slow... Can't you post some more links because these are taking > 50 minutes to complete.. And I'm not planning to purchase a premium account [what r u What r utalking about?it just took me 4 minutes to download it,is your internet really working,lol!,anyway @XperiaX10User,great work as always,it just look awesome,and in my view the most stunning ROM so far available for our X10,keep it up dude...........thanks once again,hope u will continue this awesome work in the future as well.
Click to expand...
Click to collapse

SK_007 said:
anyway @XperiaX10User,great work as always,it just look awesome,and in my view the most stunning ROM so far available for our X10,keep it up dude...........thanks once again,hope u will continue this awesome work in the future as well.
Click to expand...
Click to collapse
Thanks, it's reading comments like that that will keep me going.

XperiaX10iUser said:
Thanks, it's reading comments like that that will keep me going.
Click to expand...
Click to collapse
oh forgot to mention one more thing that the new themed keyboard looks awesome and it matches perfectly with the theme/ROM.....

This rom is awesome!

Related

Latest Google Talk With Video/Voice For Evo 3D

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Download:
Download
Download (Mirror)
Want This Mod With The Old UI? Download Link Below.​
What's New:
*No Sideways Camera (Fixed The Camera, That Always Appeared Sideways In Video Chat, Even In Portrait Mode. Early Evo 3D Users Might Remember This Issue.)
*Camera Switch Now Enabled (Switch Between Front & Back Camera, While Video Chatting!)
*WiFI Optional (Work's On 3G/4G)
*New UI (From ICS)
Disclaimer:
By Installing This Package, I Take 0% Responsibility (Even Though It's Just The Talk App and Lib) To Any Damages That YOU May Have Made. Even Though It Isn't Entirely Necessary With This Particular Mod, Always Have A Backup Handy.
How To Install: (Convenient)
1. Reboot To Recovery (4EXT Recommended. If CWM, Disable Zip Sign. Verification.)
2. Select Install
3. Select "GTalk_Video_E3D.zip"
4. Confirm Install
5. Wipe Caches
6. Reboot.
How To Install Manually: (Preferred)
METHOD 1: Root Explorer
1. Extract the Two Files onto your SD card.
2. Using Root Explorer or equivalent, copy Talk.apk to /system/app/.
3. In /system/app/, scroll to Talk.apk, click and hold, select change permissions. See--->View attachment 707212
4. Check off all of them to read and and owner to write. (RW-R-R or 644) See--->View attachment 707213
5. Copy libtalk_jni.so to /system/lib/ and do the exact same thing as steps 3 & 4, but to libtalk_jni.so (RW-R-R or 644) See--->View attachment 707215
6. Reboot.
METHOD 2: ADB
Note: Place Both "Talk.apk" & "libtalk_jni.so" In Your ADB Path, Prior To Running Step 1.
1. adb devices
2. adb remount
3. adb push Talk.apk /system/app/
4. adb push libtalk_jni.so /system/lib/
5. adb shell
6. chmod 644 system/app/Talk.apk
7. chmod 644 system/app/libtalk_jni.so
8. exit
9. adb reboot
Additional Downloads:
Same Modified Gtalk, Old UI
Credits:
Rydah805 (Myself)
Theos0o - For Helping Get The Camera Switch Enabled.
My Mom - Testing (LOL)
Freeza - Testing/Making It Flashable
Aedon - Testing
Do you have to be rooted? Or can you just install the .apk?
Sent from my PG86100 using XDA App
Sorry, but yes. Root needed.
Nice! Thanks man
Sent from my PG86100 using XDA Premium App
How is the video quality? I have tried a few different programs and so far I found tango to have the best quality of video. It's funny when you watch the commercials for video chating and the video is crystal clear.
Is the video fixed in this one? no more sideways video?
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Rydah805 said:
To be honest, the screen shot shows nobody with video chat was available, so I couldn't test it, But this is from a new official HTC build, so it should fix the sideways camera issues that sense ROMs would receive.
Click to expand...
Click to collapse
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
riggsandroid said:
so you have no idea if this works? Appreciate the effort, but appears to not work - at least in my limited testing. Sure it shows the video chat icon, but I cannot initiate a video call. Could be the ROM i'm using. Anyone?
Click to expand...
Click to collapse
Just tested and worked for me. Stock 2.3.4 Rom.
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
androidEVOlution said:
will this also work on 2.3.3 roms?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
I didn't use it on 2.3.3, so i am not sure, but probably not. It's not modified for anything under 2.3.4. Try it, just backup your original talk app.
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
easygoing20016 said:
Newbie here, flashing was aborted. How do I move to folder? Thanks in advance.
Click to expand...
Click to collapse
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Who's that guy named knowledge561 on their? Handsome dude.
knowledge561 said:
Who's that guy named knowledge561 on their? Handsome dude.
Click to expand...
Click to collapse
He was the tester for my video chat functionality. LOL thanks.
Rydah805 said:
Ahh, thanks for letting me know. I'm not good at making flashables due to scripting. Use root explorer. Extract the files and copy them and and change permissions as in o.p.
Click to expand...
Click to collapse
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
easygoing20016 said:
Thank for advice... I purchased root explorer and tried copy and paste the files. It will not let me into permission or copy and paste into folder.
I am rooted? Any suggestion... Thanks again.
Update: Thanks I figured it out. Thanks for app and help.
Click to expand...
Click to collapse
At the top right, there's a button that says mount R/W (Read And Write) Click it.
Once you click it, it will say mount RO (Read Only.) Don't click it again, leave it as is. Then you can edit system files. If you need a screen shot, let me know.
Edit: I see you got it. Let me know hoe it goes. You don't have to, but I do just for extra precaution, change owner to root. Dame like changing permissions, but instead scroll until you see change owner.
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Raspster said:
Does anyone know if there is a way to get the video running without WIFI to work on the Rogers 3VO 3D running on AT&T..? I logged into chat and I see I'm video ready but I can't send or receive calls unless I'm on WIFI.
Click to expand...
Click to collapse
Using the pack I provided? Mine works flawlessly on 3g.
Rydah805 said:
Using the pack I provided? Mine works flawlessly on 3g.
Click to expand...
Click to collapse
Maybe it's at&t blocking it..? Tried both your zip and the one that was included with the 2.3.4 installed.

[ROM][CDMA] IT-ROM [r800x]

I have finally put together a ROM for us Locked Bootloader users. I used Hogwarts COLA ROM as a base for this ROM. This is my first attempt with creating ROMS. So please bear with me if you find bugs, and let me know, so i can fix them. Thanks guys, and enjoy!
**WARNING - This has only been tested on LOCKED BOOTLOADER R800X!! Install at YOUR own risk!**
Features v1
- Replaced stock Launcher with ADW
- Replaced stock Camera with Camera Mod (use "R" button to snap pics)
- Added Notification Toggles
- Removed Carrier Name from Notification Dropdown
- Themed w/ XperainceIT "Green Acid" Theme.
- Replaced Boot Animation
Updated Features v1.1
- Updated Build.prop w/ a few tweaks (see code below for a list of tweaks)
- Added Green dialer Theme
- Changed Font to stock.
Code:
Raised JPG quality to 100%
Decreased dialing out delay
Helped scrolling responsiveness
Increased overall touch responsiveness
Raised photo and video recording quality
Signal (3G) tweaks
Net speed tweaks
Disabled blackscreen issue after a call
Fixed some application issues
Known bugs:
- Factory Reset/Data Wipe, breaks the ROM. (Working on fixing this)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
NOTES- ROM Currently does NOT come with Titanium Back up or Screenshot, they were on my version when i took the screen shot.
Download Link:
IT ROM.v1.1**NEW**
IT ROM v1
Installation:
- Download, then extract IT ROM.
- Place ROM into /sdcard/clockwork/backup
- Boot into Recovery
- Wipe Cache / Dalvik Cache
- Restore
Future Updates:
Version 1.2- (ETA: Undetermined)
- Add Mobile Bravia Engine
- Add script for SetInstallLocation 2 (not sure if this will work as a pre-installed feature as it requires a line command prompt, then a reboot)
- Add a Theme Chooser app for the XperianceIT Themes (this one may take me a bit, not very good at app creation)
Some themes from my Theme Thread:
(Original Theme Thread)
"Purple Haze"
"Blood Lust" w/Toggles
"Pink Passion" w/Notification Toggles
"White Elegance w/Toggles"
"Blue Void" w/Toggles
"Blue Void" w/o Toggles
If any of you have any suggestions on new tweaks, mods, or would like to see certain apps included into this ROM as system apps, please let me know.
Special Thanks:
- Hogwarts, for taking the time to teach and mentor me on building a ROM. His COLA ROM can be found HERE​
Nice man! My only suggestion would be to offer a CWR ZIP to change the font to something more readable.
Sent from my R800i using Tapatalk
Clienterror said:
Nice man! My only suggestion would be to offer a CWR ZIP to change the font to something more readable.
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Ahh man, thanks, i didnt even think about that!... lol I could add Font Installer as a system app.
Different color themes would be great.
Sent from my R800x using XDA App
iceman99393 said:
Different color themes would be great.
Sent from my R800x using XDA App
Click to expand...
Click to collapse
Good idea.... Original Post edited! Now have links to my themes from my theme thread.
Coo Tool
Downloading Now. Will update after testing.
(OFF TOPIC: I need someone to pm me and let me know the process in building and posting roms.)
Thanks. I appreciate all feedback.
XperianceIT
sent from my Xplay R800X, using XDA App!
Update.
Ok, Got the "Activity Market (in app market)not responding.
Force close or wait" a few times when first
starting it, but then seemed to striaghten up after I just waited a couple mins.
Other than that, so far all is working. Talk,Wifi,Bluetooth,GPS,, All Good.
Nice Job my man.
OK awesome. I think it has to sync all your Google info first. Other than that how you like it?
XperianceIT
sent from my Xplay R800X, using XDA App!
What does this do that cola doesnt?
Milenko2121 said:
What does this do that cola doesnt?
Click to expand...
Click to collapse
Well with a locked boot loader any "custom" ROM are all going to be about the same. Since we cant overclock, or upgrade past 2.3.3 yet. They are all just tweaked a little differently, like my ROM in comparison to COLA, has only a few minor differences... IT-ROM has the camera mod built in, has toggles built in to the theme, carrier name removed, and a few other cosmetic changes.... the next update will have tweaks built into the build.prop, adds a green dialer theme, and replaces font with stock font. This is my first attempt at playing with roms. It was more of a learning tool for me to get the basics down for removing system app, replacing system app, and what not.
XperianceIT
sent from my Xplay R800X, using XDA App!
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Logseman said:
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Click to expand...
Click to collapse
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Logseman said:
Tip: if you want to create an update.zip, pull the /system folder and make symlinks in the update script.
Click to expand...
Click to collapse
Hey thats awesome info! I was wanting to do something like that but wasnt sure how to make a update.zip, and really didnt want peope to have to reflash the entire ROM again, i know how frustrating it is to have to re-do all your desktops, and widgets, and re-enter al your accounts and sync info.
Would you mind PM'ing me, or post it here, on how to make the symlinks, i am 100% unfamiliar with doing that. (im still learning all of this) Even if it doesnt work with the COLA based ROM, i'd stil like to learn this for future projects, and well, just cause its something I dont know how to do, and I ike to learn.
Hogwarts said:
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Click to expand...
Click to collapse
I know a little bit too, don't worry. You need to keep the Setup Wizard APK which, if absent, breaks the Home button in case of a data wipe. Plus, even if you put a /data folder, it can be empty.
XIT, I think the best that you can do for the symlinks is to grab another ROM (from the Play if possible), unzip it and check its symlinks. I'm not too sure of what symlinks your ROM needs. You can see the symlinks in the update script file in the Meta-Inf folder.
Logseman said:
I know a little bit too, don't worry. You need to keep the Setup Wizard APK which, if absent, breaks the Home button in case of a data wipe. Plus, even if you put a /data folder, it can be empty.
Click to expand...
Click to collapse
wont work.
locked bootloader cant flash a whole filesystem and datasystem
thats why UK rom has to be flashed as nandroid
1-2 files with the wifimodules work because your just pushing something
but when you try to
format /system
push /system
format /data
push /data
it basicly is going to wipe out CWM recovery in the process because if ur aware the CWM resides in system folder
so yes it wont work for locked bootloader
also I wouldn't keep setup wizard because it is a costly file to keep when it's never needed
the cost is about 1.2 mb not including data if i remember correctly.
so its gone.
when you use nandroid backup you dont need it anyway
I think you're right, I forgot about where the cwm was.
Logseman said:
I think you're right, I forgot about where the cwm was.
Click to expand...
Click to collapse
ya i know because i've tried it myself
i created update .zip and the CWM would always return error
i could never get it to work as many times as i tried
I like it, very nice. Plenty of space, apps and drawer loads faster. I implamented the "adb shell, pm setInstallLocation 2, exit". That way I can choose pretty much any app to be moved to sd or installed to sd. Stable rom so far today, no issues.
Sent from my R800x using xda premium
Hogwarts said:
Well you think that but it wont work
Cola has to have /data/ to work
I'm the one who design it so trust me I know.
Once you loose data the rom is broken.
Click to expand...
Click to collapse
/data/ has never been required for me.
Sent from R800x

[RECOVERY] 24/09/13 TWRP v2.6.3.0 Build # 1

TEAM-WIN RECOVERY PRO
​for
HTC DESIRE X​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOADS/THEMES:
http://forum.xda-developers.com/showpost.php?p=36714573&postcount=2[/SIZE]
SUPPORT:
Live support is available via #twrp on Freenode with your IRC client or just click this link.
Special Thanks To:
Dees_Troy
Amarrulz
atis112
AND Also many others mentoned below:
Core twrp 2 development team: agrabren, Dees_Troy, ViViDboarder, and AssassinsLament
Toastcfh – for his underappreciated dedication to the community
s0up and kevank for their hard work on the web side of things.
The rest of Team Win: shift, onicrom, netarchy, kevank, myndwire, bigbiff, dkelle4, shinzul, spiicytuna, and eyeballer
Amon_RA - for his great Recovery
Koush - for his dedication to the community and ClockworkMod
For all the help with devices and testing Akmzero, arif-ali, Evil_DevNull, gus6464, Jesusice, _jmz_, NxtGenCowboy, ohshaith55, Pyrostic, [R], and Rootzwiki
As always thank you to the Team's supporters and the Android Community.
LLOIR for ProtoU trees
CLAUDDY for Graphics Patch
AND MANY OTHERS
DOWNLOADS:
DOWNLOADS:
FOR JELLYBEAN HBOOT
BETA Builds:
Code:
[SIZE=5][U][B]v2.6.3.0 Build # 1[/B][/U]:[/SIZE]
[url]http://d-h.st/xss[/url]
STABLE BUILDS:
Code:
[SIZE=3][U][B]v2.5.0.0[/B][/U]:[/SIZE]
[url]http://d-h.st/VjM[/url]
[SIZE=3][U][B]v2.5.0.0 SPECIAL AROMA FM BUILD - Beta#1[/B][/U]:[/SIZE]
[URL]http://d-h.st/ZJ6[/URL]
[SIZE=3][U][B]v2.5.0.0 RC1.0[/B][/U]:[/SIZE]
[URL]http://d-h.st/tSc[/URL]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
FOR ICS HBOOT (UPDATES DISCONTINUED)
v2.5.0.0 RC1.0:
http://d-h.st/eCC
Code:
OLD:
[SIZE=1][U][B]v2.4.3 RC1.0[/B][/U]:[/SIZE]
[URL]http://d-h.st/5dk[/URL]
[SIZE=1][U][B]v2.4.3 RC1.0 Themed Version[/B][/U]:[/SIZE]
[url]http://d-h.st/Sl6[/url]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Some Comments from Users:
Code:
[B][U][COLOR=Red]MaartenXDA:[/COLOR][/U]
[/B][FONT=Comic Sans MS][SIZE=1]UMS Works on Windows (8) and Ubuntu, tested both.
ADB Works on Windows (8), didn't test Ubuntu.
Backing up works.
Seems to turn the screen off when doing nothing for 2/3 minutes, that's a feature right?
ROM flashing works. Mounting /system and /data works.
No graphic bugs, for as far as I've seen.
Didn't experience random reboots, but I might have been too impatient.
[COLOR=Blue][B]Every new function working,[/B][/COLOR] might have missed one or two.
Restoring works, md5 check doesn't fail.
[/SIZE][/FONT][U][COLOR=Red][B]vogonpoetlaureate:[/B][/COLOR][/U]
[FONT=Comic Sans MS][SIZE=1]Tested the following:
ADB,UMS,Wipe Cache,Wipe Dalvik,Wipe System,Factory Reset,Backup,Restore,Fix Permissions,Installed Various Zips (including some I know won't install),Install SuperSU,File Manager
[COLOR=Blue][B]All appear to be working fine. [/B][/COLOR][/SIZE][/FONT]
[COLOR=Red][U][B]Stereo8:[/B][/U][/COLOR]
[FONT=Comic Sans MS][SIZE=1]"Aroma file manager works fine, backup and restore is fine, screen dimming is fine, but the process bars are a bit misleading...
UMS, and adb in windows???? [COLOR=Blue][B]Perfect[/B] [/COLOR]without any special drivers, only HTC sync"[/SIZE][/FONT]
Like the other thread's comment:
Holy mother of cow! Nice work man, you're so damn fast!
Sent from my awesome fridge
Index redirected here for TWRP.
Nice work, tomorrow I'll try it.
Yasir Javed Ansari said:
XML-based GUI that allows full customization of the layout – true theming!
Click to expand...
Click to collapse
Time to start my theming work atleast on this, while i study Sense 4.0 in VTS.
Hey Yasir, can you PM me the files necessary or should i extract em' out myself
I would need to side load unix/linux
---------- Post added at 11:12 AM ---------- Previous post was at 11:10 AM ----------
nlooooo said:
Index redirected here for TWRP.
Nice work, tomorrow I'll try it.
Click to expand...
Click to collapse
Have you gone un-stock and unlocked now man? Cos you mentioned you are trying
ayyu3m said:
Time to start my theming work atleast on this, while i study Sense 4.0 in VTS.
Hey Yasir, can you PM me the files necessary or should i extract em' out myself
I would need to side load unix/linux
Click to expand...
Click to collapse
TUTORIAL:
http://rootzwiki.com/topic/31991-48...nt-colored-themesplus-basic-theming-tutorial/
COLLECTION:
http://forum.xda-developers.com/showthread.php?t=2035234
Have a go !!!
Finally... a fully working TWRP
Thanks Yasir.
Tested functions that I mostly use and yess... they are working fine, mount usb storage, backup & restore, install, wipe ... haha... almost perfect.
Just a tiny thing (not important to me), the progress windows has no text, only progress bar visible.
Thanks again for the good job
ckpv5 said:
Finally... a fully working TWRP
Thanks Yasir.
Tested functions that I mostly use and yess... they are working fine, mount usb storage, backup & restore, install, wipe ... haha... almost perfect.
Just a tiny thing (not important to me), the progress windows has no text, only progress bar visible.
Thanks again for the good job
Click to expand...
Click to collapse
You had to ruin it don't you
Anyhow, It's alpha dude, will get sorted out in time.
Regards
Yasir
I'm sorry it does not work on win7 usb mount, did not see a copy of the handmade using CWM non touch.to big problem besides the recovery is beautiful
Yasir Javed Ansari said:
You had to ruin it don't you
Anyhow, It's alpha dude, will get sorted out in time.
Regards
Yasir
Click to expand...
Click to collapse
Haha... I'm a happy customer here
You don't have to, it's perfect already for daily use.
rogio2 said:
I'm sorry it does not work on win7 usb mount, did not see a copy of the handmade using CWM non touch.to big problem besides the recovery is beautiful
Click to expand...
Click to collapse
can you try this and let the chef know. enable automatic driver download in Win 7 before you do the below procedure.
http://forum.xda-developers.com/showpost.php?p=36703043&postcount=58
I do not understand why because that Fully Working! [Recovery / Non-touch] CWM v6.0.1.2 everything is working properly
rogio2 said:
I do not understand why because that Fully Working! [Recovery / Non-touch] CWM v6.0.1.2 everything is working properly
Click to expand...
Click to collapse
You have reported the bug. I have posted a possible solution. Whenever you reboot to this recovery, the automatic driver thats detected is not the USB Mass Storage, but if you unistall, refresh, and then select manual location for drivers and pick USB Mass Storage, it works properly.
Now i have spent 2 nights and 28 build attempts to fix the USB mount issue. It will be solved when it is solved. Please keep the thread dev related and try to post solutions rather then known issues. Or atleast post your recovery logs. I am not focusing on usb mount issue currently.
Regards
about running, running backup, restore, mount usb skins do not work the problem with scaling is all very duże.mount usb drivers work helped to uninstall and install htc_sync_setup_3.3.17 without digging into system ... really well done .. have a nice day
rogio2 said:
about running, running backup, restore, mount usb skins do not work the problem with scaling is all very duże.mount usb drivers work helped to uninstall and install htc_sync_setup_3.3.17 without digging into system ... really well done .. have a nice day
Click to expand...
Click to collapse
For skins, they work. In sdcard goto TWRP folder. Inside, create a folder "theme". Paste the downloaded theme file there and rename it to "ui.zip" and reboot to recovery.
Regards
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Yasir Javed Ansari said:
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Click to expand...
Click to collapse
NICE! Dude you're AWESOME!
Sent from my awesome fridge
Yasir Javed Ansari said:
For skins, they work. In sdcard goto TWRP folder. Inside, create a folder "theme". Paste the downloaded theme file there and rename it to "ui.zip" and reboot to recovery.
Regards
Click to expand...
Click to collapse
I did and the theme is too big......but it does not matter, and so are great
rogio2 said:
I did and the theme is too big
Click to expand...
Click to collapse
YOU ARE TRYING A THEME FOR HIGH RES DEVICE. SEARCH A THEME FOR 480x800 TWRP DEVICE. IT WILL WORK.
TRY THIS....
http://d-h.st/tP1
http://d-h.st/sOf
THEY WILL WORK....
Yasir Javed Ansari said:
GUYS OUR DEVICE IS OFFICIAL............
TWRP IS OFFICIALLY SUPPORTING US.
http://teamw.in/project/twrp2/140
http://goo.im/devs/OpenRecovery/protou/
Download the GooManager app from PLAY STORE:
Install the app and open it. Tap menu then hit Install OpenRecoveryScript. Tap Yes. Verify that the filename displays your device's code name and hit Yes. The file will download and your device will reboot and install the recovery automatically.
YAYYYYYYYYYYYYYYYYYYYYY !!!!!!!!!!!!!!!:good::good::good:
I did my first ever worthwhile devving which feels totally AWESOME.:highfive::highfive::victory::victory::victory:
Regards
Yasir
Click to expand...
Click to collapse
Way to go dude

[ROM][MM][SM-G610F][J7 Prime]Nameless Rom[Name Changed]

Telegram Support If You Like To Point Out Any Mistakes or Suggestions
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Welcome Abroad
#Disclaimer
Pressing That Thank Button Shows Appreciation For The Work Done and also nor I or xda will be held responsible for anything that may happen to your phone
as a result of this custom firmware/rom. You are choosing to install this yourself and thus take full responsibility for any/all risks involved.
Click to expand...
Click to collapse
:highfive:
DO NOT USE ANY OF MY WORK OR IT SHALL BE REPORTED
---------------------------------------------------------------------------------------------------------------------
Things To Read Before Going Forward :
Click to expand...
Click to collapse
---------------------------------------------------------------------------------------------------------------------
Flashing Custom Rom Atm Will Wipe Your Internel Memory If you Still Wana Do it ...Here Are The Steps Then
How To Flash Rom
Click to expand...
Click to collapse
1. Make Sure You Have Adb And Samsung Usb Drivers Installed Get Here Adb Drivers and Samsung Usb Drivers and make sure Your Device Is Connected to Adb And reads Fine
2. Once Done Make Sure You Have Twrp Recovery Installed Get Instructions Here Twrp Recovery and Instructions thanks to Varun hellboy
3. Assuming You Have Twrp Recovery Installed But Issue with this is that touch dsnt works , so make sure you have OTG Cable and a usb mouse with you
4. Once into recovery
# Connect your mouse via otg
# Browse Into Wipe > FORMAT DATA * pay attention here * it will ask for you permission by typing yes...Do It
# Once Done > Advanced > Adb Sideload > Start Sideload > when u have done that
# Disconnect Your OTG Cable and connect your phone to pc
# Place Rom.zip into adb installed folder thats C:/Adb
# Open cmd > here's the command > adb sideload rom.zip and enter
# Once Finised Connect Again Otg and Mouse And Reboot Your Device
------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------
# Downloads :
V1 :
[​
Change Log And Downloads :
V2 :
Here
Mega Download
V1 :
Mega Download : Download
GDrive : Download​
Bloatware Download :
Download Bloat Ware
​
last 1
Nice work Dude ...
Varun hellboy said:
Nice work Dude ...
Click to expand...
Click to collapse
Thanks brother
Stable or in beta? Bugs?
pickandrew said:
Stable or in beta? Bugs?
Click to expand...
Click to collapse
Absolutely stable bro and bugs u tell me bro il be waiting
ROM is installed very smoothly. But sometimes hangs by holding the power button for 5 seconds and again I turned the phone off.
Another problem that click on the floating message Error Unfortunately, Settings has stopped that.
But thank you very much brother.
Good work that you have created custom ROMs for J7 prime
dacochir said:
ROM is installed very smoothly. But sometimes hangs by holding the power button for 5 seconds and again I turned the phone off.
Another problem that click on the floating message Error Unfortunately, Settings has stopped that.
But thank you very much brother.
Good work that you have created custom ROMs for J7 prime
Click to expand...
Click to collapse
i am working on v2 with few new things and bugs fixes
but its been very kind of you to take out time and report thanks bro
Er. Aditya said:
i am working on v2 with few new things and bugs fixes
but its been very kind of you to take out time and report thanks bro
Click to expand...
Click to collapse
:victory: thank you very much brother.
I'm waiting V2 :good::good::good:
great one buddy!
custom rom for J7 Prime is awesome!
I'll wait for the v2 then
Great Work You Did! Its A really good rom.
I am Really eager to see the V2 Of this Rom Released Soon. Thanks!
---------- Post added at 04:40 PM ---------- Previous post was at 04:00 PM ----------
Sorry But its just Now I am seeing that. I Have earlier saved many photo in samsung cloud, "gallery" Now I cant sync it, since there is no samsung cloud etc
Can Anyone tell me Which Bloat work with Samsung cloud to backup, restore and sync Data
Hmm Is there any way for me to put it Back! Please Help!
Thanks
husseinaltaaf said:
Great Work You Did! Its A really good rom.
I am Really eager to see the V2 Of this Rom Released Soon. Thanks!
---------- Post added at 04:40 PM ---------- Previous post was at 04:00 PM ----------
Sorry But its just Now I am seeing that. I Have earlier saved many photo in samsung cloud, "gallery" Now I cant sync it, since there is no samsung cloud etc
Can Anyone tell me Which Bloat work with Samsung cloud to backup, restore and sync Data
Hmm Is there any way for me to put it Back! Please Help!
Thanks
Click to expand...
Click to collapse
I am out atm but il provide bloat tomorrow for your fix bro
Er. Aditya said:
I am out atm but il provide bloat tomorrow for your fix bro
Click to expand...
Click to collapse
Thanks Bro, For replying. I kope i will get it soon. ??????
THANKS!!!
Hmm Found An Issue, Text To Speech Setting Not Working....
1. Default Language status is Checking and its loading...... Continuosly.
Moreover Accessibility Services cant be activated since
2. "Service" doesnt support the current system language. The text to speech language will be set to null. But this might cause unexpected behaviour. CLICKING TURN ON: Results as a force stop!!!
3. Floating Messages is Force Stopping.
Thanks!!!
husseinaltaaf said:
Thanks Bro, For replying. I kope i will get it soon. ??????
THANKS!!!
Click to expand...
Click to collapse
husseinaltaaf said:
Hmm Found An Issue, Text To Speech Setting Not Working....
1. Default Language status is Checking and its loading...... Continuosly.
Moreover Accessibility Services cant be activated since
2. "Service" doesnt support the current system language. The text to speech language will be set to null. But this might cause unexpected behaviour. CLICKING TURN ON: Results as a force stop!!!
3. Floating Messages is Force Stopping.
Thanks!!!
Click to expand...
Click to collapse
thanks for reporting bro , but some issues here are just by debloating il upload everything and fix these with v2
Er. Aditya said:
thanks for reporting bro , but some issues here are just by debloating il upload everything and fix these with v2
Click to expand...
Click to collapse
Ah ok thanks. By the way ive fixed the accessibility Service problem.
Ive installed some bloats and got it fixed.
The only bloat i need now is for the gallery setting and sync, etc.
To get back the photos i synced to samsung account.
husseinaltaaf said:
Ah ok thanks. By the way ive fixed the accessibility Service problem.
Ive installed some bloats and got it fixed.
The only bloat i need now is for the gallery setting and sync, etc.
To get back the photos i synced to samsung account.
Click to expand...
Click to collapse
i am continously testing clean flashes atm and found that just a simple deodexing is breaking it
Wow, buatan Indonesia yah nih :victory:
Will we get OTA updates, or have to flash everytime the update is released?

Amazfit Custom Calculator App

All Amazfit Users,
You may be aware that you can load custom Android application to the great Amazfit watch using ADB and launch them using the Launcher UI. So I decided to try a simple calculator for the Watch.
After a couple of days of tweaking around the layout / logic / functionalities to include, I settled down on some basic functions and layout and was able to install and test on the Amazfit.
Give it a try and share your thoughts. Reminds me of the old Casio calculator watches
Instructions:
Download the APK from here: https://mega.nz/#!yIIWVYDT!aIzbrGPJ8sl8bDpn6Ro3aqQoxBEYd6Z-Jf5Db5LoVw8
Connect the watch to your computer via USB and access via ADB (install ADB Drivers as needed)
Open command prompt or shell
Type "adb devices" to check if your devices is listed
Type "adb install calculator.apk" to install the app to the watch (make sure to use the correct path to the APK, if not copied to ADB folder)
You should see the Success message after sometime
To uninstall type "adb uninstall com.madtechcorp.amazfitcalculator" from your command prompt or shell
In the watch, if you have not already enabled "Launcher App List", go to "More Settings" -> "About" -> Keep clicking legal information till you see countdown to zero. Once that is done, you will have the Lab link below. Click on Lab and select "Launcher AppList". This will restart your Launcher. Now go to the Right most app from your watch face, you will see the Launcher.
Scroll through and Click the Calc icon to launch the Calculator.
Notes:
Try to your own risk (though I don't see any risk here
Launcher AppList may only be available in Chinese ROM. Not sure if it is available for US ROM Version. (If you are interested, there is thread by Neuer_User here https://forum.xda-developers.com/showthread.php?t=3539431 that will allow you to install latest English Translated Chinese ROM on your watch.
The watch will vibrate shortly when you press any operator (like +, -.) and vibrate little longer if there is overflow error. Little indicators l added
Credits: Langdon Himebaugh (https://github.com/langhimebaugh/Calculator) for logic and layout ideas.
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Is it much work to add a countdown timer?
Thx
madtech360 said:
All Amazfit Users,
So I decided to try a simple calculator for the Watch.
Click to expand...
Click to collapse
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
Click to expand...
Click to collapse
Both work and now i can not decide which one i prefer. Thanks for sharing!
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Click to expand...
Click to collapse
to uninstall this one, use:
Code:
adb uninstall rocketstartups.wearcalculator
just in case, someone needs that information.
hello you do not plan to do to watch app notes ?
martinh22 said:
hello you do not plan to do to watch app notes ?
Click to expand...
Click to collapse
App notes for a calculator app?
I do not understand what you mean or what's the purpose of that.
he asked for a note app, not related to the calculator
1immortal said:
he asked for a note app, not related to the calculator
Click to expand...
Click to collapse
Ah, okay. Misunderstood it as i thougt this thread was abbout calc app.
nice work, thanks! So... would you mind sharing the code?
calzone123 said:
Thank you.
Just to mention, there is already calculator app working for Amazfit smartwatch.
link to the apk: https://drive.google.com/file/d/0B8UqPUOXs5AFdTJZZS1ZRnBpTGM/view?usp=sharing
Click to expand...
Click to collapse
Hi, the link is down, can you upload again?
Thanks
Hello,
madtech360 said:
You may be aware that you can load custom Android application to the great Amazfit watch using ADB and launch them using the Launcher UI. So I decided to try a simple calculator for the Watch.
After a couple of days of tweaking around the layout / logic / functionalities to include, I settled down on some basic functions and layout and was able to install and test on the Amazfit.
Click to expand...
Click to collapse
How do you compile your project ?
I have tried a empty project with just one empty activity, compiled it with Google Studio using SDK 21.
Application installed correctly but cannot start !
Could you share your sources and project, please ?
Thank you,
Vicnet
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
utu72 said:
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
Click to expand...
Click to collapse
I am assuming you have installed the apk.
What do you see when you go into Lab option? Do you see list of items? if so, one of them should be "Launcher Applist".
Clicking on this enables/disables a launcher application. Once enabled, the launcher can be accessed by swiping all the way to the right from the watchface. Here you will see many Huami apps and other apps that you have installed through adb.
utu72 said:
HI i have just bought the US Version and am just 1 day old on the same... i got till the LAB level but in that there is no launch app option, how can i get this, as would love to have the apps that you are describing here in this forum.
please let me know how to get it.. without having to add Chinese ROM
Click to expand...
Click to collapse
https://forum.xda-developers.com/sm...tches/amazfit-enable-app-list-cn-adb-t3574454
Custom app installation
I have not yet installed any apk, as i am not able to find Launcher Applist...
In common Setting after clicking 7 times on Legal Statement, i am getting the Lab and Under Lab i am getting only 2 options BT HCl Snoop Log and Singal Strenght.
In the setting menu i am getting this Huami Lab as an option in which i am having one app PPG Capturing.. but no other option... pls guide me further.
madtech360 said:
I am assuming you have installed the apk.
What do you see when you go into Lab option? Do you see list of items? if so, one of them should be "Launcher Applist".
Clicking on this enables/disables a launcher application. Once enabled, the launcher can be accessed by swiping all the way to the right from the watchface. Here you will see many Huami apps and other apps that you have installed through adb.
Click to expand...
Click to collapse
utu72 said:
I have not yet installed any apk, as i am not able to find Launcher Applist...
In common Setting after clicking 7 times on Legal Statement, i am getting the Lab and Under Lab i am getting only 2 options BT HCl Snoop Log and Singal Strenght.
In the setting menu i am getting this Huami Lab as an option in which i am having one app PPG Capturing.. but no other option... pls guide me further.
Click to expand...
Click to collapse
Read the first post in the thread posted above.
It provides a way to enable launcher for US watches thru adb.
ADB
madtech360 said:
Read the first post in the thread posted above.
It provides a way to enable launcher for US watches thru adb.
Click to expand...
Click to collapse
Yes, i have done that, but going to cmd... then when i type adb shell, it is saying wrong path.... pls can you guide me on this ... much appreciate it..
I have downloaded the adb installer also and the watch is recognised, but then too the cmd path is not working... need your help, as i love the watch and want to make the most of it. Thanks in Advance.
utu72 said:
Yes, i have done that, but going to cmd... then when i type adb shell, it is saying wrong path.... pls can you guide me on this ... much appreciate it..
I have downloaded the adb installer also and the watch is recognised, but then too the cmd path is not working... need your help, as i love the watch and want to make the most of it. Thanks in Advance.
Click to expand...
Click to collapse
U need to type adb shell in the folder where adb is installed...
madtech360 said:
U need to type adb shell in the folder where adb is installed...
Click to expand...
Click to collapse
Btw looks like the Humai is introducing it's own calculator app...but maybe months before it is rolled out to US watches

Categories

Resources