[Mod]trackball hang up - Nexus One Android Development

Thanks to Leo for this it was posted on 2nd page but figured best to put in 1st post
leonnib4 said:
1. Download http://www.multiupload.com/IUWWKKFTDS
This is Phone.apk from AOSP
2. run:
$ adb remount
$ adb push Phone.apk /system/app/Phone.apk
Click to expand...
Click to collapse
What Rom's it works on:
LeoFroYo 1.2.0 FRF91
What it doesn't work on
Madaco R21

nopenope said:
There any way since we have the power key hang up to also enable the trackball to do the same.
-Mods its in this section not q&a because this has to deal with development
Click to expand...
Click to collapse
It is possible, but I'm not sure this could be good.
Trackball can be hit.
Power button has less less chances.
And slide and wait for the other tp hang is not that terrible, no?

leonnib4 said:
It is possible, but I'm not sure this could be good.
Trackball can be hit.
Power button has less less chances.
And slide and wait for the other tp hang is not that terrible, no?
Click to expand...
Click to collapse
trackball hang up would be very useful
sometimes my screen wont come on or flickers (only on phone calls) so i can hang up
power button would also be cool

I think it would be good. SOmetimes im on the home screen then have to go all the way back to the dialer to hangup

hanging up a call on the n1 is definitely a nuisance. trackball hang up would be awesome/useful

Ok so its possible.
Any dev on this?
But I think it will be only enabled if on the call screen.
I'll see some codes.

erm... the power button to hang up option is already in there

persiansown said:
erm... the power button to hang up option is already in there
Click to expand...
Click to collapse
erm... we want that for the trackball
onKeyDown()
and if (keyCode == KeyEvent.KEYCODE_DPAD_CENTER) ?

Done
v1 http://www.multiupload.com/JITPJH0R5F
v2 http://www.multiupload.com/IUWWKKFTDS
AOSP Phone.apk modded to hang up on trackball pressure.
EDIT: I made it "don't answer" if a new call comes in and hang up the active call if there is no incoming call.
I could also it hang up after a popup or something... any suggestion about improvements?
Any better dev: how to catch a double trackball click?

how do we mount this? Tried overwriting with root explorer and it goes in force close loop. Please post instructions

Idan73 said:
how do we mount this? Tried overwriting with root explorer and it goes in force close loop. Please post instructions
Click to expand...
Click to collapse
Sorry.
1. Download http://www.multiupload.com/IUWWKKFTDS
This is Phone.apk from AOSP
2. run:
$ adb remount
$ abb push Phone.apk /system/app/Phone.apk
Never tried this with Root explorer.

Maybe its my ROM, Modaco r21 with Apps2sd, but I pushed as instructed and I can't even get a wireless signal now. Going to restore. Can't wait for this to work and try it later, when its more polished.

agriff said:
Maybe its my ROM, Modaco r21 with Apps2sd, but I pushed as instructed and I can't even get a wireless signal now. Going to restore. Can't wait for this to work and try it later, when its more polished.
Click to expand...
Click to collapse
Well I warned about the fact that it's build from AOSP.
Works on my ROM.
Source src/com/android/phone/InCallScreen.java:1520:
Code:
case KeyEvent.KEYCODE_DPAD_CENTER:
if (VDBG) log("onClick: TrackBall EndCall...");
final boolean hasRingingCall = !mRingingCall.isIdle();
final boolean hasActiveCall = !mForegroundCall.isIdle();
if (hasActiveCall && hasRingingCall) internalHangupRingingCall();
else if (hasActiveCall) internalHangup();
return true;

leonnib4 said:
Sorry.
1. Download http://www.multiupload.com/IUWWKKFTDS
This is Phone.apk from AOSP
2. run:
$ adb remount
$ abb push Phone.apk /system/app/Phone.apk
Never tried this with Root explorer.
Click to expand...
Click to collapse
I just want to tell you I love you and will now use your Rom's... coming from r21

leonnib4 said:
Done
v1 http://www.multiupload.com/JITPJH0R5F
v2 http://www.multiupload.com/IUWWKKFTDS
AOSP Phone.apk modded to hang up on trackball pressure.
EDIT: I made it "don't answer" if a new call comes in and hang up the active call if there is no incoming call.
I could also it hang up after a popup or something... any suggestion about improvements?
Any better dev: how to catch a double trackball click?
Click to expand...
Click to collapse
oh this is nice making me want to switch to a stock 2.2 rom using sense atm think you could code one for sense roms with 2.2?

