Help me optimise my setup - Desire Q&A, Help & Troubleshooting

Hi all,
I'm kind of a newbie in the android world and my technical english isn't that good, espaecially in nunux world... any ways, could you tell me if i made a big f*up in some choices.
Here is what I have :
- Desire AMOLED
- Defrost 6.1
- Alpharev N1Table
- Clockwork mod recovery
- mSD 4Go [Class 4 i think] in 3 parts
> FAT32 3.16 Go
> EXT2 512 Mo
> Linux Swap 32Mo
- Radio 5.09.05.30_2
- Kernel 2.6.35.7
- Launcher : Go Launcher
Rom has been freshly installed yesterday
And I hardly score 1300 points at quadrant
Did I do something wrong ?
Thanks in advance
regards

Related

Atools 1.1.0 - Last and Probably least release need some brave testers

Hi to all, i finished to edit atools:
Changelog:
Use the same selector for fstab and bse
added lcd density
correct partition resize for polaris and kaiser
Fix error in mapping
Now i need someone to test it.
You can find the latest version on git
I have also bad news. My friends gave me a present for my graduation: an Iphone 4, so i'll slow down a lot my android develop.
Thanks for all you do! I'm about to take it for a test run now.
I say sell the iphone and get an EVO!
I will test it in a few days when i have my 8Gb Class 10 SD-Card. But I must wait a few days.
l1q1d said:
...
I have also bad news. My friends gave me a present for my graduation: an Iphone 4, so i'll slow down a lot my android develop.
Click to expand...
Click to collapse
wow, that is bad news (for us) but good news on the graduation
so you have some choices, turn off your brain and just use the iphone, tear it apart and dual boot with android, sell it and buy something interesting.
keep us posted.......
in the mean time i will also be trying latest atools.
I haven't a shudown script for my brain so i keep working on android (but slowly).
i wait for news of new atools
Well, thanks for all the help! Maybe you can get android running on the Iphone 4 better lol.
l1q1d said:
I haven't a shudown script for my brain so i keep working on android (but slowly).
i wait for news of new atools
Click to expand...
Click to collapse
thanks for everything man, it is nice not having to have the androidonHTC phone as your primary, it should be easy for you to be able to continue development when you get time even with the iphone because unlike us vogue users you atleast have wifi to be able to test with along with being able to swap your sim.
i will be hitting the thank you button as soon as i finish posting this reply (everyone should)
l1q1d said:
Hi to all, i finished to edit atools:
Changelog:
Use the same selector for fstab and bse
added lcd density
correct partition resize for polaris and kaiser
Fix error in mapping
Now i need someone to test it.
You can find the latest version on git
I have also bad news. My friends gave me a present for my graduation: an Iphone 4, so i'll slow down a lot my android develop.
Click to expand...
Click to collapse
Noooo...another dev leaving!! You will be missed. BTW, you need to teach me how to edit init.lzma
sure:
checkout this git://androidhtc.git.sourceforge.net/gitroot/androidhtc/bootenv
then edit the initrd/init
from linux or mac do:
Code:
sudo sh buildInitrd
and you have the new initrd.gz and .lzma
I am really sorry to hear that You made a pretty good job here. I wish I could do the same... but I am far not as good as you are...
Thanx for what you did.
l1q1d said:
Hi to all, i finished to edit atools:
Changelog:
Use the same selector for fstab and bse
added lcd density
correct partition resize for polaris and kaiser
Fix error in mapping
Now i need someone to test it.
You can find the latest version on git
I have also bad news. My friends gave me a present for my graduation: an Iphone 4, so i'll slow down a lot my android develop.
Click to expand...
Click to collapse
I don't wich to say that i know you, because i don't. But from your job here, from what i've seen you do here... you'll be back. iOs will sufocate you...
Thanks for aTools. I've used it, but didn't change partitions. Will try next time.
@ l1qu1d
Congrats 4 ur graduation... party time! so ur turning to the dark side of the force with ur iphone 4?
I updated my kaiser to the latest kernel (VOGUIMG-320-FROYO-11-29-10.NBH) and used this version of atools to correct the kernel for kaiser,froyo & resolution, and now i can't select my data partition type anymore in the Android Installer bootloader. I can only select the type of the SYS. (replimenu 0.9)
Update: When i use version 1.0.4 of atools, my data selection is back. Tried 3 times with 1.1.0...
Also the AUTO screen detection doesn't work in version 1.0.4. (my screen type = 1 and i think it used 2) Could not see if this is fixed in 1.0.5.
Hi,
I also used 1.1.0 yesterday with my kaiser and couldn´t find the data partition (I have it on the p3 on the sd card
p1 = FAT32
p2 = swap
p3 = ext2 (where I have my data)
setting it to p3 didn´t seem to work
In the end I had to reinstall the android not so super froyo tar ball as well after putting the kernel (which I had planned to eventually do anyways to bring it to RLS18)
test results
nice work, here are my findings (pola100, kernel 2.6.25):
i needed to add a cast (also in previous versions) to be able to create partitions:
Code:
870 end = str([COLOR="Red"]int([/COLOR]start[COLOR="Red"])[/COLOR]+int(self.listofdata[i+1][2]))
but partitioning still fails on boot, obviously the total size is slightly smaller than the number defined in atools. i suggest getting the total size from parted using sed instead of rigid numbers - but then one must define which partition's size shall get adapted if necessary. e.g. user interface in atools:
8gb sd-card,
1st partition 4gb fat32 (*),
2nd partition 3.5gb ext2
3rd partition 0.5gb swap
*: will be decreased if necessary (e.g. if true total size is 7.98gb instead of 8gb)
quick and dirty alternative: allow manually entered 'total size' instead of dropdown selection.
further, formatting fails because the new version uses /dev/block/mtdblockx instead of /dev/mtd/mtdx.
hope this helps!
peter
peter s said:
nice work, here are my findings (pola100, kernel 2.6.25):
i needed to add a cast (also in previous versions) to be able to create partitions:
Code:
870 end = str([COLOR="Red"]int([/COLOR]start[COLOR="Red"])[/COLOR]+int(self.listofdata[i+1][2]))
Click to expand...
Click to collapse
I'll correct it in next release
peter s said:
but partitioning still fails on boot, obviously the total size is slightly smaller than the number defined in atools. i suggest getting the total size from parted using sed instead of rigid numbers - but then one must define which partition's size shall get adapted if necessary. e.g. user interface in atools:
8gb sd-card,
1st partition 4gb fat32 (*),
2nd partition 3.5gb ext2
3rd partition 0.5gb swap
*: will be decreased if necessary (e.g. if true total size is 7.98gb instead of 8gb)
quick and dirty alternative: allow manually entered 'total size' instead of dropdown selection.
Click to expand...
Click to collapse
It's totally unuseful because the partion size can't be read on the host and also in the generated code (install-seq.sh) there isn't the the highest limit in number but -0 so parted autocheck that number.
peter s said:
further, formatting fails because the new version uses /dev/block/mtdblockx instead of /dev/mtd/mtdx.
Click to expand...
Click to collapse
it's a know bug and it will be corrected in next release.
Just downloaded a regular kernel, Set Screen DPI to 160, 320x428, Panel type 1 and Keyboard type normal. Created a custom keymap with it as androidupdate.tar. Installed new kernel, and updated, wiped dalvik cache and my kaiser's keyboard is completely non-responsive. I double checked the kernel again with Atools and still the same :|
Just wanted a 2.6.32 for testing out Eclair and all of em were tick marked for Froyo
Still fails to install to the nand on my Vogue..
Thanks for the great software.
What is a good setting for a 1350 mah battery for Kaiser running Froyo from Haret? There are a few choices, which is most accurate?
Thanks again!

[Q] Possible to fix DevNull USB conection spelling mistake?

Hi all,
I'm using the DevNull Rom and its amazing and the only small (very small) bug I've found and seen noted elseware is the small mistake / spelling error when connecting via USB.
I'm wondering if anyone has already fixed this and could explain how or provide the fix or if some one could explain how I could fix it myself. I was thinking I could this part of the rom from another ROM (Oxygen 2.0 or RC7 for example) would that work? Where abouts in the ROM would these buttons / images be?
BTW I understand that its a personal ROM and no support is being given by AdamG or _thalamus and thats why I'm asking if anyone else has fixed it or asking for some help in fixing it myself.
Thanks for your help!
-------------------------------------------------------------
Hardware: HTC Desire - AMOLED
Recovery: CWM-AlphaRev Recovery v2.5.1.8
ROM: Gingerbread 2.3.3 (DevNull) with Echo Fix & Email Added & PureOxygen Battery % Icons
Kernel: kernel-2.6.37.2_r2
Radio: 5.11.05.27
HBOOT: 0.93 S-OFF Bravo Oxygen Table
You could use Oxygen 2.0 since it is 2.3.3.
Thanks for your reply but saying I could use another ROM just because the one I am happy with has one small spelling mistake seems a little silly.
This is site is all about development and I would like the ROM I have and would just like to develop it a little.
I've been doing some more research and I think the answer could be in the usb_storage_activity.xml which is in the framework-res.apk, will try and do some more tests later.
-------------------------------------------------------------
Hardware: HTC Desire - AMOLED
Recovery: CWM-AlphaRev Recovery v2.5.1.8
ROM: Gingerbread 2.3.3 (DevNull) with Echo Fix & Email Added & PureOxygen Battery % Icons
Kernel: kernel-2.6.37.2_r2
Radio: 5.11.05.27
HBOOT: 0.93 S-OFF Bravo Oxygen Table
DevNull is Adam's personal ROM so unless he wants to change it it's unlikely to happen
No wonder AdamG gets pissed off with this site as I think people dont read... If you read my first post you will see that I am well aware that this is AdamG's personel ROM. He shared it with the comunity so they could use it and develop it as they like. Yes he stated he will not develop it and not take change requests but that is not what i'm asking here.
I'm asking:
a) has 'anyone else' who is using this fixed this 'themselves' and would they be willing to share the fix.
or
b) can any developer / person with some know how, point me in the right direction for how I could devlop a fix for this issue myself.
-------------------------------------------------------------
Hardware: HTC Desire - AMOLED
Recovery: CWM-AlphaRev Recovery v2.5.1.8
ROM: Gingerbread 2.3.3 (DevNull) with Echo Fix & Email Added & PureOxygen Battery % Icons
Kernel: kernel-2.6.37.2_r2
Radio: 5.11.05.27
HBOOT: 0.93 S-OFF Bravo Oxygen Table
It's just a spelling mistake. It's on CM7 too but you would have to change something to put the spelling right. If it's annoying that much don't use 2.3.3.