cdw9800 said:
oh this is nice making me want to switch to a stock 2.2 rom using sense atm think you could code one for sense roms with 2.2?
Click to expand...
Click to collapse
I gave the needed code just a few posts before.
Any dev could paste.

Ok so for some reason I've done this on your Rom Leo and it now wont find any signal. I tried both V1 and V2 to the same result any ideas?

nopenope said:
Ok so for some reason I've done this on your Rom Leo and it now wont find any signal. I tried both V1 and V2 to the same result any ideas?
Click to expand...
Click to collapse
Wait tomorrow for beta4 which has this as optional
Sent from my Nexus One

leonnib4 said:
Wait tomorrow for beta4 which has this as optional
Sent from my Nexus One
Click to expand...
Click to collapse
coo 10 char

Related

HOW-TO * Flash the Eng-Release to the Slide *6/15/2010

HOW-TO * Flash the Eng-Release to the Slide
eugene373 said:
This is not ment to be an everyday Rom!! It's only Vital for the testkey in recovery that gets flashed!!
Flash this, update the Radio & flash to a new Rom like Slidemeroot2.zip
The only thing we need is the Recovery from it.
Also this should be Sticky atm, as this is the only way as of now to flash a recovery!
The Recovery gives use the abilty to flash any update.zip after it is signed with testkeys... But we are using ClockworkMod Recovery due to options it has..
Click to expand...
Click to collapse
Before we Start, You must Have ROOT & Downloaded this .zip and Place on your Sdcard
File is Here > http://outboundlink.net/anxo/dr_ta_...://www.4shared.com/file/OsmF_ZD7/ESPRIMG.html
Files Needed Before We Start > SlideEng-package.zip
Step 1.
adb push /{the folder u downloaded it to}/flash_image /data/local
Step 2.
adb push /{the folder u downloaded it to}/mtd0.img /data/local
Step 3.
adb shell
Step 4.
su
Step 5.
cd /data/local
Step 6.
chmod 04755 *
Step 7.
/data/local/flash_image misc /data/local/mtd0.img
Step 8.
Power Off Phone!
Step 9.
Power on Using Volume Down + Power
Step 10.
hit Volume Up to Update!!!
Enjoy!!!
~Eugene​
eugene373 said:
Uploading and Making how-to
Click to expand...
Click to collapse
This is excellent news! a much easier way to get root on this device!
Not sure if it's an alternate way, I think it's a downgrade after root is applied... We'll have to wait and see.
your right, fer, its a downgrade for an engineering build that you can do ONCE YOU HAVE ROOTED
So is this to unroot, once rooted?
forgive an ignorant question, but what does this gain us?
no this is to downgrade the build to engineering
just finished installing the update, system is rebooting now, will inform how it is eugene totally deserves props for this... donate if you can, i know i am as soon as my check clears
oh and his phone support is as good as golden ^^
king you were going to make a rooting vid right
yeah, but it'd prob be best for multiple people to make one, that way if someone doesnt understand how i do it then they may understand your way better, got me?
thnk u Eugene todays my bday n i was very happy to wake up to ROOT
HighRidas said:
thnk u Eugene todays my bday n i was very happy to wake up to ROOT
Click to expand...
Click to collapse
No Problem & happy Birthday
Is this build lighter? Im just wondering... can wait for a2sd! I might try out the old app by marcus until we get a rom with the scripts added.
sino8r said:
Is this build lighter? Im just wondering... can wait for a2sd! I might try out the old app by marcus until we get a rom with the scripts added.
Click to expand...
Click to collapse
lighter on the system....data went from 135mb free to 74mb free because this is the build from before the final build freed up some memory
hey eugene!
Is the"ENG" the same evo looking rom you have on your slide?
no.. eng is engineering build, means it was what they produced before the release build to test **** on
kingofyo1 said:
no.. eng is engineering build, means it was what they produced before the release build to test **** on
Click to expand...
Click to collapse
so where do i find it? lol
uhh the first page of this thread
So is there any way to revert back to the release build yet? Just wondering.
r0adki111 said:
So is there any way to revert back to the release build yet? Just wondering.
Click to expand...
Click to collapse
Yeah that's a great question. My best friend did this to his phone and I actually read through before I flashed the image. He said his phone is running slow and wants to revert back. Is there anyway yet to get back to the original build?

[ROM](SLIDE) SlideM with a Touch of Eclair *6/21/2010*

SlideM, Non-Sense UI Rom​
SlideM is a Stripped Down build of SlideMEROOT2 & Very Stable!!
Download > SlideM.zip
*Rom SlideM Stable *
- Update Progress Working ( Via Recovery )
- Standard Android Boot
- Keyboard & Lights
- Genius Button
- LWP
- Busybox
- Root
- Swype & Dragon Dictation
- LauncherPro
- Flash
- Terminal Info
If I am already on SlideMe2, does this require a wipe?
I am assuming installation is basically the same...
1. Boot to recovery, run update.zip to get Clockwork
2. Install from SD > Choose zip > Update SlideM.zip
?
Re: (ROM)(SLIDE) SlideM with a Touch of Eclair *6/21/2010*
Gonna try right away!
Thanks for all u do, hope u got to enjoy your fathers day!
Sent from my T-Mobile myTouch 3G Slide using Tapatalk
fermunky said:
If I am already on SlideMe2, does this require a wipe?
I am assuming installation is basically the same...
1. Boot to recovery, run update.zip to get Clockwork
2. Install from SD > Choose zip > Update SlideM.zip
?
Click to expand...
Click to collapse
yes a wipe is Needed, as this is not an update to slidemeroot2.zip
Fordude said:
Gonna try right away!
Thanks for all u do, hope u got to enjoy your fathers day!
Sent from my T-Mobile myTouch 3G Slide using Tapatalk
Click to expand...
Click to collapse
Thanks & Yes I did enjoy Father's Day
@Everyone..
It's fine to download now, Correct link fixed & Sorry about that..
eugene373 said:
yes a wipe is Needed, as this is not an update to slidemeroot2.zip
Thanks & Yes I did enjoy Father's Day
Click to expand...
Click to collapse
Very cool. And when you say "slimmed down", was anything removed? I hope it's Sense Gonna try this none the less since it seems things I want are working. Thanks Eugene, I may have to now buy you a soda!
Edit: Also, are you going to start adding the name and version of your ROMs to the About Phone section?
fermunky said:
Very cool. And when you say "slimmed down", was anything removed? I hope it's Sense Gonna try this none the less since it seems things I want are working. Thanks Eugene, I may have to now buy you a soda!
Click to expand...
Click to collapse
Sorry, this is not a Sense UI Rom..
eugene373 said:
Sorry, this is not a Sense UI Rom..
Click to expand...
Click to collapse
I meant to say "I hope Sense was removed"... if so, definitely giving this a try.
Theres no sense in that other rom.. or this one. I have done it.. I'm the first to announce that I have tried SlideM and its [email protected] Very clean, fast boot, straight to my favorite launcher. Bravo. Thanks!
Might try this out soon....im still loving the legend rom....
Btw hello everybody...ive been a luker for a while and decided to join up
I've been playing with this rom for a few minutes now. Getting use to ADW Launcher as I never tried it, but just happy I have no Sense!.
how long does this rom take to boot?
neva dinova said:
how long does this rom take to boot?
Click to expand...
Click to collapse
adb reboot was about 35 seconds from me hitting Enter and then me being able to make a phone call.
Also, 121mb free after installing all my apps back with this rom. So far so good. It was 133mb free after first boot.
it doesnt boot for me waited like 3 or 4 minutes then flashed to legend 2 slide and it booted
Root,
I notice in the OP is shows Root. Does this still require us to Root in recovery (Mount System), or does it now work within the OS?
Downloading asap, cant wait to test this out!
DGarmon said:
I notice in the OP is shows Root. Does this still require us to Root in recovery (Mount System), or does it now work within the OS?
Click to expand...
Click to collapse
Not sure what you're asking. As long as you have already rooted and installed the eng build, then all you need is the update.zip file, which allows you to get clockwork recovery initially by hitting "Apply update.zip", and then you can apply the SlideM.zip. I did not need to mount anything, and you certainly don't need to "re-root" if you've done that already.
Re: (ROM)(SLIDE) SlideM with a Touch of Eclair *6/21/2010*
The only thing I personally miss is facebook contact sync .. I believe because the facebook for mytouch app is not included..
Eugene do you have that apk so I can just add it on?
-------------------------------------
Sent via the XDA Tapatalk App
fermunky
I'm on SLIDEMEROOT2. If I want to remove or make changes to /System, I would have to go into clockwork recovery to mount the system then issue ADB commands (correct me if I'm wrong please LOL). I have some apps that require Root access to the system folder (Root explorer, Meta-morph too name a few) to make any changes, I know I can get into those folders within the OS but just can't make any changes. I'm really looking into themeing the Frameworks.apk but understand MTS isn't fully Rooted because of the Kernal being locked down. I was just wondering, I will just try this ROM and see what I can come up with. Thanks.
I'm really liking this ROM. It is fast. And not one FC yet Eugene will be getting a Pepsi soon.
Oddness... I tried flashing this ROM and I know it made changes due to losing sense launcher and gaining launcherpro... noticed missing stock HTC apps but no difference in free space, unresponsive SU and FC attempting to open accounts and sync