[Q] How to see the real CPU, RAM, HDD etc on Flytouch 3 16GB Version

hi all,
i am very new in android OS.
i have bought the epad Superpad II Flytouch 3
spec shown on ads is: (main)
10.2" SuperPad II flytouch3
Android 2.2
GPS WIFI Camera 3G
RAM 512MB
CPU 1GHz Infortm X220
Flashplayer
option: 4G/8G/16GB built in memory.
and so i buy the 16GB build in memory.
What i need to know is:
i only seen with Android System Information:
Internal Memory : 3.38GB available space
RAM : 327mb and 228mb Free
CPU : ARMv6 Compatible (v6l)
but in MyPad Shortcut : there are 10.33GB Free (i don't know what it is)
My question is :
1. Is the ads exactly tells the truth or fraud?
2. What is the different between Internal Memory with Memory shown at MyPad
3. How can i use the 16GB build-in memory as promised?
Thanks for attentions.
awenk2000 said:
hi all,
i am very new in android OS.
i have bought the epad Superpad II Flytouch 3
spec shown on ads is: (main)
10.2" SuperPad II flytouch3
Android 2.2
GPS WIFI Camera 3G
RAM 512MB
CPU 1GHz Infortm X220
Flashplayer
option: 4G/8G/16GB built in memory.
and so i buy the 16GB build in memory.
What i need to know is:
i only seen with Android System Information:
Internal Memory : 3.38GB available space
RAM : 327mb and 228mb Free
CPU : ARMv6 Compatible (v6l)
but in MyPad Shortcut : there are 10.33GB Free (i don't know what it is)
My question is :
1. Is the ads exactly tells the truth or fraud?
2. What is the different between Internal Memory with Memory shown at MyPad
3. How can i use the 16GB build-in memory as promised?
Thanks for attentions.
Click to expand...
Click to collapse
Do you have adb shell access? The best way to settle this "dispute" with the device is to run
df -h
from adb shell, and it will tell you the size of each partition. Add the sizes up (if it ends M, it's Megabytes, if G it's Gigabytes). See if it adds up to 16 GB... Regarding RAM, post the output of the command
free
from adb shell and we can see how much RAM exists.
hi thank you for the answer.
where can i get this adb shell access?
i use terminal emulator but the command doesn't work.
If terminal emulator doesn't work please try Better Terminal Emulator.
Make sure you run:
SU ----> to run as superuser
For CPU information, is there anyway to check it?

[Q] Rempuzzle rom 2.70 - Security Pin Key Pad number Missing

I am reading xda forum all the time (wildfire and Aria section), but this is my first post. Thus cannot post directly under development section.
I am using rempuzzle rom since 2.40 - 2.43 and now updated to 2.70 - 2.71.
I noted that after updated to 2.70, the security pin key pad number "6" was missing. Is this just my wildfire phone issue or other people expericing the same issue.
solved with a framework update
hi kylon can you guide me flash rempuzzle rom 2.71 over 2.70 ? thanks
Flash it in the same way you flashed rempuzzle 2.70
But without wipe
thank you kylon but i still have a question
before i flashed your rom i use jokerdroid 4.3 and i made a partition on my sd card and when flash your rom i didn't partition again , so you think it allright ?
sorry about my bad english but i think you can understand
If you already partitioned your sd you don t need to do it again
ya , and if i want to delete " google Map "and navigator apps should i flash the package 19 and pakage " Maps unistaller-recovery 5.x " ?
and what is package 07 " Remove Jbed App " ?
thanks
Which navigator?
Package 19 will delete the navbar indicator
Jbed is the java emulator
i want to delete apps " Latitude " , " Local", " Maps" , Navigation"
you can guide me to delete them .
because i used " SD Maid " App to check then it displayed
- Android OS (used/total ) 197/250 MB
- Internal data (used/total) 113/175 MB
it seems so large and i want to decrease them
A free and easy way can be android commander
To free more space u can see faqs
sorry for my stupid questions coz i'm newbie about android
you can guide me to delete above apps ? i don't know how to delete them
Download absolute system root tools and uninstall the apps

[Q] Virtual memory RAM (swap) for Asus Fonepad ME373CG (same as ME372CG)

Hello, I have a Asus Fonepad ME373CG, purchased in Italy, (the same as ME372CG: only changes the size of the SD memory CARD) and I would like to activate a virtual RAM memory to add to 1 GB provided by the device.
I tried with different app (Simple Root Swap, Swapper Configuration).
At the end, the app MemoryInfo & Swapfile Check gave me the message that my Kernel does not support swap.
The OS is Android 4.4.2
- Build KVT49L.6.4.4 WW_epad-V-20140922
044000263_201405210029
- Kernel 3.10.20-00002-gc4c2d96-android @ mec11 # 1.
Is it possible?
Greetings.

Categories

Resources