[Q] Optical Sensor button mod for awake ?

anyone have a mod for optical sensor button ? i saw some post for other device and i tested on my phone and it went into a boot loop. this will be a nice mod since the power button is on the top right side of the phone and is kinda hard to press.
http://forum.xda-developers.com/showpost.php?p=7292981&postcount=12
mattbollenbach said:
http://forum.xda-developers.com/showpost.php?p=7292981&postcount=12
Click to expand...
Click to collapse
thank for link
mattbollenbach said:
http://forum.xda-developers.com/showpost.php?p=7292981&postcount=12
Click to expand...
Click to collapse
That doesn't work for everyone, so a more permanent solution will have to be devised.
craig.cabrey said:
That doesn't work for everyone, so a more permanent solution will have to be devised.
Click to expand...
Click to collapse
i've done this mod that exact same way on my aria with 4 different roms with no issues at all every time.
you really just need to save the qwerty.kl file and push it to the phone. reboot into recovery, go to the partitions menu, mount the system partition, push the file via adb, reboot your phone and voila.
jaex said:
anyone have a mod for optical sensor button ? i saw some post for other device and i tested on my phone and it went into a boot loop. this will be a nice mod since the power button is on the top right side of the phone and is kinda hard to press.
Click to expand...
Click to collapse
SEARCH...!
Please take a moment to review the forum rules with regards to searching existing threads prior to creating a new one, and also regarding the proper sections to post in. Moving to General as this is not a Development thread.
you really just need to save the qwerty.kl file and push it to the phone. reboot into recovery, go to the partitions menu, mount the system partition, push the file via adb, reboot your phone and voila.
Click to expand...
Click to collapse
oh my gosh that seems painfully complicated considering the simplicity of the issue. that's kinda funny really
mattbollenbach said:
i've done this mod that exact same way on my aria with 4 different roms with no issues at all every time.
you really just need to save the qwerty.kl file and push it to the phone. reboot into recovery, go to the partitions menu, mount the system partition, push the file via adb, reboot your phone and voila.
Click to expand...
Click to collapse
I've done that. The qwerty.kl method just simply isn't working for some people.
This worked for me
Couldn't figure out how to add attachments to this post, and it won't let me add an external link since it's a new forum account. google ojwake-signed.zip or something.
Steps: Load file to SD card, boot in to recovery mode, install zip, locate this zip on flash card, reboot.
(ojwake-signed.zip)
Don't remember where i got this, but kudos to that guy!
Neverwhere10
HTC Aria Liberated B005.
gdeadfan said:
oh my gosh that seems painfully complicated considering the simplicity of the issue. that's kinda funny really
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=7292981&postcount=12
Just to make it even easier on you
EDIT-Short Version...Download file from link above
-:Have Clockwork Recovery Installed and know how to use ADB:-
-DOWNLOAD ATTACHED to linked post qwerty.kl (may need 7zip to extract file from archive...)
-BOOT into CLOCKWORK recovery with NO USB PLUGGED INto phone!!!
-PARTITIONS>MOUNT /SYSTEM
-adb push qwerty.kl /system/usr/keylayout|adb reboot
As far as I know, this ridiculously simply method of pushing qwerty.kl has worked for everyone except the few that didn't boot into clockwork correctly, once they booted into clockwork correctly it then worked for them.
I updated the instructions to be crystal clear for all you noobs. If pushing a file to your android device is too painfully complicated for you, I suggest you read/search more and figure out what you are actually doing.
Neverwhere10's steps are just as painfully complicated, but at least he is providing some constructive input.
Thanks!
Worthless thread is worthless.
jaex said:
anyone have a mod for optical sensor button ? i saw some post for other device and i tested on my phone and it went into a boot loop. this will be a nice mod since the power button is on the top right side of the phone and is kinda hard to press.
Click to expand...
Click to collapse
Thanks for asking this question when you did...
mattbollenbach said:
http://forum.xda-developers.com/showpost.php?p=7292981&postcount=12
Click to expand...
Click to collapse
Thank you so much for the link... this is great.. love it... like jeezy
This mod is built into the CM6 rom.
Sent from my Liberty using XDA App
There is also a setting in one of the menus if you are using any of attn1's cm roms for this same thing. I currently have my aria set this way and I am using cm008 as of right now.
Sent from my Liberty using XDA App
If you have not already seen it, or if an application is an acceptable solution, widgetlocker is a nifty program.
jaex said:
anyone have a mod for optical sensor button ? i saw some post for other device and i tested on my phone and it went into a boot loop. this will be a nice mod since the power button is on the top right side of the phone and is kinda hard to press.
Click to expand...
Click to collapse
Sent from my HTC Liberty using XDA App
This is an interesting question, maybe we should take a test to see, and I want to ask and optical sensor is the same?

Need Advice!

well my eris want recieve text messages but i can send them. I tried everything. New APN'S and called verizon but they couldnt do anything for me except for a factory resest which i didnt want to do cause i was rooted. So now i want to unroot to where i cant take it back to the store. I have one more problem. My girlfriend got drunk and threw my phone and my vol up or down doesnt work and my trackball only goes to the right. What do i need to do. Need some advice
Sent from my nonsensikal froyo using XDA App
tperson1 said:
well my eris want recieve text messages but i can send them. I tried everything. New APN'S and called verizon but they couldnt do anything for me except for a factory resest which i didnt want to do cause i was rooted. So now i want to unroot to where i cant take it back to the store. I have one more problem. My girlfriend got drunk and threw my phone and my vol up or down doesnt work and my trackball only goes to the right. What do i need to do. Need some advice
Sent from my nonsensikal froyo using XDA App
Click to expand...
Click to collapse
Insurance!
But I can't get unrooted without my volume button. What I do?
Sent from my FroyoEris using XDA App
tperson1 said:
well my eris want recieve text messages but i can send them. I tried everything. New APN'S and called verizon but they couldnt do anything for me except for a factory resest which i didnt want to do cause i was rooted. So now i want to unroot to where i cant take it back to the store. I have one more problem. My girlfriend got drunk and threw my phone and my vol up or down doesnt work and my trackball only goes to the right. What do i need to do. Need some advice
Sent from my nonsensikal froyo using XDA App
Click to expand...
Click to collapse
New girlfriend first, new phone second.
bftb0 said:
New girlfriend first, new phone second.
Click to expand...
Click to collapse
lmao, that's great advice, take it.
I've got your answer.
Download 2.1 Leak v3
Rename it to something you'll remember.
Copy to root of sdcard.
Boot into recovery
When your done with that,
In ADB run this command.
Code:
/sbin/recovery --wipe_data
Wait about 2 minutes. CRTL+C (Win) CTRL+Z (Mac).
Then,
Code:
/sbin/recovery --update_package=SDCARD:[I]romname[/I].zip
Wait about 4-5 minutes.
After about 5-6 minutes, pull the battery.
Turn it on
You're back on 2.1 Stock (w/o root)!
crax0r said:
I've got your answer.
Download 2.1 Leak v3
Rename it to something you'll remember.
Copy to root of sdcard.
Boot into recovery
When your done with that,
In ADB run this command.
Code:
/sbin/recovery --wipe_data
Wait about 2 minutes. CRTL+C (Win) CTRL+Z (Mac).
Then,
Code:
/sbin/recovery --update_package=SDCARD:[I]romname[/I].zip
Wait about 4-5 minutes.
After about 5-6 minutes, pull the battery.
Turn it on
You're back on 2.1 Stock (w/o root)!
Click to expand...
Click to collapse
[SIZE=+2]Wrong.[/SIZE]
The leak series of HTC PB00IMG.zip files (Leak-V3, Leak-V2, Root-ROM, etc) are not signed the way that Amon_RA (e.g. SignApk or jarsigner) expects them, so the instructions you provide above clearly will not work. You can not flash PB00IMG.zip - style files using Amon_RA - they will fail signature verification, and moreover have no META-INF/com/google/android/update-script to provide updating instructions to /sbin/recovery.
You can use the above method with other "dev" ROMs, including the "FlashBack21" ROM, but doing the "battery pull" as you described is not desirable if you use the FlashBack21 ROM that flashes the radio. (It is possible that the trackball "click"/"press" still works - the OP did not say - and since Amon_RA starts on the "reboot" menu, a battery pull may not be necessary).
It would be better to reference the original instructions, which provide more detailed instructions & cautions than you provided above - and also give attribution to the person that disclosed it in the first place, rather than "I've got your answer".
bftb0
-_- I was just trying to help... atleast I'm getting better.
crax0r said:
-_- I was just trying to help... atleast I'm getting better.
Click to expand...
Click to collapse
I'm not trying to jump on you just to be mean-spirited - if you want to suggest something to someone, by all means go ahead and do so; but if you have not personally tried the method yourself and verified that it works you should probably add that as a disclaimer.
You did offer to try and lend a hand, and that is better than what I did (initially).
bftb0
crax0r said:
-_- I was just trying to help... atleast I'm getting better.
Click to expand...
Click to collapse
bftb0 said:
I'm not trying to jump on you just to be mean-spirited - if you want to suggest something to someone, by all means go ahead and do so; but if you have not personally tried the method yourself and verified that it works you should probably add that as a disclaimer.
You did offer to try and lend a hand, and that is better than what I did (initially).
bftb0
Click to expand...
Click to collapse
Now kiss each other!
tperson1 said:
well my eris want recieve text messages but i can send them. I tried everything. New APN'S and called verizon but they couldnt do anything for me except for a factory resest which i didnt want to do cause i was rooted. So now i want to unroot to where i cant take it back to the store. I have one more problem. My girlfriend got drunk and threw my phone and my vol up or down doesnt work and my trackball only goes to the right. What do i need to do. Need some advice
Sent from my nonsensikal froyo using XDA App
Click to expand...
Click to collapse
D. T. B.
Dump that *****
Stonent said:
D. T. B.
Dump that *****
Click to expand...
Click to collapse
Phones before hoes xD
Sent from my FroyoEris using XDA App

Has anyone got the TWRP Recovery to work??

Has anyone successfully gotten to TWRP Recovery to install for their Omate?
I have tried to do it using GooManager, but it says it cant find it.
I have also attempted to do the alternate methods but cant find a scatter file for it ?
Is there any tutorial on this that has worked for anyone?
fibroman said:
Has anyone successfully gotten to TWRP Recovery to install for their Omate?
I have tried to do it using GooManager, but it says it cant find it.
I have also attempted to do the alternate methods but cant find a scatter file for it ?
Is there any tutorial on this that has worked for anyone?
Click to expand...
Click to collapse
I installed TWRP on my TrueSmart this morning via adb while booted to Android. Rename the file that you download to twrp.img and then do the following:
adb push twrp.img /sdcard/twrp.img
adb shell dd if=/sdcard/twrp.img of=/dev/recovery
Done.
Dees_Troy said:
I installed TWRP on my TrueSmart this morning via adb while booted to Android. Rename the file that you download to twrp.img and then do the following:
adb push twrp.img /sdcard/twrp.img
adb shell dd if=/sdcard/twrp.img of=/dev/recovery
Done.
Click to expand...
Click to collapse
Thanks for the info. I now have it installed.
But when trying to do a backup it says( Failed )
Updating Partition details...
Kernel does not have support for running this application.
I was having the same issue. Did exactly what Dees_Troy suggested and it worked like a charm.
Thanks!
Now to wait for roms, because the stock one blows so far.
mortis2600 said:
I was having the same issue. Did exactly what Dees_Troy suggested and it worked like a charm.
Thanks!
Now to wait for roms, because the stock one blows so far.
Click to expand...
Click to collapse
Ouch!!! I can always take Operative and instead of a 100MB file make it +600MB file and call it a "ROM" if it will help.
fibroman said:
Thanks for the info. I now have it installed.
But when trying to do a backup it says( Failed )
Updating Partition details...
Kernel does not have support for running this application.
Click to expand...
Click to collapse
Try running the backup again. If you get an error, adb pull /tmp/recovery.log without rebooting and attach or paste the log to a paste site.
Lokifish Marz said:
Ouch!!! I can always take Operative and instead of a 100MB file make it +600MB file and call it a "ROM" if it will help.
Click to expand...
Click to collapse
Sorry, I have a fairly high standard of roms at this point.
Dont want to go too far off topic, but I've had some issues with bluetooth (pairs, doesn't stay connected, thus making the companion app useless), battery life, etc.
I may have to run tasker scripts to emulate some of the things I want it to do with notifications and turning the screen on. Finally, if I install a new launcher, it'd be wonderful if it didn't cover up the notifications bar.
mortis2600 said:
Sorry, I have a fairly high standard of roms at this point.
Dont want to go too far off topic, but I've had some issues with bluetooth (pairs, doesn't stay connected, thus making the companion app useless), battery life, etc.
I may have to run tasker scripts to emulate some of the things I want it to do with notifications and turning the screen on. Finally, if I install a new launcher, it'd be wonderful if it didn't cover up the notifications bar.
Click to expand...
Click to collapse
I quit anyways so no biggie
mortis2600 said:
Sorry, I have a fairly high standard of roms at this point.
Click to expand...
Click to collapse
Then.... build.... your.... own?
Be a part of the solution.
Sent from my Galaxy Nexus using Tapatalk 2
Lokifish Marz said:
I quit anyways so no biggie
Click to expand...
Click to collapse
Did you build the stock rom? If so, I meant no offense.
mortis2600 said:
Did you build the stock rom? If so, I meant no offense.
Click to expand...
Click to collapse
It was built from broken, crappy Umeox firmware so better battery life, memory management and pretty much every fix or improvement came form me. Like I said I'm done so no offense taken.
Lokifish Marz said:
It was built from broken, crappy Umeox firmware so better battery life, memory management and pretty much every fix or improvement came form me. Like I said I'm done so no offense taken.
Click to expand...
Click to collapse
I don't have yours installed. Mine is just running completely stock firmware right now.
And it sucks that you're quitting. Your build looked to be the one thing that might make the OS on this thing worth using.
---------- Post added at 08:09 PM ---------- Previous post was at 07:42 PM ----------
kuronosan said:
Then.... build.... your.... own?
Be a part of the solution.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
If I had the expertise to do so, I would be inclined to do so. Sadly, I'll just have to settle for reporting bugs and making feature requests and being happy to have my device at all.
[SOLVED] backup failed on TWRP
fibroman said:
Thanks for the info. I now have it installed.
But when trying to do a backup it says( Failed )
Updating Partition details...
Kernel does not have support for running this application.
Click to expand...
Click to collapse
If you are getting 'Unable to create folder' error, then rename the backup name and it should work :good:
nbarm2 said:
If you are getting 'Unable to create folder' error, then rename the backup name and it should work :good:
Click to expand...
Click to collapse
That did the trick!!! Renaming the backup. Thanks.
One final question here: I have been using apps like goomanager to reboot into recovery, but how can you enter TWRP straight from turning the watch on.
Is there a key combo that needs to be held when turning the watch on to get right into TWRP? I tried holding down the bottom right key and that did not work.
Hold both keys for 10 seconds then toggle to recovery
Sent from my Galaxy Nexus using Tapatalk 2
kuronosan said:
Hold both keys for 10 seconds then toggle to recovery
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
This, but your battery pretty much has to be fully charged or else it will just flash the Omate logo on the screen for a couple seconds and then shut off.

Categories

Resources